System Restore is well known recovery option for Windows. It helps you to restore last known good configuration, whenever your system is in trouble and you can’t use it, like you want. However, Windows 10 doesn’t comes System Restore enabled by default. For this, you have to turn on System Protection first.

Here’s how to enable System Protection and use System Restore:

Configure and use System Restore in Windows 10

Once System Protection is turned on, your Windows will start creating restore points automatically at crucial events. See this fix, if find System Restore is disabled by administrator.

Okay, so today in this article we’re talking about another issue related to System Protection. Actually, after installing some updates, I found that one of my Windows 10 machine have Turn on System Protection option greyed out:

FIX: Can't Enable System Protection In Windows 10

Due to this, I can no longer utilize System Restore. If you’re also facing this problem, here’s how to fix it:

FIX: Can’t Enable System Protection In Windows 10/8/7

FIX 1 – Via Group Policy

FYI: GPO snap-in is not available in Windows 10 Home editions. If you’re on Windows 10 Home and want to use Group Policy, go here and upgrade to Pro edition.

1. Press W8K + R and put gpedit.msc in Run dialog box to open Local Group Policy Editor. Click OK.

Local Group Policy Editor

2. Next, in the GPO snap-in window, navigate here:

Computer Configuration > Administrative Templates > System > System Restore

FIX: Can't Enable System Protection In Windows 10

3. In the right pane of System Restore, look for the Turn off System Restore setting. If it is set to Enabled, double click on the policy and set the status to Disabled or better to Not Configured. Click Apply followed by OK.

FIX: Can't Enable System Protection In Windows 10

Close the Group Policy Editor and see if you can turn on the System Protection now. If issue still persists, try FIX 2.

FIX 2 – Via Windows PowerShell

1. Right click on Start Button or press W8K + X keys and select Windows PowerShell (Admin). Open administrative Windows PowerShell this way.

2. Run following commands one-by-one and press Enter key after each.

Enable-ComputerRestore -drive "C:\"

*Replace C: with your system root drive.

vssadmin resize shadowstorage /on=c: /for=c: /maxsize=10%

FIX: Can't Enable System Protection In Windows 10

3. Close PowerShell window, and check with System Protection. This time you should be able to turn on System Protection.

FIX: Can't Enable System Protection In Windows 10

That’s it!

13 Comments

Add your comment

  • Bob Keesecker

    Kapil: Thank you, thank you, thank you. FIX 1 – Via Group Policy did not work for me, but FIX 2 – Via Windows PowerShell did, and it was easy via your instructions. I looked at a bunch of suggestions on the web, all or most of which were quite complicated, and it was driving me crazy. Then I found your page. Your power shell procedure was quick and easy. And, it worked! Thanks again.

  • Kapil Arya

    ^^ Glad to help Bob 😎

  • Addwin

    Mine cannot, it prompted : “Acess denied…..bla, bla, bla…

  • Addwin

    Got it, thanks a lot Mr Kapil Arya! Just now was mistakenly select windows powershell instead of Administrator windows powershell…you’ve made my day!

  • Kapil Arya

    ^^ Happy to help 😊

  • Teikkie

    Thanks Bro <3

  • Kapil Arya

    ^^ Glad I could help!

  • Johnathan Mann

    I tried everything. PowerShell worked! Thank you so very much!!

  • Kapil Arya

    ^^ Glad to help Johnathan 😊

  • KAUSHIK

    bro i am not able to do FIX2 process with drive D and drive E…. it worked with drive C. can u help with oher 2 drives please……

  • Kapil Arya

    ^^ What exactly happens when you run commands for D and E drives?

  • el1te

    Enable-ComputerRestore : Access denied
    At line:1 char:1
    + Enable-ComputerRestore -drive “C:\”
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidOperation: (:) [Enable-ComputerRestore], ManagementException
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.Commands.EnableComputerRestoreCommand
    help me pls

  • Kapil Arya

    ^^ Make sure you run PowerShell as administrator.

  • Leave a Reply

    Your email address will not be published. Required fields are marked *