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)
- Press Win + R, type
sdclt.exe, press Enter. - Click Create a system image in the left pane.
- Choose destination: external hard drive, DVD ( impractical for size), or network location (UNC path).
2) Select drives to include
- Windows pre-selects EFI System Partition, Recovery, and the OS volume — keep defaults for a bootable restore.
- Confirm enough free space on the destination (often 50 GB minimum, more if C: is large).
- Start the backup — expect 30–90+ minutes depending on data size and USB speed.
3) Create a recovery USB separately
- Search Start for Create a recovery drive or
recoverydrive.exe. - A recovery USB boots winre and can restore the system image if Windows will not start.
4) Restore (when needed)
- Boot recovery USB → Troubleshoot → Advanced options → System Image Recovery.
- Point to the image on external or network storage and follow prompts — the current disk contents are overwritten.
5) Verify image integrity
- After backup, confirm folder on external drive contains
WindowsImageBackupwith.vhdxor backup catalog files. - Mount is not built-in for all formats — recovery environment is the supported restore path.
6) Schedule with Task Scheduler
- Create monthly task calling
wbadminif 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
- UNC paths work for system image if account has write permission — use dedicated backup account, not daily user.
- 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.
- Reboot once after changes that affect services, drivers, or firmware.
- Confirm the original problem is resolved under normal daily use, not only immediately after the fix.
- Note date, Windows version (Settings → System → About), and what changed in your personal runbook for next time.