How to Uninstall Java JDK v25.0.2 on Windows 10/11 (2026) | Step-by-Step Guide
Below is a Step-by-Step Guide to Uninstall Java JDK v25.0.2 on Windows 10/11:
Step 1: Uninstall Java JDK
Method 1 - Uninstall Java JDK via Windows Settings
- Press Windows + I to open Settings.
- Go to Apps.
- Click Installed apps.
- Search Java and click ⋮ (three dots) ➡️ Uninstall ➡️ Uninstall.
- Click Yes if you get a security prompt.
Method 2 - Uninstall Java JDK via Control Panel
- Press Windows + R.
- Type below and press Enter:
appwiz.cpl
- Select Java SE Development Kit and click Uninstall.
- Click Yes.
- Click Yes if you get a security prompt.
Step 2: Remove Java from PATH
- Press Win + R, type below and press Enter:
sysdm.cpl
- Go to Advanced tab.
- Click Environment Variables.
- Under System variables, select Path and click on Edit.
- Select the below entry and click Delete:
%JAVA_HOME%\bin
- Click OK → OK → OK.
Step 3: Remove JAVA_HOME
- Press Win + R, type below and press Enter:
sysdm.cpl
- Go to Advanced tab.
- Click Environment Variables.
- Under System variables, select JAVA_HOME and click Delete.
- Click OK → OK.
Step 4: Verify Uninstallation
- Open Command Prompt and run the below command:
java -version
- You should see the below output confirming successful uninstallation:
'java' is not recognized as an internal or external command.
Done! ✅ You have successfully uninstalled Java JDK v25.0.2 from Windows 10/11.





Comments
Post a Comment