How To Enable System Protection On Drive | Turn On Restore Points

Enable System Protection on any drive through Windows 11 Settings or PowerShell to start creating restore points for system recovery.

Here is how to enable System Protection on drive volumes in Windows 11: through the Settings app or a single PowerShell command, in about 60 seconds. The feature is turned off by default on most drives, leaving your system without a safety net against bad updates, driver crashes, or registry corruption. Enabling it lets Windows create restore points automatically — snapshots you can fall back to when something goes wrong.

What Is System Protection?

System Protection is a Windows recovery feature that saves restore points — snapshots of your system files, installed drivers, registry settings, and some application data. When a system update breaks your PC or a driver causes crashes, you can roll back to a restore point taken before the problem started. The feature is configured per drive, not globally, which means each drive you want protected needs to be enabled separately.

Enable System Protection On A Drive: The Settings Path

The most stable and documented way to enable System Protection is through the Windows 11 Settings app. This method works the same way across recent Windows 11 builds and gives you full control over disk space allocation.

  1. Open Settings (press Windows + I).
  2. Go to System > System protection. (On some builds, you may find it under System > About > System protection.)
  3. In the System Properties window, select the drive you want to protect — usually C: — and click Configure.
  4. Select Turn on system protection.
  5. Use the Max usage slider to set how much disk space restore points can use — 5–10% of the drive is a practical starting point.
  6. Click Apply, then OK.

Once enabled, Windows will automatically create restore points before major events like system updates or driver installations.

Enable System Protection Using PowerShell

If you prefer the command line or need to enable protection on multiple drives at once, the Enable-ComputerRestore cmdlet does the job without opening Settings.

  1. Open PowerShell as administrator (right-click the Start button and select Windows PowerShell (Admin) or Terminal (Admin)).
  2. Run the following command, replacing "C:\" with the drive letter you want to protect:
Enable-ComputerRestore -Drive "C:\"

To enable protection on a secondary drive such as E:, change the drive letter accordingly. PowerShell enables protection without a confirmation prompt — existing restore points on that drive are not deleted when you turn protection on, though disabling protection via PowerShell will delete them silently.

Prerequisites For System Protection

System Protection requires several conditions to be met on the target drive before it can be enabled. The table below covers each requirement and what to check.

Requirement Details
Administrator access You must be logged in with an admin account to change protection settings.
NTFS file system System Protection only works on NTFS-formatted drives, not FAT32 or exFAT.
Minimum free space At least 1% of the drive’s total capacity should be free for restore points to use.
Normal boot mode Protection cannot be enabled while Windows 11 is running in Safe Mode.
Per-drive configuration Each drive must be enabled individually — there is no global toggle.
Disk space allocation Use the Max usage slider to cap restore-point storage as a percentage of total drive space.
Group Policy override If the protection controls are grayed out, a system policy or permissions restriction may be blocking changes.

If any of these conditions isn’t met, the Settings UI will either gray out the option or show an error message.

Common Mistakes When Enabling System Protection

These are the most frequent errors that prevent System Protection from working as intended, along with how to avoid each one.

Mistake How To Avoid It
Selecting the wrong drive Confirm the drive letter — the system drive is usually C:, but verify before clicking Configure.
Forgetting to click Apply and OK Both buttons must be clicked in sequence; closing the window early leaves protection off.
Assuming protection is global Enable each drive separately through Settings or PowerShell.
Trying to enable in Safe Mode Boot Windows normally, enable protection, then Safe Mode will respect the existing settings.
Enabling on a non-NTFS drive Check the file system in the drive’s Properties page before attempting to enable protection.
Not allocating enough space Set Max usage to at least 5% of the drive to give restore points room to work.
Expecting immediate restore points After enabling protection, Windows waits for a system change event before creating the first automatic restore point.

Managing Restore Points After Setup

Once System Protection is enabled, you can create restore points manually whenever you’re about to make a risky system change. Open PowerShell as administrator and run:

Checkpoint-Computer -Description "Before driver update"

To view existing restore points, run Get-ComputerRestorePoint. The storage allocation slider in the System Protection UI lets you adjust how much space restore points can consume — drag it higher if you make frequent system changes, or lower if disk space is tight.

Quick Guide: Enable And Verify System Protection

Use this sequence to confirm System Protection is running correctly on your drive. If the toggle is grayed out or options are missing, check the prerequisites table above.

  1. Open Settings > System > System protection.
  2. Select the drive, click Configure, and confirm Turn on system protection is selected.
  3. Verify the Max usage slider is set to at least 5%.
  4. Click Apply, then OK.
  5. Run Get-ComputerRestorePoint in PowerShell to confirm restore points can be listed.

If you see a restore point or the command returns a list, protection is active and working.

References & Sources

Please use a real email you check. If it's fake or mistyped, your message won't reach us and we can't reply — wrong addresses are rejected automatically.