WebStorm on Windows (No Admin)

WebStorm is a professional IDE by JetBrains for JavaScript and web development. It provides smart code completion, debugging, Git integration, and built-in tools for modern frameworks.

This guide covers installing WebStorm on Windows without administrator rights — suitable for company or shared machines where you cannot run system-level installers.

Two installation methods are available:

Feature Toolbox App Recommended ZIP Portable
Admin rights needed No No
Auto-updates Yes Manual
Manages all JetBrains IDEs Yes No
Install location %LOCALAPPDATA%\JetBrains\Toolbox Any user-writable folder
Setup effort Low — run one .exe Medium — extract & launch manually
Have administrator rights? Use the standard installation guide

The JetBrains Toolbox App is the easiest way to install and keep WebStorm up to date. It installs entirely in your user profile — no admin rights required.

  1. Go to jetbrains.com/toolbox-app and click Download
  2. Run the downloaded .exe — it installs to %LOCALAPPDATA%\JetBrains\Toolbox automatically (no UAC prompt)
  3. The Toolbox App opens automatically. Sign in with your JetBrains account (or create a free one)
  4. Find WebStorm in the list and click Install
  5. Once installed, click Open to launch WebStorm
WS IJ PY 🔍 Search tools... ALL TOOLS WS WebStorm JavaScript and TypeScript IDE Install IJ IntelliJ IDEA The Leading Java and Kotlin IDE Install PY PyCharm The Python IDE for Professionals Install RD Rider Cross-Platform .NET IDE Install
JetBrains Toolbox App — find WebStorm and click Install (no admin required)
Toolbox App keeps WebStorm updated automatically. You’ll see an update badge in the app when a new version is available.

If you prefer not to install the Toolbox App, you can run WebStorm directly from a ZIP archive extracted into any folder you own.

  1. Go to jetbrains.com/webstorm/download, scroll down to the .zip download link and click it
  2. Extract the ZIP to a user-writable location, for example:
    %USERPROFILE%\Apps\WebStorm
  3. Open the extracted folder and run bin\webstorm64.exe
  4. (Optional) Right-click bin\webstorm64.exeSend toDesktop (create shortcut) for quick access
File Explorer C:\Users\user\Apps\WebStorm 🗂 Quick access 🗂 This PC 📁 Desktop 📁 Documents 📁 Downloads 📁 Apps 📁 WebStorm 📁 bin File folder webstorm64.exe Application Run this! 📁 lib File folder 📁 plugins File folder 📁 jbr File folder (bundled JDK) 📄 build.txt Text Document 📄 product-info.json JSON File 6 items
Extracted WebStorm folder structure — run bin\webstorm64.exe to launch
⚠️
Note: The ZIP version does not auto-update. You must download and extract a new version manually each time a WebStorm update is released.

Next: Activate WebStorm →