Windows Server 2025 Datacenter: Download, Install & Activation Guide
Windows Server 2025 Datacenter: Download, Install & Activation Guide
Windows Server 2025 Datacenter is the edition you license when a single physical host will run more than a couple of Windows virtual machines — or when you need Storage Spaces Direct, software-defined networking or Shielded VMs. The download and installation steps are the same as any Windows Server 2025 deployment. What changes is activation: with Datacenter you are licensing a host that then activates its own guest VMs.
This guide covers the whole sequence for the Datacenter edition specifically — getting the official ISO, installing to bare metal or a hypervisor, activating the host, activating guest VMs with AVMA, and converting an existing Evaluation or Standard installation to Datacenter in place without a rebuild. If you still need a licence, you can buy a Windows Server 2025 Datacenter key and have it delivered by email in minutes, then work through the steps below.
On this page
- What is Windows Server 2025 Datacenter?
- Datacenter or Standard — which edition do you actually need?
- System requirements and licensing prerequisites
- Step 1: Download the Windows Server 2025 ISO
- Step 2: Create bootable installation media
- Step 3: Install Windows Server 2025 Datacenter
- Step 4: Activate the Datacenter host
- Step 5: Activate your guest VMs with AVMA
- Step 6: Turn on the Datacenter-only features
- Troubleshooting installation and activation errors
- Frequently asked questions
What is Windows Server 2025 Datacenter?
Windows Server 2025 Datacenter is the top edition of Microsoft’s current Long-Term Servicing Channel server release (build 26100). It carries every role in the Standard edition, adds unlimited Windows Server virtualisation rights on a licensed host, and unlocks four capabilities Standard does not include: Storage Spaces Direct, software-defined networking, Shielded VMs and the full Storage Replica feature set.
It shares its servicing timeline with every other Windows Server 2025 edition — mainstream support to October 2029 and extended support to October 2034.
Features shared with Standard that matter on a Datacenter host:
- Hotpatching — apply many security updates without restarting, delivered through an Azure Arc subscription rather than the base licence
- Next-generation Active Directory — 32k database page size and stronger domain controller defaults
- SMB over QUIC — file access over the internet without a VPN
- Improved Hyper-V — GPU partitioning, better live migration, a hot-patchable virtualisation stack
- NVMe performance gains over Windows Server 2022 on identical hardware
If your host will only ever run one or two virtualised workloads, the cheaper edition does the same job — see our Windows Server 2025 Standard download and activation guide instead.
Datacenter or Standard — which edition do you actually need?
Choose Datacenter when you will run more than roughly ten Windows Server VMs on one host, or when you need Storage Spaces Direct, SDN or Shielded VMs. Below that VM count, stacking Standard licences is usually cheaper. Both editions license the same physical cores and both require CALs, so the decision is about virtualisation density and features, not about server roles.
| Capability | Windows Server 2025 Standard | Windows Server 2025 Datacenter |
|---|---|---|
| Windows Server VMs per licensed host | 2 OSEs per licence stack | Unlimited |
| Guest VM activation via AVMA | Not available | Included |
| Storage Spaces Direct (S2D) | No | Yes |
| Software-defined networking | No | Yes |
| Shielded VMs | No | Yes |
| Storage Replica | Limited | Full |
| Core licensing minimum | 16 cores per server | 16 cores per server |
| CALs required | Yes | Yes |
| Where to buy | Server 2025 Standard key | Server 2025 Datacenter key |
The break-even point is worth working out before you buy rather than after. Standard grants two operating system environments for each full set of core licences; a third VM means licensing every physical core a second time. Stack that four or five times and you have spent Datacenter money without getting Datacenter features. A common pattern we see in support tickets is a business that bought Standard for a four-VM host, discovered the stacking rule later, and had to re-license. If your VM count in twelve months is likely to be double what it is today, price Datacenter now.
Working out core counts across several hosts? Our B2B and wholesale quote desk will size it with you, and enterprise licensing covers multi-server rollouts.
System requirements and licensing prerequisites
Windows Server 2025 tightens firmware and CPU requirements compared with 2019 and 2022. Check these before you download anything — a CPU without POPCNT and SSE4.2 support will fail during setup rather than after it.
| Component | Minimum | Recommended for a Datacenter host |
|---|---|---|
| Processor | 1.4 GHz 64-bit, 2 cores, POPCNT & SSE4.2 support | Multi-socket Xeon or EPYC, 16+ physical cores |
| RAM | 512 MB (Server Core) / 2 GB (Desktop Experience) | 64 GB+ for dense virtualisation |
| Storage | 32 GB system disk | NVMe for the OS; separate tier for VM storage or S2D |
| Firmware | UEFI 2.3.1c with Secure Boot support | UEFI, Secure Boot enabled, CSM disabled |
| Security | TPM 2.0 recommended | TPM 2.0 (required for Shielded VMs and BitLocker) |
| Networking | Gigabit Ethernet | Dual 10 GbE or faster; RDMA-capable NICs for S2D |
| Installation media | 8 GB+ USB or dual-layer DVD | 16 GB USB 3.0 |
Licensing prerequisites. Windows Server 2025 Datacenter is licensed per physical core, with a minimum of 16 core licences per server and 8 per processor — every physical core must be covered, even on a smaller box. Core licences cover the operating system only. Every user or device that connects still needs a Client Access Licence, and Remote Desktop sessions need RDS CALs on top of that: we stock Server 2025 RDS User CAL 50-packs and RDS Device CAL 50-packs, alongside standard Server 2025 User CALs and Device CALs. CALs are version-specific — 2022 CALs do not cover access to a 2025 server.
Step 1: Download the Windows Server 2025 ISO
Download the ISO from the Microsoft Evaluation Center, which publishes a single 64-bit image containing both the Standard and Datacenter editions. Volume licensing customers can pull production media from the VLSC instead. Either way, take the media from Microsoft — third-party ISO mirrors are the most common source of tampered installation files.
- Open the Evaluation Center page for Windows Server 2025 and complete the short registration form.
- Choose the 64-bit ISO in your preferred language and start the download (roughly 5–6 GB).
- Optionally verify the file hash against Microsoft’s published checksum before you write it to media.
The Evaluation Center image installs as a 180-day trial, and that is fine: the same image becomes a permanently licensed Datacenter installation once you apply a genuine key. You do not need separate “retail media”. Enter your Windows Server 2025 Datacenter product key during setup, or convert afterwards using the DISM method in Step 4.
Step 2: Create bootable installation media
Installing into Hyper-V, VMware or Proxmox? Skip this step and mount the ISO directly. For physical hardware you need a UEFI-bootable USB drive.
Using Rufus (simplest on Windows)
- Insert an 8 GB or larger USB drive — everything on it will be erased.
- Open Rufus, select the drive, click SELECT and choose the Windows Server 2025 ISO.
- Set partition scheme to GPT and target system to UEFI (non-CSM). Server 2025 will not install from a legacy MBR/CSM stick.
- Click START and wait for the write to finish.
Using built-in Windows tools
- Open an elevated Command Prompt and run
diskpart. - Run
list disk, thenselect disk X,clean,convert gpt,create partition primary,format fs=fat32 quick,assign. - Mount the ISO and copy its contents to the USB drive. If
install.wimis larger than 4 GB, split it withDism /Split-Image— FAT32 cannot hold a single file above that size.
On macOS or Linux
- Identify the drive with
diskutil list(macOS) orlsblk(Linux) and unmount it. - Write the image, for example:
sudo dd if=WindowsServer2025.iso of=/dev/sdX bs=4M status=progress.
Step 3: Install Windows Server 2025 Datacenter
Boot the server from your media, then work through the refreshed Windows 11-style setup. The one screen that matters more on Datacenter than anywhere else is the edition list — pick the Datacenter entry that matches your key, because you cannot switch between Desktop Experience and Server Core afterwards without reinstalling.
- Boot from USB. Press the boot menu key during POST — typically F12 on Dell, F11 on HPE, F12 on Lenovo — and select the USB device under UEFI boot options.
- Language and region. Set language, time format and keyboard layout.
- Product key. Enter the 25-character key from your WinCDKey delivery email, or choose “I don’t have a product key” to activate later.
- Select the edition. Choose Windows Server 2025 Datacenter (Desktop Experience) for the full GUI, or Windows Server 2025 Datacenter for the leaner Server Core install. Core is the better choice for dedicated Hyper-V, AD DS, DNS and file server hosts: fewer patches, smaller attack surface, less RAM.
- Licence terms. Review and accept.
- Installation type. Select Custom: Install Microsoft Server Operating System only.
- Disk selection. Choose the target disk and remove old partitions if you are repurposing the drive. On a virtualisation host, keep the OS on its own volume and leave VM storage separate.
- Install. Setup copies files and reboots several times — usually 10–20 minutes on NVMe hardware.
First boot checklist
- Set a complex Administrator password — at least 12 characters mixing cases, numbers and symbols.
- Sign in with
Ctrl + Alt + Delete. - Assign a static IP, set the time zone, rename the server, install vendor chipset/NIC/storage drivers, and run Windows Update.
- Activate before you install roles — an unactivated Evaluation host cannot be promoted to a domain controller cleanly, and AVMA will not work until the host itself is licensed.
Step 4: Activate the Datacenter host
Activate the host with your 25-character key using any of the four methods below; online activation through Settings takes under a minute. Which method you use depends on whether the server has internet access, whether you are on Server Core, and whether you are converting an existing Evaluation or Standard installation rather than activating a fresh one.
Method 1 — Settings (fresh install, internet connected)
- Open Settings > System > Activation.
- Click Change product key and enter your key.
- Confirm. Windows checks the key with Microsoft’s activation servers and completes in seconds.
Method 2 — Command line with slmgr (Server Core or remote)
- Open an elevated Command Prompt or PowerShell session.
- Install the key:
slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX - Activate:
slmgr /ato - Confirm:
slmgr /xprshould report that the machine is permanently activated.slmgr /dlvgives the full detail, including which channel the licence came from.
Method 3 — Convert Evaluation to full Datacenter (DISM)
If you installed the 180-day Evaluation image, you do not need to reinstall. Check what your current installation can convert to, then run the edition change:
DISM /online /Get-CurrentEdition— confirms you are onServerDatacenterEval.DISM /online /Get-TargetEditions— lists valid targets, normallyServerDatacenter.DISM /online /Set-Edition:ServerDatacenter /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula- Let the server restart, then verify with
slmgr /xpr.
Two limits worth knowing before you run it: an Evaluation server that has already been promoted to a domain controller has to be demoted first, and Evaluation-to-full conversion is not supported on every installation type. Our companion walkthroughs cover the awkward cases — upgrading Server 2025 Evaluation to a full edition and the Standard/Datacenter evaluation conversion issue.
Method 4 — Upgrading Standard to Datacenter in place
Already running a licensed Windows Server 2025 Standard host and outgrown the two-VM limit? Windows supports a one-way edition upgrade to Datacenter with the same DISM command and a Datacenter key:
DISM /online /Set-Edition:ServerDatacenter /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
Roles, data and configuration are preserved, and the server restarts once. The path runs one way only — you cannot downgrade Datacenter back to Standard without reinstalling — so take a full backup and a hypervisor checkpoint first. You will need a Datacenter licence key before you start; the Standard key will be rejected.
Method 5 — Phone activation for offline or air-gapped hosts
Isolated hosts with no outbound internet can still activate. Run slui 4, choose your region, and exchange the installation ID for a Confirmation ID. Our free Get Confirmation ID (CID) tool returns the CID from any browser without a phone call. Full walkthroughs for every method live in the Installation & Activation Guide.
A note on volume keys. KMS and MAK activation are handled through your own Volume Licensing agreement, with GVLKs published by Microsoft in the official KMS client activation keys documentation. Those generic keys configure a machine to talk to a KMS host — they do not license it. Retail keys like the ones we supply activate directly against Microsoft’s servers and need no KMS infrastructure.
Step 5: Activate your guest VMs with AVMA
Automatic Virtual Machine Activation lets Windows Server guest VMs activate against their Hyper-V host instead of consuming individual product keys — and it only works when the host is licensed as Datacenter. This is the practical payoff of the edition: on a twenty-VM host you manage one licence, not twenty.
How it works in practice:
- Confirm the Hyper-V host is running Windows Server 2025 Datacenter and is fully activated (
slmgr /xpr). - Install the guest operating system inside the VM as normal.
- In the guest, install the AVMA key that matches the guest edition:
slmgr /ipk <AVMA key>, thenslmgr /ato. - The guest reports activation against the host, with no internet connection required from inside the VM. Activation is re-validated periodically, so the host must stay licensed.
Two constraints catch people out. AVMA activates Windows Server guests only — Windows 11 client VMs need their own licences. And a Standard-edition host cannot run AVMA at all, which is why a Standard host’s two included VMs each need their own key. If you are on Standard today and managing guest keys by hand, that administrative overhead is itself an argument for the edition upgrade in Method 4 above.
Step 6: Turn on the Datacenter-only features
Once the host is licensed, the edition-exclusive capabilities become available. None are enabled by default:
- Storage Spaces Direct. Pool local NVMe or SSD across cluster nodes into shared software-defined storage. Validate the cluster first with
Test-Cluster, then enable withEnable-ClusterStorageSpacesDirect. RDMA-capable networking makes a substantial difference to latency here. - Software-defined networking. Deploy the Network Controller role to manage virtual networks, micro-segmentation and software load balancing from a single control plane.
- Shielded VMs. Combine TPM 2.0, BitLocker and a Host Guardian Service to encrypt tenant VMs against a compromised or untrusted fabric administrator.
- Full Storage Replica. Datacenter removes the volume and size constraints Standard applies, making it usable for real block-level disaster recovery between sites.
- Hotpatching via Azure Arc. Connect the host to Azure Arc and enrol it for hotpatching to cut the reboot count dramatically. This is a separate subscription, not part of the perpetual licence.
Also worth doing before the host enters production: assign CALs and install the RD Licensing role if you publish desktops, enable Defender Firewall profiles and BitLocker, and configure backups with a tested restore. Running database workloads on top? Pair the host with a SQL Server 2025 Standard licence and follow the SQL Server 2025 installation guide.
Troubleshooting installation and activation errors
“This PC can’t run Windows Server 2025” during setup
Almost always firmware rather than hardware age. The system is booting in Legacy/CSM mode, or the CPU lacks POPCNT/SSE4.2. Disable CSM, enable UEFI with Secure Boot, and rebuild the USB with a GPT partition scheme.
DISM error 1168 — “Element not found”
The target edition string or the key does not match what the running installation can convert to. Run DISM /online /Get-TargetEditions and use exactly the edition name it returns. A Standard key will not convert an installation to ServerDatacenter, and OEM/ROK keys are tied to their own media and hardware.
Error 0xC004F074 — the product could not be activated
The system tried to reach a KMS host that is not there. Reinstall the retail key with slmgr /ipk then slmgr /ato. If it persists, activate by phone using the CID tool.
Guest VMs will not activate on the host
Check the host edition first — AVMA needs Datacenter. Then confirm the host is activated, that the guest is running a supported Windows Server edition, and that the Hyper-V Data Exchange integration service is enabled on the VM. A VM migrated to a Standard host will fail AVMA validation on its next check-in.
“This product key has already been used”
A retail key activates a defined number of installations. Reusing a host key inside guest VMs triggers this — use AVMA for guests instead. If you are rebuilding the same physical server, contact the Help & Support Centre and we will handle the reactivation; our refunds and returns policy sets out your options if a key cannot be resolved.
Key rejected during setup
Check for transcription errors — 0 against O and 8 against B are the usual culprits. Paste the key from the delivery email rather than typing it. You can confirm the status of your order any time through Order Tracking.
Frequently asked questions
How do I download Windows Server 2025 Datacenter?
Download the 64-bit Windows Server 2025 ISO from the Microsoft Evaluation Center, which contains both Standard and Datacenter editions in a single image. Volume licensing customers can use VLSC media instead. Select the Datacenter edition during setup and apply your product key to convert the installation into a permanently licensed one.
Can I use the evaluation ISO with a Datacenter licence key?
Yes. The Evaluation image installs a 180-day trial, and a genuine Datacenter key converts it in place using DISM /online /Set-Edition:ServerDatacenter. No reinstall, no loss of roles or data. Demote the server from domain controller duty first if it has already been promoted, then re-promote after conversion.
How many virtual machines can Windows Server 2025 Datacenter run?
Unlimited Windows Server virtual machines on a host where every physical core is licensed under Datacenter. There is no per-VM licence to buy and no stacking, which is the core difference from Standard’s two operating system environments per licence set. Hardware capacity becomes the only practical ceiling.
Do I still need CALs with Datacenter edition?
Yes. Core licences cover the operating system on the host; every user or device that accesses the server still needs a Client Access Licence, and Remote Desktop users need RDS CALs on top. We stock RDS User CAL 50-packs, RDS Device CAL 50-packs and standard Server 2025 User CALs.
Can I upgrade from Standard to Datacenter without reinstalling?
Yes, with one DISM command and a Datacenter key. The edition upgrade preserves roles, applications and settings, and requires a single restart. It is one-way: returning to Standard means a clean reinstall, so back up and snapshot before running it.
Is Windows Server 2025 Datacenter a one-time purchase?
A retail Datacenter licence is perpetual — paid once, with security updates through the end of extended support in 2034. Hotpatching via Azure Arc and any pay-as-you-go capacity are separate subscriptions, so they are not included in the perpetual key.
Does Datacenter include more server roles than Standard?
No. Active Directory, DNS, DHCP, IIS, Hyper-V and file services are identical in both editions. Datacenter’s value is entirely in unlimited virtualisation rights, AVMA, Storage Spaces Direct, SDN, Shielded VMs and full Storage Replica.
Can I install Windows Server 2025 Datacenter in a VM for testing?
Yes. It runs in Hyper-V, VMware Workstation and ESXi, and Proxmox. Mount the ISO directly and allocate at least 2 vCPUs, 4 GB of RAM and 40 GB of disk. Bear in mind that AVMA behaviour can only be tested properly with a physical Datacenter Hyper-V host underneath.
Why buy your Windows Server 2025 Datacenter key from WinCDKey
WinCDKey is a UK-registered digital software retailer and verified Microsoft Partner, with more than 600,000 orders delivered to 400,000+ regular customers.
- Genuine licences supplied through our global distributor
- Instant email delivery — key and instructions within minutes
- Substantial savings against RRP on enterprise-grade licensing
- 2,500+ verified reviews on Trustpilot
- Activation support included, including the free CID phone activation tool
- Volume pricing for IT teams through B2B & Wholesale
- Answers to common pre-sales questions in our FAQs
Get your Datacenter host into production
From ISO download to a licensed host running activated guest VMs, the whole sequence takes well under an hour on modern hardware — most of it unattended. Get your Windows Server 2025 Datacenter key, add the CALs your users need from the Windows Server 2025 range, and browse the full Microsoft Server catalogue if you are licensing a mixed estate. Still on an older platform? Our Windows Server 2022 guide covers that migration path, and Server 2022 Datacenter keys remain available for estates standardised on 2022.