MedhaCloud
Link copied to clipboard!
Managed IT Support

vSphere vs ESXi vs vCenter: What Each One Does

Sreenivasa Reddy G
Sreenivasa Reddy G
Founder & CEO
Aug 2, 20269 min read
24
vSphere vs ESXi vs vCenter: What Each One Does

This is the reference our VMware vSphere support team uses to explain the naming: vSphere, ESXi, and vCenter are three different things that VMware documentation and licensing use inconsistently. This page defines each one, shows how they fit together, lists current versions and lifecycle dates, and covers what changed in the editions after the Broadcom acquisition.

vSphere vs ESXi vs vCenter: definitions

NameWhat it isWhat it runs on
vSphereThe product suite brand. Not a single piece of software — the commercial name for ESXi plus vCenter plus the features licensed around them (vMotion, HA, DRS, vSAN entitlements depending on edition).N/A — it is a bundle, not an installable binary
ESXiThe hypervisor. A bare-metal (type 1) hypervisor installed directly on server hardware; it is the component that actually runs virtual machines. Renamed to ESX in version 9.0.Physical x86 servers on the VMware compatibility list
vCenterThe management plane. vCenter Server is a virtual appliance (VCSA) that manages multiple ESXi hosts from one console and provides the cluster features — vMotion, DRS, HA, distributed switches.Deployed as a VM, usually on one of the ESXi hosts it manages

The short version: ESXi is the engine, vCenter is the control tower, and vSphere is the name on the box. When someone says "we run vSphere," they mean ESXi hosts managed by vCenter under a vSphere license.

How ESXi and vCenter fit together

A single ESXi host works standalone. You install it on a server, connect to its Host Client web interface, and create VMs — no vCenter required. This is a common setup for a lab, a branch office, or a single-application server.

vCenter becomes involved when there is more than one host. It inventories the hosts, pools their capacity into clusters, and coordinates the features a single host cannot provide on its own:

  • vMotion — live migration of a running VM between hosts
  • High Availability (HA) — automatic VM restart on a surviving host after a host failure
  • Distributed Resource Scheduler (DRS) — automated VM placement and load balancing across a cluster
  • Distributed switches — network configuration managed centrally rather than per host
  • Lifecycle Manager — coordinated patching and upgrades across all hosts

Each ESXi host runs an agent (vpxa) that vCenter communicates with. If vCenter goes down, the hosts and their VMs keep running — you lose central management and DRS, not workloads. HA restart also continues to function, because HA logic runs on the hosts themselves once configured.

Current versions

Two vSphere generations are in general support as of August 2026:

VersionReleasedEnd of general supportNotes
vSphere 9.0June 17, 2025Per Broadcom lifecycle policyDelivered inside VCF 9.0 and VVF 9.0, not as a standalone SKU. Subscription only.
vSphere 8.02022 (currently 8.0 Update 3)October 11, 2027Technical guidance until October 11, 2029. Last generation available under legacy vSphere editions.
vSphere 7.02020October 2, 2025 (ended)No further security patches without a paid support extension.

Version 9.0 shipped on June 17, 2025 as part of VMware vSphere Foundation 9.0 and VMware Cloud Foundation 9.0. Two naming changes arrived with it: the hypervisor is called ESX again (dropping the "i" that distinguished the thin ESXi from the old ESX with its service console, retired in 2010 — history on Wikipedia's VMware ESX entry), and version numbers across ESX, vCenter, and VCF are unified at 9.x. Details are in Broadcom's vSphere with VCF 9.0 FAQ and the VCF 9.0 release notes on Broadcom TechDocs. A full build-by-build list is in our ESXi versions reference.

vSphere 7.0 is out of support. General support ended October 2, 2025, per Broadcom's end-of-general-support notice (already a six-month extension from the original April 2025 date). Hosts still on 7.x receive no security patches. vSphere 8.0 has just over a year of general support remaining.

Editions after the Broadcom restructure

The edition lineup that existed for over a decade — vSphere Standard and vSphere Enterprise Plus as perpetual licenses — is gone. After Broadcom acquired VMware in late 2023, the portfolio was cut to subscription bundles:

OfferingContentsStatus
VMware Cloud Foundation (VCF)Full private-cloud stack: vSphere, vSAN, NSX networking, Aria/VCF Operations, automationFlagship subscription; the only path to the full 9.x feature set
VMware vSphere Foundation (VVF)vSphere (ESX + vCenter) with operations tooling and a vSAN capacity entitlementSubscription for compute-virtualization-focused deployments
vSphere Standard / Enterprise PlusLegacy per-core subscription editions carried over from the old lineupWithdrawn from sale — Standard reached end of sale July 31, 2025; vSphere 9.0 was never offered under these editions
Perpetual licensesOne-time purchase with separate support contractsSales ended early 2024; existing perpetual keys keep working but support renewals require converting to subscription
Free ESXi hypervisorUnlicensed single-host ESXiGeneral availability discontinued February 12, 2024

The practical consequence: an organization that only wants the hypervisor and vCenter now buys VVF at minimum, and vSphere 9.0 features are only delivered through VVF 9.0 or VCF 9.0. Environments on vSphere 8 with legacy Standard or Enterprise Plus subscriptions can run them until term end, but renewal paths lead to the VVF/VCF bundles. This pricing shift is the main reason migration assessments off VMware have become routine work; our note on VMware licensing changes covers the cost mechanics.

Lifecycle dates to plan around

  • October 2, 2025 — vSphere 7.0 end of general support (passed). Remaining 7.x estates are running unpatched.
  • October 11, 2027 — vSphere 8.0 end of general support. This is the deadline that forces a decision: move to VCF/VVF 9.x subscriptions, or migrate off the platform.
  • October 11, 2029 — vSphere 8.0 end of technical guidance (no patches after 2027; guidance-only assistance until this date).

Because vSphere 8 is the last generation obtainable under the legacy editions, the 2027 date is effectively also the end of the pre-Broadcom licensing model for supported production use.

When you need vCenter and when standalone ESXi is enough

Standalone ESXi is sufficient when:

  • One host, or a small number of hosts that do not need to act as a cluster
  • VM downtime during host maintenance is acceptable (no vMotion without vCenter)
  • Manual per-host patching via the command line or Host Client is workable
  • No requirement for HA restart, DRS balancing, or centralized alarms

vCenter is required when:

  • Two or more hosts should behave as one resource pool
  • VMs must survive a host failure automatically (HA) or move without downtime (vMotion)
  • vSAN, distributed switches, host profiles, or Lifecycle Manager image-based patching are in scope
  • Backup software, monitoring, or automation integrates via the vCenter API — most enterprise tooling assumes vCenter, not raw host endpoints

Under the current bundles this is less of a buying decision than it used to be: VVF and VCF both include vCenter, so the question is architectural (do you deploy it) rather than commercial (do you license it). For larger estates, platform design questions — cluster sizing, vSAN vs external storage, stretched clusters — fall under our virtualization infrastructure support practice.

FAQ

Is vSphere the same as ESXi?

No. ESXi is the hypervisor installed on the physical server. vSphere is the commercial suite that contains ESXi and vCenter. Every vSphere deployment contains ESXi; ESXi can exist without the rest of vSphere.

Is vCenter a hypervisor?

No. vCenter runs no VMs itself. It is a management appliance — itself a VM — that controls ESXi hosts and provides cluster features.

What happened to the ESXi name?

With version 9.0 (June 2025), Broadcom renamed ESXi back to ESX and aligned version numbers across ESX, vCenter, and VMware Cloud Foundation at 9.x. Documentation for 8.x and earlier continues to say ESXi.

Can I still buy vSphere Standard or Enterprise Plus?

No. Both legacy editions have been withdrawn from sale (vSphere Standard end of sale was July 31, 2025), and vSphere 9.0 was never released under them. New purchases are VMware vSphere Foundation (VVF) or VMware Cloud Foundation (VCF) subscriptions.

Is vSphere 7 still supported?

No. General support ended October 2, 2025. vSphere 8.0 remains in general support until October 11, 2027.

Running vSphere 7 or planning the 8-to-9 transition? vSphere and ESXi support from Medha Cloud covers version assessment, upgrade execution, licensing transition planning, and ongoing host administration.

Our Microsoft-certified team delivers seamless migrations with zero downtime.

Seamless Cloud Migration

Topics

vmwarevsphereesxivcenter
Sreenivasa Reddy G
Written by

Sreenivasa Reddy G

Founder & CEO15+ years

Sreenivasa Reddy is the Founder and CEO of Medha Cloud, recognized as "Startup of the Year 2024" by The CEO Magazine. With over 15 years of experience in cloud infrastructure and IT services, he leads the company's vision to deliver enterprise-grade cloud solutions to businesses worldwide.

Managed IT SupportCloud InfrastructureDigital Transformation
Follow on LinkedIn

Need Expert Help?

Our certified cloud and IT engineers are ready to tackle your toughest challenges — from migrations to managed services.