Windows

How to Fix Windows Update Failures in Windows 11

Richard
Written by
Richard
Aug 8, 2021 Updated Apr 28, 2026 3 min read
How to Fix Windows Update Failures in Windows 11

Windows 11 update failures can be frustrating. Updates keep your computer safe and running well. They fix bugs and protect you from security threats. If your computer stops updating, you might be at risk. This guide will help you fix common update problems.

Why do I need to fix this?

If your computer cannot update, it becomes vulnerable to hackers. It may also start acting slowly or crashing. Fixing these errors ensures your system stays secure and stable.

What happens when I am done?

Once you complete these steps, your Windows 11 system will be able to download and install the latest updates successfully, keeping your PC healthy and protected.

1. Use the Windows Update Troubleshooter

Windows has a built-in tool to find and fix update issues automatically. This is the first step you should take.

  1. Open Settings.
  2. Go to System > Troubleshoot > Other troubleshooters.
  3. Find Windows Update and click Run.

2. Clear Up Storage Space

Windows needs room to download and install updates. If your drive is full, updates will fail. You should delete old files or move them to an external drive if you are running low on space. You can learn how to clear space here: How to Free up Drive Space in Windows 11

3. Fix Hard Drive Errors

Sometimes, errors on your hard drive stop updates from working. You can fix these using a simple command.

Note: This step requires administrator privileges.

  1. Click Start and type cmd.
  2. Right-click Command Prompt and choose Run as administrator.
Windows 11 Command Prompt running as administrator to fix update errors

Type the following command and press Enter:

💻Code
chkdsk/f C:

Your computer will check for errors and may ask you to restart to finish the repair.

4. Rename the SoftwareDistribution Folder

Sometimes, a broken file in the update folder stops the whole process. Renaming this folder forces Windows to create a fresh, clean one.

Note: This step requires administrator privileges.

  1. Open Command Prompt as an administrator.
Executing chkdsk command in Windows 11 Command Prompt for system repairs

Type these commands one by one, pressing Enter after each line:

net stop bits
net stop wuauserv
ren C:\\Windows\\SoftwareDistribution SoftwareDistribution.bak
ren C:\\Windows\\System32\\catroot2 catroot2.bak
net start bits
net start wuauserv

Restart your computer and try the update again.

5. Repair System Files

If files inside Windows are damaged, these commands will find and fix them automatically.

Note: This step requires administrator privileges.

  1. Open Command Prompt as an administrator.
  2. Type this command and press Enter:
💻Code
DISM.exe /Online /Cleanup-image /Restorehealth

Wait for it to finish. Once done, type this command and press Enter:

💻Code
sfc /scannow

Common Windows Update Error Codes

If you see specific codes, they point to different issues:

  • 0x8007000d: Usually means data is missing or corrupted.
  • 0x800f0922: Often caused by a lack of connection to update servers or low system partition space.
  • 0x80070005: Access denied error, often caused by antivirus software.
  • 0x80244017: Connection issues with the update service.
  • 0x800f081f: Source files could not be found during the update process.

Frequently Asked Questions

Why does Windows 11 update get stuck at 0%?

Updates often get stuck at 0% due to a corrupted update cache or a slow internet connection. The system struggles to download the initial files. Resetting the SoftwareDistribution folder and restarting the update service usually clears this block and allows the download to proceed normally.

Does antivirus software prevent Windows 11 updates?

Yes, third-party antivirus software can sometimes block Windows Update processes. These programs may mistake update files for threats. If you experience repeated failures, try temporarily disabling your antivirus software to see if the update completes successfully. Remember to turn it back on immediately after.

What should I do if Windows 11 update fails repeatedly?

If updates fail repeatedly, perform a clean boot to stop background programs from interfering. You should also run the DISM and SFC commands to repair system files. If these fail, consider using the Windows 11 Media Creation Tool to perform an in-place upgrade to fix core system issues.

Summary

If Windows updates are failing, start by using the Windows Update Troubleshooter. If that does not work, clear space on your hard drive, repair system files with DISM and SFC, and reset your update components. These steps will help keep your PC secure and up to date.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2463 articles → Twitter

📚 Related Tutorials

How to Delete Files in Windows 11
Windows How to Delete Files in Windows 11
How to Schedule Windows Update Restarts in Windows 11
Windows How to Schedule Windows Update Restarts in Windows 11
How to Read Windows Update Logs in Windows 11
Windows How to Read Windows Update Logs in Windows 11
How to Clear Windows Update History in Windows 11
Windows How to Clear Windows Update History in Windows 11

2 responses to “How to Fix Windows Update Failures in Windows 11”

  1. […] Windows Update also has a feature that allows users to get up to date as soon as possible by turning on the “Get me up to date” settings. When enabled, Windows prompts you to restart as quickly as possible (even during active hours) to finish updating. This feature will also notify you 15 minutes before resuming so you can make sure your device is on and plugged in. […]

Leave a Reply

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