Fix Windows 11 Update KB5052093 Not Installing Error Code 0x80070005
If you’re encountering the error code 0x80070005
while trying to install the Windows 11 update KB5052093, this comprehensive guide will help you resolve the issue efficiently. The steps outlined below are designed to cover a range of potential fixes, ensuring that you can successfully update your system without further complications. Whether it’s adjusting services, utilizing Windows tools, or resetting update components, we’ve got you covered.
Step 1: Start the App Readiness Service
The first step in resolving this update error is to ensure that the App Readiness Service is running, as this service is essential for preparing your apps for updates. To do this:
- Press Windows + R to open the Run dialog.
- Type
services.msc
and hit Enter. - In the Services window, locate App Readiness.
- Right-click on it and select Start if it’s not already running.
Step 2: Move the $WinREAgent Folder
Sometimes, issues with the Windows Recovery Environment Agent folder can lead to update errors. To alleviate this, you’ll need to move the $WinREAgent
folder:
- Open File Explorer and navigate to
C:\Recovery
. - Cut the
$WinREAgent
folder and paste it into a different location, such as your Desktop or another directory.
Step 3: Run the Update Troubleshooter
Next, using the built-in Windows Update Troubleshooter can help automatically detect and fix problems related to Windows updates. Here’s how to run it:
- Go to Settings by pressing Windows + I.
- Select System and then navigate to Troubleshoot.
- Click on Other troubleshooters and find the Windows Update troubleshooter.
- Click on Run next to it.
Step 4: Restart Windows Update Services
Restarting the Windows Update and Background Intelligent Transfer services can often resolve many of these errors. Here’s how to restart these services:
- Open the Command Prompt as an administrator by searching for cmd in the Start Menu, right-clicking, and selecting Run as administrator.
- Execute the following commands one by one:
net stop bits
net stop wuauserv
net stop msiserver
net stop cryptsvc
net stop appidsvc
- After stopping these services, start them again by running:
net start bits
net start wuauserv
net start msiserver
net start cryptsvc
net start appidsvc
Step 5: Use the Windows 11 Installation Assistant
The Windows 11 Installation Assistant can be a useful tool to manually perform the update. To use it:
- Visit the Windows 11 Software Download page.
- Click on the Download now button under the Installation Assistant section and follow the on-screen instructions.
Step 6: Use Microsoft Update Catalog
If the previous methods do not resolve the issue, manually downloading and installing the update through the Microsoft Update Catalog can be effective:
- Go to the Microsoft Update Catalog.
- Search for the KB5052093 update and download it.
- Run the downloaded update file and follow the prompts.
Step 7: Reset Windows Update Components
If none of the above methods work, resetting Windows Update components is a more advanced step. Follow these detailed instructions carefully:
- Open Command Prompt as an administrator.
- Execute the following commands:
SC config trustedinstaller start=auto
net stop bits
net stop wuauserv
net stop msiserver
net stop cryptsvc
net stop appidsvc
Ren %Systemroot%\SoftwareDistribution SoftwareDistribution.old
Ren %Systemroot%\System32\catroot2 catroot2.old
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
rundll32.exe pnpclean.dll,RunDLL_PnpClean /DRIVERS /MAXCLEAN
dism /Online /Cleanup-image /ScanHealth
dism /Online /Cleanup-image /CheckHealth
dism /Online /Cleanup-image /RestoreHealth
dism /Online /Cleanup-image /StartComponentCleanup
Sfc /ScanNow- Restart the stopped services with the commands from Step 4 once again.
- Lastly, right-click on the command file you created named
Wufix.bat
, and select Run as administrator.
Step 8: Use the Media Creation Tool
If you’re still experiencing problems, consider using the Media Creation Tool for additional software updates or installations. Here’s how:
- Visit the Windows 11 Software Download page.
- Download the Media Creation Tool and follow the instructions provided to create installation media.
Extra Tips & Common Issues
Throughout this process, it’s essential to ensure that your system has sufficient space and that Windows is adequately updated to avoid future errors. Moreover, be mindful to back up important data before attempting significant changes to your system. Common mistakes include forgetting to run commands in an administrative Command Prompt. Remember that administrative privileges are necessary for many of the operations detailed above.
Frequently Asked Questions
What does the error code 0x80070005 indicate?
The error code 0x80070005
generally indicates that there is an issue with user permissions preventing the installation of updates. This could be due to insufficient privileges or services not running correctly.
Can I resolve this error by simply restarting my computer?
While restarting your computer can resolve many temporary issues, this specific error typically requires following additional troubleshooting steps to address the underlying permissions problems.
What should I do if none of these solutions work?
If you find that none of the suggested steps resolve your issue, consider seeking assistance from Microsoft support or community forums for more tailored help.