How to Fix Windows 11 Not Updating [9 Proven Fixes]

By Hari Prasad

Updated on:

Is Windows 11 not updating — stuck at 0%, showing error codes, or constantly failing? Windows Update issues are one of the most common problems users face, and they can leave your PC vulnerable to security threats. Here are 9 proven fixes to get updates working again.

Common Windows 11 Update Errors

  • 0x80070002 — Missing update files
  • 0x8007000d — Corrupted Windows Update components
  • 0x800f0922 — VPN or network issue
  • 0x80240034 — Windows Update stuck
  • 0xc1900101 — Driver compatibility issue

How to Fix Windows 11 Not Updating [9 Proven Fixes]

Fix 1: Run the Windows Update Troubleshooter

  1. Go to Settings → System → Troubleshoot → Other troubleshooters.
  2. Click Run next to Windows Update.
  3. Follow the on-screen steps — Windows will detect and auto-fix common update issues.

Fix 2: Restart Windows Update Services

  1. Press Win + R, type services.msc, press Enter.
  2. Find and restart each of these services:
    • Windows Update
    • Background Intelligent Transfer Service (BITS)
    • Cryptographic Services
  3. Right-click each → Restart (or Start if stopped).

Fix 3: Clear the Windows Update Cache

Corrupted cached update files block new downloads:

  1. Stop Windows Update service (services.msc → Windows Update → Stop).
  2. Open File Explorer and navigate to: C:WindowsSoftwareDistributionDownload
  3. Select all files (Ctrl + A) and delete them.
  4. Restart the Windows Update service.
  5. Go to Settings → Windows Update → Check for updates.

Fix 4: Run SFC and DISM

Corrupted Windows system files prevent updates from installing:

  1. Open Command Prompt as Administrator.
  2. Run: DISM /Online /Cleanup-Image /RestoreHealth (wait ~15 min)
  3. Then run: sfc /scannow
  4. Restart your PC and try updating again.

Fix 5: Free Up Disk Space

Windows 11 updates need 5–20GB of free space. If your C: drive is nearly full, updates will fail silently. Run Disk Cleanup (including system files) to free up space before retrying the update.

Fix 6: Disable VPN Before Updating

VPNs can block Windows Update servers, causing error 0x800f0922. Disconnect from your VPN, try updating, then reconnect after the update completes.

Fix 7: Reset Windows Update Components Manually

This resets all Windows Update components to default in one batch:

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:WindowsSoftwareDistribution SoftwareDistribution.old
ren C:WindowsSystem32catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Restart your PC and try Windows Update again.

Fix 8: Install Update Manually via Microsoft Update Catalog

If a specific update keeps failing, download and install it manually:

  1. Note the KB number of the failing update (shown in Windows Update history).
  2. Visit the Microsoft Update Catalog.
  3. Search for the KB number and download the correct version for your system.
  4. Run the installer manually.

Fix 9: Perform an In-Place Upgrade

If Windows Update is completely broken, an in-place upgrade reinstalls Windows 11 over itself, fixing all update infrastructure without deleting your files or apps. Download the Windows 11 installation media from Microsoft and run Setup.exe, choosing “Upgrade this PC now.”

Key Takeaways

  • The Update Troubleshooter and service restart fix most common update failures.
  • Clearing the SoftwareDistributionDownload folder removes corrupted cached files.
  • DISM + SFC together repair system file corruption that blocks updates.
  • The Microsoft Update Catalog is the best fallback for specific failing updates.

Frequently Asked Questions

Why is Windows 11 stuck on checking for updates?

This usually means the Windows Update service has hung. Restart the Windows Update and BITS services via services.msc, then try again.

Is it safe to skip Windows 11 updates?

Skipping security updates is risky — they patch actively exploited vulnerabilities. Feature updates are optional for up to a year, but cumulative security patches should always be installed promptly.

Can I reinstall Windows 11 to fix update issues?

Yes. An in-place upgrade (upgrade without deleting files) is the most effective fix for deeply broken Windows Update components — and it preserves your apps and files.

How long should a Windows 11 update take?

Cumulative updates take 5–20 minutes on an SSD. Feature updates (once or twice a year) can take 30–60 minutes. If stuck for more than 2 hours, restart and try Fix 3 or Fix 7 above.

What does error 0x80070002 mean in Windows Update?

Error 0x80070002 means “file not found” — usually caused by missing or corrupted update files in the SoftwareDistribution folder. Clear that folder as described in Fix 3 to resolve it.


This guide is brought to you by PGUpdate.in — your trusted source for Windows fixes, PC tips, and tech tutorials. Visit pgupdate.in for more guides.

Hari Prasad

As a Lecturer I work professionally while holding the title of P. Hari Prasad. Beyond teaching at the university I truly cherish blog writing which I have practiced for twelve years. Through twelve years of content development experience I focus on delivering essential information across varied subject areas for my readers. . I create articles by carefully researching sources while maintaining continuous updates with credible online information to present reliable and recently relevant content to my readers . My ongoing dedication to producing reliable content demonstrates my commitment toward developing digital author authority that supports SEO achievement while building relationships with my audience. . Through my work I strive to give viewers beneficial content which remains trustworthy source material and puts the reader first while simultaneously motivating them to discover new viewpoints . My mission focuses on driving meaningful effects through educational practice alongside blogging platforms while utilizing my expertise and content creation skills for creating high-quality materials.

Leave a Comment