Microsoft Licensing — Virtualization

Licensing Microsoft Products in Virtualized Environments

A practical guide to licensing Windows Server, SQL Server, and other Microsoft products across VMware, Hyper-V, and alternative hypervisors — covering core licensing rules, mobility rights, the Broadcom/VMware disruption, Windows Server 2025, Azure Stack HCI, and audit compliance for 2026.

Microsoft LicensingVirtualization ComplianceUpdated February 2026
🏠 Microsoft Knowledge HubThis Article
2 VMs
Standard Edition Per Host
Unlimited
Datacenter Edition VMs
90 Days
Default Reassignment Rule
~7–8×
DC vs Standard Price Ratio

🖥️ Executive Summary

Virtualization is the backbone of modern IT infrastructure, but Microsoft's licensing rules for virtualized environments remain one of the most common sources of compliance exposure. Windows Server is licensed per physical core with dramatically different VM rights (Standard: 2 VMs, Datacenter: unlimited). SQL Server adds further complexity with per-core and Server+CAL models. In 2026, the licensing landscape is further complicated by the Broadcom/VMware disruption (subscription-only licensing, 72-core minimums, partner ecosystem reduction) driving mass migration evaluations to Hyper-V and alternative platforms, and by Windows Server 2025's new capabilities (GPU partitioning, 2,048 vCPU support, hotpatching via Azure Arc). This guide provides the complete licensing framework for making compliant, cost-effective virtualization decisions.

📚 This article is part of:
🏠 Back to Microsoft Knowledge Hub

📑 Table of Contents

  1. Windows Server Licensing on Virtual Hosts
  2. SQL Server Licensing on VMs
  3. License Mobility and the 90-Day Rule
  4. 2026 Context: Broadcom/VMware Disruption
  5. Windows Server 2025 and Hyper-V
  6. Azure Stack HCI and Hybrid Options
  7. VDI and Desktop Virtualization
  8. Service Provider and Multi-Tenant (SPLA)
  9. Audit Risks and Common Pitfalls
  10. Best Practices and Optimization
  11. Frequently Asked Questions

1. Windows Server Licensing on Virtual Hosts

Windows Server is licensed per physical processor core on the host, with strict minimums and edition-dependent virtualization rights. Understanding the Standard vs Datacenter distinction is the foundation of every virtualization licensing decision.

Licensing RuleStandard EditionDatacenter Edition
License metricPer physical corePer physical core
Minimum per processor8 core licenses8 core licenses
Minimum per server16 core licenses16 core licenses
VM rights (per licensed host)Up to 2 Windows Server VMs (OSEs)Unlimited Windows Server VMs
Stacking for more VMsYes — license the cores again for each additional set of 2 VMsNot needed — unlimited
Price ratio~7–8× Standard
Break-even pointTypically 6–8+ VMs per host
Containers (without Hyper-V isolation)UnlimitedUnlimited
Containers (with Hyper-V isolation)2 per license set (stackable)Unlimited
Best forLightly virtualized hosts, physical servers, small VM countsHeavily virtualized hosts, VM density >6 per host, clusters with free VM movement

Standard Edition "Stacking" — How It Works

+

If you need more than 2 VMs on a Standard-licensed host, you "stack" additional license sets. Each stack covers 2 more VMs and requires licensing all physical cores again.

Example: A server with 2 processors × 10 cores (20 physical cores) running 6 Windows Server VMs. You need 3 stacks of Standard licenses (each covering 2 VMs), totaling 60 core licenses (20 cores × 3 stacks). At this density, compare the cost of 60 Standard core licenses against 20 Datacenter core licenses — Datacenter is almost always cheaper for 6+ VMs per host.

Alternatively: Customers with subscription licenses or licenses with active Software Assurance can license additional VMs by virtual machine instead of stacking — a per-VM licensing option introduced in October 2022 that avoids the cost of relicensing all physical cores for each additional VM pair.

Cluster Licensing — Every Host Must Be Licensed

+

In a VMware vSphere or Hyper-V cluster, every host that a VM can run on must be licensed for that VM. Core licenses are tied to the physical hardware, not the VM. If VMs can migrate between hosts via vMotion, Live Migration, or DRS (Distributed Resource Scheduler), every host in the migration scope must hold sufficient licenses.

Common mistake: Licensing only the host where a VM currently runs, then migrating it to an unlicensed host via DRS load balancing. This creates immediate non-compliance — the VM is running on an unlicensed host even if it was only there for minutes.

Practical approach: Either license every host in the cluster identically (the simplest and safest approach) or use affinity rules in vCenter/SCVMM to constrain specific VMs to specific hosts and document those constraints for audit evidence. The first approach is strongly recommended for any cluster where DRS or Live Migration is active.

Cost Decision Framework

Standard Edition makes economic sense when running 1–4 VMs per host with stable placement. Datacenter Edition becomes cost-effective at approximately 6–8+ VMs per host and is essential for any cluster where VMs move freely between hosts. For most enterprise environments running 10+ VMs per host, Datacenter is both cheaper and operationally simpler — you never have to count VMs, track stacking, or worry about DRS moving VMs to under-licensed hosts.

2. SQL Server Licensing on VMs

SQL Server adds a separate licensing layer on top of Windows Server. Two models exist, each with distinct virtualization implications.

FactorPer-Core ModelServer + CAL Model
Available editionsEnterprise, StandardStandard only
Minimum per VM4 core licenses (even if VM has fewer vCPUs)1 server license per VM
License basisvCPUs allocated to the VM, or all physical cores on the host (with SA)Per VM + CALs per connecting user or device
Unlimited virtualizationYes — Enterprise + SA: license all physical cores on host → unlimited SQL VMs on that hostNo
Best forLarge/dynamic VM environments, many SQL instances, high vCPU countsSmall, fixed environments with known user counts
Cost scalingScales with vCPU count (or host cores for unlimited)Scales with user/device count

Per-Core Licensing — Per-VM vs Per-Host

+

Per-VM approach: License the vCPUs assigned to each SQL Server VM. A VM with 8 vCPUs requires 8 core licenses (the 4-core minimum applies if vCPUs are fewer). Each SQL VM is licensed independently. If you scale up a VM's vCPU count, you must true-up with additional core licenses. This approach works well for a small, fixed number of SQL VMs.

Per-host approach (Enterprise + SA): License all physical cores on the host with SQL Server Enterprise + active Software Assurance. This grants unlimited SQL Server VMs on that host — spin up as many SQL instances as the hardware supports. In a cluster, every host must be licensed the same way. This approach makes sense when you run many SQL VMs or need the operational freedom to create/move SQL instances without counting individual core licenses.

Example: An ESXi host with 20 physical cores running 3 SQL Server VMs (8 vCPUs each = 24 cores total). Per-VM: 24 core licenses. Per-host: 20 core licenses (fewer than per-VM, plus unlimited future VMs). For 3+ SQL VMs, per-host licensing is often cheaper and dramatically simpler.

⚠️ SQL Server Audit Risk — vCPU Over-Allocation

A common audit finding: SQL Server VMs allocated more vCPUs than licensed. Virtualization administrators often increase vCPU allocations for performance without notifying the licensing team. Each additional vCPU added to a SQL VM requires an additional core license. If a VM was licensed for 4 cores but now runs with 8 vCPUs, you're 4 core licenses short — at SQL Server Enterprise list prices, that gap can cost tens of thousands of dollars per VM. Implement a change control process that requires licensing approval before any SQL Server VM vCPU increase.

3. License Mobility and the 90-Day Rule

VM mobility — moving VMs between physical hosts for load balancing, maintenance, or failover — is a core capability of modern virtualization. Microsoft's licensing rules impose constraints that must be understood to stay compliant.

The 90-Day Reassignment Rule

+

Microsoft's default licensing terms state that a software license cannot be reassigned from one physical server to another more than once every 90 days. Exceptions exist for permanent hardware failure. This means if you license a specific host for a product and want to move that license to a different host, you must wait 90 days.

In dynamic virtualization clusters where VMs move frequently (DRS, vMotion, Live Migration), the 90-day rule is problematic — VMs may move multiple times per day. The two mechanisms below address this constraint.

License Mobility Through Software Assurance

+

For server products like SQL Server, Exchange, SharePoint, and other server applications, active Software Assurance enables License Mobility — the right to reassign licenses between servers within a "server farm" more frequently than every 90 days. This means a SQL Server VM can be live-migrated from one host to another, and the core licenses can be reassigned immediately, without the 90-day waiting period.

Requirements: Active SA on the licenses being moved, both hosts in the same server farm (typically one data center or coordinated set of servers), and you must verify that the server farm is documented and that SA remains current — License Mobility rights expire immediately when SA lapses.

Products covered: SQL Server, Exchange Server, SharePoint Server, Skype for Business Server, System Center, Dynamics 365 (on-premises), and other server applications listed in the Product Terms. Note: Windows Server and Windows desktop OS are not covered by License Mobility — they have separate mechanisms (see below).

Windows Server — Flexible Virtualization Benefit (October 2022)

+

Historically, Windows Server licenses were strictly tied to a host for 90 days — no License Mobility benefit. This forced organizations to either buy Datacenter for every cluster node (expensive) or restrict VM movement (operationally limiting).

In October 2022, Microsoft introduced the Flexible Virtualization Benefit for Windows Server licenses with active Software Assurance or subscription licenses. This benefit waives the 90-day reassignment rule, allowing Windows Server licenses to be reassigned to different hosts as needed — similar to License Mobility for other server products.

What this means in practice: In a VMware or Hyper-V cluster, if every host is appropriately licensed for Windows Server Standard with SA, VMs can move freely between hosts without compliance concerns. You no longer need Datacenter on every node solely for the purpose of VM mobility (though Datacenter remains needed for unlimited VM count).

This was a significant change that many organizations have not yet factored into their licensing strategy. If you're paying for Datacenter across a cluster primarily for mobility (not VM density), reassess whether Standard + SA + Flexible Virtualization might be more cost-effective.

📊 Unsure if your cluster licensing is optimal? We can assess your current deployment.

Microsoft Optimization →

4. 2026 Context: The Broadcom/VMware Disruption

The virtualization licensing landscape has been fundamentally reshaped by Broadcom's acquisition of VMware in November 2023 and subsequent policy changes that continue through 2026. These changes directly impact Microsoft licensing decisions because they're driving mass migration evaluations away from VMware.

🔄 Subscription-Only Model

Broadcom ended all VMware perpetual licensing. Every VMware product now requires annual subscriptions. Existing perpetual licenses remain valid but support cannot be renewed — once support lapses, no patches or updates. All new purchases are subscription-only.

📦 72-Core Minimum Purchase

VMware now requires a minimum 72-core purchase per product/order line (up from 16). For small clusters with 32 total cores, this forces paying for 40 unused cores — a 125% price increase for no additional value. Smaller organizations are disproportionately impacted.

📋 Product Consolidation

Broadcom collapsed 160+ VMware products into a few bundles: VMware Cloud Foundation (full SDDC suite) or vSphere Foundation (core virtualization). Customers must buy broader bundles than they may need, increasing costs for organizations that only used vSphere.

🤝 Partner Ecosystem Reduction

Broadcom reduced authorized VMware partners from 4,500+ globally to approximately 300 — then further to ~13 VCSPs in the US. Non-invited partners can only transact through October 2025, after which they can only service existing contracts.

Impact on Microsoft Licensing Decisions

+

Broadcom's VMware changes are driving three migration patterns, each with distinct Microsoft licensing implications:

1. VMware → Hyper-V migration: Organizations moving to Windows Server Hyper-V need to license the Hyper-V hosts with Windows Server Datacenter or Standard. If migrating from vSphere to Hyper-V, you eliminate VMware subscription costs but add Windows Server licensing costs (if not already licensed). For organizations with existing Microsoft EA agreements including Windows Server Datacenter with SA, Hyper-V is essentially "included" — the incremental licensing cost for the hypervisor layer is zero.

2. VMware → Azure migration: Microsoft is aggressively targeting VMware customers with its VMware Rapid Migration Plan offering steep discounts to migrate to Azure IaaS. Azure VMware Solution (AVS) runs VMware natively in Azure but now requires customers to bring their own VMware Cloud Foundation license from Broadcom (as of November 2025). For organizations moving to native Azure IaaS, Azure Hybrid Benefit allows existing Windows Server and SQL Server licenses with SA to be applied, reducing Azure compute costs by up to 40%.

3. VMware → Azure Stack HCI: Microsoft positions Azure Stack HCI as a direct vSphere alternative for on-premises hybrid cloud. If you have Windows Server Datacenter licenses with SA, Microsoft reduces the Azure Stack HCI host service fee and Windows Server guest subscription cost — making it the most cost-effective migration path for organizations heavily invested in Microsoft licensing.

Strategic Implication

The Broadcom/VMware disruption has made hypervisor choice a licensing decision, not just a technology decision. Before renewing VMware subscriptions at 2–5× historical costs, model the total licensing cost of alternative platforms — Hyper-V (Windows Server Datacenter), Azure Stack HCI, Azure IaaS, or open-source options (Proxmox, KVM). In many cases, the combined Microsoft licensing + migration cost is lower than the VMware renewal over a 3-year horizon. Our Microsoft negotiation service helps model these scenarios.

5. Windows Server 2025 and Hyper-V Enhancements

Windows Server 2025 (GA November 2024) significantly upgrades Hyper-V capabilities, making it a more credible VMware alternative. Understanding these enhancements is important for licensing strategy because they affect platform choice decisions.

FeatureWindows Server 2022Windows Server 2025
Max vCPUs per VM (Gen 2)1,0242,048
Max RAM per VM12 TB240 TB
Max host memory48 TB4 PB
GPU partitioning (GPU-P)LimitedFull GPU-P with Live Migration
Dynamic processor compatibilityStatic compatibility modeDynamic — auto-negotiates CPU features between hosts
Hotpatching (without reboot)Azure Edition onlyStandard and Datacenter (via Azure Arc subscription)
Default VM generationGeneration 1Generation 2 (Secure Boot default)
Live Migration compressionStandard2× faster with compression + RDMA offload
Free Hyper-V Server standaloneAvailable (2019 last)Discontinued — Hyper-V requires licensed Windows Server

Licensing Implications of Windows Server 2025

+

Same core licensing model: Windows Server 2025 uses the same per-physical-core model as 2022 — Standard (2 VMs) and Datacenter (unlimited VMs), same 8-core-per-processor and 16-core-per-server minimums. No fundamental licensing model change.

Free Hyper-V Server discontinued: Microsoft has ended the free standalone Hyper-V Server product that existed through version 2019. To run Hyper-V in 2025, you must license Windows Server Standard or Datacenter on the host. This increases costs for organizations that used free Hyper-V Server as a cost-saving hypervisor — though the Hyper-V role activation itself remains free on a licensed Windows Server.

Hotpatching requires Azure Arc subscription: The new hotpatching capability (OS security updates without rebooting) is available for Standard and Datacenter editions but requires connecting the server to Azure Arc and paying a monthly subscription. This blurs the on-premises/cloud cost boundary — budget for the Arc subscription if hotpatching is needed.

VMware-to-Hyper-V migration tooling: Windows Admin Center (WAC) now includes a conversion wizard (in preview) that migrates VMware VMs to Hyper-V — agentless, supports online replication, free, handles both Windows and Linux VMs. This lowers the migration barrier and makes Hyper-V a more practical VMware alternative.

6. Azure Stack HCI and Hybrid Options

Azure Stack HCI — The vSphere Alternative

+

Azure Stack HCI is Microsoft's hyper-converged infrastructure product integrating Azure services for on-premises hybrid cloud. It runs on customer hardware, requires an Azure subscription, and charges based on physical cores used. Microsoft positions it as a direct vSphere replacement for organizations wanting hybrid cloud with integrated Azure management via Azure Arc.

Licensing benefits for existing Microsoft customers:

If you have Windows Server Datacenter with SA, Microsoft reduces the Azure Stack HCI host service fee and the Windows Server guest subscription cost — significant savings compared to building a Hyper-V cluster from scratch.

Azure Hybrid Benefit: Existing Windows Server and SQL Server licenses with SA can be applied to reduce Azure Stack HCI costs, similar to how they reduce Azure IaaS costs. This makes Azure Stack HCI particularly attractive for organizations already heavily invested in Microsoft licensing.

New features rolling out regularly: Unlike traditional Windows Server with multi-year release cycles, Azure Stack HCI receives continuous updates — new capabilities deploy monthly via Azure Arc. This is advantageous for organizations wanting innovation pace closer to public cloud while maintaining on-premises data sovereignty.

Azure Hybrid Benefit — Cost Optimization for Cloud and Hybrid

+

Azure Hybrid Benefit allows existing Windows Server and SQL Server licenses with active SA to be used in Azure, reducing compute costs by up to 40% for Windows VMs and up to 55% for SQL Server in Azure (when combined with reserved instances).

How it works for virtualization migrations: If you're migrating VMware workloads to Azure (rather than Hyper-V on-premises), Azure Hybrid Benefit lets you repurpose existing on-premises licenses to reduce Azure costs. For organizations with large Windows Server Datacenter estates, this can make Azure migration the most cost-effective path — you're already paying for the licenses through SA, and they effectively become "free" in Azure.

Extended Security Updates (ESU): For organizations running Windows Server 2012/2012 R2 workloads (end of extended support October 2023), migrating to Azure provides free Extended Security Updates — a significant cost avoidance compared to purchasing ESU on-premises (which costs approximately 75% of the license cost per year).

7. VDI and Desktop Virtualization Licensing

Windows Desktop in VMs — VDA and Per-User Licensing

+

Running Windows 10/11 in virtual machines for end users (VDI — Virtual Desktop Infrastructure) requires separate licensing from Windows Server. A standard Windows OEM license on a physical device does not entitle you to run Windows in a VM for that user. VDI licensing options:

Windows Enterprise E3/E5 per user: Provides the right to run Windows 10/11 in VMs (including on third-party hypervisors like VMware Horizon or Citrix). The user-based subscription covers access from any device.

Virtual Desktop Access (VDA) license: Required for devices that don't have a qualifying Windows license (e.g., thin clients, Mac devices, or BYOD) to access Windows VMs. Per-device subscription.

Software Assurance roaming rights: If the physical device accessing the VDI desktop has Windows Enterprise with SA, the user has rights to access Windows desktop VMs without additional VDA licensing.

Common mistake: Assuming that a physical PC's Windows license covers VDI access. It does not — unless the PC has Windows Enterprise with SA. Thin clients and non-Windows devices always require separate VDA or Windows Enterprise per-user licensing. This is one of the most frequently missed compliance requirements in Microsoft audits.

8. Service Provider and Multi-Tenant Licensing (SPLA)

SPLA Requirements for Hosting Third-Party VMs

+

If you host VMs for external clients — whether as a cloud hosting provider, managed service provider, or any business hosting services for third parties — standard volume licenses (EA, MPSA, Open) are not valid. Microsoft requires a Service Provider License Agreement (SPLA) or equivalent arrangement.

SPLA licensing works differently: You report monthly usage to Microsoft and pay monthly fees based on the number of server licenses, cores, or subscriber access licenses consumed. There is no upfront purchase — costs are consumption-based, similar to a utility model.

Multi-tenant considerations: Even within one parent company, if you host VMs for separate legal entities or subsidiaries, Microsoft may treat those as separate "customers" requiring SPLA licensing. The definition of who constitutes a "third party" for licensing purposes has been a frequent point of contention in SPLA audits.

Risk: Using standard volume licenses to host third-party workloads is one of the highest-exposure compliance violations Microsoft identifies during audits. The cost difference between volume licenses and SPLA can be substantial — but the compliance remediation cost if caught is far higher.

9. Audit Risks and Common Pitfalls

Virtualization licensing generates a disproportionate share of Microsoft audit findings. These are the scenarios most likely to create compliance exposure.

PitfallWhat Goes WrongHow to Avoid It
Unlicensed host in clusterDRS/vMotion moves VM to a host that isn't licensed for that workloadLicense every host in the cluster identically, or enforce affinity rules preventing VM movement to unlicensed nodes
SQL vCPU over-allocationvAdmin increases VM vCPUs without notifying licensing team — VM now exceeds licensed core countChange control process requiring licensing approval before any SQL Server VM vCPU increase
Standard Edition VM sprawlHost licensed for Standard (2 VMs) but 5+ VMs deployed over time without additional license stackingAutomated monitoring of VM counts per host against license entitlements; alerts when threshold exceeded
Failover without proper licensingPassive SQL Server on failover node brought online for production without additional licensesUnderstand SA failover rights (1 passive instance free with SA), document which nodes are strictly passive, license any node that runs production workloads
SA lapse kills mobility rightsSoftware Assurance expires on renewal — License Mobility and Flexible Virtualization Benefit immediately ceaseTrack SA renewal dates rigorously; if SA lapses, VMs can no longer move between hosts without 90-day waiting period
VDI without VDAUsers access Windows 10/11 VMs from thin clients or Macs without VDA or Windows E3/E5 licensingAudit VDI access methods; ensure every accessing device/user is covered by VDA, Windows E3/E5 per user, or SA roaming rights
Hosting third parties on volume licensesCompany hosts subsidiary or client VMs under EA rather than SPLAReview multi-tenant scenarios with licensing advisor; use SPLA for any external-facing hosted services
License model mismatchSome SQL VMs on per-core, others on Server+CAL, environments merged without reconciliationMaintain clear inventory: how each VM is licensed, which model applies, documented per-host and per-VM
🚨 Audit Alert — Microsoft's Focus Areas in 2025–2026

Microsoft's audit focus has shifted towards cloud and virtualization compliance. Recent audit campaigns target: Windows Server Datacenter vs Standard miscounting (organizations claiming Datacenter rights with only Standard licenses), SQL Server core counts on VMs (vCPU increases without corresponding license true-ups), SPLA compliance (hosting providers using volume licenses for third-party workloads), and Azure Hybrid Benefit over-claiming (applying more licenses than owned to Azure VMs). The Broadcom/VMware migration wave is expected to trigger additional audit activity as organizations restructure their virtualization estates — creating licensing gaps during transition periods.

10. Best Practices and Optimization Checklist

✅ Virtualization Licensing Best Practices

⚙️

Microsoft Optimization

🛡️

Audit Defense

🤝

Contract Negotiation

📊

EA Optimization

Frequently Asked Questions

Do I need to license every host in a VMware cluster?+
Yes — every host where a VM can run must be licensed. In a DRS-enabled VMware cluster, that means every node. If you use affinity rules to restrict VM placement to specific hosts, only those hosts need licensing — but you must document and enforce those rules, and auditors will verify they're active. The safest approach is licensing every cluster node identically with Datacenter edition.
When does Datacenter make more sense than Standard?+
Datacenter becomes cost-effective at approximately 6–8+ VMs per host, depending on core counts and specific pricing. It also makes sense for any cluster where VMs move freely between hosts (avoiding the complexity of Standard stacking and affinity rules), for environments running Hyper-V containers with isolation, and when you need unlimited VM rights for future growth without relicensing. Calculate the break-even for your specific server configuration — our optimization service can model this.
What's the Flexible Virtualization Benefit for Windows Server?+
Introduced in October 2022, it waives the 90-day license reassignment rule for Windows Server licenses with active Software Assurance or subscription licenses. Previously, Windows Server licenses were tied to a host for 90 days — VMs couldn't move without Datacenter on every node. Now, with SA, Standard edition licenses can be reassigned between hosts as frequently as needed within a server farm. This was a major change that many organizations haven't yet leveraged.
Can I use Azure Hybrid Benefit when migrating from VMware?+
Yes — if you have Windows Server or SQL Server licenses with active Software Assurance, you can apply them through Azure Hybrid Benefit when migrating VMware workloads to Azure IaaS or Azure Stack HCI. This can reduce Azure compute costs by up to 40% for Windows VMs and up to 55% for SQL Server (combined with reserved instances). It's one of the most valuable tools for making the financial case for VMware-to-Azure migration. Ensure your SA is current — the benefit expires immediately when SA lapses.
Is the free Hyper-V Server still available?+
No. Microsoft discontinued the standalone free Hyper-V Server after the 2019 version. Windows Server 2025 requires a Standard or Datacenter license to run the Hyper-V role. The Hyper-V role activation itself is free, but the underlying Windows Server OS must be licensed. For organizations that used free Hyper-V Server as a VMware alternative, this changes the cost equation — though Windows Server Datacenter in an EA may already cover Hyper-V hosts.
How does SQL Server unlimited virtualization work?+
With SQL Server Enterprise edition + active Software Assurance, licensing all physical cores on a host grants the right to run unlimited SQL Server VMs on that host. In a cluster, every host must be licensed the same way. This means you can spin up as many SQL instances as the hardware supports without counting individual VM core licenses — enormously simplifying compliance in dynamic environments. Without SA, this unlimited virtualization right does not apply and each VM must be licensed individually by vCPU count.
What licensing applies if I migrate from VMware to Hyper-V?+
You need Windows Server licenses for every Hyper-V host (Standard or Datacenter depending on VM density), plus all guest OS and application licenses remain required (SQL Server, Exchange, etc.). The VMware-to-Hyper-V migration eliminates VMware subscription costs but doesn't change Microsoft licensing requirements for the guest workloads. If you already have Windows Server Datacenter in your EA, the host licensing may already be covered. Windows Admin Center now includes a free VMware-to-Hyper-V conversion wizard (preview) that handles online replication without agents.

Optimize Your Microsoft Virtualization Licensing

Our Microsoft advisory team helps enterprises navigate virtualization licensing, assess VMware migration paths, defend audits, and optimize EA agreements — delivering independent analysis and proven cost reduction strategies.

Related Resources

FF

Fredrik Filipsson

Co-Founder, Redress Compliance

Fredrik Filipsson brings over 20 years of enterprise software licensing expertise. As co-founder of Redress Compliance, he has helped hundreds of Fortune 500 organizations navigate complex Microsoft licensing in virtualized environments, defend audits, and optimize EA agreements through independent, vendor-neutral advisory.

📚 Continue exploring:
🏠 Back to Microsoft Knowledge Hub