Skip to content

Commit 48198ef

Browse files
committed
Suggested edits
1 parent f848ba3 commit 48198ef

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

support/windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x800f0823.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Troubleshoot Windows Update Installation Error Code 0x800f0823
2+
title: Troubleshoot Windows Update Error Code 0x800f0823
33
description: Discusses how to resolve an issue that prevents Windows updates from installing.
44
ai-usage: ai-assisted
55
ms.date: 12/03/2025
@@ -14,15 +14,14 @@ appliesto:
1414
- ✅ <a href=https://learn.microsoft.com/windows/release-health/windows-server-release-info target=_blank>Supported versions of Windows Server</a>
1515
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Supported versions of Windows Client</a>
1616
- ✅ <a href=https://learn.microsoft.com/lifecycle/products/azure-virtual-machine target=_blank>Azure Virtual Machines</a>
17-
1817
---
19-
# Troubleshoot Windows Update installation error code 0x800f0823
18+
# Troubleshoot Windows Update error code 0x800f0823
2019

2120
This article discusses how to resolve an issue that prevents Windows updates from installing.
2221

2322
## Symptoms
2423

25-
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 whether you are installing updates by using a direct connection to Windows Update, or by using an offline MSI file. To confirm the details of this issue, search for an entry in the CBS.log file that resembles the following example (from Windows Server 2016):
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 whether you're installing updates by using a direct connection to Windows Update, or by using an offline MSI file. To confirm the details of this issue, search for an entry in the CBS.log file that resembles the following example (from Windows Server 2016):
2625

2726
```output
2827
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]
@@ -32,9 +31,9 @@ For more information about the CBS log, see [Windows Update log files](/windows/
3231

3332
## Cause
3433

35-
This error code means that the affected computer's [servicing stack](/windows/deployment/update/servicing-stack-updates)--the component that installs Windows updates--is out of date. The computer cannot correctly process new updates.
34+
This error code means that the affected computer's [servicing stack](/windows/deployment/update/servicing-stack-updates)--the component that installs Windows updates--is out of date. The computer can't correctly process new updates.
3635

37-
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 is possible for a physical computer or virtual machine (VM) to fall out of sync by skipping updates.
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.
3837

3938
## Resolution
4039

@@ -73,7 +72,7 @@ After you identify the update that you want, search for the update's KB number i
7372
7473
### Step 2: Download and install the update
7574

76-
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. Identify the appropriate update, and then select **Download**.
75+
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. Identify the appropriate update, and then select **Download**.
7776

7877
Download the update to the affected physical computer or VM, and then install it. Afterwards, restart the physical computer or VM.
7978

@@ -83,6 +82,6 @@ Try again to install the original update.
8382

8483
### Next steps
8584

86-
After you resove the issue, monitor the computer's update status to make sure that it stays up to date.
85+
After you resolve the issue, monitor the computer's update status to make sure that it stays up to date.
8786

8887
If the issue persists, contact Microsoft Support for further assistance. Attach copies of any relevant CBS.log data to your support request.

0 commit comments

Comments
 (0)