Virtualization migration: VMware → Proxmox, VMware → Hyper-V, Hyper-V → Proxmox
A practical guide for IT teams evaluating a controlled exit from VMware after the Broadcom changes, or looking to consolidate licensing costs by moving between platforms. Written from 25+ years of field experience with VMware vSphere, Microsoft Hyper-V, and Proxmox VE.
- Why now: the Broadcom context & licensing consolidation
- Quick comparison: VMware vs. Proxmox vs. Hyper-V
- Route 1 — VMware → Proxmox VE
- Route 2 — VMware → Hyper-V / Azure Stack HCI
- Route 3 — Hyper-V → Proxmox VE
- Typical use cases
- The migration process — 7 phases
- Risks & mitigation strategies
- Frequently asked questions
01 Why now: the Broadcom context
After Broadcom's acquisition of VMware in November 2023, the licensing landscape has fundamentally shifted: perpetual licenses were eliminated in favor of a subscription-only model, the dozens of SKUs were consolidated into a handful of bundles (VCF, VVF), and customers are reporting cost increases between 2x and 10x compared to the previous cycle.
For SMBs with 20–80 VMs, the math no longer works: annual licensing cost often exceeds the total cost of hardware plus sysadmin time. For larger enterprises, the pressure comes from a different direction: multi-platform consolidation and reducing vendor lock-in.
Migration isn't an isolated IT decision. It's a 3-5 year strategic conversation that touches budget, internal skills, compliance requirements (NIS2, ISO 27001), and the relationship with integrators. A well-executed migration pays for itself in 12-24 months; a rushed migration can cost more than keeping VMware.
02 Quick comparison
A summary table, updated with 2026 market reality:
| Criterion | VMware vSphere | Proxmox VE | Microsoft Hyper-V |
|---|---|---|---|
| Licensing | VCF/VVF subscription, high cost | Open-source, optional support subscription | Included in Windows Server Datacenter / separate Azure Stack HCI |
| Maturity | Most mature enterprise platform | Mature, used in production since 2008 | Mature, deeply integrated in MS ecosystem |
| Live migration | vMotion — gold standard | Online migration — very good | Live Migration — very good |
| HA & DRS | HA + DRS + FT | HA (HA Manager), no classic automatic DRS | Failover Clustering + SCVMM |
| Storage | vSAN, VMFS, NFS, iSCSI | Ceph, ZFS, LVM, NFS, iSCSI — superior flexibility | Storage Spaces Direct, SMB3, iSCSI |
| Backup | Veeam, VDP, CBT | Proxmox Backup Server (PBS) — excellent, Veeam v12+ | Veeam, Windows Server Backup, Azure Backup |
| Ecosystem | Largest third-party ecosystem | Smaller, but growing fast | Tightly coupled with Microsoft stack |
| Required skills | vSphere admin — solid talent market | Linux/KVM, Ceph — learning curve | Windows admin — easiest to find in RO |
| 3-year TCO (~40 VMs) | 100% baseline | ~15-40% of baseline | ~40-70% of baseline |
03 Route 1 — VMware → Proxmox VE
When it makes sense
- VMware cost has become unsustainable after Broadcom renewal
- Mixed Linux + Windows workloads, without deep dependencies on VMware APIs
- IT team comfortable with Linux (Debian-based) or willing to learn
- Need for flexible storage (hyperconverged Ceph, ZFS)
Major advantages
- 60-85% cost reduction over 3 years vs. VMware subscription
- Integrated Ceph — distributed storage without vSAN licensing
- Proxmox Backup Server (PBS) with deduplication and retention policies, included
- REST API + Ansible/Terraform for automation, no additional fees
- No vendor lock-in — QCOW2, raw disk, Linux open standards
Challenges to anticipate
- Automatic DRS (resource rebalancing) — no native equivalent, done manually or via scripting
- Smaller third-party ecosystem (enterprise-grade storage arrays are VMware-first)
- Ops team retooling to CLI + web UI, not vCenter
- Storage migration: VMDK → QCOW2 / RAW with qm importovf or specialized tools
Recommended tooling
- Built-in migration wizard (Proxmox 8.2+) — direct import from ESXi via API
- Starwind V2V Converter — cross-platform disk conversion
- Veeam Recovery — restore VMware VMs directly into Proxmox (v12.1+)
- virt-v2v — official libguestfs tool for conversions
04 Route 2 — VMware → Hyper-V / Azure Stack HCI
When it makes sense
- Workloads are predominantly Windows Server + SQL Server + File Services
- You already have Windows Server Datacenter licensing (Hyper-V is effectively free in that case)
- On-prem Active Directory, Exchange, SharePoint, with plans for Azure hybrid
- The team is Windows-centric, with PowerShell & SCVMM skills
- Clear strategy for Azure expansion (Arc-enabled servers, Azure Backup)
Major advantages
- Zero Hyper-V licensing cost if you already have Windows Server Datacenter (unlimited Windows VMs per host)
- Native Azure integration — Azure Arc, Azure Backup, Azure Site Recovery
- SCVMM + System Center provides centralized management comparable to vCenter
- Familiar to RO IT teams — large pool of Windows professionals
- Mature Live Migration, well-documented cluster failover
Challenges
- Linux guest support is okay but with fewer optimizations than VMware/KVM
- Windows Server Datacenter per-core cost can also become significant
- More limited storage ecosystem than VMware (dependent on Storage Spaces Direct)
- VMDK → VHDX migration requires Starwind V2V, Veeam, or Microsoft Virtual Machine Converter (MVMC — deprecated, watch versions)
Recommended tooling
- Azure Migrate (VMware-aware appliance) — assessment + migration to on-prem Hyper-V or Azure
- Starwind V2V, Veeam Quick Migration, Double-Take Move
- SCVMM for centralized cluster management
- PowerShell as the primary automation language
05 Route 3 — Hyper-V → Proxmox VE
When it makes sense
- Predominantly Linux workloads, with few Windows VMs
- Windows Server Datacenter per-core cost has grown excessively
- You want independence from the Microsoft stack for virtualization
- Need for Ceph / ZFS, which Storage Spaces Direct doesn't offer
Major advantages
- Reduced Windows Server Datacenter licensing on virtualization nodes
- Superior performance on Linux workloads (KVM optimized for Linux kernel)
- PBS backup with global deduplication across all VMs
- Native LXC containers — low-overhead for Linux services
Challenges
- VHDX → QCOW2 / RAW: requires conversion (qemu-img convert or Starwind V2V)
- Windows VMs with Hyper-V Integration Services require decommissioning before/after migration
- Domain, DNS, DHCP — if Windows Server as guest, watch out for VirtIO drivers post-migration
- Team skills — transition from PowerShell to bash/Proxmox CLI
Tooling
- qemu-img convert — offline VHDX → QCOW2 conversion
- Starwind V2V Converter — GUI-based, for disks
- VirtIO drivers injected before migration on Windows VMs (essential)
- Clonezilla / rsync for special offline cases
06 Typical use cases
07 The migration process — 7 phases
I'd love to tell you there's a "migrate" button. There isn't. But the process below, followed with discipline, has worked on every project I've been involved in:
08 Risks & mitigation
Scripts, APIs, integrations with backup or monitoring built specifically for the vSphere API can fail silently. Mitigation: discovery phase with active scanning + code review.
Proxmox with Ceph on undersized hardware can have latency spikes. Mitigation: correct sizing (dedicated SSD/NVMe, 25GbE+ NICs, separate OSD/mon) and benchmarking before go-live.
Windows VMs migrated without VirtIO drivers pre-installed can refuse to boot. Mitigation: inject VirtIO drivers into Windows VMs before migration, test on clones.
Current tooling (Veeam VMware-configured) doesn't natively support the target. Mitigation: parallel Veeam + Proxmox Backup Server during migration, unify only afterwards.
Each phase ends with a go/no-go decision. Written rollback plan for each wave. Minimum 2-week hypercare post-migration. Nothing is "final" until 30 days of stable operation.
09 Frequently asked questions
Free assessment of your VMware situation
30-minute call, no obligation. You present the current stack, challenges, timeline, and I give you an honest verdict: whether the migration is worth it, which route, approximate costs, and whether I can help.