December 28, 2016

Fix Restore Point Not Working in Windows 10

System Restore not working in Windows 10 is a very common issue that users encounter every now and then. Well, system restores not working can be classified into the following two categories: system restore cannot create a restore point, and system restore fails & unable to restore your computer.

Fix Restore Point Not Working in Windows 10

There is no specific reason why system restores stopped working unexpectedly, but we do have quite a few troubleshooting steps that would definitely Fix Restore Point Not Working in Windows 10 issue.

The following error message may also pop up, which are all fixable by the below-listed troubleshooting steps:

  • System Restore failed.
  • Windows cannot find a system image on this computer.
  • An unspecified error occurred during System Restore. (0x80070005)
  • System Restore did not complete successfully. Your computer’s system files and settings were not changed.
  • System Restore failed to extract the original copy of the directory from the restore point.
  • System Restore doesn’t appear to be functioning correctly on this system. (0x80042302)
  • There was an unexpected error on the property page. (0x8100202)
  • System Restore encountered an error. Please try to run System Restore again. (0x81000203)
  • System Restore did not complete successfully. An unexpected error occurs during System Restore. (0x8000ffff)
  • Error 0x800423F3: The writer experienced a transient error. If the backup process is retried, the error may not reoccur.
  • Can’t system restore, file or directory is corrupted and unreadable (0x80070570)

Note: This also fixes System Restore is disabled by your system administrator message.

If System Restore is grayed out, or System Restore tab is missing, or if you receive a System Restore is disabled by your system administrator message, this post will help you fix the problem on your Windows 10/8/7 computer.

Before continuing with this post, make sure you try to run a system restore from safe mode. If you want to start your PC into Safe Mode, then this post will help you: 5 Ways to Start your PC in Safe Mode

 Fix Restore Point Not Working in Windows 10

Method 1: Run CHKDSK and System File Checker

1. Press Windows Key + X, then select Command Prompt (Admin).

command prompt admin / Fix Restore Point Not Working in Windows 10

2. Type the following command into cmd and hit Enter:

chkdsk C: /f /r /x
sfc /scannow

Type the command line sfc /scannow and press enter

Note: Replace C: with the drive letter on which you want to run Check Disk. Also, in the above command C: is the drive on which we want to run check disk, /f stands for a flag which chkdsk the permission to fix any errors associated with the drive, /r let chkdsk search for bad sectors and perform recovery and /x instructs the check disk to dismount the drive before beginning the process.

3. Wait for the command to finish checking the disk for errors, then restart your PC.

Method 2: Enable System Restore

1. Press Windows Key + R and then type “gpedit.msc” and hit enter to open group policy editor.

gpedit.msc in run

2. Now navigate to the following:

Computer Configuration>Administrative Templates>System>System Restore

Turn off System Restore settings gpedit

Note: Install gpedit.msc from here

3. Set Turn off Configuration and Turn off System Restore settings to Not configured.

Turn off System Restore settings not configured

4. Next, right-click This PC or my computer and select Properties.

This PC properties / Fix Restore Point Not Working in Windows 10

5. Now select System Protection from the left pane.

6. Make sure the Local Disk (C:) (System) is selected and click on Configure.

system protection configure system restore

7. Check “Turn on system protection” and set at least 5 to 10 GB under Disk Space Usage.

turn on system protection

8. Click Apply and then restart your PC to apply changes.

Method 3: Enable System Restore from Registry Editor

1. Press Windows Key + R, then type regedit and hit enter to open the Registry editor.

Run command regedit

2. Next, navigate to the following keys:

HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesVssDiagSystemRestore.

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionSystemRestore.

3. Delete the value DisableConfig and DisableSR.

Delete the value DisableConfg and DisableSR

4. Reboot your PC and see if you’re able to Fix Restore Point Not Working in Windows 10 issue.

Method 4: Temporarily Disable Antivirus

1. Right-click on the Antivirus Program icon from the system tray and select Disable.

Disable auto-protect to disable your Antivirus

2. Next, select the time frame for which the Antivirus will remain disabled.

select the duration until when the antivirus will be disabled

Note: Choose the smallest amount of time possible, for example, 15 minutes or 30 minutes.

3. Once done, again try to run System Restore and check if you’re able to Fix Restore Point Not Working in Windows 10 issue.

Method 5: Perform a Clean Boot

1. Press Windows Key + R, then type “msconfig” and hit enter to open system configuration.

msconfig / Fix Restore Point Not Working in Windows 10

2. Under general settings, check Selective startup but uncheck Load startup items in it.

system configuration check selective startup clean boot

3. Next, select the Services tab and checkmark Hide all Microsoft and then click Disable all.

hide all microsoft services

4. Click Ok and restart your PC.

Method 6: Run DISM (Deployment Image Servicing and Management)

1. Press Windows Key + X and select Command Prompt(Admin).

command prompt with admin rights

2. Type the following command in cmd and hit enter after each one:

Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth

DISM restore health system

3. Let the DISM command run and wait for it to finish.

4. If the above command doesn’t work, then try on the below:

Dism /Image:C:offline /Cleanup-Image /RestoreHealth /Source:c:testmountwindows
Dism /Online /Cleanup-Image /RestoreHealth /Source:c:testmountwindows /LimitAccess

Note: Replace the C:RepairSourceWindows with your repair source (Windows Installation or Recovery Disc).

5. Reboot your PC to save changes and see if you’re able to Fix Restore Point Not Working in Windows 10.

Method 7: Check if System Restore services are running

1. Press Windows Key + R, then type “services.msc” and hit Enter to open Services.

services windows

2. Locate the following services: Volume Shadow Copy, Task Scheduler, Microsoft Software Shadow Copy Provider Service, and System Restore Service.

3. Double-click each of the above services and set the startup type to Automatic.

Make sure Start type of Task Scheduler service is set to Automatic and service is running

4. Make sure that the status of the above service is set to Running.

5. Click Ok, followed by Apply, and then restart your PC.

Method 8: Repair Install Windows 10

This method is the last resort because if nothing works out, then this method will surely repair all problems with your PC. Repair Install just uses an in-place upgrade to repair issues with the system without deleting user data present on the system. So follow this article to see How to Repair Install Windows 10 Easily.

choose what to keep windows 10 / Fix Restore Point Not Working in Windows 10

That’s it; you have successfully Fix Restore Point Not Working in Windows 10, but if you still have any queries regarding this post, feel free to ask them in the comment section.