
When you try to create a full backup of your data on your Windows 10 computer, you may see this error code -0x80080005. If you see this statement 'Server Runtime Error', the update process will not be complete. To fix this simple error, look for these simple solutions:
Solution 1: Restart the Windows Backup Service
As we have discussed, this problem can occur if the Windows backup file service is not functioning correctly.
1. First, click on the Windows icon and type “system symbol".
2. Then, right click on "Symbol of the system"And click"Run as administrator".
3. When you see that the CMD has appeared, type this command and press Enters.
net stop sdrsvc
Wait a moment.
4. To resume Windows Backup as a new service, run this command.
net start sdrsvc
When you see "The Windows Backup Service started successfully“The message has appeared, close the CMD window.
Try to backup again.
Solution 2: Take ownership of the system volume
Full administrative ownership of Collector System Volume Properties is required.
1. First, press Tasto Windows + R to enter to run window.
2. In the running window, type "cmd". After that, you should press'Ctrl + Shift + Enter'.
3. To stop the Shadow Copy file temporarily, type this command and press'Log in'afterwards.
net stop sdrsvc
4. You will get hold of the System Volume Information (SVI) file, run this command like the previous command.
takeown /F “C:System Volume Information” /A
When you run the command, you will see this message appeared:
SUCCESS: System volume information now belongs to the admin group.
5. Finally, it is time to resume the interrupted service again. To do this, run this command again in the terminal.
net start sdrsvc
Close the terminal CMD.
Fix 3: empty catalog folder
Sometimes the corrupted catalog folder can cause this server error code.
1. Open the System Symbol file with administrative rights.
2. After opening the screen CMD file, run this command to pause the backup service.
net stop sdrsvc
3. To delete the catalog folder in Windows Backup, run this command from copy paste and hit Enters.
del “C:System Volume InformationWindowsImageBackupCatalog”
5. After the folder has been deleted, run this simple command.
net start sdrsvc
When the service has started, close the CMD window.
Try backing up your system again.
Solution 4: Restart the Windows Backup Service from the services
Sometimes stopping starting Windows Backup from Services It may work.
1. Click the Windows Icon for once. Gender "Services" To be.
2. Just click on "Services“From the search results to access it.
3. When the File Services window opens, scroll down to almost the end. You discover "Windows Backup".
Four. The right mouse button on it and click "Stop".
Windows Backup service will start.
5. Similarly, right-click in the same service and click "Home“To resume the Windows Backup service again.
Check if it works.
Fix 5: Run the CMD command
By running this simple run command, you can solve this problem.
1. Press Tasto Windows + S. Then write "cmd".
2. After that, right click on him "Symbol of the system". To access the terminal CMD file, click on "Run as administrator".
3. Once the terminal is displayed, copy paste this command.
cmd.exe /c takeown /f "C:System Volume Information*" /R /D Y && icacls "C:System Volume Information*" /grant:R SYSTEM:F /T /C /L
4. After pasted command, press Log in.
Wait a moment.
After that, close the Window System Symbol file. Restart your computer.
This should fix the problem.