Skip to content

Commit 4f72f81

Browse files
Updates for 8137
1 parent c0bcd08 commit 4f72f81

3 files changed

Lines changed: 48 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ items:
247247
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80072f8f.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
248248
- name: Error code 0x80070bc9
249249
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80070bc9.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
250+
- name: Error code 0x8000ffff
251+
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x8000ffff.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
250252

251253
- name: My VM is not booting
252254
items:
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Troubleshoot Windows Update Error 0x8000FFFF
3+
description: Learn how to resolve the Windows update installation error 0x8000FFFF on Windows.
4+
manager: dcscontentpm
5+
audience: itpro
6+
ms.date: 11/6/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 fails - 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 0x8000FFFF
17+
18+
**Applies to:** :heavy_check_mark: Windows VMs
19+
20+
## Summary
21+
22+
You encounter the error code 0x8000FFFF during a Windows Update installation. This error is usually related to `CryptCATAdminAddCatalog`.
23+
24+
## Prerequisites
25+
26+
For virtual machines (VMs) running Windows in Azure, 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+
This error is visible in the `Event Setup` and `CBS` logs following a failed update.
31+
32+
:::image type="content" source="./media/troubleshoot-windows-update-error-0x8000ffff/0x8000ffff-1.png" alt-text="Example of Windows Update error 0x8000FFFF in the Event Setup log" lightbox="../../../../../../GitHub/SupportArticles-docs-pr/support/windows-server/installing-updates-features-roles/media/troubleshoot-windows-update-error-0x8000ffff/0x8000ffff-1.png":::
33+
34+
Although this error occurs without store corruption, it usually indicates corruption in *C:\Windows\System32\catroot2*.
35+
36+
## Root cause
37+
38+
This is considered an unexpected error, usually seen as a catastrophic failure. It's related to the `CryptCATAdminAddCatalog` process which can be affected by corruption in the system files or directories, like the *catroot2* folder.
39+
40+
## Resolution
41+
42+
For Windows-based computers, perform an [in-place upgrade](/windows-server/get-started/perform-in-place-upgrade#perform-the-in-place-upgrade).
43+
44+
For VMs running 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
@@ -3228,6 +3228,8 @@ items:
32283228
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x80072f8f.md
32293229
- name: Troubleshoot Windows Update error 0x80070bc9
32303230
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x80070bc9.md
3231+
- name: Troubleshoot Windows Update error 0x8000ffff
3232+
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x8000ffff.md
32313233
- name: Troubleshoot Windows Update error 0x8024002E
32323234
href: installing-updates-features-roles/troubleshoot-windows-update-error-code-0x8024002e.md
32333235
- name: WUSA returns 0x5 ERROR_ACCESS_DENIED

0 commit comments

Comments
 (0)