Windows Backups

Create a Windows system image backup

Practical Windows guide: create a Windows system image backup without the usual guesswork.

14 min read Intermediate Updated 9 Jun 2026

Step-by-step guide

Work through each section in order. Stop when your issue is resolved — you do not need every step for every situation.

Warning

System images capture the entire system partition. Store them on external storage separate from the PC being backed up — a single drive failure should not destroy both the PC and the backup.

What you will achieve

Create a full Windows system image to external USB or network storage using built-in backup tools still available on Windows 10 and many Windows 11 builds.

1) Open Backup and Restore (Windows 7)

  1. Press Win + R, type sdclt.exe, press Enter.
  2. Click Create a system image in the left pane.
  3. Choose destination: external hard drive, DVD ( impractical for size), or network location (UNC path).

2) Select drives to include

  1. Windows pre-selects EFI System Partition, Recovery, and the OS volume — keep defaults for a bootable restore.
  2. Confirm enough free space on the destination (often 50 GB minimum, more if C: is large).
  3. Start the backup — expect 30–90+ minutes depending on data size and USB speed.

3) Create a recovery USB separately

  1. Search Start for Create a recovery drive or recoverydrive.exe.
  2. A recovery USB boots winre and can restore the system image if Windows will not start.

4) Restore (when needed)

  1. Boot recovery USB → Troubleshoot → Advanced options → System Image Recovery.
  2. Point to the image on external or network storage and follow prompts — the current disk contents are overwritten.

5) Verify image integrity

  1. After backup, confirm folder on external drive contains WindowsImageBackup with .vhdx or backup catalog files.
  2. Mount is not built-in for all formats — recovery environment is the supported restore path.

6) Schedule with Task Scheduler

  1. Create monthly task calling wbadmin if still available on your edition — many Home users rely on third-party imaging instead.
wbadmin start backup -backupTarget:E: -include:C: -allCritical -quiet

7) VSS writers check before imaging

vssadmin list writers

All writers should show Stable — failed SQL or Exchange writers cause inconsistent images on servers.

8) Network share destination

  1. UNC paths work for system image if account has write permission — use dedicated backup account, not daily user.
  2. Test boot recovery USB can reach network share (driver and credential load in WinRE).

Verification checklist

Label external drive with backup date. Store recovery USB in separate location from backup disk — fire/flood scenario requires both not in same drawer.

  1. Reboot once after changes that affect services, drivers, or firmware.
  2. Confirm the original problem is resolved under normal daily use, not only immediately after the fix.
  3. Note date, Windows version (Settings → System → About), and what changed in your personal runbook for next time.

Related guides

backup image system windows