If you no longer need Eclipse IDE on your PC or want to start fresh with a clean installation, simply deleting the Eclipse folder won’t completely remove it from your system. Eclipse stores settings, caches, and workspace data in several directories — which means leftover files can take up space or even cause issues when reinstalling.
In this guide, we’ll show you how to completely uninstall Eclipse IDE from Windows 11, including all configuration and hidden files, so you can fully remove it without leaving any traces behind.
Why You Might Want to Uninstall Eclipse
There are a few common reasons why users choose to uninstall Eclipse IDE:
- Switching to another IDE like IntelliJ IDEA, Visual Studio Code, or NetBeans
- Troubleshooting Eclipse crashes, startup issues, or workspace corruption
- Reinstalling a newer version of Eclipse
- Freeing up disk space on Windows 11
No matter the reason, it’s best to follow the correct method to ensure all components are properly removed.
How to Uninstall Eclipse in Windows 11
Step 1: Close Eclipse and Related Processes
Before uninstalling, make sure Eclipse isn’t running in the background.
- Press Ctrl + Shift + Esc to open Task Manager.
- Under the Processes tab, look for Eclipse.exe.
- Select it and click End Task.
This ensures no background process interferes with the uninstallation.
Step 2: Uninstall Eclipse IDE Using the Installer
If you originally installed Eclipse using the Eclipse Installer, you can easily remove it through the same tool.
- Open the Eclipse Installer (
eclipse-inst.exe).- If you deleted it, re-download it from: https://www.eclipse.org/downloads
- Once it opens, click on the “Installed” tab at the top.
- Locate the Eclipse version you want to uninstall.
- Click Uninstall next to it.
- Confirm when prompted.
This will remove the core Eclipse files from your system.
Step 3: Delete Remaining Eclipse Folders
Even after uninstalling, Eclipse leaves behind configuration and workspace files.
To completely remove Eclipse from your PC, delete the following folders manually:
Eclipse Installation Folder
Usually located at:
C:\Users\<YourUserName>\eclipse
or
C:\Program Files\Eclipse
Delete the entire eclipse folder.
Eclipse Workspace Folder
This is where Eclipse stores your project files:
C:\Users\<YourUserName>\eclipse-workspace
If you no longer need your projects, you can safely delete this folder too.
Eclipse Configuration Files
Also remove Eclipse-related settings stored under:
C:\Users\<YourUserName>\.eclipse
C:\Users\<YourUserName>\.p2
Deleting these ensures Eclipse preferences, caches, and plugins are completely cleared.
Step 4: Remove Eclipse Shortcuts
Now, remove all Eclipse shortcuts from your system:
- Right-click the Eclipse shortcut on your desktop or taskbar.
- Select Unpin from Taskbar or Delete.
- Check the Start Menu (
C:\ProgramData\Microsoft\Windows\Start Menu\Programs) for Eclipse shortcuts and delete them as well.
Step 5: Clean Up the Environment Variables (Optional)
If Eclipse or its tools modified your system’s environment variables (especially for Java or Maven), it’s a good idea to verify and clean them:
- Press Windows + S, type “Environment Variables”, and open it.
- Under System variables, select Path and click Edit.
- Look for entries related to:
Eclipse Java Maven - Select and delete any unnecessary ones.
This ensures your PATH variable doesn’t point to old Eclipse-related directories.
Step 6: Delete Temporary Cache Files
To remove temporary installation data:
- Press Windows + R, type
%temp%, and press Enter. - Delete all temporary files inside the folder.
- Also, clear your AppData\Local cache by navigating to:
C:\Users\<YourUserName>\AppData\Localand removing anyEclipseor.p2folders.
Step 7: Restart Your PC
Once all files and folders are deleted, restart your system to ensure all temporary processes and registry entries are cleared.
Use Third-Party Uninstaller Tools
If you prefer an automated way to cleanly remove Eclipse, you can use third-party uninstaller software such as:
- Revo Uninstaller
- IObit Uninstaller
- Geek Uninstaller
These tools scan for leftover files and registry entries after the standard uninstallation process, ensuring a completely clean removal.
Common Issues During Uninstallation
1. “Eclipse Folder Is in Use” Error
- Make sure all Eclipse-related processes are closed in Task Manager.
- Restart your PC and try deleting the folder again.
2. “Access Denied” While Deleting Files
- Right-click the folder → select Properties → Security tab → Advanced.
- Change ownership to your user account and try again.
3. Reinstalling Eclipse Doesn’t Work Properly
- Make sure you’ve deleted
.p2and.eclipsefolders before reinstalling. - Also, clear the workspace folder to avoid old project conflicts.
How to Reinstall Eclipse the Right Way
If you’re planning to reinstall Eclipse later, follow these tips for a smooth experience:
- Always install the latest version from the official website.
- Keep your JDK updated before installing.
- Choose a separate workspace for each major project.
- Avoid installing plugins from unverified sources.
Wrapping Up
Uninstalling Eclipse IDE on Windows 11 isn’t as simple as deleting the main folder — but with the steps above, you can completely remove Eclipse and all its hidden files from your system.
Whether you’re switching to a different IDE or preparing for a fresh install, cleaning up Eclipse ensures your development environment stays fast, organized, and error-free.
Now your Windows 11 system is free of Eclipse clutter — ready for a new setup or a different coding tool.