Windows Server 2022 ISO Download Guide (and How to License It Properly)

The Windows Server 2022 ISO is a free download from Microsoft — what costs money is the license that turns it into a production server. Here's the official download route, how to convert the 180-day evaluation into a fully licensed install without reinstalling, and how to pick the right edition.

Step 1 — Download the official ISO

Get the ISO from the Microsoft Evaluation Center (microsoft.com/evalcenter): choose Windows Server 2022, register the short form, and download the 64-bit ISO (~5 GB). This is the full product — the same binaries as the licensed version — running as a 180-day evaluation until you add a key. Avoid third-party ISO mirrors: checksums matter on server installs.

Also available at the Evaluation Center: Server 2025, if you're starting fresh on the newest release.

Step 2 — Install

  1. Write the ISO to a USB (Rufus or similar) or mount it in your hypervisor.
  2. During setup, choose your edition and experience: Standard (Desktop Experience) is the common pick; Core — no GUI — for hardened, script-managed deployments.
  3. Complete setup; the server runs as an evaluation with a countdown visible on the desktop watermark.

Step 3 — Convert the evaluation to a fully licensed server (no reinstall)

This is the step most guides skip. With a genuine key, convert in place from an elevated Command Prompt:

DISM /Online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula

(Use ServerDatacenter for Datacenter keys. Check the current edition first with DISM /Online /Get-CurrentEdition.) The server reboots twice and comes back permanently licensed — workloads, roles and data intact. A genuine Windows Server 2022 Standard key is delivered by email within minutes at Nerdused, so the whole conversion takes about a quarter of an hour.

Which edition do you need?

Standard covers the vast majority of deployments: full feature set, licensed for up to two virtual machines per host. Datacenter exists for one reason — unlimited VMs on heavily virtualized hosts. Our Standard vs Datacenter guide has the decision math.

Don't forget CALs

A server license covers the server; every user or device connecting needs a Client Access License, and Remote Desktop sessions need RDS CALs on top — our RDS CALs explained guide covers it in five minutes, and 50-packs are available with instant delivery.

FAQ

Is the evaluation different from the full version? No — identical binaries. The key is the only difference, which is why in-place conversion works.

Can I convert after the 180 days expire? Yes — the server starts shutting down hourly, but the DISM conversion still works and stops it.

Windows Server 2025 or 2022? 2025 for new deployments wanting the longest support runway; 2022 remains the battle-tested choice with broad software vendor support — both are available as lifetime keys.

Zurück zum Blog