Hello Aalia,
Welcome to Microsoft Community.
I noticed that you have two surfaces, so can I understand that the error code will appear when you update the system on both of your surfaces?
The error code 0x80080005 usually indicates an "Access denied" problem during the installation of the update. This means that the system is experiencing permission issues while trying to access or modify certain files or registry keys, causing the update to fail.
So my most direct advice is to temporarily shut down some services with a command and then reset the Windows Update component:
Open the command prompt as an administrator. Then type the following commands and press Enter after each command to stop BITS, encryption, MSI installer, and Windows Update services:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Then rename the SoftwareDistribution and Catroot2 folders:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
Finally, restart the corresponding service:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
When you're done, restart your Surface and check to see if you can finish the update.
If the above steps do not work, then I can give you an additional solution, using the Windows system ISO file, directly overwrite the system to achieve the purpose of upgrade.
Visit the following URL to get the tool and click Download Now under Create Windows 11 Installation Media:
Then follow these steps:
- Run the tool, select Create media for another computer, and then select an ISO file to save to your local computer.
- Right-click the downloaded ISO image file, select Open as Explorer, and run the setup program.
- Select "Change windows installer" - "Not now" - "Next" - "Next", and finally will be prompted to keep your files and applications will do a system replacement repair.
After all this is done, when the Surface reboots into the desktop, the system version will have been updated to the latest version.
Best Regards,
Mitchell | Microsoft Community Support Specialist