This tutorial will show you how to turn on or off system protection to create restore points and do a system restore for drives in Windows 11.
Turning on system protection for a drive allows System Restore to include the drive when restore points are created so you can undo undesired system changes by reverting to a previous point in time.
System Restore monitors system changes and saves the system state as a restore point. If a system problem develops as a result of a system change, the user can return the system to a previous state using the data from a restore point.
Restore points are created to let users select a previous system state. Each restore point contains the required information to restore the system to the selected state. Restore points are created before key changes are made to the system.
System Restore automatically manages the disk space that is allocated for restore points. It purges the oldest restore points to make room for new ones. System Restore allocates space based on the size of the hard disk and the version of Windows that the computer runs, as shown in the following table. You can adjust the maximum disk space per drive used for system protection.
Use System Restore to make restore points when you install a new app, driver, or Windows update, and when you create a restore point manually. System Restore does not restore user data or documents, so it will not cause users to lose their files, e-mail, browsing history, or favorites. Restoring will remove apps, drivers, and updates installed after the restore point was made. System Restore is also made available to users in the Windows Recovery Environment or safe mode, making it easier for them to restore their computers to a state before problems occurred.
You must be signed in as an administrator to turn on or off system protection for a drive.
System protection can only be turned on for drives that are formatted using the NTFS file system.
Turning off system protection for a drive will delete all restore points created for the drive.
It is highly recommended to leave system protection turned on for your Windows drive (ex: C: ) to quickly restore Windows 11 back to a previous restore point as needed.
Restore points are not meant to take the place of backups and system images. Instead, restore points are only an extra short term method of recovery to have handy as needed. Be sure to always keep updated backups and system images to be safe.
- Option One: Turn On or Off System Protection for Drives in System Properties
- Option Two: Turn On or Off System Protection for Drives in PowerShell
- Option Three: Turn Off System Protection for All Drives using REG file
Turn On or Off System Protection for Drives in System Properties
This option is not available while in safe mode.
1 Open Settings (Win+I).
2 Click/tap on System on the left side, and click/tap on About on the right side. (see screenshot below)
3 Click/tap on the System protection link on the left side. You can now close Settings if you like. (see screenshot below)
4 Under Protection Settings, select a drive (ex: "C") you want to turn on or off protection for, and click/tap on the Configure button. (see screenshot below)
5 Do step 6 (on) or step 7 (off) below for what you want.
You will not be able to Turn on system protection for other drives if system protection is not turned on for the Windows "System" drive.
The more Max usage you set, the more restore points you will have available for the drive. Of course, this will use more free space on the drive, so be sure to set an amount that balances your needs.
Turn On or Off System Protection for Drives in PowerShell
1 Open Windows Terminal (Admin), and select Windows PowerShell.
2 Type the command below you want to use into Windows Terminal (Admin), and press Enter. (see screenshots below)
Enable-ComputerRestore -Drive "<drive letter>:\"
Disable-ComputerRestore -Drive "<drive letter>:\"
Substitute <drive letter> in the command above with the actual drive letter (ex: "C") you want to turn on or off system protection for.
For example: Enable-ComputerRestore -Drive "C:\"
If you would like to turn on or off system protection for multiple drives at once, then you can add a comma, space, and another drive letter followed by a colon and a backslash and enclosed in quotation marks like below for both the "C" and "D" drives.
For example: Enable-ComputerRestore -Drive "C:\", "D:\"
3 You can now close Windows Terminal (Admin) if you like.
Turn Off System Protection for All Drives using REG file
1 Click/tap on the Download button below to download the file below.
(Contents of REG file for reference)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SPP\Clients]
"{09F7EDC5-294E-4180-AF6A-FB0E6A0E9513}"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
"RPSessionInterval"=dword:00000000
2 Save the .reg file to your desktop.
3 Double click/tap on the downloaded .reg file to merge it.
4 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
5 You can now delete the downloaded .reg file if you like.
That's it,
Shawn Brink
- Enable or Disable System Restore in Windows 11
- Add "System Protection and Restore" Context Menu in Windows 11
- Use System Restore on Windows 11
- Create System Restore Point in Windows 11
- Change System Restore Point Creation Frequency in Windows 11
- Add Create Restore Point Context Menu in Windows 11
- See List of Available Restore Points in Windows 11