To install Windows Server 2025 Standard, download Microsoft's official ISO, boot the server or virtual machine from it, choose the Standard edition with or without Desktop Experience, and complete setup. Microsoft's ISO installs as a 180-day evaluation, so you then convert it to the full edition and activate it with one DISM command and your 25-character product key.
That conversion step is where most activations go wrong, because the key is refused if you simply type it into Settings. This guide walks through each stage in order and explains why the conversion is needed.
What do you need before installing Windows Server 2025 Standard?
You need a 64-bit server or virtual machine that meets Microsoft's minimum hardware requirements, the Windows Server 2025 ISO, a USB drive of 8 GB or more for physical hardware, and a Windows Server 2025 Standard product key. Back up anything on the target disk first, because a clean install erases it.
| Component | Minimum requirement |
|---|---|
| Processor | 1.4 GHz 64-bit with NX, DEP, CMPXCHG16b, LAHF/SAHF, PrefetchW, SLAT, SSE4.2 and POPCNT support |
| Memory | 512 MB for Server Core; 2 GB for Desktop Experience (4 GB recommended) |
| Storage | 32 GB minimum |
| Network | Ethernet adapter capable of at least 1 Gbps |
| Firmware and security | UEFI with Secure Boot and TPM 2.0, required only for certain features such as BitLocker |
These figures follow Microsoft's published hardware requirements for Windows Server. The SSE4.2 and POPCNT requirements are new in this release. Most server CPUs from the last decade have both, but very old hardware that ran Server 2016 without trouble can now fail at the first setup screen.
On licensing: Windows Server is licensed per physical core, with a minimum of 16 cores per server, which is why the product is sold as a 16-core licence. If you still need one, our Windows Server 2025 Standard licence key is delivered by email, so you can have it ready before you start.
How do you download Windows Server 2025 Standard?
Download the ISO from the Microsoft Evaluation Center. There is no separate "Standard" download: one ISO of about 5.6 GB contains both Standard and Datacenter, each with a Server Core and a Desktop Experience option. You choose the edition during setup, and your product key must match that choice.
- Open Microsoft's Windows Server 2025 evaluation page and choose the ISO download, or use the direct 64-bit English ISO link.
- Save the file somewhere with at least 6 GB free and let the download finish before you open it.
The file is named as an evaluation image, and that is expected. The evaluation and the licensed product are the same software. What differs is the licensing state, which you change after installation.
How do you prepare the installation media?
For a physical server, write the ISO to a USB drive of 8 GB or more using the GPT partition scheme for UEFI systems. For Hyper-V, VMware or Proxmox, skip the USB entirely and attach the ISO to the virtual machine's DVD drive, using a Generation 2 VM on Hyper-V.
The installer's main image file is larger than 4 GB, so a plain copy to a FAT32 drive fails. A tool that handles this for you is the simplest route, and our guide to creating a bootable USB with Rufus covers it step by step.
How do you install Windows Server 2025 Standard step by step?
Boot from the media, select your language, choose Windows Server 2025 Standard with Desktop Experience if you want a graphical interface, accept the licence terms, pick the target disk and let setup run. On an SSD the install usually takes 15 to 30 minutes, followed by a prompt to set the Administrator password.
- Boot from the USB or ISO. On physical hardware, open the boot menu as the server powers on. If it ignores the USB, see how to change the BIOS boot order.
- Choose language, time format and keyboard, then select Install Windows Server.
- Select the edition. Pick Windows Server 2025 Standard Evaluation (Desktop Experience) for the full graphical interface. The entry without "Desktop Experience" installs Server Core, which is managed from the command line or remotely.
- Accept the licence terms and confirm that you want a clean installation.
- Choose the disk. Select the unallocated space on the target drive and click Next. Double-check the drive on servers with more than one disk or a RAID volume.
- Wait for setup to finish. The server restarts on its own. Remove the USB if it boots back into the installer.
- Set the Administrator password, sign in, and let Server Manager open.
A common issue we see is Server Core chosen by accident. If you sign in and get only a command prompt, the install worked, but you selected the option without Desktop Experience. There is no switch between the two after installation, so the fix is to reinstall and pick the other entry.
How do you activate Windows Server 2025 Standard with a product key?
Open Command Prompt as administrator and run the DISM set-edition command with your key. This converts the evaluation install to the licensed Standard edition and applies the key in one step. After the restart, confirm activation under Settings, System, Activation, or with slmgr /xpr.
- Check the current edition:
DISM /online /Get-CurrentEdition. An evaluation install reports ServerStandardEval. - Convert and apply your key:
DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula - Wait. The progress counter can sit at 10% for several minutes, which is normal. Restart when prompted.
- After the restart, run
slmgr /atoto activate online, thenslmgr /xprto confirm. The Activation page in Settings should now show Windows as activated.
Why the extra step? An evaluation install only accepts evaluation licensing, so a full product key entered through Settings or slmgr /ipk is refused even though the key is valid. Changing the edition with DISM switches the licensing channel first, and the key is then accepted.
If the server has no internet access, run slui 4 after installing the key to use Microsoft's phone activation instead.
Why won't Windows Server 2025 Standard activate?
The usual cause is that the server is still an evaluation install, so the key is rejected before it reaches Microsoft's activation servers. The second most common cause is an edition mismatch, where Datacenter was installed but the key is for Standard. Check the edition with DISM first.
| What you see | Usual cause | What to do |
|---|---|---|
| Key refused in Settings or by slmgr (often 0xC004F069) | The install is still the evaluation edition | Run the DISM set-edition command above |
| DISM reports the key is not valid for the target edition | Datacenter is installed, or the key is for another edition | Datacenter cannot be converted down to Standard, so reinstall and choose Standard |
| DISM refuses to change the edition | The server is already a domain controller | Demote it, convert the edition, then promote it again |
| Activation times out | No outbound route to Microsoft, or a wrong system date | Check DNS, proxy and firewall rules, correct the clock, or use slui 4
|
The domain controller case catches people out because it appears weeks later, when the evaluation period is running down. Convert and activate before you add the Active Directory Domain Services role. For wider troubleshooting, see our guide to fixing an activation key that is not working in Windows.
Standard or Datacenter: which should you install?
Choose Standard if the server runs on physical hardware or hosts up to two virtual machines. Choose Datacenter if the host will run many VMs or needs Storage Spaces Direct, Shielded VMs or software-defined networking. The core operating system, security features and management tools are the same in both.

One practical point: a Standard install can be moved up to Datacenter later with the same DISM command and a Datacenter key, without reinstalling. The reverse is not possible. If you are building a virtualisation host, read our Windows Server 2025 Datacenter guide, and you can compare every edition in the Windows Server 2025 collection.
What should you do after activation?
Install the latest cumulative update through Windows Update, rename the server, assign a static IP address, and only then add roles such as Active Directory, DNS or file services. Renaming a server after it becomes a domain controller is far more disruptive than doing it on day one.
If staff will connect through Remote Desktop Services, remember that RDS needs its own client access licences on top of the server licence. We stock Windows Server 2025 RDS user CALs for that.
Frequently asked questions
Is the Windows Server 2025 Standard ISO free to download?
Yes. Microsoft provides the ISO at no charge through the Evaluation Center. It installs as a fully working evaluation for 180 days. To keep using it after that, and to be licensed for production use, you need a Windows Server 2025 Standard product key.
How long does the Windows Server 2025 evaluation last?
The evaluation runs for 180 days from installation. When it expires, the server shows licensing warnings and shuts down at regular intervals. Converting to the full edition with DISM and a valid key before that point keeps your roles, data and settings in place.
Can you upgrade in place from Windows Server 2022 or 2019?
Yes. Microsoft supports in-place upgrades to Windows Server 2025 from Windows Server 2012 R2 and later, provided the edition matches. Run setup.exe from the mounted ISO inside the existing server. Take a full backup or snapshot first, and check that your applications support the new release.
Will a Standard key activate Windows Server 2025 Datacenter?
No. A key activates only the edition it was issued for. A Standard key is refused on a Datacenter install, and Datacenter cannot be converted down to Standard. If the wrong edition is installed, reinstall and select Standard during setup, then run the conversion command.
Do you need CALs with Windows Server 2025 Standard?
In most deployments, yes. The server licence covers the operating system, while users or devices that access the server generally need client access licences, and Remote Desktop Services needs separate RDS CALs. Requirements vary with how the server is used, so check Microsoft's licensing terms for your scenario.
Ready to install?
Have the ISO, your installation media and your product key ready, choose the Standard edition with the interface you want, and run the DISM conversion before you add any roles. If you still need a licence, the Windows Server 2025 Standard key arrives by email, and our support team can help if activation does not complete.
Leave a comment