Is it safe to delete C:\Users\user\AppData\Local\JetBrains\IdeaIC2020.3 folder

Answered

I have recently updated my IntelIJ Idea IDE to version 2021.1
But I still have C:\Users\devam\AppData\Local\JetBrains\IdeaIC2020.3 folder which consumes huge space.

I do not need the old version. Is it safe to remove the previous version folder?

Thanks for helping

 

8 comments
Comment actions Permalink

The installation itself is located in Program files by default. 

AppData\Local is a system directory, it should not consume a lot of space. 
Before removing it, make sure that it is not used anywhere in the new installation. You can check that by inspecting the following entries in idea.log: 

 

2021-04-22 15:01:58,070 [ 98] INFO - #com.intellij.idea.Main - locale=en_US JNU=UTF-8 file.encoding=UTF-8
idea.config.path=/Users/konstantin.annikov/Library/Application Support/JetBrains/IntelliJIdea2021.1
idea.system.path=/Users/konstantin.annikov/Library/Caches/JetBrains/IntelliJIdea2021.1
idea.plugins.path=/Users/konstantin.annikov/Library/Application Support/JetBrains/IntelliJIdea2021.1/plugins
idea.log.path=/Users/konstantin.annikov/Library/Logs/JetBrains/IntelliJIdea2021.1
 
1
Comment actions Permalink

Thanks Konstantin Annikov,

Can you please tell, where I can find the idea.log file?

1
Comment actions Permalink

"Help | Show log in Explorer/Finder": 

1
Comment actions Permalink

Thanks for your help, Konstantin Annikov.

1
Comment actions Permalink
Hello,
Thanks for informations... :)
 
The installation itself is located in Program files by default.
AppData\Local is a system directory, it should not consume a lot of space. 
 

We don't have the same conception of "not a lot a space"...

This is what I discover in the AppData/Roaming/JetBrains folder.

A cleaning operation is obviously needed... a bit tricky to have to do it manually... :-/

 

JN Gerbaux

 
1
Comment actions Permalink

Is there a way to safely purge all old files within IDEA or the Toolbox?

0
Comment actions Permalink

Mikedepetris

Yes, you can do it via the 'Delete Leftover IDE Directories' dialog:

  1. From the main menu, select Help | Delete Leftover IDE Directories

  2. In the 'Delete Leftover IDE Storage Directories' dialog, select the versions of the IDE that you are not planning to use, and click 'Delete'.

See also:

5

Please sign in to leave a comment.