How to Fix Windows Update Error 0x800705b4

Error code 0x800705b4 appears when Windows fails to install a system update. Breaking it down, the first part (0x800) shows that it is a system error, while the last four digits (0x05B4) identify it as ERR_TIMEOUT.

The meaning of this error depends on when it occurs.

  • If it happens during the update download, it indicates “This operation returned because the timeout period expired.”
  • If the error occurs during the update installation, it instead means “The System Cannot Find the File Specified” (ERROR_FILE_NOT_FOUND). In this case, the update file may have been altered or corrupted, preventing Windows from applying the update.

When this happens, updates cannot be installed on your system. Since many updates contain important security patches and bug fixes, resolving this problem is essential.

Fortunately, there are several proven solutions you can try. Because not every method works for every user, you may need to go through more than one. If the first fix does not help, move on to the next.

1. Manually Download the Update

If Windows Update fails, check the update number of the failed attempt. Go to the Microsoft Update Catalog and download the update directly. After downloading, open your Downloads folder, double-click the file, and install it. Once installed, restart your computer. This method is particularly useful for large updates such as the Anniversary Update.

2. Run the Windows Update Troubleshooter

The built-in Windows Update troubleshooter is effective for this particular error and has resolved it for many users.

  1. Press the Windows key, type troubleshoot, and press Enter.
  2. Click View All from the left panel.
  3. Select Windows Update from the list, then click Advanced and Next.
  4. Click Advanced again and choose Run as Administrator.
  5. Ensure the Apply repairs automatically option is checked, then click Next.
  6. When the process finishes, click Close, or view details if you want to see what was detected and fixed.

3. Delete the SoftwareDistribution Folder

The SoftwareDistribution folder stores temporary update files, which often become corrupted and cause update failures. Deleting it forces Windows to rebuild fresh update files.

  1. Restart your computer.
  2. Press Windows Key + X and select Command Prompt (Admin).
  3. Type the following commands one by one and press Enter after each:
    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 if the update now installs successfully.

4. Disable Updates for Other Microsoft Products

Sometimes, updates for other Microsoft products interfere with critical Windows updates. Temporarily disabling this setting can help.

  1. Press the Windows key, type Check for updates, and open the result.
  2. Go to Update settings and click Advanced options.
  3. Uncheck the option Give me updates for other Microsoft products when I update Windows.
  4. Restart your computer and try updating again. You may need to run Windows Update more than once until you see the message Your device is up to date.
  5. After successful updates, return to Advanced options and re-enable Microsoft product updates.
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.
Page was generated in 2.8614008426666