WindowsMacSoftwareSettingsSecurityProductivityLinuxAndroidPerformanceConfigurationApple All

How to Fix Windows Update Errors

Edited 5 months ago by ExtremeHow Editorial Team

WindowsUpdateErrorsFixTroubleshootingOperating SystemMicrosoftPCLaptopSoftware

How to Fix Windows Update Errors

This content is available in 7 different language

Windows updates are essential for maintaining the security, stability, and performance of your computer. However, at times, these updates can fail for various reasons, causing frustration and anxiety. This guide will help you troubleshoot and resolve common Windows Update errors using a step-by-step approach.

Understanding Windows Update Errors

Before we discuss the solutions, it is essential to understand why Windows updates may fail:

Solution 1: Check your internet connection

A stable Internet connection is essential for Windows Update. Follow these steps to make your connection reliable:

Once you’ve made sure your Internet connection is stable, try running Windows Update again.

Solution 2: Free up disk space

Windows Update requires a certain amount of free disk space. If you are running out of space, you can follow these steps:

Solution 3: Run the Windows Update troubleshooter

Windows has a built-in troubleshooter that can automatically detect and resolve update problems. To run it:

Follow the instructions on the screen and apply any solutions suggested by the troubleshooter.

Solution 4: Reset Windows Update components

Sometimes, manually resetting Windows Update components can fix persistent errors. Follow these steps carefully:

  1. Open Command Prompt as administrator: To do this, type cmd into the Start menu, right-click Command Prompt, and select Run as administrator.
  2. Stop the Windows Update services by entering the following commands one by one:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
  3. Rename the SoftwareDistribution and Catroot2 folders. This can be done with the following command:
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 Catroot2.old
  4. Restart the Windows Update services with these commands:
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
  5. Try updating Windows again.

Solution 5: Check system files with SFC and DISM

Corrupted system files can cause update errors. You can fix these files using System File Checker (SFC) and Deployment Imaging Service and Management Tool (DISM):

Run SFC:

  1. Open Command Prompt as administrator.
  2. Enter the command:
    sfc /scannow
  3. Wait for the process to complete. If SFC finds errors, it will try to fix them.

Run DISM:

  1. Still in the Command Prompt, enter the following commands:
    DISM /Online /Cleanup-Image /RestoreHealth
  2. This process may take some time. Be patient and let it complete.

After running SFC and DISM, try updating Windows again.

Solution 6: Perform a clean boot

At times, third-party software or services can interfere with Windows Update. Performing a clean boot can help you figure out if that's the case. Here's how:

  1. Press Windows + R, type msconfig, and click OK.
  2. In the System Configuration window, go to the Services tab.
  3. Check Hide all Microsoft services and then click Disable All.
  4. Now, go to the Startup tab and click on Open Task Manager.
  5. Disable all startup items by right-clicking on each one and selecting Disable.
  6. Close Task Manager and click OK in the System Configuration window.
  7. Restart your computer and try updating Windows again.

Solution 7: Download and install updates manually

If the above solutions don’t help, you can try to manually download and install the problematic update from the Microsoft Update Catalog:

  1. Check your update history and note down the KB number of the failed update.
  2. Go to the Microsoft Update Catalog website.
  3. Search for updates using the KB number.
  4. Download the update file corresponding to your system architecture (32-bit or 64-bit).
  5. Run the downloaded file and follow the on-screen instructions to install the update.

Solution 8: Temporarily disable antivirus

Sometimes, antivirus or anti-malware software can interfere with the update process. You can check if these programs are causing the problem by temporarily disabling them:

Solution 9: Perform a system restore

If updates continue to fail, consider restoring your system to a previous stable state using System Restore:

  1. Press Windows + R, type rstrui, and click OK.
  2. Follow the wizard to restore your system to an earlier state before the update problem started.
  3. Once the system is restored, try updating Windows again.

Synchronizing troubleshooting efforts

Note that these solutions can be tried sequentially or independently, depending on the specific error codes or messages you encounter. Always make sure your data is backed up before running potentially invasive procedures like System Restore or reinstalling drivers. Regular maintenance and monitoring of your system can prevent Windows Update errors from occurring in the first place. If your problem persists, you can also refer to official documentation and Microsoft's online support for additional troubleshooting steps.

All these steps collectively provide a comprehensive strategy for dealing with update failures, allowing you to maintain the health and security of your system with the latest updates provided by Microsoft.

If you find anything wrong with the article content, you can


Comments