Skip to content

Commit 38ba95c

Browse files
Merge remote-tracking branch 'upstream/main' into CI-8139
2 parents 16dafea + c76829c commit 38ba95c

3 files changed

Lines changed: 58 additions & 1 deletion

File tree

support/azure/virtual-machines/windows/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ items:
105105
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80244007.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
106106
- name: Error code 0x8000ffff
107107
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x8000ffff.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
108-
108+
- name: Error code 0x800f0920
109+
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x800f0920.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
110+
109111
- name: Uploading a VHD to Azure
110112
items:
111113
- name: Uploading a VHD to Azure
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Troubleshoot Windows Update Error 0x800f0920
3+
description: Learn how to resolve Windows Update error 0x800f0920 that occurs when the Trusted Installer service fails.
4+
manager: dcscontentpm
5+
audience: itpro
6+
ms.date: 11/11/2025
7+
ms.topic: troubleshooting
8+
ms.reviewer: scotro, mwesley, jarretr, v-ryanberg, v-gsitser
9+
ms.custom:
10+
- sap:windows servicing,updates and features on demand\Windows Update - Install errors starting with 0x800F (CBS E)
11+
- pcy:WinComm Devices Deploy
12+
appliesto:
13+
- <a href=https://learn.microsoft.com/windows/release-health/windows-server-release-info target=_blank>Supported versions of Windows Server</a>
14+
---
15+
16+
# Troubleshoot Windows Update error 0x800f0920
17+
18+
**Applies to:** :heavy_check_mark: Windows VMs
19+
20+
## Summary
21+
22+
Error code 0x800f0920 indicates that the Windows Update installation process stopped responding. This issue occurs if the Trusted Installer service doesn't complete the installation within the default timeout period of 15 minutes.
23+
24+
## Prerequisites
25+
26+
For Microsoft Azure virtual machines (VMs) that run Windows, make sure that you back up the OS disk. For more information, see [About Azure Virtual Machine restore](/azure/backup/about-azure-vm-restore).
27+
28+
## How to identify the issue
29+
30+
Check the `CBS.log` for entries that resemble the following example:
31+
32+
```output
33+
2023-09-17 22:48:16, Info CBS Startup: SC autostart event signaled
34+
2023-09-17 22:48:16, Info CBS Clearing HangDetect value
35+
2023-09-17 22:48:16, Error CBS Startup: A possible hang was detected on the last boot. [HRESULT = 0x800f0920 - CBS_E_HANG_DETECTED]
36+
2023-09-17 22:48:16, Info CBS Current global progress. Current: 58, Limit: 105, ExecuteState: CbsExecuteStateResolvePending
37+
2023-09-17 22:48:16, Info CBS Previous global progress. Current: 58, Limit: 105, ExecuteState: CbsExecuteStateResolvePending
38+
2023-09-17 22:48:16, Error CBS Startup: No progress detected while needing to process the advanced operation queue, rolling back and cancelling the transaction. [HRESULT = 0x80004005 - E_FAIL]
39+
2023-09-17 22:48:16, Info CBS Setting ExecuteState key to: CbsExecuteStateInitiateRollback | CbsExecuteStateFlagAdvancedInstallersFailed
40+
2023-09-17 22:48:16, Info CBS SetProgressMessage: progressMessageStage: -1, ExecuteState: CbsExecuteStateInitiateRollback | CbsExecuteStateFlagAdvancedInstallersFailed, SubStage: 0
41+
2023-09-17 22:48:16, Info CBS Progress: UI message updated. Operation type: Update. Stage: 1 out of 1. Rollback.
42+
2023-09-17 22:48:16, Info CBS Setting original failure status: 0x800f0920, last forward execute state: CbsExecuteStateResolvePending
43+
```
44+
45+
## Cause
46+
47+
This error occurs because the Trusted Installer service doesn't complete the installation process within the default timeout period of 15 minutes. This failure can cause a rollback and cancellation of the transaction.
48+
49+
## Resolution
50+
51+
For Windows-based computers, perform an [in-place upgrade](/windows-server/get-started/perform-in-place-upgrade#perform-the-in-place-upgrade).
52+
53+
For VMs that run Windows in Azure, see [in-place upgrade on the Windows virtual machine](/azure/virtual-machines/windows-in-place-upgrade).

support/windows-server/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3230,6 +3230,8 @@ items:
32303230
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x80244007.md
32313231
- name: Troubleshoot Windows Update error 0x80072f8f
32323232
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x80072f8f.md
3233+
- name: Troubleshoot Windows Update error 0x800f0920
3234+
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x800f0920.md
32333235
- name: Troubleshoot Windows Update error 0x80070bc9
32343236
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x80070bc9.md
32353237
- name: Troubleshoot Windows Update error 0x8024002E

0 commit comments

Comments
 (0)