WindowsmacOSLinux

Where Does WebStorm Store Settings?

WebStorm stores settings in versioned JetBrains folders in your home directory. Configuration and system cache use separate locations.

Last updated

Each major WebStorm version uses its own config folder. This lets side by side installs keep keymaps, color schemes and options separate.

Caches, logs and plugins use related versioned folders. Use Help Diagnostic Tools Special Files and Folders inside the IDE to confirm the active paths.

Where WebStorm stores this, by platform

Windows
C:\Users\<username>\AppData\Roaming\JetBrains\WebStorm<version>\

<username> is your account name. <version> is the product version without spaces, for example 2026.2. Holds options, keymaps and codestyles.

Windows
C:\Users\<username>\AppData\Local\JetBrains\WebStorm<version>\

<username> is your account name. <version> is the product version without spaces, for example 2026.2. Holds caches and local history.

macOS
/Users/<username>/Library/Application Support/JetBrains/WebStorm<version>/

<username> is your account name. <version> is the product version without spaces, for example 2026.2. Holds options, keymaps and plugins.

macOS
/Users/<username>/Library/Caches/JetBrains/WebStorm<version>/

<username> is your account name. <version> is the product version without spaces, for example 2026.2. Holds caches and logs.

Linux
/home/<username>/.config/JetBrains/WebStorm<version>/

<username> is your account name. <version> is the product version without spaces, for example 2026.2. Holds options, keymaps and codestyles.

Linux
/home/<username>/.cache/JetBrains/WebStorm<version>/

<username> is your account name. <version> is the product version without spaces, for example 2026.2. Holds caches and local history.

Frequently asked questions

How do I migrate settings to a new version?

On first launch WebStorm offers to import from a previous versioned folder. You can also copy the options subfolder manually while the IDE is closed.

Can I change where WebStorm stores data?

Yes. Use Help Edit Custom Properties and set idea.config.path or idea.system.path to a new location. Restart the IDE so it uses the new folders.

Notice an outdated path? Let us know.