- Tap the Win + R keys to open the Run dialog box and then type “cleanmgr” in the field and hit Enter to open the Disk Cleanup window.
- After that, select the drive you want to clean.
- Now click OK to clean the disk and restart your computer.
System image backup error 0x807800A1 & 0x800423F3 appears when you are trying to create a system image backup and the operation fails to do so.
If you’re faced with any of these error codes, try our recommended solutions in the order presented below and resolve the issue.
To restart the Volume Shadow Copy Service (VSS) on Windows 10, do the following:
net stop vss
net start vss
Once the commands execute successfully, try the system image backup again. The operation should complete successfully.
You need to also check if the Software Protection Service is disabled. If it is, then Start it and ensure that it is set to default which is Automatic (Delayed Started).
Command lines are less prone to errors provided the syntax is correct, unlike GUIs that can suffer a glitch every now and then.
To create a system image with PowerShell do the following:
If the previous two solutions have not managed to solve the issue there is always an option to use a third-party imaging solution. There are free open source and buying options offering various advantages each. Find out which one works best for you and use it.

Error Causes
Check the Epic Games Status page
c md.exe /c takeown /f "C:System Volume Information*" /R /D Y && icacls "C:System Volume Information*" /grant:R SYSTEM:F /T /C /L
Error Causes