System Restore on Windows 11 — When to Use It and How
Short answer: Type 'Create a restore point' in Start to open the System Protection tab, and check the Protection column for C:. If it says Off, restore is disabled and no restore points exist — Windows 11 ships it off by default, so turn it on now. To roll back, pick a restore point from before the problem; it reverts drivers, updates, and system files but leaves your personal files untouched.
Start menu, type “Create a restore point,” click it. You get the System Protection tab. Check the Protection column next to C: — if it says Off, restore is disabled and there are no restore points on the machine. Microsoft ships Windows 11 with this off by default which makes no sense to me.
Turn it on: click C: drive, Configure, select “Turn on system protection,” slider to about 10%, OK. Then hit Create, give it a name, Create. Done. You have a snapshot.
Using a Restore Point
Same window, click System Restore, Next. List of restore points with dates and descriptions shows up. Pick one from before whatever went wrong — bad driver, sketchy software install, broken Windows Update. Takes five to fifteen minutes depending on how much changed between then and now. Machine reboots, comes back to whatever state it was in at that point.
Your personal files are not affected. Documents, pictures, downloads, desktop stuff, all stays exactly as-is right now. What changes: system files revert, programs installed after the point disappear, programs you removed get reinstalled, drivers roll back. Registry goes back to how it was. Had somebody install one of those free PDF converters that ships with four browser toolbars and a search hijacker. Restore to the point created before the install knocked all of it out in one shot. Toolbars, registry entries, the converter itself, everything.
Won’t help with malware that predates the restore point though. Restoring to Tuesday doesn’t remove something that was already there on Tuesday.
The 0x80070091 Error
System Restore fails more often than you’d think. The specific error I keep running into is 0x80070091 — it’s a permissions issue with the WindowsApps folder. Microsoft’s UWP app system locks files in a way that System Restore can’t undo through normal channels.
sfc /scannow in an admin command prompt first. Let it finish. Try the restore again. Still failing? Boot into Safe Mode — hold Shift while clicking Restart, then Troubleshoot, Advanced Options, Startup Settings, restart, pick Safe Mode. Run System Restore from inside Safe Mode. Way fewer services competing for file locks so the restore can actually complete. This works maybe four out of five times when the normal restore choked.
Machine won’t boot at all? Force three hard shutdowns during the Windows logo — hold the power button while it’s trying to load, three times in a row. Third time it drops into the recovery environment. Advanced Options, System Restore. Works from there without needing to reach the desktop. If it keeps cycling through “Preparing Automatic Repair” instead of giving you the recovery menu, you’re dealing with an automatic repair loop — different beast, needs its own fix before System Restore becomes an option.
Not a Cure-All
Gradual slowdowns don’t have a restore point to go back to. Machine got sluggish over three months, there’s no specific Thursday where things went wrong, so System Restore doesn’t apply. That’s a different kind of problem — background processes piling up, drive filling up, maybe thermal throttling. Needs actual diagnostics not a time machine.
Also not a backup replacement. Restore points live on the same drive as everything else. Drive fails, restore points go with it.
Frequently Asked Questions
Does System Restore delete my personal files?
No. System Restore rolls back Windows system files, installed programs, registry entries, and drivers. It does not touch anything in your user folders — Documents, Downloads, Desktop, Pictures, Music, Videos. Your files stay exactly where they were.
Why does System Restore fail with error 0x80070091?
Almost always a WindowsApps folder permission issue. Run sfc /scannow in an admin Command Prompt first, then try the restore again. If it still fails, boot into Safe Mode and run System Restore from there — it has a much higher success rate because fewer services are holding file locks.
Can System Restore remove a virus?
No. If malware was already on your system when the restore point was created, the infection is part of the snapshot and restoring to that point keeps it intact. System Restore is for undoing bad drivers, updates, and software installs — not for malware. You need a dedicated malware scanner for that.
How much disk space should I give System Restore?
At least 5% of your drive, though 10% works better on drives over 500 GB. Windows uses this space to store snapshots. The more space you give it, the more restore points it can keep, and the further back you can roll. If you're tight on space, 5% is the minimum where it stays useful.