Please run Windows Update troubleshooter from Settings app > System > Troubleshoot > Other troubleshooters. Let us know what it reports back.
Wintows update
Kerrie
0
Reputation points
Windows update is downloading but not installing, why
Windows for home | Windows 11 | Windows update
3 answers
Sort by: Most helpful
-
Kapil Arya 37,826 Reputation points Volunteer Moderator2026-06-02T10:14:09.1466667+00:00 -
DaveM121 891K Reputation points Independent Advisor2026-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
-
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:
- 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
- WindowsUpdate.log:
- 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.
- 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.
- 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.etllogs inC:\ProgramData\USOShared\Logsto see whether installation is being triggered and why it might be failing.
- 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.
-
- 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.
- General troubleshooting path If updates download but do not install, a structured approach is:
- Run the built-in Windows Update troubleshooter (Settings > System > Troubleshoot > Other troubleshooters > Windows Update) to automatically fix common component issues.
- Generate and review WindowsUpdate.log using Get-WindowsUpdateLog to identify specific error codes.
- Review CBS.log for servicing errors during installation.
- If a specific error code appears (for example, 0x8024001E, 0x800f0922, etc.), follow targeted guidance for that code.
- 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.