Forum Discussion
Windows 11 How to create a VHD, and can I use it like a normal drive?
I want to make a virtual hard disk on Windows 11 to separate work files. How do I create one properly? After creating, does it show up in File Explorer like a real USB drive? Can I install programs on it?
1 Reply
Yes—you can use a VHD much like a normal drive. Open Disk Management, choose Action > Create VHD, select a location and size, and use VHDX with “Dynamically expanding” for most everyday cases. After it appears as a new disk, initialize it (GPT is fine), create a simple volume, format it as NTFS, and assign a drive letter. It will then appear in File Explorer.
You can store files and install many programs on it, but remember that the VHD file must be attached before those programs or files are available. After a reboot, you may need to double-click the VHDX or attach it again in Disk Management unless you automate that step.
One practical note: a VHD on the same physical disk is useful for organization, not backup or fault isolation. If the host disk fails, the VHD goes with it—so keep important work backed up elsewhere.