The System Restore error 0x81000204, often accompanied by the message “System Restore did not complete successfully,” can prevent you from reverting system changes or creating restore points. This error typically indicates underlying issues within the file system, corrupted system files, or problems with essential services. This guide provides a structured approach to diagnosing and resolving this error, progressing from simple checks to more involved system repairs.

Method 1: Repair Disk Errors using CHKDSK

File system corruption can block System Restore. CHKDSK checks and repairs disk errors.

Steps:

1- Open Elevated Command Prompt: Open Command Prompt as administrator (search for “cmd,” right-click, select “Run as administrator”).

2- Run CHKDSK: Execute chkdsk C: /f /r (replace C: with the affected drive letter if necessary; /f fixes errors, /r locates and attempts to recover data from bad sectors). You may need to schedule the scan for the next reboot. Restart your PC after the scan.

Method 2: Repair System Files with SFC and DISM

Corrupted system files can prevent System Restore from functioning.

Steps:

Run SFC Scan: In an elevated Command Prompt, run sfc /scannow. Restart your PC after the scan.

Run DISM (if SFC reports unfixable files): In an elevated Command Prompt, run these DISM commands sequentially:

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

Restart PC: Restart your computer after each DISM command.

READ 👉  How to Fix “Windows\System32\Config\System Is Missing or Corrupt” Error in Windows 11

Method 3: Ensure Required Services Are Running

System Restore relies on several Windows services.

Steps:

1- Open Services: Press Windows key + R, type services.msc, and press Enter.

2- Verify Service Status: Locate the following services: “Volume Shadow Copy,” “Microsoft Software Shadow Copy Provider,” “Remote Procedure Call (RPC),” “DCOM Server Process Launcher,” and “Plug and Play.

3- Set Startup Type and Start Services: Double-click each service, set “Startup type” to “Automatic,” and ensure the “Status” is “Running.” Start any stopped services.

Method 4: Reset System Restore Settings

Misconfigured settings can cause errors. This method resets specific registry keys and System Restore-related tasks and services.

Steps:

1- Open Elevated Command Prompt: Open Command Prompt as administrator.

2- Run Commands: Execute these commands sequentially:

reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR" /f
reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableConfig" /f
schtasks /Change /TN "Microsoft\Windows\SystemRestore\SR" /Enable
vssadmin Resize ShadowStorage /For=C: /On=C: /Maxsize=25GB
sc config wbengine start= demand
sc config swprv start= demand
sc config vds start= demand
sc config VSS start= demand

3- Restart PC: Restart your computer.

Method 5: Run System Restore in Safe Mode

Running System Restore in Safe Mode minimizes software conflicts.

Steps:

1- Access Advanced Startup: Go to “Settings” > “System” > “Recovery” > “Advanced startup” > “Restart now.”

2- Boot into Safe Mode: Select “Troubleshoot” > “Advanced options” > “Startup Settings” > “Restart.” Press F4 to select Safe Mode.

3- Run System Restore: Run System Restore from the search bar (rstrui).

Method 6: Temporarily Disable Antivirus Software

Steps:

Antivirus software can sometimes interfere with System Restore.

Disable Antivirus (Temporarily): Temporarily disable real-time protection in your antivirus software.

READ 👉  How to Fix Greyed Out Volume Options in Disk Management (Windows 11)

Run System Restore: Run System Restore. Re-enable your antivirus afterward.

Method 7: Reset or Repair Windows (Last Resort)

If all else fails, consider resetting or repairing Windows. This will remove system-level corruption but might uninstall third-party applications.

Conclusion:

System Restore error 0x81000204 often indicates underlying system problems. This guide provides a comprehensive troubleshooting process to address potential disk errors, system file corruption, service issues, and software conflicts. By systematically working through these solutions, you can restore System Restore functionality and maintain your system’s recovery capabilities. Regular system maintenance, including disk checks and updates, is crucial for preventing future occurrences of this error.

Did you enjoy this article? Feel free to share it on social media and subscribe to our newsletter so you never miss a post!

And if you'd like to go a step further in supporting us, you can treat us to a virtual coffee ☕️. Thank you for your support ❤️!
Buy Me a Coffee

Categorized in: