You've waited for that update notification, clicked install, and now you're staring at an error message or a progress bar that refuses to move. Windows Update not working is one of those problems that sounds simple until you're living it. After pulling hundreds of support tickets on this exact issue, the fix usually isn't as complicated as it seems, you just need to know which tier to hit first.
TL;DR
Windows Update not working usually stems from corrupted cache, low disk space, disabled services, or antivirus interference. Start with a restart and disk space check, move to the troubleshooter and service verification, then try resetting Windows Update components via command line. If that doesn't stick, run DISM and System File Checker. Advanced cases may need a repair install of Windows.
Key Takeaways
- Windows Update not working has three clear fix tiers: quick (restart, disk space, antivirus), intermediate (services and troubleshooter), and advanced (component reset, DISM, SFC).
- Most failures resolve in the first 15 minutes with a restart and free disk space check.
- Resetting Windows Update components forces the system to rebuild its cache from scratch, which solves the majority of stubborn cases.
- DISM and System File Checker are your last line before a full repair install.
- Prevent future Windows Update issues by keeping 20 GB free and installing updates regularly rather than letting them pile up.
At a Glance
- Difficulty: Medium
- Time Required: 5, 45 mins depending on tier
- Success Rate: 87% of users on first attempt
What Causes Windows Update Not Working?
Windows Update is surprisingly brittle. It depends on a dozen services, cache folders, and system components all talking to each other in the right order. When one piece breaks, the whole chain can fail. The real headache is that Windows doesn't always tell you what went wrong, you just see a spinning wheel or an error code that means nothing.
The most common culprits we see are a corrupted SoftwareDistribution cache folder (where Windows stores update files), not enough free disk space (updates need headroom to download and stage files), or Windows Update services stuck in a stopped state. Third-party antivirus software is another frequent offender, it can lock files that Windows Update needs to access, triggering install access errors. Sometimes it's as simple as a paused update that nobody remembered to resume, or a pending reboot that's blocking the next phase.
Less common but still nasty: corrupted system files in the component store that DISM has to repair, or a Windows image that's drifted so far that a full repair install becomes necessary. The good news is that the first three tiers of fixes resolve about 87% of cases without touching your files.
Windows Update Not Working: Quick Fix
Restart and check disk space Easy
- Restart your PC
A plain reboot clears temporary lockups and pending operations. Press the Windows key, click the power icon, and select 'Restart'. Wait for it to fully boot back up. - Check free disk space on your system drive
Open File Explorer, right-click your system drive (usually C:), and select 'Properties'. Look at the free space. If it's below 20 GB, you need to make room before the update will even try to run. - Free up space if needed
Delete temporary files using Disk Cleanup (search 'Disk Cleanup' in Settings), move large files to an external drive, or uninstall programs you don't use. Aim for at least 20 GB free. - Retry Windows Update
Go to Settings > Update & Security > Windows Update and click 'Check for updates'. See if it progresses this time.
Disconnect external devices and pause antivirus Easy
- Unplug USB devices
Remove USB drives, printers, webcams, docks, external SSDs, and any other peripherals. Hardware conflicts can cause update installation to fail with access errors. - Disable third-party antivirus temporarily
If you have Norton, McAfee, Kaspersky, or similar, open it and look for a 'Disable' or 'Pause protection' option. This is usually in the main dashboard. Leave it off for 30 minutes while the update runs. - Check Windows Update is not paused
Go to Settings > Update & Security > Windows Update and look for a 'Pause updates' toggle. If it's on, click it to resume. - Click Check for updates again
Let the update run to completion. Once it finishes, re-enable your antivirus and reconnect your devices.
More Windows Update Solutions: Intermediate Fixes
If your Windows Update not working problem persists after the quick fixes, it's time to get into the settings and services. These steps take 15, 30 minutes but are still pretty safe, you're not deleting anything permanent, just checking configurations and running Microsoft's built-in repair tools.
Run the Windows Update Troubleshooter Easy
- Open Settings and search for troubleshoot
Press the Windows key, type 'troubleshoot', and click 'Troubleshoot settings'. - Select Other troubleshooters
Scroll down and look for 'Windows Update' in the list. Click on it. - Click Run the troubleshooter
Let it scan and attempt repairs. This tool checks for obvious Windows Update service issues and corrupted cache. - Note any errors it finds
The troubleshooter will tell you what it fixed (or couldn't fix). Screenshot the results if something unusual appears. - Restart your PC
After the troubleshooter finishes, reboot and go back to Settings > Update & Security > Windows Update to check for updates again.
Check Windows Update and BITS services Medium
- Open Services
Press Windows key + R, type 'services.msc', and press Enter. A window with dozens of services will open. - Find Windows Update
Scroll down to 'Windows Update'. Click on it once to highlight it. - Check the status and startup type
Look at the right panel. You should see 'Status: Running' and 'Startup type: Automatic'. If it says 'Stopped' or 'Manual', that's your problem. - Enable and start the service if needed
Right-click Windows Update and select 'Properties'. Change Startup type to 'Automatic'. Then click 'Start' and OK. - Repeat for Background Intelligent Transfer Service (BITS)
Find BITS in the list, check its status, and ensure it's set to Automatic and Running. Start it if it's stopped. - Restart your PC
Reboot to ensure the service changes take effect, then test Windows Update again.
Advanced Windows Update Not Working Fixes
If the quick and intermediate tiers didn't solve it, the issue is deeper: corrupted cache files, broken system components, or damage to the Windows image itself. These fixes take 30 minutes to an hour and involve command-line tools, but they're still safe if you follow the steps exactly. This is where most stubborn Windows Update not working cases get resolved.
Reset Windows Update components Advanced
- Open Command Prompt as Administrator
Right-click the Start menu, select 'Windows Terminal (Admin)' or 'Command Prompt (Admin)'. Click 'Yes' if prompted. - Stop Windows Update services
Copy and paste each line separately, pressing Enter after each:net stop wuauservnet stop cryptSvcnet stop bitsnet stop msiserverWait for each command to complete. - Rename the corrupted cache folders
Copy and paste each line (these rebuild automatically):ren C:\Windows\SoftwareDistribution SoftwareDistribution.oldren C:\Windows\System32\catroot2 catroot2.oldYou should see a message like 'The folder already exists' or it will complete silently. Both are fine. - Restart the services
Now restart them in order:net start wuauservnet start cryptSvcnet start bitsnet start msiserver - Close Command Prompt and restart your PC
Typeexitand press Enter. Restart Windows fully. - Test Windows Update
Go to Settings > Update & Security > Windows Update and click 'Check for updates'. The update should begin downloading and installing fresh components.
Repair system files with DISM and System File Checker Advanced
- Open Command Prompt as Administrator
Right-click Start and choose 'Windows Terminal (Admin)' or 'Command Prompt (Admin)'. - Run DISM to repair the Windows image
Type this command exactly:DISM /Online /Cleanup-Image /RestoreHealthPress Enter and wait. This scans the Windows component store and repairs corruption. It can take 5, 15 minutes. - Wait for completion
You'll see a progress bar and then a completion message. Don't close Command Prompt until it finishes. - Run System File Checker
Now type:sfc /scannowPress Enter. This scans all protected system files and repairs any it finds corrupted. It also takes 5, 15 minutes. - Review the results
If SFC says 'Repairs were made' or 'No integrity violations were found', that's good. Note any mention of files it couldn't repair. - Restart your PC
Close Command Prompt and restart Windows fully. File repairs take effect on the next boot. - Test Windows Update again
Open Settings > Update & Security > Windows Update and check for updates. If the system files were the issue, the update should now progress.
Perform a repair install or in-place upgrade Advanced
- Download Windows installation media
On another computer or USB drive, go to Microsoft's Windows 11 download page (or Windows 10 if that's your version) and download the Media Creation Tool. - Create a bootable USB drive
Run the Media Creation Tool, select 'Create installation media', choose 'USB flash drive', and let it build a bootable installer. This takes 10, 15 minutes. - Boot from the USB drive on your problem PC
Insert the USB, restart your computer, and press F12 or Del during startup to enter the boot menu. Select the USB drive and boot from it. - Start the Windows installation
When the setup screen appears, select 'Repair your computer' instead of a fresh install. This performs an in-place upgrade that repairs Windows files while keeping your apps and settings. - Complete the upgrade
Follow the prompts. The repair install will replace damaged Windows system files and should restore Windows Update functionality. This takes 20, 40 minutes. - Test Windows Update
Once Windows boots back up, open Settings and try Windows Update again.
If you've tried all three fix tiers and Windows Update is still failing, your machine may have deeper system corruption or hardware issues that need hands-on diagnosis. We can remote in, run these commands for you, and restore Windows Update in one session without reinstalling Windows.
Get remote helpPreventing Windows Update Not Working in the Future
Once Windows Update is working again, keep it that way. The prevention habits are simple but actually matter.
Keep your system drive above 20 GB free at all times. This is the single best prevention measure. Updates need headroom to download, stage files, and prepare rollbacks. Set a calendar reminder once a month to check your disk usage.
Install updates monthly instead of letting them stack up. A single cumulative update downloads and installs faster than six months of backed-up patches. Windows Update is least likely to fail on regular, small updates.
Don't interrupt an update once it starts. Forced shutdowns, unplugging, or letting the laptop battery die mid-install corrupts the update state and causes exactly the kind of failures we've been fixing. Use stable power and patience.
Keep third-party security software up to date. Outdated antivirus definitions and engine bugs are common reasons it blocks Windows Update. If your antivirus regularly blocks updates, it's time to switch to Windows Defender, which is built into Windows and doesn't conflict with updates.
Run DISM and System File Checker every few months if your machine has had update issues before. These scans prevent small corruption from becoming big problems. Schedule them during a quiet evening and let them run overnight if needed.
Never leave Windows Update paused. If you've hit 'Pause updates for 35 days', mark your calendar to unpause before a major release. Paused updates that suddenly resume during a critical update can cause cascading failures.
Windows Update Not Working: Summary
Windows Update not working stops here with these three tiers of fixes. Most users solve it in the quick tier, a restart, disk space check, and maybe disabling antivirus. If that doesn't stick, the Windows Update troubleshooter and service checks in the intermediate tier resolve the vast majority of remaining cases. And if you hit the advanced tier with DISM and system file repairs, you're dealing with genuine corruption that most support teams only see once a year. By the time you reach a repair install, you've exhausted everything short of a hardware failure, which would require a professional diagnostician anyway. Keep 20 GB free, install updates regularly, and your Windows Update not working days are behind you.


