Cloud House Technologies Logo
CloudHouse Technologies
HomeServicesProjectsBlogAbout UsCareersContact UsLogin
    Cloud House Technologies Logo
    CloudHouse Technologies
    HomeServicesProjectsBlogAbout UsCareersContact UsLogin

    How to Fix Windows 11 Update Stuck at 0% (2026 Guide)

    Priya

    Content Writer & Researcher

    Last Updated: 12 July 2026
    🖥️

    Windows 11 Update Still Stuck?

    Get expert Windows 11 update support from CloudHouse Technologies. Fast fixes on a pay-per-ticket basis — no subscription needed.

    🔧 Book Free DiagnosisCall NowWhatsApp
    🖥️12,400+PCs Fixed
    ⭐4.9★Google Rating
    ⚡<15 minAvg. Response
    🛡️ISO 27001Certified

    Why Is Windows 11 Update Stuck at 0%?

    Windows 11 updates getting stuck at 0% is one of the most searched Windows problems in 2026, especially after cumulative updates like KB5089549. The download sits frozen for minutes or hours, then either fails with an error code or silently resets. The root causes include:

    • Corrupt or incomplete files in the Windows Update cache (SoftwareDistribution folder)
    • Insufficient free disk space — Windows 11 requires at least 20 GB free for 64-bit updates
    • Windows Update service not running or stuck in a failed state
    • Antivirus or firewall blocking connections to Microsoft's update servers
    • Corrupted system files that prevent update installation
    • Background Intelligent Transfer Service (BITS) service failure

    Fix 1: Run the Windows Update Troubleshooter

    Microsoft's built-in troubleshooter detects and auto-fixes the most common update issues in under two minutes:

    1. Go to Settings → System → Troubleshoot → Other troubleshooters
    2. Find Windows Update and click Run
    3. Follow the prompts and apply any fixes it recommends
    4. Restart your PC and try Windows Update again

    If the troubleshooter finds "Windows Update components must be repaired," let it repair them before retrying the update.

    Fix 2: Clear the Windows Update Cache

    Corrupt cached update files cause the download to stall at 0% because Windows can't overwrite the incomplete files. Clearing the cache forces a fresh download:

    1. Open Command Prompt as Administrator (right-click Start → Terminal (Admin))
    2. Stop the Windows Update services:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    1. Delete the cached update files:
    rd /s /q C:\Windows\SoftwareDistribution
    rd /s /q C:\Windows\System32\catroot2
    1. Restart the services:
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
    1. Restart your PC and try Windows Update again

    This fix resolves the 0% stuck issue in the majority of cases.

    Fix 3: Free Up Disk Space

    Windows 11 updates require a minimum of 20 GB of free space on your C: drive. Check your available space:

    1. Open File Explorer → This PC
    2. Look at the free space shown under your C: drive

    If you have less than 20 GB free, clean up:

    1. Go to Settings → System → Storage → Temporary Files
    2. Check Windows Update Cleanup, Delivery Optimization Files, Recycle Bin, and Temporary Files
    3. Click Remove Files

    For deeper cleaning, run Disk Cleanup as Administrator: search "Disk Cleanup" → click "Clean up system files" → select all categories.

    Fix 4: Repair System Files with SFC and DISM

    Corrupted Windows system files prevent updates from installing. The System File Checker and DISM tools repair them:

    Open Command Prompt as Administrator and run:

    sfc /scannow

    Wait for the scan to complete (5–15 minutes). If it reports corrupted files repaired, restart and try updating. If SFC can't fix everything, run DISM:

    DISM /Online /Cleanup-Image /RestoreHealth

    DISM downloads replacement files from Microsoft's servers, so ensure you have internet access. After DISM completes, run sfc /scannow again, then restart.

    Fix 5: Restart Windows Update and BITS Services

    The Windows Update and Background Intelligent Transfer services sometimes get stuck in a failed state without displaying an error:

    1. Press Win + R → type services.msc → press Enter
    2. Find Windows Update, right-click → Restart
    3. Find Background Intelligent Transfer Service (BITS), right-click → Restart
    4. Also restart Cryptographic Services

    After restarting these services, go back to Windows Update and click Check for updates.

    Fix 6: Temporarily Disable Antivirus and Firewall

    Security software sometimes blocks update downloads by flagging Microsoft's servers or the update cache directory:

    1. Temporarily disable real-time protection in your antivirus (Windows Security, Norton, Bitdefender, etc.)
    2. In Windows Defender Firewall: allow the update through by going to Control Panel → Windows Defender Firewall → Allow an app through Windows Firewall
    3. Try the update again
    4. Re-enable your antivirus after the update completes

    Note: Only disable antivirus temporarily. Never leave it off for extended periods.

    Fix 7: Download the Update Manually from Microsoft Update Catalog

    If the built-in updater keeps failing, download and install the specific update package directly:

    1. Note the KB number of the stuck update (shown in Windows Update, e.g., KB5089549)
    2. Visit the Microsoft Update Catalog at catalog.update.microsoft.com
    3. Search for the KB number
    4. Download the version matching your system (x64 for 64-bit Windows 11)
    5. Run the downloaded .msu file as Administrator
    6. Restart when prompted

    Manual installation bypasses the Windows Update service entirely, making it effective when the update infrastructure itself is broken.

    Fix 8: Reset Windows Update Components

    If all else fails, Microsoft provides an official script to reset all Windows Update components to their default state:

    1. Open Command Prompt as Administrator
    2. Run these commands one at a time:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    regsvr32 /u wuaueng.dll
    regsvr32 /u wuaueng1.dll
    regsvr32 /u atl.dll
    regsvr32 /u wucltui.dll
    regsvr32 /u wups.dll
    regsvr32 /u wups2.dll
    regsvr32 /u wuweb.dll
    regsvr32 atl.dll
    regsvr32 wuapi.dll
    regsvr32 wuaueng.dll
    regsvr32 wucltui.dll
    regsvr32 wups.dll
    regsvr32 wups2.dll
    regsvr32 wuweb.dll
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver

    Restart your PC and attempt the update again.

    If Windows 11 updates continue to fail after all methods above, or if your system is in a critical business environment, CloudHouse Technologies provides expert Windows 11 update support on a pay-per-ticket basis — no subscription required.

    Frequently Asked Questions

    How long should I wait for a Windows 11 update stuck at 0%?

    If an update has been at 0% for more than 30 minutes with no disk activity (check Task Manager), it's genuinely stuck. Restart your PC — Windows Update will resume from where it left off in most cases. If it stalls again, use the SoftwareDistribution cache clear (Fix 2).

    Is it safe to turn off my PC while Windows update is stuck at 0%?

    Yes — at 0%, no files have been written to your system. A restart is safe. Do NOT interrupt an update that shows "Working on updates" at the restart/shutdown screen with a percentage above 0%.

    Why does Windows 11 update get stuck at 0% after the June 2026 update?

    Post-update stuck issues are typically caused by SoftwareDistribution cache conflicts from the previous update. Clear the cache using Fix 2 above to resolve it.

    Does a VPN cause Windows Update to get stuck?

    Yes — VPNs can route update traffic through servers that block Microsoft's update CDN. Disconnect your VPN and try updating on a direct internet connection.

    Can I use Windows normally while an update is stuck?

    If the update is stuck in Windows Update settings (not at the startup/shutdown screen), yes — you can continue using Windows and retry later. Never leave a restart-stage update interrupted.

    Get the Free Windows Troubleshooting Cheatsheet (PDF)

    25 common Windows errors with step-by-step fixes — printable, one page. Delivered to your inbox instantly.

    Running a business? Stop fighting PC issues alone.

    Our Managed IT Support plans cover every desktop and laptop in your office — unlimited fixes, proactive monitoring, and guaranteed response times.

    • 24×7 remote + onsite Windows support
    • Proactive patching to prevent crashes and BSODs
    • Backup, antivirus, and asset management included
    • Flat per-device pricing — no surprise bills
    See Pricing Plans →

    What our customers say

    “Screen went black the morning of a board meeting. CloudHouse had me back up in 12 minutes over a remote session. Lifesavers.”

    Priya R.

    Operations Manager

    “Moved our 38-machine office to their managed plan. Tickets resolved before staff even notice. Worth every rupee.”

    Rahul M.

    IT Lead

    Frequently Asked Questions

    If an update has been at 0% for more than 30 minutes with no disk activity, it's genuinely stuck. Restart your PC — Windows Update will resume in most cases. If it stalls again, clear the SoftwareDistribution cache.

    Book your free 15-minute diagnosis

    A certified technician will call you back within 15 minutes during business hours.

    Share this article

    Leave a Comment

    Comments (0)

    Loading comments...

    Expert Windows 11 Support

    Windows 11 updates failing or stuck at 0%? Our Windows experts resolve update issues fast. Pay only for what you need.

    Call Now — FreeWhatsApp Us

    Why CloudHouse?

    • ISO 27001:2022 certified
    • 12,400+ devices supported
    • 4.9★ on Google
    • Sub-15-minute response

    CloudHouse Technologies

    Innovative cloud solutions for modern businesses. We deliver cutting-edge technology with exceptional service.

    Contact Us

    CloudHouse Technologies Pvt.Ltd
    Special Economic Zone(SEZ),
    Infopark Thirissur,4B-15,
    Indeevaram,Nalukettu Road,
    Koratty, Kerala, India-680308
    0480-27327360
    info@cloudhousetechnologies.com

    Quick Links

    • Our Services
    • Gold Loan Software
    • About Us
    • Contact
    • Terms and Conditions
    • Privacy Policy
    ISO27001:2022
    Certified

    © 2026 CloudHouse Technologies Pvt.Ltd. All rights reserved.

    Back to top