WebStorm on Windows

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 using either the official .exe installer or winget. Administrator rights are required.

What you need:
  • Administrator rights on your Windows account
  • A personal email address (not your company email) to create a JetBrains account for activation
Don’t have administrator rights? See the no-admin installation guide

Choose one of the two installation methods below:

Method 1 — Download .exe installer (recommended)

  1. Go to jetbrains.com/webstorm/download and click Download
  2. Once downloaded, double-click the .exe file to launch the installer
  3. Click Next through the wizard. On the options screen, check Add to PATH and optionally Create Desktop Shortcut
  4. Click Install and wait for the progress bar to complete, then click Finish
WebStorm Setup WS Installation Options Choose additional tasks to perform during installation. Add "bin" folder to the PATH Create Desktop Shortcut Add to Start Menu Back Install Cancel
Windows installer wizard — check "Add to PATH" and "Create Desktop Shortcut"

Method 2 — winget (Windows Package Manager)

Open PowerShell or Command Prompt as Administrator and run:

> winget install --id JetBrains.WebStorm
Administrator: Windows PowerShell PS C:\Users\user> winget install --id JetBrains.WebStorm Found WebStorm [JetBrains.WebStorm] Version 2024.3 This application is licensed to you by its owner. Downloading https://download.jetbrains.com/webstorm/WebStorm-2024.3.exe 92% Successfully verified installer hash Successfully installed WebStorm
winget downloads and installs WebStorm silently in PowerShell
After installation, launch WebStorm from the Start Menu or the Desktop shortcut. You can also search for WebStorm in the Windows search bar.

Next: Activate WebStorm →