What does 0x800705B4 Update error mean & How to fix it?

Error code 0x800705b4 occurs when Windows fails to install a system update. Decoding this error reveals that the error code falls within the system error code range, as indicated by the first four digits (0x800), while the last 4 digits (0x05B4) specify a particular error known as ERR_TIMEOUT. This error code can have two potential meanings, depending on whether it was encountered during the download or the installation of the update. If it’s received during the downloading of the update, it directly signifies “This operation returned because the timeout period expired.

However, if you are encountering this error during the update’s installation, it indicates that ‘The System Cannot Find the File Specified‘ (ERROR_FILE_NOT_FOUND). This means that the update file may have been altered or modified, rendering Windows unable to apply the update.

This will prevent you from installing updates on your device. Some of these updates might be critical for a number of reasons, such as security or bug fixes, making their installation important.

Fortunately, there are quite a few solutions that you can apply to solve this issue. Not all of them have been reported to work for everyone, and that is why there are so many of them. If one doesn’t work, feel free to move on and try the next one.

1. Manually download the update

If Windows Update fails to update your device, you can examine the update number of the failed install. You can then navigate to Microsoft’s Update Catalog and download the problematic update. Following that, simply open your Downloads folder and double-click the setup file for the update. Upon completion, ensure you reboot your device. This method is particularly useful with larger updates, such as the Anniversary Update.

2. Run the Windows Update troubleshooter

Windows’ built-in troubleshooters are tools that tend to be stubborn, and there are certain situations where they simply won’t fix your problem, no matter what you do. This, however, is not such a case, as running the troubleshooter has helped more than one person having this issue.

  1. Press the Windows key on your keyboard and type in troubleshoot, then press Enter to open the result.
  2. On the left side, click on View All.
  3. From the list that opens, choose Windows Update near the bottom. Click Advanced in the next window, and then Next.
  4. Click Advanced, and then Run as an Administrator.
  5. Make sure that the Apply repairs automatically box is checked and click Next
  6. Click Close to finish troubleshooting, or if you want to see more details about the issues that may have been found and fixed, click View detailed information.

3. Delete the SoftwareDistribution folder

Deleting this folder has become a method that solves many issues, due to the fact that it contains files that tend to get corrupted quite easily and subsequently wreak havoc on your device.

  1. Reboot your computer.
  2. Hold the Windows Key and Press X. Choose (Command Prompt) admin.
  3. Type the following commands one by one:-
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
  4. Check to see if the issue persists

4. Disable updates for other Microsoft products

Updates for other Microsoft products may be preventing you from downloading critical Windows updates. To resolve this, you simply need to disable this feature temporarily. After you’ve downloaded the critical updates, you can then re-enable it.

  1. Press the Windows key on your keyboard, type in Check for updates and open the result.
  2. Under Update settings, click on Advanced options.
  3. Find the checkbox in front of Give me updates for other Microsoft products when I update Windows and make sure it is not checked.
  4. Reboot your device and try running the updates again. They should complete successfully, but keep in mind that you may need to run the update multiple times to get all the updates. You will know you’re good when you receive the message, ‘Your device is up to date‘.
  5. You can now go to the Advanced options again, and re-enable updates for other Microsoft products. You should be able to continue with the regular updates now as well.

5. Disable any third-party antivirus or firewall

Third-party antivirus or firewall software might be conflicting with the download of Windows Update, so you might want to disable them and see if you can download the updates now. Most of them can be disabled by right-clicking on their icon in the taskbar and choosing Disable.

6. Make sure that the Windows Defender Service is started

As the error is often related to Windows Defender, you should check if the service is even running. If it isn’t, you should start it, that might fix your issues.

  1. Hold the Windows Key and Press X. Choose (Command Prompt) admin.
  2. Type the following commands one by one:-
    sc config "WinDefend" start= auto
    shutdown /r
  3. Restart your computer and try updating again.

Errors like this one were among the main reasons people tended to avoid the latest iteration of Microsoft’s Windows operating system. However, now, more than a year after its initial release, most of the problems have been resolved, or there are solutions available such as the ones previously mentioned. If you are encountering this problem, try them to rectify your issue.

ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.