How to Uninstall Eclipse on Windows 10/11 (2026) | Step-by-Step Guide
How to Uninstall Eclipse on Windows 10/11 (2026) | Step-by-Step Guide
To uninstall Eclipse on Windows 10/11, you need to manually delete the Eclipse installation folder, remove workspace files, and clean up related data. Eclipse doesn’t appear in “Programs and Features” because it’s not installed like typical software.
Step-by-step guide to uninstall Eclipse on Windows
1. Delete Eclipse installation folder
- Find the folder: Navigate to where Eclipse is installed.
- Common locations:
C:\eclipseorC:\Users\<YourName>\eclipse - Remove it: Right-click the folder and select Delete.
2. Delete Eclipse workspace folder
- Purpose: The workspace stores your projects and IDE settings.
- Default location:
C:\Users\<YourName>\eclipse-workspace - Remove it: Delete the folder if you no longer need your projects. Back up first if unsure.
3. Delete configuration and cache folder
- Hidden caches: Eclipse leaves behind configuration and plugin caches.
- Locations to remove:
C:\Users\<YourName>\.eclipseC:\Users\<YourName>\.p2C:\Users\<YourName>\AppData\Local\Eclipse InstallerC:\Users\<YourName>\AppData\Local\Eclipse- Action: Delete these folders to fully remove cached plugins and settings.
Note: If you do not find AppData folder, click on View -> Show -> Hidden Items.
Tips and cautions
- Backup projects: Copy your workspace before deleting if you may need your code later.
- Environment variables: If you added PATH or JAVA_HOME for Eclipse, review and clean them in System Properties.
- Java runtime: If Java was installed solely for Eclipse, consider uninstalling it via Programs and Features.

Comments
Post a Comment