PyCharm 2019.3 Help

Uninstall PyCharm

The proper way to remove PyCharm depends on the method you used to install it.

Uninstall using the Toolbox App

If you installed PyCharm using the Toolbox App, do the following:

  • Open the Toolbox App, click the screw nut icon for the necessary instance, and select Uninstall.

Uninstall IntelliJ IDEA using the Toolbox App
Uninstall IntelliJ IDEA using the Toolbox App
Uninstall IntelliJ IDEA using the Toolbox App

Uninstall a standalone instance

If you are running a standalone PyCharm instance, the directories used by PyCharm are preserved when you remove your instance in case you want to keep your settings for later or to use them with another instance, another version, or another IDE. You can remove those directories if you are sure you won't need them.

  1. Open the Apps & features section in the system Settings dialog.

  2. Select the PyCharm app and click Uninstall.

  3. Remove the following directories:

    Syntax
    %HOMEPATH%\.<product><version>\config
    %HOMEPATH%\.<product><version>\system
    Example
    C:\Users\JohnS\.PyCharm2019.3\config
    C:\Users\JohnS\.PyCharm2019.3\system
  1. Delete the application in the Applications directory.

  2. Remove the following directories:

    Syntax
    ~/Library/Preferences/<product><version>
    ~/Library/Caches/<product><version>
    Example
    ~/Library/Preferences/PyCharm2019.3
    ~/Library/Caches/PyCharm2019.3
  1. Delete the installation directory.

  2. Remove the following directories:

    Syntax
    ~/.<product><version>/config
    ~/.<product><version>/system
    Example
    ~/.PyCharm2019.3/config
    ~/.PyCharm2019.3/system

Uninstall silently

If you installed PyCharm silently, you can run the uninstaller with the /S switch as an administrator. The uninstaller is located in the installation directory under bin.

Run cmd (Windows Command Prompt) as administrator, change to the PyCharm installation directory, and run the following:

bin\uninstall.exe /S

Uninstall snap package

If you installed PyCharm as a snap package, use the following command to remove it:

sudo snap remove <pycharm-professional,·pycharm-community, or·pycharm-educational>
Last modified: 2 April 2020