We're retiring an older VMware environment while migrating most applications to SaaS. A few legacy applications have no replacement and may need to remain available for legal or records-related requests for the next several years. Some of these systems rely on discontinued vendors, missing installers or activation codes, and custom software that may be impossible to recreate.
The environment consists of three relatively light virtual machines, each using about 4 vCPUs and 4 GB of RAM. One idea is to convert the VMDK files to VHDX, place the VMs on a Windows 11 Pro laptop, and store it offline until access is needed. The original hosts use dual Xeon E5-2620 v4 processors.
Would it be better to preserve the VMs as VMware files, export them to OVF/OVA, convert them for Hyper-V, or use a proper backup and archival strategy? I'm also interested in recommendations for storage media, verification, and making sure the systems can still be recovered years from now.
4 Answers
For a short retention period, several verified disk-based copies may be simpler than maintaining a dedicated laptop. For a longer legal or compliance archive, consider archival tape such as LTO, or another medium with a documented lifespan and migration plan. Whatever media you choose, store multiple copies, keep them offline or access-controlled, and schedule integrity checks and refreshes instead of assuming the media will remain readable indefinitely.
You may not need to convert anything immediately. VMware Workstation can generally open ESXi-created VMDKs, so preserving the original files gives you a straightforward emergency-access option. Exporting to OVF or OVA is another useful portable copy, and a converter such as StarWind can create Hyper-V-compatible disks if you decide to move platforms. Keep at least one copy in the original format rather than relying only on a conversion.
If you use Hyper-V, check the licensing and edition requirements before committing to that design. A Windows laptop may run a few light VMs, but it introduces a single point of failure, battery and hardware-aging concerns, and possible driver or activation issues. A better approach is usually to preserve the VMs and backups separately, maintain a small documented recovery host or compatible virtualization option, and test booting each system before decommissioning the original environment.
Treat this as an archive and recovery problem rather than simply keeping a laptop on a shelf. Keep the original VM files or full image-based backups on multiple copies of reliable storage, preferably in separate secure locations. Use a backup product that supports application-consistent backups and cross-hypervisor restoration, then document the recovery process and test it periodically. A backup that has never been restored is only an assumption.
It’s also worth recording checksums, required passwords or keys, network dependencies, and the exact startup order. Those details are often more difficult to recover than the VM files themselves.

Before moving the machines, remove VMware Tools if practical and make sure the guests have suitable drivers for the destination hypervisor. Older operating systems can become unstable after a platform change, so test the converted copies rather than modifying the only originals.