How to uninstall IntelliJ IDEA CE on Mac
IntelliJ IDEA Community Edition keeps its settings, keymaps, live templates and installed plugins in a versioned folder under ~/Library/Application Support/JetBrains, not in a preferences file. Export your settings first if you want them back after a reinstall. Starting with 2025.3 in December 2025, JetBrains replaced the separate Community and Ultimate editions with one IntelliJ IDEA, and updating Community Edition 2025.2 converts it into that unified app. IntelliJ IDEA Unification This guide covers removing an existing Community Edition install downloaded from JetBrains, the channel this test used, and the Homebrew cask intellij-idea-ce.
Quit IntelliJ IDEA CE and remove the app
- Choose File › Manage IDE Settings › Export Settings to save your keymaps, live templates, run configurations and other settings to a zip file. File › Manage IDE Settings › Import Settings brings them into a later install. Sharing your IDE settings
- Quit IntelliJ IDEA CE from its menu or with Command + Q.
- If you installed it through JetBrains Toolbox, open Toolbox, click the settings icon next to IntelliJ IDEA CE and choose Uninstall. Otherwise drag IntelliJ IDEA CE from Applications to the Trash, or run
brew uninstall --cask intellij-idea-ceif you installed it with Homebrew. JetBrains notes that removing the IDE keeps its settings and cache folders, so they are still there for the next step. Uninstalling IntelliJ IDEA
Where IntelliJ IDEA CE keeps its files
| Location | What it holds | What to do |
|---|---|---|
~/Library/Application Support/JetBrains/IdeaIC<version> (for example IdeaIC2025.2) |
Settings, keymaps, live templates, run configurations and installed plugins | Export your settings first; remove it only when you no longer need them |
~/Library/Caches/JetBrains/IdeaIC<version> |
Caches and indexes | Remove with the app |
~/Library/Logs/JetBrains/IdeaIC<version> |
Logs | Remove with the app |
~/Library/Preferences/com.jetbrains.intellij.ce.plist and ~/Library/Saved Application State/com.jetbrains.intellij.ce.savedState |
Preferences and saved window state | Remove for a clean reinstall |
Community Edition's folders start with IdeaIC. JetBrains' uninstall page uses IntelliJIdea<version>, which is the Ultimate edition's name, so look for IdeaIC when you remove Community Edition. Leave the JetBrains parent folders alone: other JetBrains IDEs, including IntelliJ IDEA Ultimate and PyCharm, keep their own folders next to it. For what is safe to clear from a JetBrains IDE without losing settings, see JetBrains Caches on Mac.
Check the result
pgrep -il idea
ls -d "$HOME/Library/Application Support/JetBrains/"IdeaIC* "$HOME/Library/Caches/JetBrains/"IdeaIC*
- No output from
pgrepmeans no IntelliJ IDEA process is running. A listed process may belong to another IntelliJ IDEA install, so check its name before quitting it. ls -dprints each folder that still exists. A surviving Application Support folder still holds your settings and plugins, which is expected if you left its row unticked. If no folder matches, zsh reports "no matches found" and bash reports "No such file or directory"; both mean nothing is left.
If you installed it with Homebrew
The intellij-idea-ce cask is deprecated; Homebrew points to the unified intellij-idea cask instead. Its zap list reaches ~/Library/Application Support/JetBrains/IdeaIC2025.2, the matching Caches and Logs folders, the preferences file and saved window state. Running brew uninstall --cask --zap intellij-idea-ce yourself moves all of them to the Trash, settings and plugins included, whatever you ticked in Mole. Homebrew IntelliJ IDEA CE cask
When Mole removes a Homebrew install, it checks the zap list first. The three IdeaIC rows are unselected in Mole by default, so unless you tick all of them, Mole leaves --zap out: Homebrew removes the app and its receipt, and only the rows you ticked go to the Trash.
What Mole lists
For IntelliJ IDEA CE installed from JetBrains or the Homebrew cask:
- The
com.jetbrains.intellij.cepreferences file and saved window state are selected by default. ~/Library/Application Support/JetBrains/IdeaIC<version>,~/Library/Caches/JetBrains/IdeaIC<version>and~/Library/Logs/JetBrains/IdeaIC<version>are listed but not selected. If you tick them, Mole moves them to the Trash along with the app.- Mole never lists the
JetBrainsparent folders, and it does not list another installed JetBrains IDE's own folders.
What this test covered
IntelliJ IDEA CE was copied from its official download into Applications and uninstalled on September 19, 2026, with Mole Preview 277, alongside other apps in the same batch; there was no Homebrew receipt. Before removal, Mole's update check offered 2026.2.3 from the JetBrains website channel for the installed 2025.2.5. The folders on disk were named IdeaIC2025.2; that build did not list them and they stayed. Custom keymaps, plugins, the Export Settings feature, Toolbox and a Homebrew install were not tested.
