Quick fix: Windows 10 System Image files have .vhd or .vhdx extension inside WindowsImageBackup folder. To restore files: right-click .vhd → Mount. Drive letter assigned. Browse and copy files. Or extract whole image via wbadmin: wbadmin start recovery from Windows RE. For specific files: mount + copy is easier than full image recovery.
Windows 10 System Image Backup created .vhd / .vhdx files. To extract individual files on Windows 11: mount the .vhd as virtual drive, browse, copy. Don’t need to do full system restore.
Affects: Windows 11.
Fix time: ~30 minutes.
What causes this need
Windows 10 System Image Backup creates .vhdx files. Often used for full PC restore. But sometimes you just need specific files: documents, photos, settings from old image. Mounting the .vhd as virtual drive lets you browse and copy.
Method 1: Mount .vhd / .vhdx via File Explorer
The standard route.
- Locate the system image:
- Usually on external drive or network location.
- Path:
[Backup Drive]\WindowsImageBackup\[PC Name]\Backup [date]\ - Inside: multiple .vhdx files (one per backed-up drive).
- Right-click the .vhdx file. Pick Mount.
- If not in context menu: right-click → Open with → Windows Explorer.
- Windows mounts the .vhdx as a virtual drive. New drive letter appears in This PC.
- Browse to your desired files (Documents, Pictures, etc.).
- Copy to safe location.
- To unmount: right-click drive → Eject.
- For multiple .vhdx files (system drive + data drive): mount each.
This is the standard route.
Method 2: Mount via Disk Management
For more control.
- Open Disk Management: Win+X → Disk Management.
- Menu: Action → Attach VHD.
- Browse to the .vhdx file. Tick Read-only if you just want to copy.
- OK. VHDX mounts as new disk.
- Assign drive letter if not auto-assigned.
- Browse via File Explorer.
- For multiple partitions on the VHDX: each shows separately in Disk Management.
- To dismount: right-click disk in Disk Management → Detach VHD.
- For chronic VHD usage: install OSFMount (free) for easier mounting.
This is the Disk Management route.
Method 3: Use wbadmin for full restore
For complete system image restore.
- If you need to restore entire image, not just files:
- Boot from Windows 10 / 11 install media (USB).
- Pick Repair your computer → Troubleshoot → Advanced options → System Image Recovery.
- Pick image. Follow prompts.
- Or via Command Prompt:
wbadmin start recovery -version:[backup-id] -itemtype:File -items:[file-paths] -recoverytarget:[destination-path] - For listing backups:
wbadmin get versions. - For specific file/folder:
wbadmin start recovery -version:01/15/2024-10:00 -itemtype:File -items:"C:\Documents\Important.docx" -recoverytarget:"D:\Restored". - Caveat: wbadmin has complex syntax. Mount + copy (Method 1) usually easier.
- For chronic restore needs: keep mounted .vhdx accessible.
This is the wbadmin route.
How to verify the fix worked
- VHDX mounts as drive letter.
- Files browseable.
- Copied files match original (compare hash if needed).
- Unmount cleanly.
If none of these work
If can’t mount: VHDX corrupt: try smaller backups or other .vhdx files. For encrypted backup: BitLocker-encrypted .vhdx requires password. For very old WindowsImageBackup format: older format may not mount. Use OSFMount. For 32-bit OS in 64-bit VHD: cross-architecture mounting may fail. For specific apps: AOMEI Backupper, Macrium Reflect can read various backup formats. For chronic backup issues: re-create backups in supported format (e.g., Macrium .mrimg). For ARM Windows: x64 VHDX should still mount; check architecture compatibility. For network backup: ensure share accessible from current PC.
Bottom line: Right-click .vhdx → Mount. Drive letter appears. Browse and copy files. Or Disk Management → Action → Attach VHD. For full image restore: System Image Recovery via Windows RE.