Share via

Wintows update

Kerrie 0 Reputation points
2026-06-02T08:07:57.8066667+00:00

Windows update is downloading but not installing, why

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

3 answers

Sort by: Most helpful
  1. Kapil Arya 37,826 Reputation points Volunteer Moderator
    2026-06-02T10:14:09.1466667+00:00

    Please run Windows Update troubleshooter from Settings app > System > Troubleshoot > Other troubleshooters. Let us know what it reports back.

    Was this answer helpful?

    0 comments No comments

  2. DaveM121 891K Reputation points Independent Advisor
    2026-06-02T08:41:31.5366667+00:00

    I need some information about your current Windows 11 build number and the update(s) that are failing to install to provide you with a solution.

    1

    Click your Start Button, type winver and hit 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

  3. AI answer

    2026-06-02T08:08:10.2433333+00:00

    Several different issues can cause Windows Update to download but not install. Based on the provided information, these are common causes and what to check next:

    1. System files or update components are corrupted
    • Corruption in Windows Update components or system files can prevent installation even though downloads complete.
    • To investigate, review Windows Update logs and CBS logs:
      • WindowsUpdate.log: C:\Windows\Logs\WindowsUpdate
      • CBS.log: %systemroot%\Logs\CBS
    • On Windows 10/11, generate a readable WindowsUpdate.log using the PowerShell cmdlet Get-WindowsUpdateLog. This merges ETL traces into a single log that can be inspected for specific errors.
    1. Update installation is being interrupted
    • An unexpected restart, shutdown, or a scheduled task can interrupt installation and cause the update to fail after download.
    • Check CBS.log for shutdown-related entries such as:
      • Trusted Installer is shutting down because: SHUTDOWN_REASON_AUTOSTOP
    • Check Task Scheduler events (Microsoft-Windows-TaskScheduler/Operational) for tasks that might be restarting or shutting down the system during installation.
    1. Windows Update service or orchestration issues
    • The Update Orchestrator Service manages download and install sequencing. If it is failing, updates may stay in a downloaded state.
    • Review UpdateSessionOrchestration.etl logs in C:\ProgramData\USOShared\Logs to see whether installation is being triggered and why it might be failing.
    1. WSUS or connectivity issues (if managed by an organization)
    • In environments using Windows Server Update Services (WSUS), server-side issues can cause installation failures after download and produce error codes such as 0x8024001E.
    • Check the System event log for entries like:
      • Installation Failure: Windows failed to install the following update with error 0x8024001E.
      • If present, this indicates a WSUS-related problem that the admin must correct.
    1. Specific known issues with certain builds or configurations
    • On some older Windows 10 Technical Preview systems with system compression enabled (commonly on SSD boot volumes), Windows Update could not install files correctly until a specific fix was installed via Windows Update.
    • If using a very old or preview build, ensure all servicing stack and agent updates are installed, as they fix known installer issues.
    1. General troubleshooting path If updates download but do not install, a structured approach is:
    2. Run the built-in Windows Update troubleshooter (Settings > System > Troubleshoot > Other troubleshooters > Windows Update) to automatically fix common component issues.
    3. Generate and review WindowsUpdate.log using Get-WindowsUpdateLog to identify specific error codes.
    4. Review CBS.log for servicing errors during installation.
    5. If a specific error code appears (for example, 0x8024001E, 0x800f0922, etc.), follow targeted guidance for that code.
    6. In managed/WSUS environments, check with the administrator to verify WSUS health and configuration.

    References:

    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.