With vCenter (Paid, Multiple Hosts)
Perform a Storage vMotion and select a thin-provisioned format for the destination disk — this migrates the VM’s storage live and converts the provisioning type as part of the move.With Standalone Free ESXi (No vCenter)
- Power off the VM you want to convert.
- Enable SSH: Host > Manage > Services > TSM-SSH > Start.
- SSH into the host (PuTTY or any SSH client works).
- Navigate to the VM’s folder:
cd /vmfs/volumes/<datastore>/<vm-folder>
- Clone the disk to a thin-provisioned copy:
vmkfstools -i vm01.vmdk -d thin thin-vm01.vmdk
Broadcom Brought Free ESXi Back (Updated for 2026)
Broadcom discontinued the free standalone ESXi tier in February 2024 after acquiring VMware, then quietly reinstated it in April 2025 bundled with ESXi 8.0 Update 3e — as of 2026 it’s downloadable again from the Broadcom Support Portal with a free account. The restored free tier is standalone-only (it still can’t connect to vCenter), capped at 2 physical CPUs per host and 8 vCPUs per VM, comes with no official Broadcom support, and drops vMotion/DRS/HA/VADP-based backups — positioned squarely for home labs and dev/test rather than production. The good news for this specific process: Broadcom’s own current documentation confirms thevmkfstools -i -d thin SSH-based cloning approach above still works identically on ESXi 8.x and 9.x, on both free and licensed hosts, since it’s a filesystem-level datastore operation independent of licensing tier.
Resources
Gear We Recommend
Running this in a home lab? Here’s the gear that keeps our test environment reliable.
Browse our Home Lab Essentials picks on AmazonAs an Amazon Associate, TechyGeeksHome earns from qualifying purchases.
Discover more from TechyGeeksHome
Subscribe to get the latest posts sent to your email.