UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
A Windows 11 laptop on a desk showing Windows Update settings screen with error message, soft warm lighting from the side, focused professional atmosphere
Fix It Yourself · Troubleshooting

Windows Update not working

Updated 1 July 202611 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

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.

⏱️ 14 min read✅ 87% success rate📅 Updated June 2026

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

1

Restart and check disk space Easy

  1. 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.
  2. 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.
  3. 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.
  4. Retry Windows Update
    Go to Settings > Update & Security > Windows Update and click 'Check for updates'. See if it progresses this time.
If the update downloads and installs without stalling, you're done. Most cases stop here.
2

Disconnect external devices and pause antivirus Easy

  1. 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.
  2. 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.
  3. 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.
  4. Click Check for updates again
    Let the update run to completion. Once it finishes, re-enable your antivirus and reconnect your devices.
If the update completes when antivirus is off, your security software was blocking Windows Update. Keep it disabled during major feature updates, or switch to Windows Defender if the third-party tool causes ongoing issues.
Windows Update not working often means one of these two quick fixes is enough. If the update still stalls or errors, move to the intermediate tier.

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.

3

Run the Windows Update Troubleshooter Easy

  1. Open Settings and search for troubleshoot
    Press the Windows key, type 'troubleshoot', and click 'Troubleshoot settings'.
  2. Select Other troubleshooters
    Scroll down and look for 'Windows Update' in the list. Click on it.
  3. Click Run the troubleshooter
    Let it scan and attempt repairs. This tool checks for obvious Windows Update service issues and corrupted cache.
  4. Note any errors it finds
    The troubleshooter will tell you what it fixed (or couldn't fix). Screenshot the results if something unusual appears.
  5. Restart your PC
    After the troubleshooter finishes, reboot and go back to Settings > Update & Security > Windows Update to check for updates again.
Many Windows Update not working cases resolve right here. The troubleshooter is Microsoft's first-line repair for update problems.
4

Check Windows Update and BITS services Medium

  1. Open Services
    Press Windows key + R, type 'services.msc', and press Enter. A window with dozens of services will open.
  2. Find Windows Update
    Scroll down to 'Windows Update'. Click on it once to highlight it.
  3. 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.
  4. Enable and start the service if needed
    Right-click Windows Update and select 'Properties'. Change Startup type to 'Automatic'. Then click 'Start' and OK.
  5. 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.
  6. Restart your PC
    Reboot to ensure the service changes take effect, then test Windows Update again.
Disabled services are a surprisingly common culprit. Some antivirus or optimization tools disable them by accident.

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.

5

Reset Windows Update components Advanced

  1. Open Command Prompt as Administrator
    Right-click the Start menu, select 'Windows Terminal (Admin)' or 'Command Prompt (Admin)'. Click 'Yes' if prompted.
  2. Stop Windows Update services
    Copy and paste each line separately, pressing Enter after each: net stop wuauserv net stop cryptSvc net stop bits net stop msiserver Wait for each command to complete.
  3. Rename the corrupted cache folders
    Copy and paste each line (these rebuild automatically): ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old You should see a message like 'The folder already exists' or it will complete silently. Both are fine.
  4. Restart the services
    Now restart them in order: net start wuauserv net start cryptSvc net start bits net start msiserver
  5. Close Command Prompt and restart your PC
    Type exit and press Enter. Restart Windows fully.
  6. Test Windows Update
    Go to Settings > Update & Security > Windows Update and click 'Check for updates'. The update should begin downloading and installing fresh components.
This command sequence stops critical services and renames cache folders. Follow each step exactly and don't interrupt the process. If a command fails with 'Access Denied', make sure Command Prompt is running as Administrator.
Resetting components is like clearing the browser cache on steroids. It forces Windows to rebuild its update infrastructure from scratch. This fixes the majority of lingering Windows Update not working issues.
6

Repair system files with DISM and System File Checker Advanced

  1. Open Command Prompt as Administrator
    Right-click Start and choose 'Windows Terminal (Admin)' or 'Command Prompt (Admin)'.
  2. Run DISM to repair the Windows image
    Type this command exactly: DISM /Online /Cleanup-Image /RestoreHealth Press Enter and wait. This scans the Windows component store and repairs corruption. It can take 5, 15 minutes.
  3. Wait for completion
    You'll see a progress bar and then a completion message. Don't close Command Prompt until it finishes.
  4. Run System File Checker
    Now type: sfc /scannow Press Enter. This scans all protected system files and repairs any it finds corrupted. It also takes 5, 15 minutes.
  5. 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.
  6. Restart your PC
    Close Command Prompt and restart Windows fully. File repairs take effect on the next boot.
  7. 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.
Microsoft explicitly recommends DISM and SFC for installation and update failures. These are the deepest repairs short of a full Windows reinstall. Microsoft's official Windows Update troubleshooting guide places them at the top of the advanced repair chain.
If DISM and SFC both complete successfully and Windows Update still fails, you've likely got hardware issues or damage so severe that only a repair install of Windows will help.
7

Perform a repair install or in-place upgrade Advanced

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. Test Windows Update
    Once Windows boots back up, open Settings and try Windows Update again.
A repair install keeps your files and programs, but it's slower and more intensive than the quick or intermediate fixes. Only use this if DISM, SFC, and component resets didn't work.
A repair install resolves almost every Windows Update not working case that gets this far. If it doesn't, the issue is likely hardware-related (bad RAM, failing drive, etc.) and requires physical diagnostics.
Having trouble with Windows Update stuck on a specific percentage? Our guide on Windows Update stuck covers step-by-step solutions for progress bar issues and rollback scenarios.

Preventing 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.

Frequently Asked Questions

The most common causes are corrupted update cache, insufficient disk space, disabled Windows Update services, or security software interference. Start with the Quick Fix tier to rule out simple issues.

Microsoft recommends keeping at least 20 GB free on the system drive before major feature updates. Updates need space for downloads, staging files, and rollback data.

Yes. Third-party antivirus and security software can interfere with update installation and cause access-denied errors. Temporarily disable it during troubleshooting to test.

Resetting components stops update services and renames the corrupted cache folders (SoftwareDistribution and catroot2), forcing Windows to recreate them fresh on next startup.

Yes. Both are Microsoft-supported repair tools. DISM repairs the Windows image health and SFC scans and repairs corrupted system files. Run them in sequence for best results.