

# Amazon Corretto 25 Guide on Windows
<a name="windows-info"></a>

The topics in this section describe installation instructions for Amazon Corretto 25 on the Windows operating system. Windows builds are supported on versions 10 and later, Server 2016, Server 2019, and Server 2022.

**Topics**
+ [Amazon Corretto 25 Installation Instructions for Windows 10 or Later](windows-install.md)

# Amazon Corretto 25 Installation Instructions for Windows 10 or Later
<a name="windows-install"></a>

 This topic describes how to install and uninstall Amazon Corretto 25 on a host or container running the Windows 10 or later Windows operating system. 

## Install Amazon Corretto 25
<a name="windows-install-instruct"></a>

1.  Download a Windows `.msi` file from the [Downloads](downloads-list.md) page. 

1.  Double-click the .msi file to start the installation wizard. 

1.  Follow the steps in the wizard. 

    You have the option of setting a custom installation path. By default, Amazon Corretto 25 is installed at `C:\Program Files\Amazon Corretto\`. If you set a custom path, make a note of it for the next step. 

1.  Once the install wizard is finished, set the `JAVA_HOME` and `PATH` environment variables. 

   Set `JAVA_HOME` to the installation location, noting that the directory contains the currently-installed version. For example, if the default directory is used for 25.0.2, then set `JAVA_HOME` as `C:\Program Files\Amazon Corretto\jdk25.0.2_10`.

   Add `%JAVA_HOME%\bin` to the current `PATH` variable.

1.  Verify the installation by running **java -version** in a command prompt. You should see the following output.   
**Example**  

   ```
   openjdk version "25.0.2" 2026-01-20 LTS
   OpenJDK Runtime Environment Corretto-25.0.2.10.1 (build 25.0.2+10-LTS)
   OpenJDK 64-Bit Server VM Corretto-25.0.2.10.1 (build 25.0.2+10-LTS, mixed mode)
   ```

## Uninstall Amazon Corretto 25
<a name="windows-uninstall"></a>

You can uninstall Amazon Corretto 25 by following the standard steps to uninstall an application from Windows.

1.  Open **Programs and Features**. 

1.  Search for **Amazon Corretto 25** and then select it. 

1.  Choose **uninstall**. 