Before initiating a download, it is critical to understand the distinction between the ISO types:
Retail / Volume License (VL) ISO:
Since you cannot simply click a public link, here are the three legitimate channels to download the Windows Server 2022 Standard ISO (not evaluation).
Downloading a non-evaluation (full retail or volume license) version of Windows Server 2022 requires an existing license or subscription. Microsoft does not provide a public direct download link for the "Full" version; the public links at the Microsoft Evaluation Center only provide the 180-day trial. Official Sources for Full ISOs
To get the non-evaluation ISO, you must access one of the following portals based on your license type:
Microsoft 365 Admin Center: For business and standard retail licenses, log in to the Microsoft 365 Admin Center, go to Billing > Your products, find "Windows Server 2022 Standard," and click View downloads and keys.
Volume Licensing Service Center (VLSC): Organizations with volume licenses should use the VLSC portal. After signing in, go to Downloads and Keys to find the specific 2022 Standard media. windows server 2022 standard iso download not evaluation
Visual Studio Subscriptions (MSDN): If you have a developer subscription, the full ISOs are available under the downloads section of the Visual Studio portal. Alternative: Convert Evaluation to Full
If you have already installed the Evaluation version, you do not need to reinstall. You can convert it to the full Standard edition using a valid product key and the DISM tool in Command Prompt: Open Command Prompt as Administrator.
Run the following command (replace XXXXX with your 25-character product key):dism /Online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula Restart your server to complete the transition. Important Notes:
Active Directory: You cannot convert an Evaluation server if it has already been promoted to a Domain Controller.
Installation Type: "Server Core" evaluation versions cannot always be converted to Retail; it is recommended to use the "Desktop Experience" if you plan to convert later.
Finding a "non-evaluation" ISO for Windows Server 2022 can be frustrating because Microsoft's public-facing site defaults to the 180-day trial version. However, if you already have a license, you don't actually need a separate ISO; you can either download the full version through specific portals or convert an existing evaluation install. Before initiating a download, it is critical to
Here is a blog post covering how to secure and set up the full version of Windows Server 2022 Standard.
How to Download Windows Server 2022 Standard (Non-Evaluation Version)
If you’ve ever tried to download Windows Server 2022, you’ve likely ended up at the Microsoft Evaluation Center
. While great for testing, the evaluation version comes with a 180-day limit and an annoying "Evaluation" watermark. For production environments, you need the full retail or volume license version
. Here is how to get it and what to do if you’ve already installed the evaluation by mistake. Where to Download the Full ISO
Microsoft does not provide a "direct" public link for the full, non-evaluation ISO. To get the official, pre-activated-ready installer, you must use one of the following licensed portals: Microsoft 365 Admin Center: Retail / Volume License (VL) ISO:
If you purchased your license through a CSP or Microsoft 365, log in to the Microsoft 365 Admin Center Billing > Your products , find your server edition, and select View downloads and keys Volume Licensing Service Center (VLSC): For business and enterprise agreements, the is the primary hub for downloading full ISOs. Visual Studio (formerly MSDN) Subscriptions: Developers with active Visual Studio subscriptions can download full retail ISOs from the subscriber portal. Spiceworks Community The Secret: You Can Convert Evaluation to Full Many administrators don't realize that the Evaluation ISO and the Full ISO are nearly identical.
If you have already installed the Evaluation version, you don't need to wipe the server and start over. You can "unlock" the full version using a simple command line tool called DISM. Steps to Convert Windows Server 2022 Eval to Standard: Open PowerShell as an Administrator. Check your current edition to ensure it says "Eval": DISM /online /Get-CurrentEdition Run the conversion command using your valid 25-character product key:
DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula Restart the server.
Once it reboots, the evaluation restrictions will be gone, and your server will be a fully licensed Standard edition. Microsoft Learn Important Limitations to Keep in Mind
Microsoft does not provide the non-evaluation ISO as a public, anonymous download. You must use one of the following official channels, depending on how you acquired your license.