Win Update KB5066835 Windows 11 Cumulative Update build 26100.6899 (24H2) and 26200.6899 (25H2) - Oct. 14


UPDATE 10/28:


 Microsoft Support:

October 14, 2025 - KB5066835 (OS Builds 26200.6899 and 26100.6899)​

Windows Secure Boot certificate expiration

Important:
Secure Boot certificates used by most Windows devices are set to expire starting in June 2026. This might affect the ability of certain personal and business devices to boot securely if not updated in time. To avoid disruption, we recommend reviewing the guidance and taking action to update certificates in advance. For details and preparation steps, see Windows Secure Boot certificate expiration and CA updates.


To learn more about Windows update terminology, see types of Windows updates and monthly quality update types. For an overview, see the update history page for Windows 11, version 24H2 and version 25H2.

Stay informed! Follow @WindowsUpdate for the latest updates from the Windows Release Health Dashboard.

Windows Updates do not include updates for Microsoft Store apps.

If you're an enterprise user, see Microsoft Store apps - Configuration Manager.
If you're a consumer user, see Get updates for apps and games in Microsoft Store.


Change Log

Change date​
Change description​
October 22, 2025
October 19, 2025
  • Added the following new improvement included in this update:

    [Cryptography] This update enforces a security hardening improvement by requiring use of Key Storage Provider (KSP) instead of Cryptographic Service Provider {CSP) for RSA-based smart card certificates. If you experience problems with smart card authentication as a result of this design change, see the Windows Release Health site for resolution steps. For additional details, see CVE-2024-30098.

Highlights

  • This update addresses security issues for your Windows operating system.

Improvements

This security update contains fixes and quality improvements from KB5065789 (released September 29, 2025). The following summary outlines key issues addressed by this update. Also, included are available new features. The bold text within the brackets indicates the item or area of the change.
  • [Browser] Fixed: This update addresses an issue that caused the print preview screen to stop responding in Chromium-based browsers.
  • [Gaming] Fixed: An issue occurred when users signed in to a Windows device using only a Gamepad at the lock screen. If no other input methods—such as touch or fingerprint—were used during sign-in, apps and games did not respond to input afterward.
  • [PowerShell]
    • Fixed: This update addresses an issue that affects PowerShell Remoting and Windows Remote Management (WinRM), where commands might time out after 10 minutes.
    • Fixed: This update addresses an issue that prevented an audit event from being logged.
  • [Windows Hello] Fixed: This update addresses an issue that affects the setup process for Windows Hello face recognition when using USB infrared camera modules. Users were unable to complete setup due to a persistent error message, such as “Make sure your face is centered in the frame.”
  • [Compatibility] This update removes the ltmdm64.sys driver. Fax modem hardware dependent on this specific driver will no longer work in Windows.
  • [Cryptography] This update enforces a security hardening improvement by requiring use of Key Storage Provider (KSP) instead of Cryptographic Service Provider {CSP) for RSA-based smart card certificates. If you experience problems with smart card authentication as a result of this design change, see the Windows Release Health site for resolution steps. For additional details, see CVE-2024-30098.
  • [File Explorer] After installing this update, File Explorer automatically disables the preview feature for files downloaded from the internet. This change is designed to enhance security by preventing a vulnerability when users preview potentially unsafe files. For details, including steps to unblock files, see File Explorer automatically disables the preview feature for files downloaded from the internet.
If you've already installed previous updates, your device will download and install only the new updates included in this package.

For more information about security vulnerabilities, see the Security Update Guide website and the October 2025 Security Updates.

AI Components

This release updates the following AI components:

AI ComponentVersion
Image Search1.2509.1022.0
Content Extraction1.2509.1022.0
Semantic Analysis1.2509.1022.0
Settings Model1.2509.1022.0

Windows 11 servicing stack update (KB5067360)- 26100.6893

This update makes quality improvements to the servicing stack, which is the component that installs Windows updates. Servicing stack updates (SSU) ensure that you have a robust and reliable servicing stack so that your devices can receive and install Microsoft updates. To learn more about SSUs, see Simplifying on-premises deployment of servicing stack updates.

Known issues in this update

1 Problems playing protected content in some BluRay/DVD/Digital TV apps

Symptoms
Some Digital TV and Blu-ray/DVD apps might not play protected content as expected after installing the August 29, 2025, Windows non-security preview update (KB5064081), or later updates.

Apps that use Enhanced Video Renderer with HDCP enforcement or Digital Rights Management (DRM) for digital audio might show copyright protection errors, frequent playback interruptions, unexpected stops, or black screens.

Streaming services are not affected.

Workaround
This issue is partially resolved. Problems affecting certain applications that use Enhanced Video Renderer with HDCP enforcement have been addressed in the September 2025 Windows preview update (KB5065789) and later updates.

We recommend installing the latest update for your device. It includes important improvements and fixes, including a resolution for this issue.

However, some apps that use DRM for digital audio might still experience problems.

We’re investigating a long-term solution for affected apps and will share more information when it's available.

2 USB mouse and keyboard not working in the Windows Recovery Environment

Symptoms
After installing October 2025 security update (KB5066835), USB devices, such as keyboards and mice, do not function in the Windows Recovery Environment (WinRE). This issue prevents navigation of any of the recovery options within WinRE. Note that the USB keyboard and mouse continue to work normally within the Windows operating system.

Workaround
This issue is addressed in KB5070773.

How to get this update

Before you install this update

Microsoft combines the latest servicing stack update (SSU) for your operating system with the latest cumulative update (LCU). For general information about SSUs, see Servicing stack updates and Servicing Stack Updates (SSU): Frequently Asked Questions.

Install this update

To install this update, use one of the following Windows and Microsoft release channels.

AvailableNext Step
Included
This update downloads and installs automatically from Windows Update and Microsoft Update.
Yes 1Before you install this update
To get the standalone package(s) for this update, go to the Microsoft Update Catalog website. This KB contains one or more MSU files that require installation in a specific order.

Install this update
Method 1: Install all MSU files together


Download all MSU files for KB5066835 from Microsoft Update Catalog and place them in the same folder (for example, C:/Packages). Use Deployment Image Servicing and Management (DISM.exe) to install the target update. DISM will use the folder specified in PackagePath to discover and install one or more prerequisite MSU files as needed.

Updating Windows PC
To apply this update to a running Windows PC, run the following command from an elevated Command Prompt:

DISM /Online /Add-Package /PackagePath:c:\packages\Windows11.0-KB5066835-x64.msu

Or, run the following command from an elevated Windows PowerShell prompt:

Add-WindowsPackage -Online -PackagePath "c:\packages\Windows11.0-KB5066835-x64.msu"

Or use Windows Update Standalone Installer to install the target update.

Updating Windows Installation media

To apply this update to Windows Installation media, see Update Windows installation media with Dynamic Update.

Note: When downloading other Dynamic Update packages, ensure they match the same month as this KB. If the SafeOS Dynamic Update or Setup Dynamic Update is not available for the same month as this KB, use the most recently published version of each.

To add this update to a mounted image, run the following command from an elevated Command Prompt:

DISM /Image:mountdir /Add-Package /PackagePath:Windows11.0-KB5066835-x64.msu

Or, run the following command from an elevated Windows PowerShell prompt:

Add-WindowsPackage -Path "c:\offline" -PackagePath "Windows11.0-KB5066835-x64.msu" -PreventPending

Method 2: Install each MSU file individually, in order
Download and install each MSU file individually either using DISM or Windows Update Standalone Installer in the following order:
  1. windows11.0-kb5043080-x64_953449672073f8fb99badb4cc6d5d7849b9c83e8.msu
  2. windows11.0-kb5066835-x64_199ed7806a74fe78e3b0ef4f2073760000f71972.msu

1 This latest cumulative update includes updates for AI components. Even though the AI component updates are included in the update, the AI components are only applicable to Windows Copilot+ PCs and will not install on Windows PC or Windows Server.

If you want to remove the LCU

To remove the LCU after installing the combined SSU and LCU package, use the DISM/Remove-Package command line option with the LCU package name as the argument. You can find the package name by using this command: DISM /online /get-packages.

Running Windows Update Standalone Installer (wusa.exe) with the /uninstall switch on the combined package will not work because the combined package contains the SSU. You cannot remove the SSU from the system after installation.

File information

For a list of the files provided in this update, download the file information for cumulative update 5066835.

For a list of the files provided in the servicing stack update, download the file information for the SSU (KB5067360) - version 26100.6893.


 Source:



Check Windows Updates


ISO or USB from Microsoft Media Creation Tool (MCT):



UUP Dump:

64-bit ISO download:

ARM64 ISO download:

 
Last edited:
Both my machines Dell Inspiron 3280 (11 Home) and Beelink MiniPC Sei12 ( 11 Pro) updated
dism - check health - No Component Store corruption detected
sfc /scannow - Windows Resource Protection did not find any integrity violations.
 
Last edited:

My Computers

System One System Two

  • OS
    Windows 11 Pro Version:25H2 OS Build: 26200.8524
    Computer type
    PC/Desktop
    Manufacturer/Model
    Beelink Mini PC Model: SEi12
    CPU
    12th Gen Intel core i5-1235U(Alder
    Motherboard
    SEi (manufactured by AZW)
    Memory
    16*2 (32 GB) DDR 4-3200(1600MHz) Crucial Technology
    Graphics Card(s)
    Intel Iris Xe Graphics (Internal)
    Sound Card
    Internal
    Monitor(s) Displays
    BenQ GW2283
    Screen Resolution
    1920*1080
    Hard Drives
    500GB NVME (Kingston SNV2S500G)
    1TB (Crucial CT1000BX500SSD1)
    PSU
    Power Brick 19V-6.32A , 120.08W
    Keyboard
    Dell KB3322Wi (Wireless)
    Mouse
    Dell WM118t (Wireless)
    Internet Speed
    4G/5G
    Browser
    MS Edge, Chrome
    Antivirus
    Malwarebytes Premium - Subscription
  • Operating System
    Windows 11 Home Version 25H2 Build 26200.8524
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Inspiron 3280 AIO 22"
    CPU
    Intel Core i3 8145U
    Motherboard
    Dell inc. 027W48
    Memory
    Intel Optane 16GB module + DDR 4 16GB (Optane disabled.)
    Graphics card(s)
    Intel UHD Graphics 620
    Sound Card
    Internal
    Monitor(s) Displays
    Dell Monitor 22"
    Screen Resolution
    1920x1080
    Hard Drives
    Crucial CT1000BX500SSD1 ; 1000,2 GB
    PSU
    Power Brick
    Case
    All-in one
    Keyboard
    Dell Wireless KM636
    Mouse
    Dell Wireless KM 636
    Internet Speed
    4G
    Browser
    Edge, Chrome
    Antivirus
    Malwarebytes
    Other Info
    Upgraded from Windows 10 Home to Windows 11 Home on 28 Oct 2023
Main PC updated, after 2 reboots all installed. So far, no issues to report other than this random crap appearing:

1760507332988.webp

Clicking on Sign in results in an error, but randomly this error will not appear
 

My Computers

System One System Two

  • OS
    Windows 11 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom Built
    CPU
    Intel i9 14900KF
    Motherboard
    ASUS Z790 ProArt Creator WiFi
    Memory
    64GB Corsair Vengeance RGB
    Graphics Card(s)
    MSI 4090 Suprim X
    Sound Card
    Onboard
    Monitor(s) Displays
    1 x Asus 24". 1 x Asus 32"
    Screen Resolution
    1920 x 1080 & 2560 x 1440
    Hard Drives
    Multiple
    PSU
    Corsair 1200HX
    Case
    Corsair 7000D RGB
    Cooling
    Corsair H150I Capellix XT
    Keyboard
    Corsair K70 RGB PRO
    Mouse
    Corsair M55 RGB Pro
    Internet Speed
    1000Mbps
    Browser
    Edge
    Antivirus
    Windows Default
  • Operating System
    Windows 11 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom Built
    CPU
    Intel i7 6800K
    Motherboard
    ASUS Z99 Deluxe
    Memory
    32GB DDR4 (Corsair)
    Graphics card(s)
    ASUS GTX 1080ti
    Sound Card
    Onboard
    Monitor(s) Displays
    1x Viewsonic 24" 1x LG 19"
    Screen Resolution
    1920 x 1080 & 1600 x 900
    Hard Drives
    3 x SATA SSD
    PSU
    650W Gigabyte Bronze
    Case
    Coolermaster HAF-X
    Cooling
    Noctua NH-15 Chroma black
    Keyboard
    Generic RGB
    Mouse
    Microsoft Basic
    Internet Speed
    1000Mbps
    Browser
    Edge
    Antivirus
    Windows Default
Back on 25H2! Feels good! 0 issues.

1760508657887.webp
 

My Computer

System One

  • OS
    Windows 11 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    N/A
    CPU
    AMD 9950X3d2
    Motherboard
    Asus x870E Extreme
    Memory
    64GB Corsair vengeance DDR5 (6000 MHz) CL30
    Graphics Card(s)
    AMD 9070XT
    Sound Card
    Realtek
    Monitor(s) Displays
    N/A
    Screen Resolution
    1440p
    PSU
    Thermaltake 1200w
    Case
    Asus View 71 TG RGB
    Cooling
    Custom Cooling loop With an Alphacool 13339 VPP Apex Pump and EK Quantum surface radiator
    Internet Speed
    Xfinity 2300 mbps
    Antivirus
    Norton
I upgraded to the latest version by performing a repair update. Later, when creating an image from Macrium, I saw the recovery partition was red and added 1gb to it. dism and sfc no error.

(Google Translate)
 

My Computer

System One

  • OS
    Windows 11 Home - 26200.8246 - 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei Matebook D15 Ryzen 5500U 8GB / 512 SSD, Windows 11 Home Single Language
    CPU
    Ryzen 5500U
    Keyboard
    Logitech K380, G15
    Mouse
    Logi m350, Everest SM-620, Logitech G9, Lecoo WS210
    Browser
    Chrome (Desktop), Vivaldi (Mobile)
    Antivirus
    Windows Security, (Alternative Eset)
screenshot-2025-10-15-175844-webp.149011


This is a weird quirk after latest update, Time Zone has been set to automatic since I purchased this PC 4+ years ago, Now even though my region is correct, windows thinks I'm in Australia 😂 Had to change the setting manually
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Alienware Aurora R10
    CPU
    AMD Ryzen 5900X
    Motherboard
    Alienware 0TYR0X
    Memory
    32GB DDR 3466Mhz
    Graphics Card(s)
    NVIDIA GeForce RTX 3080
    Sound Card
    RealTek ALC899
    Monitor(s) Displays
    Alienware AW3420DW
    Screen Resolution
    3440x1440
    Hard Drives
    KIOXIA KXG60PNV2T04 NVMe 2TB
    Crucial CT2000MX500SSD1 2TB
    Crucial CT4000MX500SSD1 4TB
    Western Digital WDC WD60EDAZ-11U78B0 6TB
    PSU
    1000w
    Case
    Aurora R10
    Cooling
    Liquid AIO
    Keyboard
    NuPhy Air96
    Mouse
    LogiTech MX Master 3S
    Internet Speed
    900 Mbps
    Browser
    Firefox
    Antivirus
    Microsoft Defender and Malwarebytes Antimalware Premium
    Other Info
    Speakers LogiTech Z-5500 5.1
    Epson ET-8500 Inkjet
    Brother MFC-L3770CDW Colour Laser/Scanner
Smooth install on Dell desktop.

Got new Start screen.
 

My Computers

System One System Two

  • OS
    windows 11 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 3060
    CPU
    I5-8500
    Motherboard
    Dell
    Memory
    8GB
    Monitor(s) Displays
    2 x Dell 24 inch
    Screen Resolution
    2560 x 1440
    Hard Drives
    250GB NVMe SSD, 2x 250 GB SSD
    PSU
    Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz 3.00 GHz
    Mouse
    Logitech M310t
    Internet Speed
    100/20
    Browser
    Edge
    Antivirus
    Win Defender
  • Operating System
    Win 11 25H2
    Computer type
    Laptop
    Manufacturer/Model
    HP Elitebook 840 G3
    CPU
    I5-6300U
    Memory
    8GB
    Graphics card(s)
    FHD
    Hard Drives
    256 SSD
    Internet Speed
    100/20
    Browser
    Edge
Hi everyone, KB5066835 and error 0x800f0983 me too. Tried EVERYTHING. Installed it without any problems on all Windows 11 24H2/25H2, but fails on two differents Windows Server 2025, with a complete different hardware ! When I write i tried everything I mean everything...I cleaned Windows Update folder, run all DISM commands,

Dism.exe /online /Cleanup-Image /CHECKHEALTH
Dism.exe /online /Cleanup-Image /ANALYZECOMPONENTSTORE
Dism.exe /online /Cleanup-Image /scanhealth
Dism.exe /online /Cleanup-Image /restorehealth
Dism.exe /online /Cleanup-Image /StartComponentCleanup
Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
Dism.exe /online /Cleanup-Image /SPSuperseded

sfc /scannow, checked filesystem, etc. etc.

Hope Microsoft will handle this problem soon enough !
 

My Computer

System One

  • OS
    Windows 10 / Windows 11 / Windows Server
    Computer type
    PC/Desktop
I have another issue, all my pcs on my local network that are on 25H2 after this update they no longer show under Network in File Explorer, all PCs with 24H2 show. Can ping all the computers, and the network is working its just a problem in File Explorer.
 

My Computers

System One System Two

  • OS
    Windows 11 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom Built
    CPU
    Intel i9 14900KF
    Motherboard
    ASUS Z790 ProArt Creator WiFi
    Memory
    64GB Corsair Vengeance RGB
    Graphics Card(s)
    MSI 4090 Suprim X
    Sound Card
    Onboard
    Monitor(s) Displays
    1 x Asus 24". 1 x Asus 32"
    Screen Resolution
    1920 x 1080 & 2560 x 1440
    Hard Drives
    Multiple
    PSU
    Corsair 1200HX
    Case
    Corsair 7000D RGB
    Cooling
    Corsair H150I Capellix XT
    Keyboard
    Corsair K70 RGB PRO
    Mouse
    Corsair M55 RGB Pro
    Internet Speed
    1000Mbps
    Browser
    Edge
    Antivirus
    Windows Default
  • Operating System
    Windows 11 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom Built
    CPU
    Intel i7 6800K
    Motherboard
    ASUS Z99 Deluxe
    Memory
    32GB DDR4 (Corsair)
    Graphics card(s)
    ASUS GTX 1080ti
    Sound Card
    Onboard
    Monitor(s) Displays
    1x Viewsonic 24" 1x LG 19"
    Screen Resolution
    1920 x 1080 & 1600 x 900
    Hard Drives
    3 x SATA SSD
    PSU
    650W Gigabyte Bronze
    Case
    Coolermaster HAF-X
    Cooling
    Noctua NH-15 Chroma black
    Keyboard
    Generic RGB
    Mouse
    Microsoft Basic
    Internet Speed
    1000Mbps
    Browser
    Edge
    Antivirus
    Windows Default
@Ghot & @uncyler825 After disabling Start 11 I tested the reg patch for the New 25H2 Start Menu and it works great. Also 1 installation of 5 updated successfully. :-)
I prefer to use vivetool - easier to keep track and reverse change if required.
 

My Computer

System One

  • OS
    Windows 11 Pro + Win11 Canary VM.
    Computer type
    Laptop
    Manufacturer/Model
    ASUS Zenbook 14
    CPU
    I9 13th gen i9-13900H 2.60 GHZ
    Motherboard
    Yep, Laptop has one.
    Memory
    16 GB soldered
    Graphics Card(s)
    Integrated Intel Iris XE
    Sound Card
    Realtek built in
    Monitor(s) Displays
    laptop OLED screen
    Screen Resolution
    2880x1800 touchscreen
    Hard Drives
    1 TB NVME SSD (only weakness is only one slot)
    PSU
    Internal + 65W thunderbolt USB4 charger
    Case
    Yep, got one
    Cooling
    Stella Artois (UK pint cans - 568 ml) - extra cost.
    Keyboard
    Built in UK keybd
    Mouse
    Bluetooth , wireless dongled, wired
    Internet Speed
    900 mbs (ethernet), wifi 6 typical 350-450 mb/s both up and down
    Browser
    Edge
    Antivirus
    Defender
    Other Info
    TPM 2.0, 2xUSB4 thunderbolt, 1xUsb3 (usb a), 1xUsb-c, hdmi out, 3.5 mm audio out/in combo, ASUS backlit trackpad (inc. switchable number pad)

    Macrium Reflect Home V8
    Office 365 Family (6 users each 1TB onedrive space)
    Hyper-V (a vm runs almost as fast as my older laptop)
Hi everyone, KB5066835 and error 0x800f0983 me too. Tried EVERYTHING. Installed it without any problems on all Windows 11 24H2/25H2, but fails on two differents Windows Server 2025, with a complete different hardware ! When I write i tried everything I mean everything...I cleaned Windows Update folder, run all DISM commands,
..
hello, same issue on one machine whilst other machines update correctly
 

My Computers

System One System Two

  • OS
    Windows 10&11
  • Operating System
    Windows11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo
    CPU
    I5-9500T
    Memory
    16
    Graphics card(s)
    Integrated
hello, same issue on one machine whilst other machines update correctly
Glad to hear that I'm not alone...of corse I'm sorry for you. Hope Microsoft will give us soon some news about it or some kind of fix, because I can't and I don't want to fix reinstalling Windows. For now I installed the previous update, that of the last month, the Preview One, now both servers are 26100.6725 -
p.s. sorry for my poor english guys, I'm trying to do my best without using a translator ! :)
 

My Computer

System One

  • OS
    Windows 10 / Windows 11 / Windows Server
    Computer type
    PC/Desktop
Finally got this to install but in the end it took a repair install to get it which was the slowest install I can remember.
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2 26200.8457
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home built
    CPU
    Ryzen 5 7600
    Motherboard
    Gigabyte B650M Aorus Elite AX Ice
    Memory
    32 Gb DDR5 6000Hz Corsair Vengeance
    Graphics Card(s)
    Sapphire Pulse RX 7600
    Sound Card
    Internal Realtek
    Monitor(s) Displays
    Samsung 32" Odyssey G5 G50D QHD
    Screen Resolution
    2560 x 1440
    Hard Drives
    WD Black SN 770 1Tb; SanDisk SDSSDA240G ; Seagate 2Tb HDD
    PSU
    MSI MAG A750GL
    Case
    Enermax Marbleshell MS21
    Cooling
    Thermaltake Peerless Assassin 120 White ARGB, 3 x 120 intake, 1 x 120 exhaust
    Keyboard
    Aukey KM-G12
    Mouse
    Razer Basilisk v3 Pro 35K
    Internet Speed
    1 Gb/s up & 800 Mb/s down
    Browser
    Brave / Edge
    Antivirus
    Windows / Malwarebytes
I remember it was 190 MB before 6899 update. Is there a way to remove it?

Screenshot 2025-10-15 125254.webp
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    CPU
    Intel Core i5 12th generation
    Motherboard
    GIGABYTE
    Memory
    16GB
    PSU
    750W
Total failure on laptop Install error - 0x800f0983. Took it back to 5 days ado and the same.
 

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Chilblast Photoe editer
    CPU
    AMD Ryzen 9 3900X 12-
    Motherboard
    AMD AM4 ATX
    Memory
    32
    Graphics Card(s)
    RTX 470
    Monitor(s) Displays
    Benq SW240 Dell U213
    Screen Resolution
    1920X1200
    Hard Drives
    1 Tb SSD 2 Tb SSD 2Tb Hdd
    Mouse
    logi
    Internet Speed
    500 up and down
    Browser
    Firefox
    Antivirus
    Bitdefender Total Security
  • Computer type
    Laptop
    Manufacturer/Model
    XPS 14 9440
    Browser
    Firefox
    Antivirus
    Bitdefender Total
Here is how I solved the 0x800f0922 problem:

TL;DR (but read the full explanation below, to make sure you have the same problem that I encountered):
(1) go to HKLM/software/microsoft/windows/currentversion/winevt/channels, and delete "Microsoft-Windows-Store/Operational". Might be a good idea to save/export the key first, so you have a backup.
(2) go to HKLM/software/microsoft/windows/currentversion/winevt/channels/publishers and delete "{53e3d721-2aa0-4743-b2db-299d872b8e3d}".
(3) Reboot and retry the update.

Explanation: in C:\Windows\Logs\CBS\CBS.log, I saw an error message about a log being "declared by an existing provider" (search for that string in CBS.log), and that log was "Microsoft-Windows-Store/Operational". The GUID from #2 is from the corresponding error message.

After deleting both keys, the 0x800f0922 error was gone, and the log was re-created correctly (so I don't expect any subsequent problems from deleting those registry keys, because the log is now working correctly).

If you see similar errors, but for a different log, just modify steps #1 and #2 for the respective log names and GUID.

Hope this can help somebody :-)

- Uwe
 
Last edited:

My Computer

System One

  • OS
    Windows 11
Here is how I solved the 0x800f0922 problem:

TL;DR (but read the full explanation below, to make sure you have the same problem that I encountered):
(1) go to HKLM/software/microsoft/windows/currentversion/winevt/channels, and delete "Microsoft-Windows-Store/Operational".
(2) go to HKLM/software/microsoft/windows/currentversion/winevt/channels/publishers and delete "{53e3d721-2aa0-4743-b2db-299d872b8e3d}".

Explanation: in C:\Windows\Logs\CBS\CBS.log, I saw an error message about a log being "declared by an existing provider" (search for that string in CBS.log), and that log was "Microsoft-Windows-Store/Operational". The GUID from #2 is from the corresponding error message.

After deleting both keys, the 0x800f0922 error was gone, and the log was re-created correctly (so I don't expect any subsequent problems from deleting those registry keys, because the log is now working correctly).

If you see similar errors, but for a different log, just modify steps #1 and #2 for the respective log names and GUID.

Hope this can help somebody :-)

- Uwe
Trying just now to repeat the update install (I saved the two deleted regkeys exporting them for safe). When I finish I'll give a feedback ! Thank you very much !
 

My Computer

System One

  • OS
    Windows 10 / Windows 11 / Windows Server
    Computer type
    PC/Desktop
I upgraded to the latest version by performing a repair update. Later, when creating an image from Macrium, I saw the recovery partition was red and added 1gb to it. dism and sfc no error.

(Google Translate)

How big is your Recovery Partition? I already have 3GB...
 

My Computer

System One

  • OS
    Windows 11
Regrettably nothing comes up for "declared by an existing provider" so doing a repair install now
 
Last edited:

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Chilblast Photoe editer
    CPU
    AMD Ryzen 9 3900X 12-
    Motherboard
    AMD AM4 ATX
    Memory
    32
    Graphics Card(s)
    RTX 470
    Monitor(s) Displays
    Benq SW240 Dell U213
    Screen Resolution
    1920X1200
    Hard Drives
    1 Tb SSD 2 Tb SSD 2Tb Hdd
    Mouse
    logi
    Internet Speed
    500 up and down
    Browser
    Firefox
    Antivirus
    Bitdefender Total Security
  • Computer type
    Laptop
    Manufacturer/Model
    XPS 14 9440
    Browser
    Firefox
    Antivirus
    Bitdefender Total
Trying just now to repeat the update install (I saved the two deleted regkeys exporting them for safe).
That's a good idea to save the old key. I added this to my instructions.

BTW, I forgot to mention that I restarted after the registry edits, before I retried the update successfully.
 

My Computer

System One

  • OS
    Windows 11
there's a bug in the advanced startup screen of the 6899.

I tried it, and the Bluetooth mouse worked in the advanced startup screen on all versions except the 6899. Only in the 6899 version does the mouse not work on that screen, and then it does when I boot from USB (macrium mouse working no problem )

I didn't feel lazy and did a clean install from USB to try it out. While there were no issues with the recovery menu before the 6899, the issue reappeared with the 6899 update.

a819bd5ebc5bd9d5bc3bf4d57778d70c.png
 

My Computer

System One

  • OS
    Windows 11 Home - 26200.8246 - 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei Matebook D15 Ryzen 5500U 8GB / 512 SSD, Windows 11 Home Single Language
    CPU
    Ryzen 5500U
    Keyboard
    Logitech K380, G15
    Mouse
    Logi m350, Everest SM-620, Logitech G9, Lecoo WS210
    Browser
    Chrome (Desktop), Vivaldi (Mobile)
    Antivirus
    Windows Security, (Alternative Eset)

Latest Support Threads

Back
Top Bottom