Q: How can I convert a VHD to a VHDX?

Learn 2 methods for converting a VHD to the new Windows 8 and Windows Server 2012 VHDX format.

John Savill

December 2, 2012

1 Min Read
Q: How can I convert a VHD to a VHDX?

A: There are two ways you can convert a regular virtual hard disk (VHD) to the new VHDX format found in Windows 8 and Windows Server 2012: by using Windows PowerShell or by using the Hyper-V Manager graphical interface.

Using PowerShell, enter this command:

Convert-VHD

as in my example:

Convert-VHD -Path d:tempsource.vhd -DestinationPath d:tempdestination.vhdx

Using Hyper-V Manager, start the Edit Disk action and select the source VHD file. Then, under the action, select Convert, then select the VHDX format. 

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like