Windows Update Keeps Failing Because You're Making This Mistake

Опубликовано: 10 Июль 2026
на канале: The Grumpy Sysadmin
8,431
550

Windows Update failed again?

Before you smash Retry for the tenth time and hope Windows develops a conscience, stop.
When the same update fails over and over, Windows isn't trying harder. It's repeating the same broken process, hitting the same problem, and wasting your time while giving you almost nothing useful to work with.
In this video, I'll show you why Windows Update failures keep coming back, what that useless error code actually tells you, and how to troubleshoot in the right order — before you make things worse.
Because yes, there are plenty of "fixes" online that can turn a failed update into a much bigger problem.
If you're seeing error codes like 0x800f0922 or 0x80073712, or if Windows keeps failing, undoing changes, restarting, and then offering you the exact same update again like nothing happened — this video is for you.
Need a step-by-step checklist for dealing with Windows Update problems?

Get the Windows Update Survival Checklist here:
https://thegrumpysysadmin.com/update-...

Get the free Windows Survival Library here:
https://thegrumpysysadmin.com/wsl

My recommended tools and gear:
https://thegrumpysysadmin.com/gear

Want early access to videos and a way to support the channel?

Join the channel membership here:
   / @thegrumpysysadmin  

Chapters
0:00 Windows Update keeps failing — here's why Retry doesn't work
1:15 Real-world example: error 0x800f0922 and what actually caused it
3:00 When retrying Windows Update actually makes sense
3:47 How to find your KB number and error code in Update History
4:59 Check disk space, USB devices, and antivirus before anything else
6:36 Run the Windows Update Troubleshooter
7:09 Repair the Windows Component Store with DISM and SFC
8:42 Why you shouldn't delete SoftwareDistribution or random Windows folders
10:01 How to safely reset Windows Update components
11:12 Download and install the update manually from Microsoft Update Catalog
12:17 Error 0x800f0922 and the EFI System Partition — what to check first
13:56 When to do a Windows Repair Install (and how to back up first)
14:55 The correct Windows Update troubleshooting order

Commands Used In This Video

Repairing the Windows Component Store
Run these in an Administrator Command Prompt or Administrator

Terminal:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow

More on DISM and SFC here:
   • Microsoft Lied: Why SFC /Scannow Never Wor...  
Resetting Windows Update Components

Run these in an Administrator Command Prompt or Administrator

Terminal:
net stop wuauserv
net stop bits
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start cryptsvc
net start bits
net start wuauserv

Windows Servicing Log location:

C:\Windows\Logs\CBS\CBS.log

#windowsupdate #Windows11 #WindowsTroubleshooting

Stay grumpy.
Stop the endless cycle when your Windows update failed. Learn how to break the Windows update loop and fix your installation.

Dealing with a Windows update failed message is frustrating, especially when the system keeps prompting you to retry the same failed installation. This video breaks down why Windows update error loops occur and provides a clear perspective on why simply clicking retry rarely solves the underlying problem.

If you are stuck in a Windows update loop, you are likely wasting time waiting for the same error to repeat. This walkthrough explains the mechanics behind these failed installation attempts so you can stop chasing the retry button and start troubleshooting the real issue. Understanding why your system keeps failing is the first step toward getting your machine back to a stable state.

Subscribe for weekly troubleshooting breakdowns, and comment below if you want to know the specific steps to bypass these update errors.