Skip to content

Commit cbf5618

Browse files
authored
Merge pull request #10285 from v-tappelgate/AB#7664-Troubleshoot-Windows-Update-Installation-Error-0x800f0823
AB#7664: Troubleshoot Windows Update Installation Error 0x800f0823
2 parents 9b381f8 + 8e19968 commit cbf5618

File tree

4 files changed

+105
-13
lines changed

4 files changed

+105
-13
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ items:
122122
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80070bc9.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
123123
- name: Error code 0x80072f8f
124124
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80072f8f.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
125+
- name: Error code 0x800f0823
126+
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x800f0823.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
125127
- name: Error Code 0x800f0831
126128
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-installation-error-corruption.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
127129
- name: Error code 0x800f0920

support/windows-client/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,6 +1427,8 @@ items:
14271427
href: ../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80070070.md?context=/troubleshoot/windows-client/context/context
14281428
- name: Troubleshoot Windows Update error 0x80072EFE
14291429
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x80072efe-with-cipher-suite-configuration.md
1430+
- name: Troubleshoot Windows Update error 0x800f0823
1431+
href: ../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x800f0823.md?context=/troubleshoot/windows-client/context/context
14301432
- name: Troubleshoot Windows Update error 0x8024001E
14311433
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x8024001e.md
14321434
- name: Windows Update common errors and mitigation
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
---
2+
title: Troubleshoot Windows Update Error Code 0x800f0823
3+
description: Discusses how to resolve an issue that prevents Windows updates from installing.
4+
ai-usage: ai-assisted
5+
ms.date: 12/03/2025
6+
manager: dcscontentpm
7+
audience: itpro
8+
ms.topic: troubleshooting
9+
ms.reviewer: kaushika, dougking, v-appelgatet
10+
ms.custom:
11+
- sap:Windows Servicing, Updates and Features on Demand\Windows Update - Install errors starting with 0x800F (CBS E)
12+
- pcy:WinComm Devices Deploy
13+
appliesto:
14+
- ✅ <a href=https://learn.microsoft.com/windows/release-health/windows-server-release-info target=_blank>Supported versions of Windows Server</a>
15+
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Supported versions of Windows Client</a>
16+
- ✅ <a href=https://learn.microsoft.com/lifecycle/products/azure-virtual-machine target=_blank>Azure Virtual Machines</a>
17+
---
18+
# Troubleshoot Windows Update error code 0x800f0823
19+
20+
This article discusses how to resolve an issue that prevents Windows updates from installing.
21+
22+
## Symptoms
23+
24+
When you try to install a Windows update, the installation fails, and you receive error code `0x800f0823 (CBS_E_NEW_SERVICING_STACK_REQUIRED)`. This issue might occur when you install updates whether you use a direct connection to Windows Update or an offline MSI file. To verify the details of this issue, search for an entry in the CBS.log file that resembles the following example (from Windows Server 2016):
25+
26+
```output
27+
2023-09-04 15:01:53, Error CBS Package "Package_for_KB5012170~31bf3856ad364e35~amd64~~14393.5285.1.4" requires Servicing Stack v10.0.14393.5285 but current Servicing Stack is v10.0.14393.4349. [HRESULT = 0x800f0823 - CBS_E_NEW_SERVICING_STACK_REQUIRED]
28+
```
29+
30+
For more information about the CBS log, see [Windows Update log files](/windows/deployment/update/windows-update-logs).
31+
32+
## Cause
33+
34+
This error code means that the affected computer's servicing stack is out of date. The servicing stack is the component that installs Windows updates. If this error occurs, the computer can't process new updates correctly.
35+
36+
Typically, Windows Update automatically keeps the servicing stack up to date by installing [servicing stack updates (SSUs)](/windows/deployment/update/servicing-stack-updates). However, it's possible for a physical computer or virtual machine (VM) to fall out of sync by skipping updates.
37+
38+
## Resolution
39+
40+
> [!IMPORTANT]
41+
> Before you troubleshoot this issue, back up the operating system disk. For information about this process for VMs, see [About Azure Virtual Machine restore](/azure/backup/about-azure-vm-restore).
42+
43+
> [!NOTE]
44+
> If the affected computer is a VM, consider using the technique that's mentioned in [Azure Virtual Machine (VM) Windows servicing stack reset tool](../../azure/virtual-machines/windows/windows-vm-wureset-tool.md).
45+
46+
### Step 1: Get the most recent SSU
47+
48+
For earlier versions of Windows, you can search for specific SSUs in the [Microsoft Update Catalog](https://www.catalog.update.microsoft.com). For example, depending on the operating system that you're using, search for the following strings:
49+
50+
- Windows 10, version 1607, and earlier versions: **ssu "Windows 10"**
51+
- Windows Server 2016: **ssu "Windows Server 2016"**
52+
53+
Identify the update that has the latest release date.
54+
55+
> [!NOTE]
56+
> You can also verify the latest SSU for those Windows versions by reviewing the [MSRC Servicing Stack Update](https://msrc.microsoft.com/update-guide/vulnerability/ADV990001) page. In the Frequently Asked Questions list, look for the following question:
57+
>
58+
> "When was the most recent SSU released for each version of Microsoft Windows?"
59+
60+
For later versions of Windows and Windows Server, security updates include both SSUs and the latest cumulative updates (LCUs). Before you try to locate the security update that you need in the catalog, use the update history listings to identify the appropriate KB number. The following table provides links to these listings.
61+
62+
| Windows version | Update history |
63+
| --- | --- |
64+
| Windows Server 2025, all versions | [Windows Server 2025 update history](https://support.microsoft.com/help/5047442) |
65+
| Windows Server 2022, all versions | [Windows Server 2022 update history](https://support.microsoft.com/help/5005454) |
66+
| Windows 11, all versions | [Windows 11 update history](https://support.microsoft.com/help/5065323) |
67+
| Windows 10, version 2004, and later versions | [Windows 10 update history](https://support.microsoft.com/help/5018682) |
68+
| Windows 10, version 1809, and Window Server 2019, all versions | [Windows 10 and Windows Server 2019 update history](https://support.microsoft.com/topic/windows-10-and-windows-server-2019-update-history-725fc2e1-4443-6831-a5ca-51ff5cbcb059) |
69+
70+
After you locate the update that you want, search for the update's KB number in the Microsoft Update Catalog.
71+
72+
> [!NOTE]
73+
> The text of an update's KB article might refer to its associated SSU by using a KB number that's different from the main article number. However, in the catalog, you can search for only the main article's KB number. The catalog doesn't have separate entries for these SSU numbers.
74+
75+
### Step 2: Download and install the update
76+
77+
Typically, your update search results include more than one update for a single KB number. Check the update title to identify the update that applies to the affected computer's architecture. Select **Download** to download the appropriate file to the affected physical computer or VM. After you install the update, restart the physical computer or VM.
78+
79+
### Step 3: Install the update that failed
80+
81+
Try again to install the original update.
82+
83+
### Next steps
84+
85+
After you resolve the issue, monitor the computer's update status to make sure that it stays up to date.
86+
87+
If the issue persists, contact Microsoft Support for further assistance. Attach copies of any relevant CBS.log data to your support request.

support/windows-server/toc.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3218,38 +3218,39 @@ items:
32183218
href: ./installing-updates-features-roles/error-0x80004005-network-policy-server-role.md
32193219
- name: Fix Windows Update corruptions and installation failures
32203220
href: ./installing-updates-features-roles/fix-windows-update-errors.md
3221+
- name: Troubleshoot Windows Update download errors
3222+
href: ./installing-updates-features-roles/troubleshoot-windows-update-download-errors.md
32213223
- name: Troubleshoot Windows Update error 0x80070002
32223224
href: installing-updates-features-roles/troubleshoot-windows-update-error-0x80070002.md
32233225
- name: Troubleshoot Windows Update error 0x8007000e or 0x800705aa
32243226
href: ../windows-client/installing-updates-features-roles/error-0x8007000e-0x800705aa-insufficient-virtual-memory.md?context=/troubleshoot/windows-server/context/context
32253227
- name: Troubleshoot Windows Update error code 0x80070070
32263228
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x80070070.md
3229+
- name: Troubleshoot "Shutdown in Progress" Windows error 0x8007045b
3230+
href: installing-updates-features-roles/troubleshoot-error-shutdown-in-process.md
32273231
- name: Troubleshoot Windows Update error 0x80070490
32283232
href: installing-updates-features-roles/troubleshoot-windows-update-error-0x80070490.md
3229-
- name: Troubleshoot Windows Update download errors
3230-
href: ./installing-updates-features-roles/troubleshoot-windows-update-download-errors.md
3231-
- name: Troubleshoot "Shutdown in Progress" Windows error 0x8007045b
3232-
href: installing-updates-features-roles/troubleshoot-error-shutdown-in-process.md
3233-
- name: Troubleshoot Windows Update error 0x80244007
3234-
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x80244007.md
3235-
- name: Troubleshoot Windows Update error 0x80072f8f
3233+
- name: Troubleshoot Windows Update error 0x80070bc9
3234+
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x80070bc9.md
3235+
- name: Troubleshoot Windows Update error 0x80072f8f
32363236
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x80072f8f.md
3237+
- name: Troubleshoot Windows Update error 0x800f0823
3238+
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x800f0823.md
3239+
- name: Troubleshoot Windows Update error 0x800f0831
3240+
href: ./installing-updates-features-roles/troubleshoot-windows-update-installation-error-corruption.md
32373241
- name: Troubleshoot Windows Update error 0x800f0920
32383242
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x800f0920.md
3239-
- name: Troubleshoot Windows Update error 0x80070bc9
3240-
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x80070bc9.md
32413243
- name: Troubleshoot Windows Update error 0x8024001E
32423244
href: ../windows-client/installing-updates-features-roles/troubleshoot-windows-update-error-0x8024001e.md?context=/troubleshoot/windows-server/context/context
32433245
- name: Troubleshoot Windows Update error 0x8024002E
32443246
href: installing-updates-features-roles/troubleshoot-windows-update-error-code-0x8024002e.md
3247+
- name: Troubleshoot Windows Update error 0x80244007
3248+
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x80244007.md
32453249
- name: WUSA returns 0x5 ERROR_ACCESS_DENIED
32463250
href: ./installing-updates-features-roles/windows-update-standalone-installer-returns-error.md
3247-
3248-
- name: Error Code 0x800f0831
3249-
href: ./installing-updates-features-roles/troubleshoot-windows-update-installation-error-corruption.md
32503251
- name: Windows Update for Business Reports
32513252
items:
3252-
- name: Troubleshoot Windows Installation Error 0x800f0831
3253+
- name: Troubleshoot Windows Update error 0x800f0831
32533254
href: ./installing-updates-features-roles/troubleshoot-windows-installation-error.md
32543255
- name: Windows Update for Business Reports
32553256
items:

0 commit comments

Comments
 (0)