System Restore on Windows: Is It Even Switched On?

Somebody has told you to roll the PC back to a restore point, and there is a fair chance your machine has never made one. It is not on by default.

Microsoft says that in plain words, and switching it on takes about a minute. No need to wait for a disaster to discover the gap.

I checked mine before writing this and found exactly that. Nothing set up, and nothing to roll back to.

Microsoft says it is off by default

The line that decides whether the rest of this applies to you.

Documented by Microsoft on its System Protection page: System Protection is "a recovery feature designed to help you safeguard your system settings."

And the part almost nobody knows: "While not enabled by default, it's recommend enabling system protection."

So the advice to use a restore point assumes a setting most people never touched. That is why so many of those threads end with somebody saying the list is empty.

Check before you need it. A restore point is worth nothing at the moment you want one if none exists.

Ours: what this machine reported

Five seconds, and it is the check the guides skip.

Ours, and read on the PC this was written on. The restore point interval value came back as zero, and the two services behind the feature, VSS and swprv, were both stopped.

Look at yours the same way. Nothing is written:

Get-Service VSS, swprv | Select-Object Name, Status, StartType

⚠️ Listing the actual restore points needs administrator rights. This was not run elevated, so no count is claimed here. The services and the interval are enough to show the feature was idle.

Stopped and Manual is normal even when it is on. Those services start when your machine needs them. The interval value is the more telling one.

Turning it on, which is one dialog

A minute, and then it works quietly from then on.

Microsoft's route: select Start, type Create a restore point, and open that result. On the System Protection tab, choose Configure.

Then Turn on system protection, and set the slider to suit your drive. Microsoft says to "specify the maximum amount of disk space that can be used by System Protection".

Ours, and marked as ours: five to ten percent of the drive is plenty. Older points are dropped automatically as the space fills. A bigger slider only buys more history.

⚠️ It is per drive. Turning it on for C does nothing for a second disk, and a second disk usually does not need it.

What a restore point actually holds

Read this before you lean on it.

In Microsoft's words, restore points are "snapshots of system files, installed applications, Windows Registry, and system settings at a specific point in time."

Drivers, programs and registry settings. That is exactly the set of things a bad update or a bad install breaks.

Which is why it is the right tool after a driver goes wrong. And the wrong one elsewhere.

What it will not bring back

The limit that catches people, and Microsoft is clear about it.

Microsoft's own framing is that restore points let you "revert the system to a previous stable state without affecting personal data."

Read that as a limitation, not a feature. Your documents, photos and downloads are untouched, which also means a deleted file is not coming back this way.

⚠️ So it is not a backup and it never was. A real backup keeps a separate copy of your files, and this keeps none.

Ours: run both. They cover different accidents and neither replaces the other.

Making one by hand before you change anything

The habit worth having, and it takes thirty seconds.

Same dialog, the Create button. Type a description you will recognize in a month, not "test".

Do it before a driver install, a registry edit, or anything a stranger on the internet told you to run. Those three account for most of the times anyone wants one.

⚠️ Ours, and marked as ours: if you are about to edit the registry, make the point first. The registry has no undo of its own.

Using one, and what to expect

Short, because the process is largely automatic.

Same dialog again, the System Restore button. Pick a point from before the problem started, not the newest one.

The machine restarts and does the work outside Windows. Expect ten to thirty minutes and do not interrupt it.

⚠️ Programs installed after that point will be gone. Windows shows a list of what it will affect before it starts. That list is worth reading.

And it can fail. A restore that reports it could not complete usually leaves you where you started. Unnerving, but not damage.

When it is not the right tool

Being useful about the edges.

A machine that will not boot at all needs the recovery environment rather than this. That is a different route entirely. Reset is the lighter option before a USB stick.

⚠️ A drive that is filling up is not fixed here either. Restore points take space rather than freeing it.

And repeated blue screens want the stop code read first. That number narrows the cause far better than rolling back blindly.

Status: read against Microsoft's System Protection page 25 August 2026, on Windows 11. Microsoft supplies the description of the feature, the statement that it is not enabled by default, the route through Create a restore point and Configure, the description of what a restore point contains, and the framing that restoring does not affect personal data. The interval value and the two stopped services were read on this PC.

Is System Restore turned on by default in Windows?

No. Microsoft states plainly that system protection is not enabled by default, and recommends enabling it. That is why so many people find an empty list at the moment they need a restore point.

Will System Restore delete my files?

No, and that is also its limitation. Microsoft describes it as reverting the system without affecting personal data. Your documents and photos are untouched. So a deleted file will not come back.

How much disk space should I give System Restore?

Five to ten percent of the drive is plenty for most people. Windows drops older points automatically as the space fills. A larger allocation buys history, not better protection.

How do I check whether System Protection is on?

Search Start for Create a restore point and look at the Protection column on the System Protection tab. It says On or Off per drive. The two services behind it are VSS and swprv. Both showing Stopped is normal.

Can I use System Restore if the PC will not start?

Sometimes, from the recovery environment rather than from inside Windows. If your machine boots at all, Reset is usually the lighter option, and it keeps your files.

The Short Version

  • Microsoft says system protection is not enabled by default, and recommends turning it on.
  • On the PC tested here the restore interval read zero and the two services were stopped.
  • Search Start for Create a restore point, then Configure, then Turn on system protection.
  • A restore point holds system files, installed apps, the registry and system settings.
  • It does not touch personal files, so it is not a backup and never was.
  • Five to ten percent of the drive is enough space for it.
  • Make one by hand before a driver install or a registry edit.
  • Programs installed after the point you choose will be gone afterwards.

Where to Next

Search Start for Create a restore point and look at whether protection says On or Off. That one look tells you whether any of this advice can work on your machine.

If it says Off, turn it on and set the slider. A minute now is the difference between having an option later and not having one.

Then make a point by hand before the next driver install. That is the moment it earns its keep.

Anyone who has had a restore actually fix something, tell me what broke first in the comments. Those cases are rarer in print than the advice suggests.

Leave a Comment