Windows Backups

Previous Versions and shadow copies

Practical Windows guide: previous Versions and shadow copies without the usual guesswork.

10 min read Beginner 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.

What you will achieve

Use Previous Versions and Volume Shadow Copy Service (VSS) to restore older copies of files or folders on NTFS volumes when shadow copies are enabled.

1) Understand shadow copies

  1. Windows creates shadow copies during System Restore points and some backup schedules.
  2. They allow point-in-time file restore without a full backup restore — if snapshots exist for that path.

2) Restore via Previous Versions UI

  1. In File Explorer, right-click a file or folder → Show more options → Restore previous versions (Windows 11) or Restore previous versions (Windows 10).
  2. Select a date from the list → Open to preview or Restore to replace the current copy.
  3. Use Restore to... to copy an old version elsewhere without overwriting the current file.

3) Enable shadow copies on data volumes (Pro)

  1. Press Win + R, type compmgmt.mscSystem Tools → Shared Folders → All Tasks → Configure Shadow Copies.
  2. Select a volume → Enable, set schedule and storage limit on the shadow copy tab.

4) List shadows from command line

vssadmin list shadows
vssadmin list shadowstorage

If no shadows appear for C:, System Restore may be off — enable via Create a restore point (sysdm.cpl → System Protection).

5) Shadow copy storage limit

  1. Default uses System Restore allocation — increase via System Protection slider for more file history depth.

6) Copy vs restore

  1. Always prefer Restore to... when unsure — overwrites are immediate with plain Restore.

7) VSS disabled by policy

  1. Some hardening guides disable VSS — if Previous Versions tab is empty, check vssadmin list shadows and System Protection settings on C:.

8) Server VSS writers

  1. On file servers, shadow copies schedule via Shadow Copies tab of drive properties in Server Manager.
  2. Clients access snapshots via UNC \\server\@GMT-2024... hidden shares — advanced admin path.

Verification checklist

Create manual restore point before major edits — gives Previous Versions entry even if scheduled shadow copy missed quiet window.

  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.

Quick reference paths

  • System Protection → sysdm.cpl
  • vssadmin list shadows
  • Previous Versions tab
  • Admin tools: press Win + X for Terminal (Admin), Device Manager, and Computer Management.

System Restore and shadow copies share disk budget — increasing restore points also improves Previous Versions depth for user-visible files on system drive.

Related guides

copies previous shadow versions windows