🎉 We're happy to announce new public releases 🎉

  • SmartCode v10.4r1 - Take advantage of all the benefits our tools have to offer and build your applications with the latest version
  • TriCore v6.3r1 Inspector v1.0r8 - Save time and detect known issues before they get into your application
Contact us to get access

winIDEA: Running out of disk space

09-Jun-2025

winIDEA stores various temporary files in %TEMP%/iSYSTEM, or if specified, %ISYSTEM_TEMP% directory. Most of the created files are meant to speed up your debugging experience and they remain there even after winIDEA is closed.

winIDEA will clean up such files regularly, but depending on winIDEA's workload, the size of this folder can grow considerably. If the system is running out of disk space, it is safe to erase the content of this directory.


Temporary solution

Erase the content of :

  • %TEMP%/iSYSTEM or
  • %ISYSTEM_TEMP%


Permanent solution

  • Ensure that enough disk space is available.
  • If another drive with more space is available on the PC, create a directory for winIDEA there and set the %ISYSTEM_TEMP% variable to point there.


See also the winIDEA installation guide.

Was this answer helpful?