System Restore in Windows 11 allows users to revert their system to a previous state, providing a lifeline when things go wrong. However, there may be times when you find the System Restore option greyed out, preventing you from creating a restore point. This article will guide you through the steps to troubleshoot and fix System Restore greyed out in Windows 11, enabling you to use System Restore effectively once again.

Fix: System Restore greyed out in Windows 11

Fix: System Restore greyed out in Windows 11
System Restore greyed out in Windows 11

The System Restore option in Windows 11 can be greyed out due to several reasons:

  1. System Protection is disabled: The System Restore feature relies on System Protection, which needs to be enabled for each volume in your hard drive. If System Protection is turned off, especially for the Windows boot drive (commonly C: drive), the System Restore button will be greyed out.
  2. Corrupted System Files: If system files are corrupted, it can affect the functionality of System Restore.
  3. Third-Party Antivirus Software: Some antivirus software can interfere with System Restore, causing it to be greyed out.
  4. Incorrect System Settings: Certain system settings or policies, if incorrectly configured, can disable System Restore.
  5. Corrupted Restore Point: If the selected restore point is corrupted or no longer available, Windows may encounter errors during the System Restore process.
  6. Disk Errors: Issues with your hard drive can prevent Windows from accessing the restore point data.

Below are the three best solutions to fix the issue.

Solution 1: Fix System Restore greyed out in Windows 11 using Group Policy Editor

1. Press the Windows Key + R. Type gpedit.msc and then press Enter. 2. Navigate to the following path:

Computer Configuration > Administrative Templates > System > System Restore

3. First, double-click on the “Turn off configuration” policy. Fix: System Restore greyed out in Windows 11 - Turn off configuration policy A dialog box will appear. Select “Disabled“. Disabling this will enable the system restore button for C: drive. Disable turn off configuration policy 4. Secondly, double-click on “Turn off System Restore“. Fix: System Restore greyed out in Windows 11 - Turn off system restore policy A dialog box will appear. Select “Disabled“. Disabling this will enable Configure in system protection for C: drive. Disable turn off system restore policy Close all the Group Policy Editor windows and restart the PC. Now, check whether the issue is solved or not.

Solution 2: Fix System Restore greyed out by Enabling System Protection

1. Open the Settings app. Navigate to System and click “About“. Settings App -> About 2. Click on “System protection“. System App -> About -> System Protection 3. A dialog box will appear. Under the “System Properties” tab, select C: drive (Drive where the Windows is installed). Fix: System Restore greyed out in Windows 11 - Click configure 4. After that, click on “Configure” option. 5. A System Protection for Windows (C:) dialog box will appear. Turn on the “Turn on system protection” option. Turn on System restore Click OK followed by Apply. 6. Under the “Protection Settings” tab, C: drive protection is turned ON. Fix: System Restore greyed out in Windows 11 - Click on Create Then, click on “Create“.

Solution 3: Fix using Windows PowerShell

1. Open the Windows PowerShell and run as administrator. 2. Copy and paste the below command, assuming C: is drive where Windows is installed:

Enable-ComputerRestore -Drive "C:\"

Fix: System Restore greyed out in Windows 11 - Enable System Restore PowerShell Command Press Enter. 3. If you want to disable the system protection settings, then use the below command:

Disable-ComputerRestore -Drive "C:\"

Press Enter. That’s It!

Leave a Reply

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