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:

  1. Press Windows + R to open the Run dialog.
  2. Type services.msc and hit Enter.
  3. In the Services window, locate App Readiness.
  4. 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:

  1. Open File Explorer and navigate to C:\Recovery.
  2. 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:

  1. Go to Settings by pressing Windows + I.
  2. Select System and then navigate to Troubleshoot.
  3. Click on Other troubleshooters and find the Windows Update troubleshooter.
  4. 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:

  1. Open the Command Prompt as an administrator by searching for cmd in the Start Menu, right-clicking, and selecting Run as administrator.
  2. Execute the following commands one by one:


  3. net stop bits

    net stop wuauserv

    net stop msiserver

    net stop cryptsvc

    net stop appidsvc

  4. After stopping these services, start them again by running:


  5. 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:

  1. Visit the Windows 11 Software Download page.
  2. 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:

  1. Go to the Microsoft Update Catalog.
  2. Search for the KB5052093 update and download it.
  3. 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:

  1. Open Command Prompt as an administrator.
  2. Execute the following commands:


  3. 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

  4. Restart the stopped services with the commands from Step 4 once again.
  5. 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:

  1. Visit the Windows 11 Software Download page.
  2. 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.

2025