Fix Windows 10/11 System Restore Not Working and Restore Points Missing
Difficulty: Intermediate | Time Required: 20 minutesSystem Restore can be a lifesaver when a bad driver, Windows update, or software install causes trouble. But when restore points disappear or System Restore fails to run, it becomes frustrating fast. The good news is that in most cases, the problem is caused by disabled system protection, low disk space, services not running, or corrupted system files.
This guide walks through the most effective fixes for Windows 10 and Windows 11, including how to re-enable restore points and what to do if System Restore still refuses to work.
Introduction
If System Restore is working properly, Windows can roll system files, drivers, and settings back to an earlier state without touching your personal files. When it stops working, you lose a valuable recovery option.This tutorial helps you:
- Restore missing restore points
- Re-enable System Protection
- Fix failed System Restore attempts
- Check services, disk space, and file corruption
- Create a new working restore point
Note: System Restore affects system files, drivers, installed apps, and settings. It does not replace a full backup.
Prerequisites
Before you begin, make sure you have:- An administrator account
- At least a few GB of free space on your Windows drive
- Important work saved and all apps closed
Warning: Some steps involve services, disk checks, and system repair tools. Follow them carefully.
Step 1: Check whether System Protection is enabled
If restore points are missing, the first thing to check is whether protection is enabled for your system drive.- Press Windows + S
- Type Create a restore point
- Open the matching result
- In the System Protection tab, look under Protection Settings
- Check whether your Windows drive, usually C:, says On
- Select the system drive
- Click Configure
- Choose Turn on system protection
- Under Max Usage, set it to about 5% to 10%
- Click Apply, then OK
Tip: If Max Usage is set too low, Windows may delete older restore points very quickly.
Step 2: Create a manual restore point
Now test whether Windows can create one successfully.- In the same System Protection window, click Create
- Enter a name like Test Restore Point
- Click Create
- Wait for confirmation
If it fails, continue with the next steps.
Step 3: Make sure required services are running
System Restore depends on certain Windows services. If they are disabled, restore creation or recovery can fail.- Press Windows + R
- Type services.msc
- Press Enter
- Microsoft Software Shadow Copy Provider
- Volume Shadow Copy
- Task Scheduler
- Double-click the service
- Set Startup type to:
- Manual for Volume Shadow Copy and Microsoft Software Shadow Copy Provider
- Automatic for Task Scheduler
- If the service is stopped, click Start
- Click Apply and OK
Note: On some systems, Volume Shadow Copy may not stay running all the time. That is normal, but it should be available when needed.
Step 4: Check available disk space
Restore points can disappear if Windows runs low on free space.- Open File Explorer
- Click This PC
- Check free space on the Windows drive
- Delete temporary files
- Empty the Recycle Bin
- Uninstall unused apps
- Move large personal files to another drive
- Open Settings
- Go to System > Storage
- Use Temporary files cleanup
Tip for Windows 11: Storage Sense can help automatically clear temporary data if space is tight.
Step 5: Run System File Checker and DISM
Corrupted Windows system files can break System Restore.- Press Windows + S
- Type cmd
- Right-click Command Prompt
- Select Run as administrator
sfc /scannowWait until it completes.
After that, run:
DISM /Online /Cleanup-Image /RestoreHealthWhen both commands finish:
- Restart your PC
- Try creating a new restore point again
Note: These tools are supported in both Windows 10 and Windows 11 and are often enough to repair System Restore-related corruption.
Step 6: Check the disk for file system errors
Disk errors can also prevent restore points from being created or used.Open Command Prompt as administrator again and run:
chkdsk C: /fIf prompted to schedule the check at next restart:
- Type Y
- Press Enter
- Restart the PC
Warning: Disk checks can take time, especially on large drives.
Step 7: Try System Restore from Safe Mode
If System Restore fails while Windows is fully loaded, startup programs or security software may be interfering.Boot into Safe Mode
Windows 11 / Windows 10:- Open Settings
- Go to:
- System > Recovery in Windows 11
- Update & Security > Recovery in Windows 10
- Under Advanced startup, click Restart now
- Choose Troubleshoot > Advanced options > Startup Settings
- Click Restart
- Press 4 or F4 for Safe Mode
- Press Windows + S
- Type rstrui
- Open System Restore
- Try restoring from an available restore point
Tip: If System Restore works in Safe Mode but not in normal mode, a third-party app or service is likely interfering.
Step 8: Check for antivirus interference
Some third-party antivirus or security tools can block restore point creation or rollback.- Temporarily disable your third-party antivirus
- Try creating a restore point again
- If it works, check the antivirus settings or consider updating/reinstalling it
Windows Security usually works fine with System Restore, but older third-party suites sometimes do not.Warning: Only disable security software briefly, and reconnect protection immediately after testing.
Step 9: Understand why restore points may vanish
Sometimes restore points are not exactly “broken” — they are being removed automatically.Common reasons include:
- System Protection was disabled
- Low disk space
- Major Windows feature updates
- Drive cleanup tools
- Disk corruption
- Dual-boot or imaging software changes
Important: After large version upgrades in Windows 10 or Windows 11, older restore points may be deleted. This is normal behavior in some cases.
Step 10: Create a fresh restore baseline
Once System Restore is working again, create a clean restore point you can rely on.- Open Create a restore point
- Select the Windows drive
- Click Create
- Name it something useful, such as:
- Clean System
- Post-Repair Restore Point
- Before Driver Update
Tips and troubleshooting notes
If there are still no restore points
- Recheck that System Protection is enabled for the correct drive
- Increase Max Usage
- Confirm Volume Shadow Copy is available
- Run SFC, DISM, and CHKDSK again if needed
If System Restore says it failed
Look for messages involving:- Antivirus interference
- Corrupted files
- Shadow copy errors
- Incomplete restore due to locked files
If Windows will not start
You can still access System Restore from the recovery environment:- Boot into Advanced Startup
- Go to Troubleshoot > Advanced options > System Restore
Best practice
Create a restore point:- Before installing drivers
- Before registry edits
- Before major app installs
- Before Windows tweaks
Tip: System Restore is helpful, but it should be used alongside proper backups, not instead of them.
Conclusion
When System Restore stops working or restore points vanish, the fix is usually straightforward: turn System Protection back on, make sure required services are available, free up disk space, and repair corrupted files. Once restored, System Restore becomes a valuable safety net again for Windows 10 and Windows 11 troubleshooting.A few minutes of setup now can save you a lot of repair time later.
Key Takeaways:
- System Restore requires System Protection to be enabled on the Windows drive
- Missing restore points are often caused by low disk space or disabled protection
- Volume Shadow Copy, Task Scheduler, and related services must be available
- SFC, DISM, and CHKDSK can repair problems that block restore creation or recovery
- Safe Mode can help when System Restore fails in normal Windows
- Creating manual restore points before major changes gives you a safer recovery path
This tutorial was generated to help WindowsForum.com users get the most out of their Windows experience.