windows update constantly runs

veege47 0 Reputation points
2026-09-20T13:10:15.1066667+00:00

windows update is constantly "checking for updates"

Windows for home | Windows 11 | Windows update
0 comments No comments

10 answers

Sort by: Most helpful
  1. veege47 0 Reputation points
    2026-09-20T14:55:28.9866667+00:00

    OK, here are the screenshots. Not sure why they didn't show.

    Also, I should have mentioned this before, I have the same issue with my wife's laptop. This has been running just over a week. I check for updates manually. The two files waiting to be updated were there when I started the check for updates after reading about the latest from Microsoft of 970+ fixes.

    Was this answer helpful?


  2. veege47 0 Reputation points
    2026-09-20T14:52:37.4666667+00:00

    OK, here are the screenshots. Not sure why they didn't show.

    Also, I should have mentioned this before, I have the same issue with my wife's laptop. This has been running just over a week. I check for updates manually. The two files waiting to be updated were there when I started the check for updates after reading about the latest from Microsoft of 970+ fixes.

    Was this answer helpful?

    0 comments No comments

  3. veege47 0 Reputation points
    2026-09-20T14:11:22.3166667+00:00

    Here are the screenshots

    Was this answer helpful?


  4. DaveM121 932.4K Reputation points Independent Advisor
    2026-09-20T13:45:17.2033333+00:00

    Please provide some information about your Windows 11 Build No. and the update(s) that may be failing.

    1

    Click your Start Button, type winver and press Enter

    Please provide a screenshot of the resulting dialog.

    2

    Open the Settings App

    Go to Windows Updates

    Please provide a screenshot of that window.

    Was this answer helpful?

    0 comments No comments

  5. AI answer

    2026-09-20T13:10:32.08+00:00

    If Windows Update is constantly stuck on Checking for updates, use this path:

    1. Check whether the system is in a repair/update loop.
      • On some Windows 11 systems, a 24H2 (fixed version) update can run automatically to repair Windows Update or other Windows components.
      • During that process, it is normal for Windows Update to return to Checking for updates while it looks for other updates.
    2. Review the Windows Update logs to see where it is stuck.
      • C:\Windows\Logs\WindowsUpdate
      • C:\ProgramData\USOShared\Logs
      • %systemroot%\Logs\CBS
      • These logs help determine whether detection, download, install, or reboot orchestration is failing.
    3. Generate a readable Windows Update log if needed.
      • Run Get-WindowsUpdateLog to merge the ETL traces into a readable WindowsUpdate.log.
      • Note: this creates a static copy, so run it again if newer activity needs to be captured.
    4. If updates are available but download never starts, check the orchestrator logs.
      • UpdateSessionOrchestration.etl is specifically used when updates are available but download is not triggered, when install is not triggered, or when reboot is not triggered.
    5. Make sure required services are enabled.
      • If downloads are stuck at 0%, especially on systems using BITS, ensure the Windows Defender Firewall service is enabled in Services.msc.
      • A disabled firewall service can cause Windows Update download failures such as 0x800706D9.
    6. Restart the Windows Update service.
      • Press Windows+R, type services.msc, and press Enter.
      • Right-click Windows Update and select Stop.
      • Then right-click Windows Update again and select Start.
    7. Turn on automatic updating if it is disabled.
      • In Windows Update settings, set Important updates to Install updates automatically.
      • Then wait for Windows Update to start again and verify the Windows Update Agent updates correctly.

    If the system is currently running a repair-style update, leaving it to complete can be normal. If it remains on Checking for updates for an extended period, the log files above are the supported way to identify whether the issue is in detection, download, installation, or reboot orchestration.


    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.