The pricing question I get most often from VMware administrators has no single answer, and anyone who quotes you a flat per-core number without asking about your hardware is guessing. What I can give you is the formula, the current list prices, and three worked examples you can drop your own numbers into.
The unit: per physical core, with a floor
VMware licensing under Broadcom bills by the physical core. Every core in every CPU socket across your ESXi estate gets counted, with two separate floors stacked on top.
The 16-core per-socket minimum rounds each CPU up to 16 billable cores. A host with two 12-core processors has 24 physical cores but licenses as 32. This rule is active on every subscription order. I have seen it quietly inflate bills by 25 percent on estates running older hardware. A Dell R630 with two E5-2630 v4 processors (10 cores each) bills at 32 cores instead of 20.
The 72-core per-order minimum is the second floor. Broadcom introduced it in April 2025. After significant customer pushback, they partially reversed it for some existing renewals late in 2025, but it still applies to new orders, subscription transitions, and tier changes. If you are a new customer or changing bundles, your order line has to reach 72 cores regardless of how few you actually run. A single dense host with 64 billable cores still triggers the minimum, and you pay for 72.
If you want the full breakdown of how these minimums interact with edge cases like ROBO and stretched clusters, there is a dedicated explainer on per-core minimums that covers those scenarios.
Count your own cores first
Before looking at any price, count what you are actually licensing. Do not trust the number on a renewal quote. I watched a customer take their planned term from 712 down to roughly 630 cores simply by reconciling against a hardware refresh that had already happened. Every core removed is removed for the whole term.
$hosts = Get-VMHost | Sort-Object Name
$totalBillable = 0
foreach ($esxi in $hosts) {
$hw = $esxi.ExtensionData.Hardware.CpuInfo
$sockets = $hw.NumCpuPackages
$coresPerSocket = $hw.NumCpuCores / $sockets
$billablePerSocket = [Math]::Max($coresPerSocket, 16)
$hostBillable = $sockets * $billablePerSocket
Write-Host "$($esxi.Name): $sockets sockets x $billablePerSocket billable = $hostBillable cores"
$totalBillable += $hostBillable
}
Write-Host "`nTotal billable cores: $totalBillable"
Write-Host "Order minimum check: $(if ($totalBillable -ge 72) {'PASS'} else {'FAIL - floor is 72'})"
Run this against your vCenter and you have your primary input. You can also automate ongoing tracking with a PowerCLI license auditing script rather than doing a manual one-off count every renewal cycle.
The four bundles and what they cost
Broadcom narrowed the catalog to four subscription tiers. These are partner-reported and reseller-observed figures I have seen across 2025 and 2026, cross-checked against the Rimini Street estimator, community-reported VAR quotes on r/vmware, and Broadcom documentation. Broadcom does not publish a simple universal public price sheet, so treat these as planning assumptions, not guaranteed quotes. Pricing varies by channel, contract, geography, term, customer segment, and renewal status. Every deal gets negotiated, so treat these as the ceiling, not your quote.
| Bundle | List price (per core/year) | What you get |
|---|---|---|
| VCF | $350 | Full stack: vSphere, vSAN (1 TiB/core), NSX, Aria Enterprise, SDDC Manager |
| VVF | $135 avg ($190 1-yr, $150 3-yr) | vSphere, vCenter, vSAN (0.25 TiB/core), Aria Standard |
| vSphere Standard | $50 | Hypervisor and basic vCenter only |
| vSphere Enterprise Plus | $150 | Hypervisor with advanced features, no vSAN or NSX |
VCF dropped from $700/core/year at acquisition to $350. That sounds like progress, but the $350 number replaces what was previously an a la carte menu where you bought only what you needed. If you ran vSphere plus shared NFS storage and never touched NSX, your equivalent pre-acquisition cost was well under $100/core/year including support. VCF at $350 is a real increase even after the reduction, because the bundle forces products you were not buying.
Three worked examples
The small shop: 3 hosts, older hardware
Three Dell R630 hosts, each with two Intel Xeon E5-2630 v4 processors (10 cores each). Actual physical cores across the estate: 60. Billable cores after the 16-core floor: 2 sockets times 16 times 3 hosts equals 96.
On vSphere Standard at $50/core/year: 96 x $50 = $4,800/year.
That is the floor of the entire portfolio. No vSAN, no Aria, no NSX. For a shop that previously ran vSphere Essentials Plus on perpetual licenses, $4,800/year is a new recurring cost that did not exist before. The subscription versus perpetual license math shows the break-even in detail, but for most small estates the subscription model is a net cost increase over the life of the hardware.
The 72-core minimum does not bite here because 96 clears it. But if this shop ran only one host (32 billable cores), the order would still price at 72 cores minimum. One host on vSphere Standard: 72 x $50 = $3,600/year for a single server.
The mid-size estate: 10 hosts, modern hardware
Ten hosts with two 32-core AMD EPYC processors each. Actual cores: 640. Billable cores: 640, above the floor with no rounding.
On VVF at the 3-year rate ($150/core/year): 640 x $150 = $96,000/year. The vSAN entitlement gives 640 x 0.25 TiB = 160 TiB of storage capacity, which is real value if you were buying vSAN separately. If your storage lives on a SAN and you have no use for vSAN, that capacity sits unused and you are paying for it anyway.
On vSphere Enterprise Plus ($150/core/year): same 640 x $150 = $96,000/year, but without the vSAN entitlement. The pricing overlap between VVF and Enterprise Plus at $150/core means the decision is about whether the included vSAN and Aria are worth having, not about a price gap between the tiers.
The large estate: 50 hosts on VCF
Fifty hosts with two 64-core EPYC processors. Billable cores: 6,400.
On VCF at list ($350/core/year): 6,400 x $350 = $2,240,000/year.
Nobody with 6,400 cores pays list. Based on advisory firms tracking 35 to 50 Broadcom renewals between 2024 and 2026, committed three-year and five-year estates of this size land at effective rates between $100 and $130/core/year, representing 30 to 55 percent off list. At $120/core effective, the same estate drops to $768,000/year. The spread between list and a well-negotiated deal on 6,400 cores is roughly $1.4 million per year. That spread is the real budget for the negotiation effort.
What moves the price down
Term length is the largest standard lever. Three-year commitments cut roughly 18 to 28 percent off the one-year rate. Five-year terms reach 28 to 38 percent off. I have seen five-year terms used specifically to lock a predictable annual figure for budgeting rather than to chase the deepest discount, and for a finance team that predictability can be worth more than the marginal savings.
Scale unlocks further discounting above approximately 10,000 cores, where an additional 5 to 12 points becomes available.
Competitive pressure is the lever shops underuse. First Broadcom quotes have been observed opening at 2 to 4 times the prior vSphere run rate. A documented evaluation of an alternative platform, whether Nutanix AHV, Hyper-V, Proxmox VE, or OpenShift Virtualization, moves the final discount 8 to 15 points against estates that negotiate with no alternative on the table. You do not need to commit to migrating. You need a formal quote from a competitor and at least one workload identified for the scenario.
This is not a bluff. Broadcom's own account teams have incentive to prevent an estate from leaving entirely, and a credible migration analysis gives them the internal justification to improve pricing. The VMware alternatives comparison for 2026 covers which platforms are viable substitutes depending on your workload mix.
The consolidation lever
Because the floor is per socket, fewer processors with higher core density license more efficiently than many small ones. A host with one 64-core EPYC processor licenses at 64 cores. A host with two 32-core processors also licenses at 64 cores but gives you two sockets of hardware. Four single-socket hosts with 16-core processors license at 4 x 16 = 64 cores, and you get four physical machines for that same licensing cost.
The inverse hurts older estates. Two-socket hosts with sub-16-core processors pay for phantom cores they will never use. If you are due for a hardware refresh, consolidating onto denser single-socket or high-core-count dual-socket servers before your renewal quote arrives is a licensing decision, not only an infrastructure one.
Dell PowerEdge rack servers are the most common refresh target I see in production VMware estates. For lab and small-environment testing, Intel NUC-class mini PCs are a viable low-end option if you are sizing a small deployment and want to avoid the 72-core floor entirely.
When the numbers point somewhere else
If your worked example lands on vSphere Standard at $4,800/year and you are a small shop running basic VMs on shared storage, the comparison against alternatives is direct. Proxmox VE 9.0, released August 5, 2025, has no per-core licensing model at all. You pay per socket on a support subscription, or you run it unsupported for free. Nutanix AHV includes the hypervisor in its infrastructure license. For a 96-core estate, the gap between $4,800/year on vSphere Standard and a free or low-cost alternative can pay for the migration effort within the first year.
For the large VCF estate paying between $768,000 and $2.2 million, migration is a multi-year project with professional services costs running from $500K to over $5M. The math still works on a three-to-five-year horizon for environments that can move their workloads, but it requires committed planning, not a spreadsheet exercise.
The pricing model reduces to inputs you can measure. Count your billable cores with the script above, multiply by your tier's list rate, and apply whatever discount your term length and negotiation leverage earn. The core count is one command away. The planning prices are summarized here. The discount is the variable, and it depends on how much preparation you bring to the renewal conversation.