Windows Server Standard vs Datacenter comes down to one question: how many virtual machines will this host run? Both editions share the same kernel, the same roles, the same Hyper-V hypervisor and the same per-core licensing with a 16-core minimum. Standard lets you run two virtual machines per license, while Datacenter allows unlimited VMs on the licensed hardware and adds Storage Spaces Direct, software-defined networking and shielded VMs. If you are running a physical server or a handful of VMs, Standard is the right buy; if you are building a dense virtualization host or a hyper-converged cluster, Datacenter pays for itself.
What is the difference between Windows Server Standard and Datacenter?
People expect Datacenter to be a faster or more capable operating system. It is not. Install both on identical hardware and you get the same Active Directory, DNS, DHCP, file server, IIS, Hyper-V and failover clustering. The differences are virtualization rights and a short list of storage and networking features aimed at people who build their own cloud.
| Feature | Standard | Datacenter |
|---|---|---|
| Licensing model | Per core, 16-core minimum per server | Per core, 16-core minimum per server |
| Windows Server VMs or Hyper-V containers | 2 per license (stackable) | Unlimited |
| Windows Server containers (non-Hyper-V isolated) | Unlimited | Unlimited |
| Hyper-V role | Yes | Yes |
| Failover clustering | Yes | Yes |
| Storage Spaces Direct (S2D) | No | Yes |
| Storage Replica | One partnership, one 2 TB volume | Unlimited |
| Software-defined networking (Network Controller) | No | Yes |
| Shielded virtual machines | No | Yes |
| Host Guardian Hyper-V support | No | Yes |
| Client access licenses (CALs) required | Yes | Yes |
The table applies to Windows Server 2025 and, with minor differences, to 2022 standard vs datacenter and 2019 as well. Microsoft publishes the definitive list in its Windows Server 2025 editions comparison.
How per core licensing and the 16 core minimum work
Since Windows Server 2016, both editions are licensed by physical core, not by socket. The rules are the same for Standard and Datacenter:
- Every physical core in the server must be licensed.
- Each processor needs at least 8 core licenses, and each server needs at least 16, even if the hardware has fewer cores.
- Licenses are sold in 2-core and 16-core packs. A 16-core pack is the entry point for a typical one- or two-socket server.
- A 24-core server needs one 16-core pack plus four 2-core packs; a dual-socket server with two 20-core CPUs needs 40 cores licensed.
The price per core is where the two editions part ways. Microsoft’s list price for Datacenter is several times that of Standard for the same core count, which is why Standard remains the default for most small and mid-sized deployments. Our Windows Server 2025 Standard license and Windows Server 2025 Datacenter license are both retail keys for a single server; the Windows Server category also lists the 2022 editions.
2 VMs vs unlimited: when does Datacenter become cheaper?
A Standard license covers the host plus two Windows Server virtual machines, or two Hyper-V isolated containers, on that hardware. For a third and fourth VM you buy a second full Standard license for the same server; every additional license adds two more VMs. This is called stacking, and it is legitimate, but the cost climbs in a straight line.
Datacenter is a flat fee. Once every core is licensed, you can run as many Windows Server VMs as the hardware can hold, and each of those guests activates automatically through Automatic Virtual Machine Activation without needing its own key. At Microsoft’s list prices the lines cross somewhere around a dozen VMs per host. Below that, stack Standard. Above it, or if you expect the count to grow, buy Datacenter once and stop counting.
Linux guests do not consume Windows Server VM rights on either edition. A Standard host running two Windows Server VMs and ten Ubuntu VMs is fully compliant.
Hyper V Standard vs Datacenter: is the hypervisor different?
No. Hyper-V on Standard and Datacenter is the same code, with the same limits on virtual processors, memory, live migration, replica and nested virtualization. What differs is what you are allowed to run on top of it, and whether three Datacenter-only features are available:
- Storage Spaces Direct pools local NVMe, SSD and HDD across cluster nodes into shared storage, the basis of a hyper-converged cluster. Standard cannot create an S2D pool.
- Software-defined networking adds the Network Controller, Software Load Balancer and virtual network gateways, essentially the Azure networking stack for on-premises use.
- Shielded VMs encrypt a virtual machine so that even a compromised host administrator cannot read its disk or console.
The free Hyper-V Server product that shipped alongside 2016 and 2019 was discontinued with Windows Server 2022. Today the host itself is a licensed Standard or Datacenter installation.
Do CALs work differently between the editions?
No. Both editions require a Windows Server client access license for every user or device that authenticates to the server, whether for a file share, a domain login or a printer queue. Choose User CALs or Device CALs based on which is fewer. Remote Desktop Services needs its own RDS CALs on top. CALs are version-specific: a 2025 server needs 2025 CALs, which also cover older servers. Anonymous web traffic to IIS does not need CALs.
How to change Windows Server edition from Standard to Datacenter
You do not need to reinstall. Windows Server supports an in-place edition upgrade from Standard to Datacenter with a single command, and it keeps every role, setting and file. It also works from the evaluation edition to a full license. Downgrading from Datacenter to Standard is not supported; that direction requires a clean install.
- Open an administrator command prompt or PowerShell window on the server.
- Run
DISM /Online /Get-CurrentEditionand confirm it reports ServerStandard. - Run
DISM /Online /Get-TargetEditions. The output should list ServerDatacenter. - Run
DISM /Online /Set-Edition:ServerDatacenter /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEulausing your Datacenter key. - Wait for “The operation completed successfully” and restart when prompted. The reboot takes longer than usual as the edition is applied.
- After restart, run
slmgr /dlvto confirm the edition and license status, or check Settings, System, Activation.
The same command works on a domain controller and on Server Core; take a backup first. Our Windows Server 2025 Standard download and activation guide covers the initial install and activation.
Our take: Buy Standard for a physical server, a small office domain controller, a file server, or a host with one or two VMs. Buy Datacenter when a host will carry more than a dozen Windows Server VMs, when you want Storage Spaces Direct for a hyper-converged cluster, or when you need shielded VMs. When in doubt, start with Standard; the DISM edition upgrade means you are never locked in.
Which edition do you need for Windows Server 2022 or 2025?
The Standard and Datacenter split is the same across recent releases, so the decision does not change with the version year. What changes is the support window and a few platform features. Windows Server 2025 adds hotpatching through Azure Arc and SMB over QUIC in both editions, where 2022 offered SMB over QUIC only in Azure Edition. Server 2022 remains in mainstream support until October 13, 2026 and extended support until October 14, 2031. If you are choosing between releases as well as editions, our Windows Server editions and versions comparison lays out 2016 through 2025 side by side, and the 2022 Standard and 2022 Datacenter keys are still available for hosts that need to match an existing cluster.
Frequently asked questions
What is the main difference between Windows Server Standard and Datacenter?
Virtualization rights. A Standard license allows two Windows Server virtual machines or Hyper-V containers on the licensed host, while Datacenter allows an unlimited number. Datacenter also includes Storage Spaces Direct, software-defined networking, unlimited Storage Replica and shielded virtual machines, none of which are in Standard. Everything else, including Active Directory, Hyper-V itself, failover clustering, file services and the support lifecycle, is identical between the two editions.
Is Hyper-V the same in Standard and Datacenter?
Yes. The hypervisor, its performance and its limits are identical. Live migration, Hyper-V Replica, nested virtualization and clustering all work the same way in both editions. The difference is how many Windows Server guests you are licensed to run and whether Datacenter-only features such as Storage Spaces Direct and shielded VMs are available. Linux and other non-Windows guests do not count against the two-VM allowance on Standard.
Can I upgrade from Windows Server Standard to Datacenter without reinstalling?
Yes. Run DISM with the Set-Edition:ServerDatacenter switch and a valid Datacenter product key from an administrator command prompt, then restart. Roles, settings and data are preserved, and the same process converts an evaluation installation to a licensed one. The reverse, moving from Datacenter down to Standard, is not supported by Microsoft and requires a clean installation followed by restoring your roles and data.
How many cores do I have to license for Windows Server?
Every physical core in the server, with a minimum of 8 core licenses per processor and 16 per server. Licenses come in 2-core and 16-core packs. A single-socket 12-core server still needs 16 cores licensed; a dual-socket server with two 24-core processors needs 48. These rules are the same for Standard and Datacenter; only the price per core differs. Client access licenses are a separate requirement for both editions.
Do I need CALs for Windows Server Datacenter?
Yes. Both Standard and Datacenter require a Windows Server client access license for each user or device that connects to the server for file shares, authentication, printing or similar services. Remote Desktop Services requires additional RDS CALs. Datacenter does not include or waive CALs; it only changes the virtualization rights and adds storage and networking features. Anonymous web traffic to a public website hosted on IIS does not require CALs.
Ready to license your server?
Windows Server 2025 Standard and Datacenter keys from OfficeGSM arrive by email within minutes, with a guide that covers download, installation and activation.

