How to Restore Files From an Older Windows 10 System Image on Windows 11
🔍 WiseChecker

How to Restore Files From an Older Windows 10 System Image on Windows 11

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.

Symptom: Want to restore specific files from old Windows 10 System Image on Windows 11.
Affects: Windows 11.
Fix time: ~30 minutes.

ADVERTISEMENT

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.

  1. 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).
  2. Right-click the .vhdx file. Pick Mount.
  3. If not in context menu: right-click → Open with → Windows Explorer.
  4. Windows mounts the .vhdx as a virtual drive. New drive letter appears in This PC.
  5. Browse to your desired files (Documents, Pictures, etc.).
  6. Copy to safe location.
  7. To unmount: right-click drive → Eject.
  8. For multiple .vhdx files (system drive + data drive): mount each.

This is the standard route.

ADVERTISEMENT

Method 2: Mount via Disk Management

For more control.

  1. Open Disk Management: Win+X → Disk Management.
  2. Menu: Action → Attach VHD.
  3. Browse to the .vhdx file. Tick Read-only if you just want to copy.
  4. OK. VHDX mounts as new disk.
  5. Assign drive letter if not auto-assigned.
  6. Browse via File Explorer.
  7. For multiple partitions on the VHDX: each shows separately in Disk Management.
  8. To dismount: right-click disk in Disk Management → Detach VHD.
  9. 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.

  1. If you need to restore entire image, not just files:
  2. Boot from Windows 10 / 11 install media (USB).
  3. Pick Repair your computer → Troubleshoot → Advanced options → System Image Recovery.
  4. Pick image. Follow prompts.
  5. Or via Command Prompt:
    wbadmin start recovery -version:[backup-id] -itemtype:File -items:[file-paths] -recoverytarget:[destination-path]
  6. For listing backups: wbadmin get versions.
  7. For specific file/folder: wbadmin start recovery -version:01/15/2024-10:00 -itemtype:File -items:"C:\Documents\Important.docx" -recoverytarget:"D:\Restored".
  8. Caveat: wbadmin has complex syntax. Mount + copy (Method 1) usually easier.
  9. 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.

ADVERTISEMENT