How to Fix Windows Update Failures in Windows 10

March 25, 2025

0
(0)

How to Fix Windows Update Failures in Windows 10

Windows Update Failures

Windows updates are essential for security, stability, and new features. However, sometimes Windows Update fails to install properly, leaving your system vulnerable and outdated. If you keep encountering errors when trying to update Windows 10, this guide will help you troubleshoot and fix the issue effectively.

COMMON REASONS WHY WINDOWS UPDATE FAILS

Before applying solutions, it is important to understand why Windows Update might be failing:

  • Corrupt System Files – Damaged system files can prevent Windows Update from running.
  • Insufficient Storage Space – Lack of disk space can stop updates from installing.
  • Software Conflicts – Third-party software, especially antivirus programs, may interfere with updates.
  • Network Issues – A poor or unstable internet connection can cause update failures.
  • Windows Update Services Not Running – Required services might be disabled or malfunctioning.

METHOD 1: RUN THE WINDOWS UPDATE TROUBLESHOOTER

Windows has a built-in troubleshooter that can detect and fix update issues automatically.

  1. Press Win + I to open Settings.
  2. Go to Update & Security > Troubleshoot.
  3. Click Additional troubleshooters.
  4. Select Windows Update, then click Run the troubleshooter.
  5. Follow the on-screen instructions and restart your computer once the process is complete.

Windows Update Failures2

METHOD 2: CHECK YOUR INTERNET CONNECTION

A slow or unstable internet connection can prevent updates from downloading.

  1. Restart your router and modem.
  2. Try using a wired connection instead of Wi-Fi.
  3. Run a speed test to ensure your internet is stable.
  4. Disable VPNs or proxy servers, as they may interfere with Windows Update.

METHOD 3: FREE UP DISK SPACE

Windows updates require sufficient storage space to install.

  1. Press Win + E to open File Explorer.
  2. Right-click the C: drive and select Properties.
  3. Click Disk Cleanup, check unnecessary files, and click OK.
  4. Delete large unused files or move them to an external drive.
  5. Empty the Recycle Bin and restart your computer.

Windows Update Failures3

METHOD 4: RESET WINDOWS UPDATE COMPONENTS

Resetting Windows Update components can resolve many update-related issues.

  1. Press Win + X and select Windows Terminal (Admin).
  2. Type the following commands and press Enter after each:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
  3. Rename the SoftwareDistribution and Catroot2 folders:
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 catroot2.old
  4. Restart the stopped services:
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
  5. Close the terminal and restart your computer.

Windows Update Failures4

METHOD 5: RUN SYSTEM FILE CHECKER AND DISM SCAN

Corrupt system files may prevent Windows Update from installing successfully.

  1. Open Windows Terminal (Admin).
  2. Run the following command to scan and fix corrupt system files:
    sfc /scannow
  3. Wait for the process to complete, then restart your computer.
  4. If the problem persists, run the following DISM commands:
    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth
  5. Restart your PC and try updating Windows again.

Windows Update Failures5

METHOD 6: CHECK WINDOWS UPDATE SERVICES

If Windows Update services are disabled, updates will not work.

  1. Press Win + R, type services.msc, and press Enter.
  2. Find the following services:
    • Windows Update
    • Background Intelligent Transfer Service (BITS)
    • Cryptographic Services
  3. Right-click each service, select Properties, and set Startup type to Automatic.
  4. Click Start if the service is not running.
  5. Restart your computer and try updating Windows again.

Windows Update Failures6

METHOD 7: UPDATE WINDOWS MANUALLY

If Windows Update fails, you can manually install updates from the Microsoft Update Catalog.

  1. Visit the Microsoft Update Catalog.
  2. Search for the KB number of the failed update.
  3. Download the correct version for your system (32-bit or 64-bit).
  4. Run the installer and follow the on-screen instructions.
  5. Restart your computer once the update is installed.

Windows Update Failures7

METHOD 8: DISABLE THIRD-PARTY ANTIVIRUS SOFTWARE

Some third-party antivirus programs interfere with Windows updates.

  1. Open your antivirus program.
  2. Temporarily disable real-time protection.
  3. Try running Windows Update again.
  4. If updates install successfully, consider switching to a less intrusive antivirus.

Windows Update Failures8

METHOD 9: PERFORM A CLEAN BOOT

A clean boot starts Windows with only essential services, helping identify software conflicts.

  1. Press Win + R, type msconfig, and press Enter.
  2. Go to the Services tab and check Hide all Microsoft services.
  3. Click Disable all, then go to the Startup tab and click Open Task Manager.
  4. Disable all startup programs and restart your PC.
  5. Try updating Windows in this clean state.

Windows Update Failures9

METHOD 10: PERFORM A SYSTEM RESTORE

If the issue started recently, restoring Windows to a previous state may help.

  1. Press Win + R, type rstrui, and press Enter.
  2. Select a restore point before the update issues started.
  3. Follow the instructions to restore your system.
  4. Restart your computer and check if Windows Update works.

Windows Update Failures10

FINAL THOUGHTS

Windows Update failures can be frustrating, but by following these troubleshooting steps, you can fix the issue and keep your system up to date. If none of the methods work, consider reinstalling Windows as a last resort. Keeping your system updated ensures better security, stability, and performance.

How useful was this guide?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted