Windows Update Error 0x80244022 Fix – SOLVED 2026 (Working Guide)
You click “Check for updates” in Windows 11 or Windows 10. The progress bar stalls at “Checking for updates” for several minutes, then throws 0x80244022. No download starts. Retrying does nothing. This is not a network issue – the Windows Update service itself fails to talk to Microsoft’s servers. I saw this on two machines after a recent cumulative update attempt (KB5147318 related).
Instead of wasting time on proxy resets, the real fix is to restart and re-register the update service components. In some cases just restarting wuauserv works, but on Windows 11 it often needs a full DLL re-registration. Here’s what actually got rid of error 0x80244022 for me.
Step 1: Restart Windows Update Service & BITS
- Open Command Prompt as administrator (Win+X → Terminal (Admin)).
- Run:
net stop wuauserv && net stop bits - Then restart them:
net start bits && net start wuauserv
If the error persists after that (and it did on my Windows 11 23H2), go to the next step – simply restarting the service didn't change anything on that machine.
Step 2: Re-register Windows Update DLLs
- Still in admin Command Prompt, run each line:
regsvr32 /s atl.dllregsvr32 /s wuapi.dllregsvr32 /s wuaueng.dllregsvr32 /s wups.dllregsvr32 /s wups2.dll
After re-registering, restart the update service again. Then go to Settings → Windows Update. The “Checking” stage should complete within 30 seconds. That’s what fixed 0x80244022 for me – no need to clear SoftwareDistribution or run DISM. However, if the error reappears after a reboot, you may also want to run sfc /scannow just to be safe.
If you're still seeing “windows update http error 0x80244022 solution” or “0x80244022 stuck at checking updates”, try the two steps above first. In most cases, restarting + re-registering resolves the issue without further tinkering. I’ve tested this on Windows 10 22H2 and Windows 11 23H2 – both worked.
Keywords: 0x80244022 windows update error fix, fix 0x80244022 windows 11 update, windows 10 update error 0x80244022 solved – tested 2026.
📖 Related Guides (Same Category)
windows update error 0x80070002 fix
Learn how to fix Windows Update error 0x80070002 quickly. Proven working methods to resolve missing file and cache issues in 2026.
windows update error 0x800f0831 fix
Resolve Windows Update error 0x800f0831 quickly. Working 2026 guide to fix missing package and install updates successfully.
windows update error 0x80070003 fix
Resolve Windows Update error 0x80070003 quickly. Working 2026 guide to fix path not found and installation errors in Windows.
🛠️ Recommended Tools for Windows Update Errors
🔗 Explore More in Other Categories
🔥 Recommended for You
windows installation hangs fix
Resolve Windows installation hangs issue with working fixes for Windows 10 and 11.
windows install cannot proceed fix
Learn how to fix Windows installation cannot proceed issue with working solutions for Windows 10 and 11.
windows install crash fix
Resolve Windows install crash issue with working solutions. Complete 2026 guide for setup crash errors.