November 21, 2025

How to uninstall IntelliJ from Mac

Sergio Tereshchenko
Written by
A content creator with a background in tech support and quality assurance, focused on writing clear, helpful guides for Mac optimization.

Sergio Tereshchenko

Alex Holovchenko
Approved by
The content has been reviewed and approved by our team member, an Apple Certified Support Professional, who provides technical support to Nektony’s users.

Alex Holovchenko

Share

IntelliJ IDEA has long been a popular IDE for Java, Kotlin, and other platforms. It deserved its 4.5-star rating by Gartner among developers. It’s sleek and feature-packed, but not light. And still, not every Mac user stays hooked.

Whether you’ve switched to something simpler like VS Code or just want to free up space after a big project, it makes sense to remove IntelliJ completely. No matter what brought you here, removing apps like IntelliJ correctly matters since it leaves plenty of config files behind if not deleted properly.

This guide is exactly about that: uninstalling IntelliJ permanently in four different ways, resetting it if you want a quick fix, and more.

Before you get your hands dirty

If you don’t like navigating Library folders, use App Cleaner & Uninstaller, a tool that automatically finds and removes IntelliJ along with every cache, log, and leftover. It’s a quick way to uninstall a Mac app without the elbow grease, without leaving traces.

4 options to uninstall IntelliJ IDEA from Mac

I’ll pitch you my test with uninstalling IntelliJ IDEA v2025.2.3 on my MacBook Pro M3 with macOS Tahoe 26.0 in four ways:

  1. Using JetBrains Toolbox and removing leftovers.
  2. Digging through the Library manually in Finder.
  3. Executing commands in the Terminal.
  4. Making four clicks in an automated uninstaller tool.

All the options I tried work; the right one depends on your comfort level.

Uninstall IntelliJ with JetBrains Toolbox

If you’ve installed IntelliJ with the Toolbox App by JetBrains, you can uninstall it there.

  1. Open the ToolBox.
  2. In the Installed section, locate IntelliJ IDEA.
  3. Click the dropdown (⋮) icon next to the IntelliJ IDEA. IntelliJ in the Toolbox window
  4. Select Uninstall → confirm.

After I deleted IntelliJ IDEA this way, I had a few files left, which I had to delete manually.

  • ~/Library/Preferences/com.jetbrains.intellij.plist

    Copy

  • /private/var/folders/***/***/***/com.jetbrains.intellij

    Copy

Manually delete IntelliJ

In case the Toolbox crashes or is not your install method, you can delete IntelliJ manually, but make sure you follow all the steps. Otherwise, leftovers will stay buried in the system.

Step 1. Quit IntelliJ and stop background processes

  • Open Activity Monitor.
  • Type IntelliJ in the search bar.
  • Stop all related processes (click the icon → Stop).
IntelliJ processes in Activity Monitor

This step is essential as it ensures no app components are running during deletion.

Step 2. Delete the IntelliJ main app

  • Open Finder → go to the Applications folder.
  • Find IntelliJ IDEA.app → right-click → choose Move to Trash.
    If prompted, enter your admin password to confirm.
IntelliJ in Applications folder

This step is essential as it ensures no app components are running during deletion.

Step 3. Remove IntelliJ leftovers from Library

Like most JetBrains tools, IntelliJ keeps gigabytes of configuration data, logs, and caches in hidden Library folders. To remove them:

  1. In Finder’s menu, click Go → Go to Folder.
  2. Type
    ~/Library/

    Copy

    and press Return.
  3. Search for
    IntelliJ

    Copy

    and
    JetBrains
    .
  4. For better results, select Name Contains when typing
    IntelliJ

    Copy

    in the search box.
  5. Double check you search in the Library, not in this Mac.
  6. Select any files/folders related to IntelliJ → right-click → choose Move to Trash.
IntelliJ leftovers in Finder

Note:

For your reference, I attach my directories I found containing IntelliJ components (folder names may differ by version).

  • ~/Library/Application Support/JetBrains 

    Copy

  • ~/Library/Saved Application State/com.jetbrains.intellij.savedState

    Copy

  • ~/Library/Logs/JetBrains

    Copy

  • ~/Library/Preferences/JetBrains

    Copy

  • ~/Library/Preferences/jetbrains.idea.d7ab3053

    Copy

  • ~/Library/Preferences/com.jetbrains.intellij

    Copy

  • ~/Library/Preferences/com.jetbrains.intellij.plist

    Copy

  • ~/Library/Preferences/jetbrains.iu.252.plist

    Copy

  • ~/Library/Preferences/jetbrains.iu.csat.plist

    Copy

  • ~/Library/Preferences/llm.ai.assistant.plist

    Copy

  • ~/Library/Caches/JetBrains

    Copy

  • /private/var/folders/***/***/***/com.jetbrains.intellij

    Copy

Step 4. Empty the Trash and restart

Once done, empty the Trash and restart your Mac to finalize the cleanup.

Tip:

If you’ve deleted every IntelliJ support file, the app is completely gone from your Mac. Not entirely sure you got them all? Run App Cleaner & Uninstaller, it automatically detects and removes any leftover files for a full, clean uninstall.

Delete IntelliJ with Terminal

If you’re okay typing commands, Terminal gives you results. It takes just a few lines – no need to dig through folders manually. Still, use it carefully: one misplaced character can remove the wrong files.

Note:

Terminal uninstalls are quick but not forgiving. If you prefer a safer route, App Cleaner & Uninstaller does the same deep cleanup automatically – no code, no risk, no leftovers.

  1. Open Terminal.
  2. Quit all IntelliJ processes by executing this command: pkill -f IntelliJ IDEA
  3. Then, you can delete all IntelliJ files at once. Copy and paste the following lines one at a time, pressing Enter after each.

    • sudo rm -rf “/Applications/IntelliJ IDEA.app”

      Copy

    • rm -rf ~/Library/Application\ Support/JetBrains

      Copy

    • rm -rf ~/Library/Caches/JetBrains

      Copy

    • rm -rf ~/Library/Logs/JetBrains

      Copy

    • rm -f ~/Library/Preferences/com.jetbrains.intellij.plist

      Copy

    • rm -f ~/Library/Preferences/jetbrains.iu.252.plist

      Copy

    • rm -f ~/Library/Preferences/jetbrains.iu.csat.plist

      Copy

    • rm -f ~/Library/Preferences/llm.ai.assistant.plist

      Copy

    • rm -f ~/Library/Preferences/jetbrains.jetprofile.asset.plist

      Copy

    • sudo find /private/var/folders -type d -path “*/com.jetbrains.intellij*” -exec rm -rf {} +

      Copy

    Terminal window with commands to delete IntelliJ

  4. Enter your admin password if required.
  5. Restart your Mac.

Automatically uninstall with App Cleaner & Uninstaller

If manual and Terminal steps feel tedious or you want to make sure nothing’s left behind, use App Cleaner & Uninstaller, a tool designed to remove apps on Mac with all hidden components, delete the remaining files if you dragged something to Trash, clean caches, and otherwise manage apps. Here is how it works:

  1. Download and open App Cleaner & Uninstaller.
  2. Select IntelliJ IDEA in the Applications list → click Uninstall.
  3. Review the IntelliJ files marked for deletion and confirm.
Intellij in App Cleaner & Uninstaller

That’s it. It took me less than half a minute. This method is faster and safer than manual deletion. The app ensures a full cleanup without affecting your other JetBrains tools. And suppose you have already deleted IntelliJ manually, so go to the Remaining Files tab in App Cleaner & Uninstaller. In that case, it will show you leftover files you can safely remove.

How to completely reset IntelliJ

If IntelliJ starts crashing or behaving oddly, you can reset it to default settings without uninstalling. Before you proceed with resetting it, make a backup, just in case.

You can reset IntelliJ in a few clicks with App Cleaner & Uninstaller:

  1. Open the tool → locate IntelliJ among the apps.
  2. Right-click it → select Reset Application.
  3. Confirm a total reset of IntelliJ.
Reset IntelliJ in App Cleaner & Uninstaller

Or you can refresh folders where the app keeps its logs, settings, plugins, and caches. The location of these folders may vary depending on your operating system and app version. So, open Finder and check the following folders:

  • Settings:

    ~/Library/Application Support/JetBrains/IntelliJIdea*your version*

    Copy

  • Logs:

    ~/Library/Logs/JetBrains/IntelliJIdea*your version*

    Copy

  • Plugins:

    ~/Library/Application Support/JetBrains/IntelliJIdea*your version*/plugins

    Copy

  • Caches:

    ~/Library/Caches/JetBrains/IntelliJIdea*your version*

    Copy

    /private/var/folders/***/***/***/com.jetbrains.intellij

    Copy

Final reminder

You’ve got options for uninstalling IntelliJ, but only one gets it right the first time.

App Cleaner & Uninstaller does the deep cleanup automatically, so you don’t have to chase the app files through the Library, guess what to delete, or be afraid of making a typo in the Terminal. Safe, thorough, and fast – that’s how app removal should feel.

Frequently asked questions

Do I need to uninstall my old version of IntelliJ IDEA before installing a new one?

Not necessarily. IntelliJ supports multiple versions. Still, deleting older builds helps avoid configuration conflicts and saves disk space.

Will uninstalling IntelliJ IDEA delete my projects?

No. Your projects are stored separately, usually in the IdeaProjects directory in your user folder. Uninstallation doesn’t affect them unless you manually delete those folders.

Can I save my custom settings before I uninstall?

Yes. To save your settings:

  1. Open IntelliJ.
  2. In the top menu, go to File.
  3. Select Manage IDE Settings.
  4. Click Export Settings.

Then you save the archive. And later, you can import it into a fresh installation.

How to delete a project in IntelliJ?

  1. Close your project.
  2. From the Welcome screen, right-click the project.
  3. Select Remove from Recent Projects.
  4. Open Finder.
  5. Type IdeaProjects.
  6. Open the IdeaProjects folder.
  7. Locate and delete your project.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top