Windows Recovery Guide ยท System Restore

How to Enable System Protection in Windows 10 & 11

A step-by-step guide to turning on System Protection, configuring restore point storage, creating your first restore point, and fixing common problems when the option is unavailable.

๐ŸชŸ Windows 10 ๐ŸชŸ Windows 11 ๐Ÿ›ก๏ธ System Protection โ†ฉ๏ธ Restore Points โš™๏ธ Built-in Tools
๐Ÿ›ก๏ธ

What it protects

System files, registry settings, drivers, and installed program configuration.

๐Ÿ“

What it does not protect

Personal files such as documents, photos, videos, and downloads are not backed up by System Restore.

โฑ๏ธ

Recommended setup time

Usually 2โ€“5 minutes if you already have administrator rights.

What Is System Protection in Windows?

System Protection is the Windows feature that creates and manages restore points. A restore point is a snapshot of important system components, including registry settings, system files, installed drivers, and selected program settings.

When System Protection is enabled, Windows can create restore points automatically before major changes, such as driver installation, some Windows updates, or significant system configuration changes. You can also create a restore point manually before editing the registry, installing unfamiliar software, updating drivers, or changing low-level Windows settings.

Important: System Protection is not a full backup. It can help roll back Windows configuration problems, but it does not replace File History, cloud backup, disk imaging, or a separate backup of your personal files.

Before You Turn On System Protection

Before enabling System Protection, check these requirements:

How to Enable System Protection in Windows 10 and Windows 11

The fastest method is to open the classic System Properties window and turn on protection for the Windows drive.

Method 1: Open System Protection from the Run Dialog

  1. Press Win + R to open the Run dialog.
  2. Type the following command and press Enter:
SystemPropertiesProtection
  1. In the System Protection tab, select your Windows drive, usually Local Disk (C:) (System).
  2. Click Configure.
  3. Select Turn on system protection.
  4. Use the Max Usage slider to reserve disk space for restore points.
  5. Click Apply, then click OK.

Method 2: Open System Protection from Settings

In Windows 10 and Windows 11, you can also reach the same settings from the modern Settings app.

Settingsโ€บ Systemโ€บ Aboutโ€บ System protection

Depending on your Windows version and window size, the System protection link may appear under Related links or Device specifications.

Recommended result: After setup, the Protection column should show On next to the system drive.

How Much Disk Space Should You Allocate for Restore Points?

Windows uses the reserved space to store restore points. When the limit is reached, older restore points are automatically removed to make room for newer ones.

Drive size Suggested Max Usage Best for
128 GB SSD 3โ€“5 GB Basic protection when disk space is limited.
256โ€“512 GB SSD 5โ€“10 GB Most home and office PCs.
1 TB or larger drive 10โ€“20 GB Users who frequently install drivers, test software, or change system settings.

For most users, allocating around 5โ€“10 GB is enough to keep several restore points without wasting too much storage.

How to Create a Restore Point Manually

After enabling System Protection, create a restore point immediately. This gives you a known-good state that you can return to if something goes wrong.

  1. Open System Properties using Win + R and the command SystemPropertiesProtection.
  2. Select the system drive with protection enabled.
  3. Click Create.
  4. Enter a clear name, for example Before GPU driver update or Before registry changes.
  5. Click Create and wait for Windows to finish.
Tip: Create a manual restore point before installing unofficial drivers, editing the registry, changing services, removing system components, or applying major troubleshooting steps.

Enable System Protection with PowerShell

Advanced users and administrators can enable System Protection from PowerShell. Open Windows Terminal or PowerShell as administrator and run:

Enable-ComputerRestore -Drive "C:\"

To create a restore point from PowerShell, run:

Checkpoint-Computer -Description "Manual restore point" -RestorePointType "MODIFY_SETTINGS"
Note: If PowerShell returns an error, check that you are running it as administrator and that required services are not disabled.

How to Use a Restore Point Later

When Windows starts but works incorrectly, you can launch System Restore from the same System Protection window:

  1. Press Win + R, type SystemPropertiesProtection, and press Enter.
  2. Click System Restore.
  3. Select a restore point from the list.
  4. Click Scan for affected programs to see which apps and drivers may be removed or restored.
  5. Confirm the restore operation and wait for Windows to restart.

If Windows does not boot normally, you can access System Restore from the recovery environment:

Troubleshootโ€บ Advanced optionsโ€บ System Restore

Troubleshooting: System Protection Is Grayed Out or Not Working

1. Check Your Account Permissions

If the controls are unavailable, sign in with an administrator account. In managed corporate or school environments, System Protection may be controlled by policy.

2. Make Sure Required Services Are Enabled

Press Win + R, type services.msc, and check these services:

They should not be permanently disabled.

3. Check Free Disk Space

If the system drive is almost full, Windows may fail to create or keep restore points. Free up disk space and then try again.

4. Run System File Checks

Open Command Prompt or Windows Terminal as administrator and run:

sfc /scannow

If system corruption is found or SFC cannot repair files, run:

DISM /Online /Cleanup-Image /RestoreHealth

5. Check Group Policy Settings

On Windows Pro, Enterprise, and Education editions, open gpedit.msc and check:

Computer Configurationโ€บ Administrative Templatesโ€บ Systemโ€บ System Restore

Make sure policies such as Turn off System Restore are not enabled.

FAQ: System Protection in Windows 10 and Windows 11

Should I enable System Protection on all drives?

Usually, enable it only on the system drive where Windows is installed. For personal files on other drives, use a real backup solution instead.

Will System Restore delete my personal files?

No. System Restore is designed to roll back system settings, drivers, registry changes, and some installed applications. It does not remove your documents, photos, videos, or downloads.

Why do restore points disappear?

Restore points can be removed when disk space is low, when the maximum usage limit is reached, after certain major Windows upgrades, or when System Protection is turned off.

Is System Protection enabled by default?

It depends on the Windows installation, OEM configuration, upgrade history, and device policy. Always check the System Protection tab instead of assuming it is enabled.

Summary: To enable System Protection, open SystemPropertiesProtection, select the Windows drive, click Configure, choose Turn on system protection, allocate disk space, and create a manual restore point.