You clicked “Check for Updates,” watched the progress bar crawl to 30%, and then… nothing. It’s been sitting there for an hour. Or maybe Windows downloaded the update but failed to install it with a cryptic error code like 0x800f0988 or 0x80070005. Windows Update problems in 2026 are some of the most frustrating PC issues out there — but they’re almost always fixable.
Here’s everything you need to know to unstick a stalled Windows 11 update.
## Why Windows 11 Updates Get Stuck
Updates fail for a handful of reasons: corrupted download files, insufficient disk space, conflicting software, a damaged Windows Update cache, or a background service that isn’t running. Knowing which cause applies to you points you straight to the right fix.
## Fix 1: Check Your Free Disk Space First
Windows 11 updates need room to work. Major feature updates can require 20–30GB of temporary space during installation, even if the final update is smaller. If your C: drive has less than 10GB free, the update will fail — often silently.
Go to **Settings > System > Storage** and see what’s available. For a full step-by-step guide, read our article on how to free up storage space on Windows 11 in 2026. Getting comfortably above 20GB free before retrying the update often solves the problem instantly.
## Fix 2: Clear the Windows Update Cache
The most common cause of stuck or failing updates is a corrupted update cache. Windows downloads update files to a hidden folder, and if those files get corrupted partway through, Windows can’t proceed — but it also won’t restart the download cleanly.
To fix this, open Command Prompt as Administrator and run:
“`
net stop wuauserv
net stop bits
“`
Then navigate to **C:WindowsSoftwareDistribution** and delete everything inside the **Download** folder (leave the folder itself). Then restart the services:
“`
net start wuauserv
net start bits
“`
Now go back to Windows Update and try again. Windows will re-download fresh update files from scratch.
## Fix 3: Run the Windows Update Troubleshooter
Go to **Settings > System > Troubleshoot > Other Troubleshooters** and run **Windows Update**. This tool automatically detects and fixes many common update issues — stuck services, corrupted components, incorrect permissions — without requiring you to do anything manually. It’s not perfect, but it solves the problem in a surprising number of cases.
Run it, restart your PC, and try updating again before moving on to more complex fixes.
## Fix 4: Use DISM and SFC to Repair System Files
If update files are failing to apply, the culprit might be corrupted Windows system files rather than the update itself. Run these two commands in Command Prompt (Admin) in order:
“`
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
“`
DISM connects to Windows Update servers to download and replace corrupted component files. SFC then scans and repairs system files on your local drive. The DISM command can take 10–20 minutes — let it complete fully before running SFC. Restart afterward and retry the update.
## Fix 5: Check Windows Update Services Are Running
Several background services must be running for Windows Update to work. If any of these got disabled, updates will fail silently.
Press **Win + R**, type `services.msc`, and hit Enter. Check that these services are set to **Automatic** and are currently **Running**:
– **Windows Update** (wuauserv)
– **Background Intelligent Transfer Service (BITS)**
– **Windows Update Medic Service**
– **Cryptographic Services**
Right-click any that aren’t running and select Start. If a service is disabled, right-click > Properties, change Startup Type to Automatic, then click Start.
## Fix 6: Install the Update Manually via Microsoft Update Catalog
If a specific update keeps failing, skip Windows Update entirely and install it manually. Every Windows 11 update is available through the **Microsoft Update Catalog** at catalog.update.microsoft.com.
Note the KB number of the failing update (it’s shown in Update History), search for it on the catalog, download the correct version for your system (x64 for most PCs), and run the installer directly. Manual installation bypasses all the components that might be causing the failure.
## Fix 7: Reset Windows Update Components Completely
If nothing else has worked, a full reset of Windows Update components is the nuclear option — and it often works when everything else fails. Microsoft provides an official script for this. Search for “Reset Windows Update Tool” on GitHub and run it as Administrator. It stops all relevant services, clears all caches, reregisters DLL files, and restarts everything fresh.
This is completely safe and doesn’t affect your personal files.
Once your updates are sorted, if you notice your PC is still running slow afterward, check our guide on why Windows 11 feels slow in 2026 and how to fix it. And if you’re getting blue screen errors alongside update failures, read our Windows 11 BSOD fix guide.
## The Bottom Line
A stuck or failing Windows 11 update in 2026 is almost never a sign of serious damage. Corrupted cache files, low disk space, and misbehaving services account for the vast majority of update failures. Work through these fixes in order and you’ll almost certainly get your system up to date without needing to reinstall Windows.



![How to Fix Windows 11 Not Updating [9 Proven Fixes]](https://pgupdate.in/wp-content/uploads/2026/04/How-to-Fix-Windows-11-Not-Updating-9-Proven-Fixes-150x150.webp)





