IntelliJ - Delete a project

By xngo on August 12, 2019

It is unbelievable that I have to search the internet to find out how to delete an IntelliJ project. The answer is you can't delete a project from IntelliJ. You have to do it manually using another application such as File Explorer, Command line, etc.

Here is how to cleanly delete an IntelliJ project.

  1. Open the project that you want to delete.
  2. Navigate to File > Invalidate Caches / Restart... and Invalidate the cache. Otherwise, recreating a project with the same name will cause other errors.
    IntelliJ - File - Invalidate cache
  3. File > Close project.
  4. Click on the X to remove your project from the project list.
    IntelliJ - Remove from Project list
  5. Manually use another application to delete the project, such as File Explorer, Command line, etc.

About the author

Xuan Ngo is the founder of OpenWritings.net. He currently lives in Montreal, Canada. He loves to write about programming and open source subjects.