How to Delete All System Restore Points in Windows

Are you running out of hard disk space even after clearing out the temporary folder and other junk files? You may consider lowering the disk space allotted to System Restore or delete the System Restore snapshots which include previous versions of files. Upgrading the hard disk is the ultimate solution though.

Delete All System Restore Points in Windows

1) Using GUI

Cleaning up the System Protection points may sometimes be necessary during malware removal or when the hard disk is low on space.

  1. Press Win + R to bring up the Run dialog.
  2. Type sysdm.cpl and click OK.
  3. Select the System Protection tab.
  4. In the System Protection options, select a drive letter and click Configure.
    what is system volume information folder, and can i delete it
  5. Click Delete, and click Continue when prompted.
    what is system volume information folder, and can i delete it
  6. Click OK, OK.

Deleting all but the most recent Restore point using Disk Cleanup

To delete all the restore points except the most recent one, use Disk Cleanup:

  1. Start Disk Cleanup (cleanmgr.exe)
  2. Select the drive letter from the list and click OK.
  3. Click Clean up system files. This restarts Disk Cleanup to run in elevated mode.
  4. Select the drive letter from the list and click OK
  5. Click the More Options tab.
    what is system volume information folder, and can i delete it
  6. Click the Clean up button under System Restore and Shadow Copies.
  7. Click OK.

This deletes all restore points except the most recent one, and thus potentially reducing the size of the System Volume Information folder.


Using Vssadmin

Windows allows you to delete all restore points programmatically or using the Vssadmin.exe console tool from admin Command Prompt.

To delete all the restore points on all the volumes, run this command-line:

Vssadmin Delete Shadows /all

vssadmin delete all restore points

To delete only the oldest restore point on the C:\ drive, run:



Vssadmin Delete Shadows /For=C: /Oldest

If no shadow copies exist, you’ll see the message “No items found that satisfy the query.

Here are the arguments that can be used with “Vssadmin.exe delete shadow” command:

/for=<ForVolumeSpec> Specifies the volume for which the shadow copy is to be deleted.
/oldest Deletes only the oldest shadow copy.
/all Deletes all of the shadow copies for the specified volume.
/shadow=<ShadowID> Deletes the shadow copy specified by ShadowID. To get the shadow copy ID, use the vssadmin list shadows command. When you type a shadow copy ID, use the following format, where each X represents a hexadecimal character:
/quiet Specifies that the command will not display messages while it is running.

You can also delete individual restore points using Vssadmin.

delete shadow copies vssadmin

For detailed information, check out the post Delete Individual System Restore Points in Windows which discusses a couple of methods to delete restore points selectively.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

11 thoughts on “How to Delete All System Restore Points in Windows”

  1. Useless…
    All the RP# are still there.
    Can’t even delete them manually.

    D:\System Volume Information\_restore{2E94EBD8-BC0C-4BB2-AABF-B2FB83106175}\

    Reply
  2. Open System by clicking the Start button Picture of the Start button, right-clicking Computer, and then clicking Properties.

    In the left pane, click System protection. Administrator permission required If you’re prompted for an administrator password or confirmation, type the password or provide confirmation.

    Under Protection Settings, click Configure.

    Under Disk Space Usage, click Delete.

    Click Continue, and then click OK.

    Reply

Leave a Reply to Edson Cancel reply