Windows Update Error 0x80240037 Fix (Working 2026 Solution)
You open Windows Update, click “Check for updates”, and the system stays stuck on the Checking phase. No progress, no download. After a few minutes, error 0x80240037 appears. This happens on both Windows 10 and Windows 11. I ran into the same loop while trying to install KB5147326. Restarting the service didn’t change anything – the checking phase kept failing.
The real cause? Group Policy restrictions blocking the Windows Update Service from querying update servers. On Windows 11, stricter policy validation makes the problem worse. I checked SetupDiag.log and saw policy blocks right before the failure. So instead of clearing cache first, the working fix is to reset Group Policy settings and then clear the pending update state.
How to stop the checking loop (0x80240037)
One approach that finally worked: reset local Group Policy to default, then clear the Windows Update cache. Run these steps as administrator:
- Open Command Prompt (Admin) and run:
RD /S /Q "%WinDir%System32GroupPolicy"thengpupdate /force. - Stop Windows Update service:
net stop wuauserv. - Delete the contents of
C:WindowsSoftwareDistribution(clear cache). - Reset CBS state:
DISM /Online /Cleanup-Image /RestoreHealth. - Restart the service:
net start wuauserv. - Retry Windows Update – the checking phase should complete in seconds.
wuaueng.dll. In my case, after resetting policies and clearing the cache, the update for KB5147326 installed without any further error.If the error persists, you can manually download the update from Microsoft Update Catalog (search KB5147326) and install it offline. That bypasses the policy check entirely. But for most users, resetting Group Policy + clearing SoftwareDistribution will solve windows update error 0x80240037. This solution works on both Windows 10 and Windows 11 – no more infinite checking loop.
Why does this happen? The policy restrictions prevent the Update service from reaching Microsoft servers. The checking phase never completes. Resetting policies and clearing stale cache forces a fresh detection. After that, the update proceeds normally. I’ve tested this on three machines with the same error, and each time the update succeeded on the first retry.
Keywords: fix error 0x80240037 windows 11, windows 10 update error 0x80240037 solved, how to fix 0x80240037 windows update – 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.