Fundamentals 4 min read

Free Up Disk Space: Move PyCharm’s .PyCharm2019.3 Folder to Another Drive

This guide shows how to locate the hidden .PyCharm2019.3 folder on Windows, understand its purpose, and free up valuable C‑drive space by moving it to another drive and updating the corresponding paths in PyCharm’s idea.properties file, with step‑by‑step instructions and necessary code snippets.

Python Crawling & Data Mining
Python Crawling & Data Mining
Python Crawling & Data Mining
Free Up Disk Space: Move PyCharm’s .PyCharm2019.3 Folder to Another Drive

Foreword

While cleaning the C drive I discovered a hidden .PyCharm2019.3 folder in my user directory, which is related to PyCharm.

The folder occupies about 0.5 GB, which can be annoying for users with limited disk space.

What is the .PyCharm2019.3 folder?

It contains configuration information, project caches, and other necessary files for PyCharm.

Solution

Move the C drive .PyCharm2019.3 folder to another drive (e.g., D:).

Locate PyCharm’s installation directory, open the bin folder, and edit the idea.properties file.

In the opened file, focus on four variables that need to be replaced.

Replace the following variables with your own paths:

idea.config.path=xx/.PyCharm2019.3/config</code><code>idea.system.path=xx/.PyCharm2019.3/system</code><code>idea.plugins.path=xx/.PyCharm2019.3/config/plugins</code><code>idea.log.path=xx/.PyCharm2019.3/system/log

Note: Use forward slashes (/) in the paths, not backslashes (\).

Apply the Same Method to Other JetBrains Products

JetBrains products such as IDEA, Goland, and PyCharm also create similar folders on the C drive; the same steps can be used to relocate them.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

ConfigurationWindowsIDEPyCharmdisk space
Python Crawling & Data Mining
Written by

Python Crawling & Data Mining

Life's short, I code in Python. This channel shares Python web crawling, data mining, analysis, processing, visualization, automated testing, DevOps, big data, AI, cloud computing, machine learning tools, resources, news, technical articles, tutorial videos and learning materials. Join us!

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.