How to Fix Windows Update Error in Windows 11

By
Arpita
She is a homemaker with a strong passion for technology. In her free time, she enjoys exploring tech trends and sharing insights on Windows troubleshooting, making...
5 Min Read
Disclosure: This site uses affiliate links. We may earn a commission at no extra cost to you. Thanks for your support!

Seeing a Windows Update error in Windows 11 can be frustrating—especially when updates fail to install, get stuck at a certain percentage, or show error codes like 0x80070002, 0x800f0922, or 0x8024a105. These errors are usually caused by corrupted update files, damaged system components, network issues, or misconfigured services—not hardware failure.

The good news is that most Windows Update errors can be fixed using built-in troubleshooting tools.

Fix Windows Update Error in Windows 11

The fixes below focus on clearing corrupted update files, repairing system components, and resetting update services. Follow them in order and check for updates after each step.

1. Run the Windows Update Troubleshooter (Recommended)

This is the fastest and safest first step.

  1. Open Settings.
  2. Go to System > Troubleshoot > Other troubleshooters.
  3. Find Windows Update.
  4. Click Run.
  5. Follow the on-screen instructions.

Windows will automatically detect and repair common update problems.

2. Restart Your PC

Temporary glitches can block update installation.

  1. Click Start > Power > Restart.
  2. After reboot, open Settings > Windows Update.
  3. Click Check for updates.

Sometimes a simple restart resolves the error immediately.

3. Check Internet Connection and Disable VPN

Network instability often causes update errors.

  1. Restart your router.
  2. Disable VPN or proxy temporarily.
  3. Make sure your connection is not set as Metered:
    • Go to Settings > Network & internet
    • Select your active connection
    • Turn Metered connection Off

Stable internet is required for successful updates.

4. Clear Windows Update Cache

Corrupted update cache files are a common cause of errors.

  1. Press Windows + S, search for Services, and open it.
  2. Find Windows Update.
  3. Right-click and select Stop.
  4. Open File Explorer and navigate to: C:\Windows\SoftwareDistribution
  5. Delete all files inside the folder.
  6. Return to Services and start Windows Update again.
  7. Restart your PC and check for updates.

This forces Windows to download fresh update files.

5. Run System File Checker (SFC)

Corrupted system files may block updates.

  1. Right-click Start and open Windows Terminal (Admin).
  2. Run: sfc /scannow
  3. Wait for the scan to complete.
  4. Restart your PC.

This repairs damaged system components.

6. Run DISM Tool

If SFC doesn’t fix the issue, use DISM to repair the Windows image.

  1. Open Windows Terminal (Admin).
  2. Run: DISM /Online /Cleanup-Image /RestoreHealth
  3. Wait for completion.
  4. Restart your PC.

DISM repairs deeper system-level corruption.

7. Reset Windows Update Components (Advanced Fix)

If errors continue, reset update services completely.

  1. Open Command Prompt (Admin).
  2. Stop update services: net stop wuauserv net stop bits net stop cryptsvc
  3. Rename update folders: ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old
  4. Restart services: net start wuauserv net start bits net start cryptsvc
  5. Restart your PC.

This fully resets Windows Update components.

8. Free Up Disk Space

Low storage space can prevent updates from installing.

  1. Open Settings > System > Storage.
  2. Remove unnecessary temporary files.
  3. Ensure you have several GB of free space.

Windows updates require adequate disk space.

9. Install the Update Manually

If a specific update fails repeatedly, you can download it manually.

  1. Note the update’s KB number.
  2. Visit the Microsoft Update Catalog website.
  3. Download and install the update manually.

This bypasses Windows Update and installs the patch directly.

10. Keep Windows Updated

Outdated builds can cause repeated update errors.

  1. Open Settings > Windows Update.
  2. Install all available updates.
  3. Restart your PC.

Updates from Microsoft often fix previous update bugs.

Wrapping Up

Windows Update errors in Windows 11 are usually caused by corrupted update files, network interruptions, or damaged system components—not serious hardware issues. Running the troubleshooter, clearing the SoftwareDistribution folder, and repairing system files resolve most problems.

Once fixed, updates on Microsoft Windows should download and install smoothly again, keeping your PC secure and fully up to date.

Want to see more helpful guides like this? Add thecoderworld as your preferred source on Google so our content appears more often in your feed.

Share This Article
She is a homemaker with a strong passion for technology. In her free time, she enjoys exploring tech trends and sharing insights on Windows troubleshooting, making complex topics easier to understand for everyday users.
Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *