Windows Server Core Licensing Explained: How Many Do You Need?
Windows Server licensing trips up even experienced IT managers. The shift from per-processor to per-core licensing changed everything — and if you miscalculate, you either overpay or run unlicensed hardware. This guide cuts through the jargon so you can get it right the first time.
We have merged two common questions into one definitive resource: What exactly are "cores" in Microsoft licensing? and How many core licences do I actually need? By the end, you will know how to count your cores, apply the minimums, and pick the right edition.
Microsoft requires a minimum of 8 core licences per processor and 16 core licences per server. Every physical core must be licenced — logical cores do not count separately.
What Are "Cores" in the Context of Windows Server Licensing?
A core is a processing unit inside your server’s CPU (central processing unit). Modern server processors typically contain between 4 and 64 cores. Each core can handle its own thread of work independently — more cores generally means more parallel processing capacity.
Microsoft licences Windows Server based on the number of physical cores in your server hardware. This model replaced the older per-processor licensing in Windows Server 2016 and has remained in place through Windows Server 2022.
Why Did Microsoft Move to Core-Based Licensing?
The old per-processor model worked when each processor had 2–4 cores. As chip manufacturers started shipping processors with 20, 32, or even 64 cores, a single "processor licence" covered an enormous amount of compute power — far more than Microsoft intended to sell for that price.
Core-based licensing scales with actual hardware capability, making it more predictable for both Microsoft and customers running high-core-count modern hardware.
Physical Cores vs Logical Cores: What Is the Difference?
This is the single most common point of confusion in Windows Server licensing. You will see three terms used — sometimes interchangeably, but incorrectly:
| Term | What It Means | Counts for Licensing? |
|---|---|---|
| Physical core | A real, silicon processing unit inside the CPU die | Yes — this is what you licence |
| Logical core (thread) | A virtual core created by Hyper-Threading; one physical core presents as 2 logical cores to the OS | No — do not count these |
| vCPU | A virtual processor assigned to a virtual machine (VM) | No — licence the host, not the VM |
Hyper-Threading is Intel’s technology (AMD has a similar feature called SMT) that allows one physical core to process two threads simultaneously. Windows — and Task Manager — will show these as separate logical processors. Do not let this double your licence count. You licence physical cores only.
The old term "digital cores" was a misnomer sometimes used to describe logical cores or vCPUs. It has no standing in Microsoft’s licensing documentation — ignore it.
How to Check How Many Cores Your Server Has
Before you can calculate your licence requirements, you need an accurate core count. Here are three reliable methods.
Method 1: Task Manager (Quickest)
- Press Ctrl + Shift + Esc to open Task Manager.
- Click the Performance tab.
- Select CPU in the left panel.
- Look at the bottom-right of the CPU graph. You will see:
Cores: X Logical processors: Y
The Cores figure is what you need for licensing. The logical processors figure is higher if Hyper-Threading is enabled — do not use that number.
Method 2: PowerShell (Most Accurate)
Open PowerShell as Administrator and run:
Get-WmiObject -Class Win32_Processor | Select-Object Name, NumberOfCores, NumberOfLogicalProcessorsThis returns one row per physical processor socket. The NumberOfCores column shows physical cores per socket. Multiply by the number of sockets for your total physical core count.
Method 3: System Information
Run msinfo32 from the Start menu or Run dialog. Look for Processor — it shows the processor name and the number of logical processors. Cross-reference with the processor’s published specification sheet for the physical core count if needed.
Microsoft’s Core Licensing Rules: The Minimums
Microsoft enforces two hard minimums that apply regardless of your actual hardware:
| Rule | Minimum | Why It Exists |
|---|---|---|
| Per-processor minimum | 8 core licences per physical processor (socket) | Ensures a baseline even on low-core processors |
| Per-server minimum | 16 core licences per server | A single-socket server with 4 physical cores still requires 16 licences |
Core licences are sold in 2-pack increments. You cannot buy a single core licence — the smallest unit is a 2-pack, which covers 2 cores.
How to Calculate the Number of Core Licences You Need
Follow this three-step process:
- Count total physical cores across all processor sockets.
- Apply the per-processor minimum: Each socket needs at least 8 core licences. If a socket has fewer than 8 physical cores, round up to 8.
- Apply the per-server minimum: If your total after step 2 is below 16, round up to 16.
Worked Examples
| Server Configuration | Physical Cores | Per-Processor Min | Per-Server Min | Licences Required |
|---|---|---|---|---|
| 1 socket x 4 cores | 4 | 8 | 16 | 16 |
| 1 socket x 8 cores | 8 | 8 | 16 | 16 |
| 2 sockets x 8 cores | 16 | 16 | 16 | 16 |
| 2 sockets x 12 cores | 24 | 24 | 24 | 24 |
| 2 sockets x 32 cores | 64 | 64 | 64 | 64 |
Rule of thumb: For most single-socket servers with up to 16 physical cores, you will licence exactly 16 core licences — the server minimum is your binding constraint. Beyond 16 physical cores, every additional core needs its own licence.
Windows Server Standard vs Datacenter: Which Licence Do You Need?
Both editions use identical core-based licensing rules. The difference is not in how many cores you licence — it is in what you get for those licences.
| Feature | Standard | Datacenter |
|---|---|---|
| Hyper-V VMs included | 2 VMs | Unlimited VMs |
| Stacking for more VMs | Yes (buy another set) | Not needed |
| Software-defined storage | No | Yes |
| Best for | Physical servers, 1-4 VMs | Large VM farms, private cloud |
| Licendi price (16-core) | €299.99 | €899.99 |
Running a physical server or a small VM setup?
Windows Server 2022 Standard covers up to 2 VMs and is the right choice for most SMBs.
Get Windows Server 2022 Standard — €299.99100% EU legal · Instant delivery · Trustpilot 4.8★
Core Licensing in Virtualised Environments
If you run Windows Server as a guest VM (inside VMware, Hyper-V, or another hypervisor), the licensing rules change slightly:
- You still need to licence the physical host if the host runs Windows Server.
- Guest VMs running Windows Server are covered by the host licence (Standard covers 2 VMs, Datacenter covers unlimited VMs).
- If the host runs Linux or VMware ESXi (without Windows Server), you only need to licence the VMs running Windows Server, based on the vCPUs assigned — but the same minimums apply to each VM.
For a deeper dive into how Server licences interact with user access requirements, read our guide on Windows Server CAL licences.
Related Resources
- Windows Server Essentials vs Standard vs Datacenter
- Windows Server CAL licences explained
- Microsoft official licensing documentation
- Browse all server licences at Licendi
Frequently Asked Questions
Do I licence logical cores or physical cores for Windows Server?
Physical cores only. Logical cores created by Hyper-Threading do not count separately and do not increase your licence requirement.
What is the minimum number of core licences I need for Windows Server?
The minimum is 16 core licences per server, regardless of how few physical cores your hardware has. Additionally, each physical processor socket requires a minimum of 8 core licences.
Can I use Windows Server Standard if I need more than 2 virtual machines?
Yes, through licence stacking. Each Standard licence set covers 2 Hyper-V VMs. For 6 or more VMs, Datacenter typically becomes more cost-effective.
How do I check how many physical cores my server has?
Open Task Manager (Ctrl + Shift + Esc), go to the Performance tab, click CPU. At the bottom right you will see "Cores: X" — that is your physical core count.
Does Windows Server 2022 use the same core licensing as 2019?
Yes. The core-based licensing model has been consistent across Windows Server 2016, 2019, and 2022. The same minimums apply.
Ready to licence your server?
Licendi is rated 4.8★ on Trustpilot. All licences are 100% EU legal, delivered instantly.
Server 2022 Standard — €299.99 Server 2022 Datacenter — €899.99 Browse all server licences



