How to delete a system restore point in Windows 10
System protection (if enabled) is a feature that allows you to perform a system restore, bringing the PC back to a previous point, called a system restore point. This can be helpful if your PC is not working well and recently you've installed an application, driver or update.
Each restore point contains the information needed to restore the system to a selected state. A restore point is created automatically when you install new Windows applications, drivers, or updates and can also be created manually. Restoring will not affect individual files in the % UserProfile% folder , but will remove applications, drivers and updates installed after the restore point was created.
When you receive a major update or new feature for Windows 10, all restore points are automatically deleted during the update process because the old restore points are not compatible with the new Windows Update.
This guide will show you how to delete all or specific system restore points for drives in Windows 10.
Note:
- You must be logged in as an administrator to delete a system restore point.
- The restore point stored in the OS System Volume Information folder is protected and hidden in the root directory of each drive where you have System protection enabled.
Delete all system restore points for a drive in System Protection Settings
1. Follow step 2, step 3 or step 4 below, depending on how you want to open the System.
2. Open the Win + X Quick Link menu , click System and go to step 5 below.
3. Open Control Panel (icons view), click the System icon and go to step 5 below.
4. Open Control Panel (icons view) , click the Recovery icon , click the Configure System Restore link and go to step 6 below.
Click the Configure System Restore link5. Click the System protection link on the left.
6. If prompted by UAC, click Yes.
7. In Protection Settings , select a drive (for example: C :) that you want to delete all restore points from and click the Configure button .
Click the Configure button8. Click Delete.
9. Click Continue to confirm.
10. Click Close when done.
11. You will notice that the Current Usage of the selected drive will be 0 bytes .
You will notice that the Current Usage of the selected drive will be 0 bytesDelete all system restore points except the most recent restore point in Disk Cleanup
Note : You must be logged in as an administrator to use this option.
A) Click the Clean up system files button to run Disk Cleanup with admin rights.
B) If prompted by UAC, click Yes.
C) If you have multiple drives or partitions on your PC, select the C: drive or drive letter you want to clean and click OK , then return.
D) Click the More Options tab and click the Clean up button in System Restore and Shadow Copies .
Click the More Options tab and click the Clean up button in System Restore and Shadow CopiesE) Click Delete to confirm.
Delete all or specific system restore points in Command Prompt
1. Open Command Prompt with admin rights.
2. Copy and paste the command vssadmin list shadows
into the Command Prompt as admin and press Enter
.
3 Perform step 4 (to delete all), step 5 (all on the drive), step 6 (oldest on the drive) or step 7 (shadow copy ID) below, depending on how you want to delete the restore points. .
4. To delete all restore points on all drives, copy and paste the command below that you want to use into the Command Prompt, press Enter
and go to step 8 below.
(Prompt to select Y / N to confirm before deleting)
vssadmin delete shadows /all
Or
(Delete without prompting)
vssadmin delete shadows /all /quiet
5. To delete all restore points on a specific drive, enter the command below you want to use in the Command Prompt, press Enter
and go to step 8 below.
(Prompt to select Y / N to confirm before deleting)
vssadmin delete shadows /For=(drive letter): /all
Or:
(Delete without prompting)
vssadmin delete shadows /For=(drive letter): /all /quiet
Replace (drive letter) in the above commands with the drive letter you want, listed as Original Volume: (x:) from step 2 above.
For example:
vssadmin delete shadows /For=C: /all
Or:
vssadmin delete shadows /For=C: /all /quiet
6. To delete the oldest restore point on a specific drive, enter the command below you want to use into the Command Prompt, press Enter
and go to step 8 below.
(Prompt to select Y / N to confirm before deleting)
vssadmin delete shadows /For=(drive letter): /oldest
Or:
(Delete without prompting)
vssadmin delete shadows /For=(drive letter): /oldest /quiet
Replace (the drive letter) in the above commands with the drive letter you want.
7. To delete a specific restore point with Shadow Copy ID, Enter the command below into the Command Prompt, press Enter
and go to step 8 below.
vssadmin delete shadows /Shadow={Shadow Copy ID}
Replace Shadow Copy ID in the above command with the actual Shadow Copy ID number of the restore point you want to delete from step 2 above.
For example:
vssadmin delete shadows /Shadow={3e351030-9ebd-428c-9ff3-86dca40a7f96}
8. When done, you can close the Command Prompt if you like.
Delete individual system restore points in CCleaner
This option will allow you to remove all restore points, except the most recent restore point.
1. If you haven't already, download and install the free CCleaner program.
2. Open CCleaner.
3. Click Tools on the left side and click System Restore in the Tools menu .
4 Select one or more of the listed restore points that you want to delete and click Remove.
You can press and hold the key CTRL
, and click on restore points to be able to select more than one random point.
5. Click OK to confirm.
6. When done, you can close CCleaner if you want.
You should read it
- Instructions for creating backup and restore points (Restore Point) on Windows 10
- How to create Restore Point on Windows 10 with just 1 double click
- Configure the System Restore feature in Windows 10
- Instructions for restoring the system on Windows
- How to Do a System Restore
- How to Manage System Restore Points Using CCleaner (Windows)
- How to delete System Restore Points in Windows 10
- How to Create a System Restore Point
- Instructions on how to use System Restore on Windows
- How to Restore Your Windows XP Computer
- Restore a Windows 8 computer with System Restore
- How to Use System Restore on Windows 7
Maybe you are interested
How to restore the old context menu in Windows 11
Instructions to remove DirectX 11, restore default DirectX
How to restore lost homepage on any browser
How to restore WordPad in Windows 11
How to reset Windows 11, restore original Windows 11 settings
How to permanently restore the old File Explorer experience in Windows 11