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

  1. Press Windows + I to open Settings.
  2. Go to Apps.
  3. Click Installed apps.
  4. Search Java and click ⋮ (three dots) ➡️ Uninstall ➡️ Uninstall.
  5. Click Yes if you get a security prompt.

Method 2 - Uninstall Java JDK via Control Panel

  1. Press Windows + R.
  2. Type below and press Enter:
    appwiz.cpl
  3. Select Java SE Development Kit and click Uninstall.
  4. Click Yes.
  5. Click Yes if you get a security prompt.

Step 2: Remove Java from PATH

  1. Press Win + R, type below and press Enter:
    sysdm.cpl
  2. Go to Advanced tab.
  3. Click Environment Variables.
  4. Under System variables, select Path and click on Edit.
  5. Select the below entry and click Delete:
    %JAVA_HOME%\bin
  6. Click OK → OK → OK.

Step 3: Remove JAVA_HOME

  1. Press Win + R, type below and press Enter:
    sysdm.cpl
  2. Go to Advanced tab.
  3. Click Environment Variables.
  4. Under System variables, select JAVA_HOME and click Delete.
  5. Click OK → OK.

Step 4: Verify Uninstallation

  1. Open Command Prompt and run the below command:
    java -version
  2. 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

Popular posts from this blog

How to Install Geany 2.1 on Windows 10/11 (2026) | Step-by-Step Guide

How to Uninstall Bluefish 2.2.19 on Windows 10/11 (2026) | Step-by-Step Guide

How to Install Visual Studio 2026 on Windows 10/11 | Step-by-Step Guide