Encountering the Windows Update Error Code 0x800705b4 can be frustrating, as it often prevents your system from receiving important updates. This guide provides a comprehensive step-by-step process to resolve this issue effectively. By following these instructions, you will be able to troubleshoot and fix the update error, ensuring your Windows 11 system remains up-to-date and secure.

Before you start, ensure that your Windows 11 is connected to the internet and that you have administrative privileges on your computer. Some steps involve using system settings and command prompts, so familiarity with these tools will be beneficial. Additionally, links to necessary tools and commands will be provided throughout the guide.

Step 1: Start the App Readiness Service

To begin, you need to ensure that the App Readiness service is running. This service is crucial for preparing apps for use after updates. Here’s how to start it:

  1. Type services in the Windows search box and press Enter.
  2. In the Services window, locate App Readiness.
  3. Double-click on it to open its properties, set the Startup type to Automatic, and click Apply.
  4. If the service is not running, click on Start, then click OK.

Step 2: Move the $WinREAgent Folder

The next step involves moving the $WinREAgent folder to a different location. This can help resolve certain update issues. Follow these instructions:

  1. Open File Explorer and navigate to This PC > C:.
  2. Check if you can see the $WinREAgent folder. If not, go to the top of the window, click on View, select Show, and then check Hidden items.
  3. If the folder appears, copy it to your desktop as a backup.
  4. After backing it up, delete the original folder. Then, try to update your Windows 11 again.

Step 3: Run the Update Troubleshooter

If the issue persists, running the built-in Windows Update Troubleshooter might help. Here’s how:

  1. Open Settings and navigate to System.
  2. Scroll down to Troubleshoot, then click on Other troubleshooters.
  3. Locate Windows Update and click on Run.
  4. Allow the troubleshooter to complete, then restart your computer.

Step 4: Restart Windows Update and Background Intelligent Transfer Services

Restarting these services can also resolve update issues. Follow these steps:

  1. Open the Services window again.
  2. Find Windows Update, double-click on it, set it to Automatic, and click on Start if highlighted.
  3. Right-click on Windows Update and select Restart.
  4. Repeat the same process for the Background Intelligent Transfer Service.

Step 5: Use the Windows 11 Installation Assistant

If the previous steps didn’t solve the problem, using the Windows 11 Installation Assistant may help. Here’s how to proceed:

  1. Visit the Windows 11 Installation Assistant page.
  2. Download the Installation Assistant and run the .exe file.
  3. Follow the prompts to install or update Windows 11.

Step 6: Use Microsoft Update Catalog

You can manually download and install updates using the Microsoft Update Catalog:

  1. Visit the Microsoft Update Catalog.
  2. Search for the specific update you are having trouble with.
  3. Make sure to download the correct version based on your system (you can check your version by typing winver in the search box).
  4. Install the downloaded update manually.

Step 7: Reset Windows Update Components

If none of the above steps work, you may need to reset the Windows Update components. Follow these instructions:

  1. Open Notepad and copy the following commands:
  2. 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
    net start bits
    net start wuauserv
    net start msiserver
    net start cryptsvc
    net start appidsvc
  3. Save this file as Wufix.bat on your desktop.
  4. Right-click on the Wufix.bat file and select Run as administrator.
  5. Allow the process to complete, then restart your computer.

Step 8: Use the Media Creation Tool

If the problem persists, using the Media Creation Tool to create installation media may be the final solution. Follow these steps:

  1. Visit the Media Creation Tool page.
  2. Download the tool and run it.
  3. Follow the prompts to create installation media or directly upgrade your PC.

Extra Tips & Common Issues

When following these steps, ensure that your computer is connected to a stable internet connection. Also, disable any third-party antivirus temporarily, as it may interfere with the update process. Always back up your important files before performing any significant changes to your system to avoid data loss.

Conclusion

By following the steps outlined above, you should be able to resolve the Windows 11 Update Error Code 0x800705b4 effectively. Staying updated is crucial for the security and functionality of your system. If you continue to face issues, consider contacting Microsoft Support for further assistance.

Frequently Asked Questions

What should I do if the error persists after following these steps?

If the error continues, try checking for any system file corruption using the Sfc /ScanNow command in the Command Prompt. If that doesn’t work, consider performing a repair install of Windows 11.

Can I lose my data while fixing this update error?

The steps provided are designed to keep your data intact, especially the methods that utilize the Windows Update Troubleshooter and the Installation Assistant. However, it’s always advisable to back up your important files before making significant changes.

Is it safe to download updates manually?

Yes, downloading updates directly from the Microsoft Update Catalog is safe. Just ensure that you select the correct version that matches your system specifications.

2025