How to Fix Windows Update Failures in Windows 11
Fixing Windows Update failures in Windows 11 means getting your PC to install important updates correctly again.
Windows Updates are crucial for keeping your computer secure and running smoothly. They bring new features and fix security problems, but sometimes they don’t install properly, especially with recent versions like 23H2.
When updates fail, your PC can be vulnerable. This guide shows you how to solve these common issues.
We’ll walk you through using the built-in troubleshooter and simple steps to reset the update system, so you can get back to the latest, secure version of Windows.
Fix Windows 11 update failures by running the Windows Update Troubleshooter, clearing storage space, checking hard drive errors with chkdsk/f C:, renaming the SoftwareDistribution folder, and repairing system files with DISM.exe /Online /Cleanup-image /Restorehealth and sfc /scannow.
1Use 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.
- Open Settings.
- Go to System > Troubleshoot > Other troubleshooters.
- Find Windows Update and click Run.
2Clear Up Storage Space
Windows 11 update failures often happen because there isn’t enough storage space on your computer for the update to download and install.
3Fix Hard Drive Errors
Hard drive errors can prevent Windows 11 updates from installing correctly. A tool in Command Prompt can check for and fix these issues. This process scans your drive for problems and attempts repairs, often resolving update failures.
- Click Start and type cmd.
- Right-click Command Prompt and choose Run as administrator.

Type the following command and press Enter:
chkdsk/f C:Your computer will check for errors and may ask you to restart to finish the repair.
4Rename the SoftwareDistribution Folder
If Windows 11 update failures persist, corrupted files within the SoftwareDistribution folder (this folder stores temporary update files) might be the culprit. Renaming it prompts Windows to create a new, clean one, which often resolves update issues. This is a common way to clear out problematic update download files.
- Open Command Prompt as an administrator.

Type these commands one by one, pressing Enter after each line:
net stop bitsnet stop wuauservren C:\\Windows\\SoftwareDistribution SoftwareDistribution.bakren C:\\Windows\\System32\\catroot2 catroot2.baknet start bitsnet start wuauserv
Restart your computer and try the update again.
5Repair System Files
Damaged system files are a common reason for Windows 11 update failures. You can automatically repair these important files using built-in Windows tools. Running commands like DISM (Deployment Image Servicing and Management) and SFC (System File Checker) checks your system files and replaces any that are corrupted or missing, which often resolves update problems.
Note: This step requires administrator privileges.
- Open Command Prompt as an administrator.
- Type this command and press Enter:
DISM.exe /Online /Cleanup-image /RestorehealthWait for it to finish. Once done, type this command and press Enter:
sfc /scannowCommon Windows Update Error Codes
Understanding common Windows 11 update error codes can help you fix update failures faster. For example, error 0x8007000d often means data is missing or corrupt, while 0x800f0922 usually points to connection problems. Knowing these codes helps pinpoint the exact cause of your update issue.
- 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 (temporary storage for update files) 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 Windows 11 update fails repeatedly, you should try a clean boot to stop background programs from interfering, and run DISM and SFC commands to repair system files.
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?
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.
[…] 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. […]
[…] Windows Update helps you install patches and fix bugs. Updates also keep your personal information safe by fixing […]