How to Reset Windows Update: FIX Reset Windows Update (Reset Windows Update Guide)

You’re stuck at the download stage — Windows Update shows “Checking for updates” for hours. This usually happens when the Update service hangs or the cache folder becomes corrupted. In some cases, resetting the update components can get things moving again, but it’s not a guaranteed fix for everyone (partial effectiveness observed on some Windows 11 builds).

If you’re looking for a reset windows update guide that actually works for how to reset windows update in windows 10 or Windows 11, here’s a manual approach. Note that Windows 11 enforces stricter policy checks, so the steps may need retries.

⚠️ Partial fix warning
This method helped many users, but didn’t fix it at first for some. If the issue persists after these three steps, you might need deeper repairs (DISM / SFC).

WORKING wu reset guide – try these steps in order:

  1. Stop Windows Update service
    Open Terminal as admin and run:
    net stop wuauserv
    net stop bits
    This halts all update-related processes. You’ll see references in WindowsUpdate.log indicating the service stopped.
  2. Clear SoftwareDistribution and Catroot2 folders
    Navigate to C:WindowsSoftwareDistribution and delete everything inside (keep the folder). Then do the same for C:WindowsCatroot2. This clears the cache that often blocks progression. A manual reset windows update without this step rarely works.
  3. Restart Windows Update service
    Run:
    net start wuauserv
    net start bits
    After restart, check WindowsUpdate.log for the “Checking” state signal (KB5148105 related). If you see no errors, the update should progress.

For a wu reset step by step approach, that’s it. After completing these three actions, go back to Settings → Windows Update and click “Retry”. In many cases the download passes the stuck stage. However, if the update remains stalled, you may need to run DISM /Online /Cleanup-Image /RestoreHealth or an SFC scan — those are not covered here because this guide focuses on the quick reset path.

fix update issues 2026 often requires repeating the cache clear twice. Also, note that on Windows 11 the service dependencies might re-lock the folders; if the first attempt fails, just re-run the three steps. This method is part of the official windows update repair steps but without the DISM fallback.

If you’re still stuck, don’t delete system folders manually — that’s a common mistake. Instead, consider a repair install as the next step (not covered here). This guide gave you a how to reset windows update manual routine that works for many, but remember: no single fix works for every machine.