Win Update KB5063878 Windows 11 Cumulative Update build 26100.4946 (24H2) - Aug. 12


UPDATE 8/29:


 Microsoft Support:

August 12, 2025 - KB5063878 (OS Build 26100.4946)​

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.

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 an consumer user, see Get updates for apps and games in Microsoft Store.


Highlights

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

Improvements

This security update contains fixes and quality improvements from KB5062660 (released July 22, 2025). The following summary outlines key issues addressed by the KB update after you install it. Also, included are available new features. The bold text within the brackets indicates the item or area of the change.
  • [Authentication] Fixed: This update addresses an issue that caused delays during sign-in on new devices. The delay was due to certain preinstalled packages.
If you installed earlier updates, your device downloads and installs only the new updates contained in this package.

For more information about security vulnerabilities, please refer to the Security Update Guide website and the August 2025 Security Updates.

AI Components

This release updates the following AI components:

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

Windows 11 servicing stack update (KB5065381)- 26100.4933​

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 Error events are logged for CertificateServicesClient

Symptoms

After installing the July 2025 Windows non-security preview update (KB5062600) or a later update, including the August 2025 Windows security update, you might see the following error in Event Viewer related to CertificateServicesClient (CertEnroll):

The "Microsoft Pluton Cryptographic Provider" provider was not loaded because initialization failed.

This event appears with Error ID 57 and is logged every time the device restarts. It does not indicate a problem with any active Windows component. The event is related to a feature that is currently in development.

There is no impact to Windows functionality, and no action is required.

Workaround

This issue is addressed in KB5064081.

2 Install error with error code 0x80240069

Symptoms

The August 2025 security update (KB5063878) might fail to install with error code 0x80240069 when deployed through Windows Server Update Services (WSUS). WSUS enables servers with the WSUS role to defer, selectively approve, and schedule updates for specific devices or groups across an organization.

This issue is unlikely to affect home users, as WSUS is intended for use in business and enterprise environments.

Workaround

The issue affecting the Windows Update service for devices managed through Windows Server Update Services (WSUS) has been resolved. If you experienced this problem, refresh, and re-sync with WSUS to install this update.

A Group Policy had previously been released using Known Issue Rollback (KIR) to work around this issue. If you installed the special Group Policy, you could find it in Group Policy Management Editor under: Computer Configuration > Administrative Templates > Windows 11 24H2 and Windows Server 2025 KB5063878 250814_00551 Known Issue Rollback

Organizations no longer need to install and configure this Group Policy to address this issue.

3 Network Device Interface streaming performance issue

Symptoms

After installing the August 2025 Windows security update (KB5063878), you might experience delays or uneven audio and video performance when using Network Device Interface (NDI) to stream or transfer feeds between PCs.

This issue affects streaming apps such as OBS Studio (Open Broadcaster Software) and NDI Tools, especially when Display Capture is enabled on the source PC. The problem can even occur under low-bandwidth conditions.

Workaround

This issue is addressed in KB5065426.

4 Unexpected User Account Control (UAC) prompt when doing MSI repair operations

Symptoms

A security improvement was included in the August 2025 Windows security update and later updates to enforce the requirement that User Account Control (UAC) prompt for administrator credentials when performing Windows Installer (MSI) repair and related operations. This improvement addressed security vulnerability CVE-2025-50173.

After installing the update, standard users might see a User Account Control (UAC) prompt in several scenarios.
  • Running MSI repair commands (such as msiexec /fu).
  • Opening Autodesk apps, including some versions of AutoCAD, Civil 3D and Inventor CAM, or when installing an MSI file after a user signs into the app for the first time.
  • Installing apps that configure per user.
  • Running Windows Installer during Active Setup.
  • Deploying packages through Manager Configuration Manager (ConfigMgr) that rely on user-specific "advertising" configurations.
  • Enabling Secure Desktop.
If a non-admin user runs an app that initiates an MSI repair operation without displaying UI, it will fail with an error message. For example, installing and running Office Professional Plus 2010 as a standard user will fail with Error 1730 during the configuration process.

Workaround

This issue is addressed in KB5065426.

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 KB5063878 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-KB5063878-x64.msu

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

Add-WindowsPackage -Online -PackagePath "c:\packages\Windows11.0-KB5063878-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-KB5063878-x64.msu

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

Add-WindowsPackage -Path "c:\offline" -PackagePath "Windows11.0-KB5063878-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-kb5063878-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 5063878.

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


 Source:



Check Windows Updates


UUP Dump:

64-bit ISO download:

ARM64 ISO download:

 
Last edited:
I have a fairly brisk Internet connection.
I too have a quick Internet connection but for some reason large downloads like this seem to take a long time to download via Windows update. If I download it from the Update Catalog then I can download in under 30 seconds.

Windows has the ability to download updates from other computers on the network but this never ever seems to happen for me. Even after installing an update on multiple machines, I see no speed improvement when I then update additional systems. Anyone know of any tricks to make this work?

Image1.webp

So, what I typically like to do is DL using the catalog, then run the update manually with a /quiet switch. That way it will automatically reboot as soon as it is done installing and I can go about my day ASAP.
 

My Computers

System One System Two

  • OS
    Win11 Pro 25H2 (RTM+)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acemagic
    CPU
    Intel i7-14650HX
    Memory
    32 GB
    Graphics Card(s)
    No GPU - Built-in Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    Varies as machine will often be moved to locations with different monitors
    Screen Resolution
    Varies
    Hard Drives
    1 x 1TB Gen 4 NVMe SSD
    PSU
    120W Power Brick
    Keyboard
    Corsair K70 Max RGB Magnetic Keyboard
    Mouse
    Logitech MX Master 3
    Internet Speed
    1Gb Up / 1 Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
  • Operating System
    Win11 Pro 25H2 (RTM+)
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkBook 13x Gen 2
    CPU
    Intel i7-1255U
    Memory
    16 GB
    Graphics card(s)
    Intel Iris Xe Graphics
    Sound Card
    Realtek® ALC3306-CG codec
    Monitor(s) Displays
    13.3-inch IPS Display
    Screen Resolution
    WQXGA (2560 x 1600)
    Hard Drives
    2 TB 4 x 4 NVMe SSD
    PSU
    USB-C / Thunderbolt 4 Power / Charging
    Keyboard
    Backlit, spill resistant keyboard
    Mouse
    Buttonless Glass Precision Touchpad
    Internet Speed
    1Gb Up / 1Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    WiFi 6e / Bluetooth 5.1 / Facial Recognition / Fingerprint Sensor / ToF (Time of Flight) Human Presence Sensor
Windows11.0-KB5064081-x64.msu Windows 11, version 24H2 (26100.5061) is out!

 

My Computer

System One

  • OS
    Windows 11, version 25H2 (26200)
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 9 9950X 16-Core Processor
    Motherboard
    ASRock B650M PG Riptide
    Memory
    DDR5-6000 (CL36) 64.0 GB
    Graphics Card(s)
    NVIDIA GeForce RTX 4090
    PSU
    1200W
    Case
    Phanteks Enthoo Pro 2
    Cooling
    Noctua NH-D12L

My Computers

System One System Two

  • OS
    Win 11 Pro (25H2 RP)
    Computer type
    Laptop
    Manufacturer/Model
    Acer AN515-54
    CPU
    Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz 2.40 GHz
    Memory
    32GB
    Graphics Card(s)
    Nvidia GeForce GTX 1650, Intel UHD 630
    Monitor(s) Displays
    Acer CB272D
    Screen Resolution
    1920x1080
    Hard Drives
    256GB and 1T SSD
    Internet Speed
    500MB
    Browser
    Edge (Stable)
    Antivirus
    Microsoft Defender
  • Operating System
    Win 11 Pro (RP)
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo Legion 5 16IAX10 - Type 83NX
    CPU
    Intel(R) Core(TM) Ultra 9 275HX (2.70 GHz)
    Memory
    32GB DDR5-5600
    Graphics card(s)
    NVIDIA® GeForce RTX™ 5060 8GB
    Monitor(s) Displays
    Acer CB272D
    Screen Resolution
    1920x1080 75Hz
    Hard Drives
    WD Green SN3000 (2TB)
    Samsung Portable T5 (2TB)
    Keyboard
    Logi MX Keys
    Mouse
    Logi MX Anywhere 3
    Internet Speed
    500MB
    Browser
    Edge
    Antivirus
    MS Defender
Created an iso of this version. here is the result.
Desktop:

1755204322110.webp

Resource usage:

1755204242130.webp

ISO size:

1755204276823.webp
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei MateBook D15
    CPU
    Ryzen 5 3500U
    Memory
    8GB
    Graphics Card(s)
    Vega 8
    Screen Resolution
    FHD
    Hard Drives
    256GB Samsung SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    ESET Smart Security Premium
  • Operating System
    Windows 10 Enterprise LTSC 21H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GS73 6RF Stealth Pro
    CPU
    intel core i7 6700HQ
    Memory
    16GB
    Graphics card(s)
    Nvidia Geforce GTX1060 (6GB)
    Screen Resolution
    FHD
    Hard Drives
    128GB SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
Just an FYI copy and paste:

Microsoft’s latest Windows 11 update, KB5063878, released in August, is causing significant installation issues for some users. The update package is generating various error codes during installation, affecting both individual users and IT administrators in corporate environments.

Users are encountering error codes like 0x80240069, 0x80240031, and 0x800f0922. This mandatory update introduces new features, including Quick Machine Recovery, which allows IT administrators to remotely diagnose and reboot computers.

Temporary Fixes Available

According to reports, the update is failing on both new and previously updated systems. The issue is especially prevalent in corporate environments that use Windows Server Update Services (WSUS) for updates. Microsoft has acknowledged the problem and added it to its list of “known issues.”

As a temporary solution, Microsoft is recommending the Known Issue Rollback method to revert the problematic update. Other suggested alternatives include making changes to the Windows Registry or running PowerShell commands. For users who prefer not to wait, the update can also be manually installed via the Microsoft Update Catalog.

Microsoft is currently working on a permanent fix. In the meantime, users are advised to either apply one of the temporary solutions or manually install the update to avoid system issues.
 

My Computers

System One System Two

  • OS
    Windows 11 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Alienware 18 Area-51
    CPU
    Intel Core Ultra 9 275HX (24-Core)
    Motherboard
    Alienware
    Memory
    64GB DDR5 6400MT/s
    Graphics Card(s)
    NVIDIA GeForce RTX 5080 and Intel UHD Graphics
    Sound Card
    Onboard, Realtek high-performance Audio chips (ALC3329 & ALC1708))
    Monitor(s) Displays
    300HZ 18-inch QHD 500 nit Comfort View+
    Screen Resolution
    2560 x 1600
    Hard Drives
    2TB NVMe M.2 PCIe Gen 5 SSD
    Case
    Magnesium Alloy
    Cooling
    Advanced Cryo-Tech Quad-Fan Cooling system & large vapor chamber
    Keyboard
    Cherry MX ultra low profile mechanical keyboard with per key AlienFX RGB lighting
    Mouse
    Logitech MX Master 4
    Browser
    Vivaldi (main), Firefox, Chrome, Edge
    Antivirus
    MS Defender and Malwarebytes Free
  • Operating System
    Windows 11 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Laptop 7
    CPU
    Qualcomm Snapdragon X Elite (12 Core) ARM based CPU
    Motherboard
    Microsoft Corp.
    Memory
    16GB LPDDR5
    Graphics card(s)
    Qualcomm Adreno X1-85
    Sound Card
    Omnisonic speakers with Dolby Atmos spatial sound
    Monitor(s) Displays
    120 Hz 13.8-inch 600 nit PixelSense Flow touchscreen
    Screen Resolution
    2304x1536
    Hard Drives
    1TB NVMe Gen 4 SSD
    Case
    Anodized Aluminum
    Cooling
    Traditional active cooling fan system
    Keyboard
    Mechanical QWERTY, backlit when in use
    Mouse
    Logitech MX Master 4 and Surface Arc Mouse
    Browser
    Vivaldi (main), Firefox, Chrome, Edge
    Antivirus
    MS Defender and Malwarebytes Free

My Computer

System One

  • OS
    Windows 11 Pro 25H2 (RP channel)
    Computer type
    PC/Desktop
    Manufacturer/Model
    MSI
    CPU
    AMD Ryzen 7 9800X3D 8-core
    Motherboard
    MEG X870E Godlike
    Memory
    64GB Corsair Titanium 6000/CL30
    Graphics Card(s)
    MSI Suprim 5080 SOC
    Sound Card
    Soundblaster AE-9
    Monitor(s) Displays
    ASUS TUF Gaming VG289Q
    Screen Resolution
    3840x2160
    Hard Drives
    Samsung 9100 Pro 4TB (gen 5 x4, system drive/games)
    Samsung 990 Pro 2TB
    Samsung 980 Pro 2TB
    Samsung 870 Evo 4TB
    Samsung 870 Evo 2TB
    Samsung T9 4TB
    PSU
    Seasonic PX-2200
    Case
    Bequiet! Dark Base Pro 901
    Cooling
    Noctua NH-D15S Chromax black
    Keyboard
    Logitech G915 X (wired)
    Mouse
    Logitech G903 with PowerPlay charger
    Internet Speed
    900Mb/sec
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
@RJARRRPCGP

You have always been quoting and pointing the "wrong user" - the respondent ! The right user - the correspondent - is me :-).

And my Kingston NVME SSD SNV25500G is absolutely healthy and with 368GB freespace it is neither heavily loaded as you surmise. For more than 4 hours the install stalled at 10 % and then suddenly jumped to 80% , continued and finished successfully. Find some other reason for the abnormally long - four hours and thirty minutes - install time taken by the Cumulative update :-) .

15-08-2025 09-59-55.webp

15-08-2025 11-23-19.webp
 
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
Update 4946 seems to have turned off the ability to search ones hard drives to import my Router settings backup file.

I have just re set the router ,as suggested by Asus, after updating the latest firmware for GT BE98 router.

I assume this would also have affected other software settings backups I have .

The recovery attempt was not able to proceed to search my drives to import my router settings backup file, and so failed.

I had to manually add all SSIDs etc .

Eventually found the Windows 11 Settings adjustment had been turned off , to allow drive searches for backup imports,
I assume this update caused the problem, as it was ok before .
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25 H2 / Windows 3.11 Emulator
    Computer type
    PC/Desktop
    Manufacturer/Model
    Self build Dec 2023
    CPU
    Pentium I9 14900K
    Motherboard
    Asus Rog Z790 E Wifi 7
    Memory
    64 GB Corsair Dominator DDR5
    Graphics Card(s)
    Sapphire Radeon Pure RX 9060 XT , 16 GB , ARGB Lighting ,.
    Sound Card
    Realtek Codec ALC 4080 internal + Creative Soundblaster X3 External , when former sometimes a problem
    Monitor(s) Displays
    32" Toshiba PC / TV , Corsair Xeneon Edge 14.5" screen Res : 2560 x 720
    Screen Resolution
    2560 x 1440
    Hard Drives
    4 x Corsair MP 600 Pro 500GB M2 drives ( Main ), + Samsung M2 USB 500GB +Corsair M2 1TB Ext USB+ Hitachi Sata Drive 1TB , 2 x DVD-RW
    PSU
    Corsair 1000 w
    Case
    NZXT Phantom 240 , 5 fans built in system
    Cooling
    Silentium PC Spartan 5 Max
    Keyboard
    Seenda Luminous
    Mouse
    1) Aston Martin DB9 Car , 2) McLaren Yellow P2 car , 3) Seenda Wireless
    Internet Speed
    950 mbps
    Browser
    Edge , Opera , Firefox , Brave, Samsung Browsers .
    Antivirus
    Norton 360 , 10 User
    Other Info
    Asus GT BE 98 Wifi 7 Router
    Pertelian X2040 ,
    Echo Show 8"
    Logitech Z906 5.1 speakers
    Aura Sync LED's Internal case lighting
  • Operating System
    Windows 11 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Go
    Memory
    8GB
    Hard Drives
    128 GB and 256 GB Micro SD
    Internet Speed
    950 mbps
Mind if I go on a little rant about the insane data volume of recent updates?
It's insane how much pointless data is being pushed around globally... I wonder what Microsoft’s greenwashing department has to say about that?

Windows 11, 24H2, x64 – roughly:
2025-01: 510 MB
2025-02: 620 MB
2025-03: 680 MB
2025-04: 780 MB
2025-05: 3.8 GB
2025-06: 2.4 GB
2025-07: 2.3 GB
2025-07: 2.5 GB

And I used to get annoyed that with Office retail versions, they shove a whole new massive release down your throat every month, instead of maintaining it through a lean update channel.
Meanwhile, they ramble on about checkpoint updates, push more and more into optional features, and advise against showing seconds in the taskbar for "performance reasons".
Anyone who’s ever launched Sysinternals Process Monitor can only laugh at that.

Are they even feeling anything over there in Redmond?
It’s always been bad – but who infiltrated Microsoft in recent years and is now wreaking havoc?

Cheers, Martin
 

My Computer

System One

  • OS
    Win11 22H2
advise against showing seconds in the taskbar for "performance reasons".
Actually, it claims power reasons, LOL. I don't know if it's possible to even see it use a watt more on modern CPUs.
Much less swamp a modern CPU.

I don't know if it even would make much of a difference on CPUs old enough to be deemed too old by Microsoft for 11, LOL.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro x64 24H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 9 5900X
    Motherboard
    ASRock B550 PG Velocita (UEFI-BIOS 3.90)
    Memory
    64 GB G.Skill RipJaws V F4-3200C16D-64GVK
    Graphics Card(s)
    ASRock Steel Legend Arc B580 12 GB
    Monitor(s) Displays
    Alienware AW3423DWF OLED ultrawide
    Hard Drives
    Samsung 990 Pro 1 TB NVMe SSD
    PSU
    eVGA Supernova 750 G3
    Case
    Corsair 275R
    Internet Speed
    VTel FTTH 1 Gb down and 1 Gb up
  • Computer type
    PC/Desktop
    CPU
    Ryzen 7 5800X3D
    Motherboard
    Asus ROG Strix B550-F Gaming (UEFI-BIOS version 3607)
    Memory
    32 GB (2x16 GB G.Skill TridentZ Neo)
    Graphics card(s)
    Sapphire Nitro+ Radeon RX 6750 XT
    Hard Drives
    Samsung 970 Pro 512 GB NVMe SSD
    PSU
    Corsair RM850x
    Case
    Fractal Focus G
any issues with the update that it causes?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel
    CPU
    7800x3D
    Motherboard
    MSI X690E TOMHAWK
    Memory
    KINGSTONE DDR5
    Graphics Card(s)
    ZOTAC 4090 AMP EXTREME
    Sound Card
    Creative SXFI AMP
    Monitor(s) Displays
    Samsung S90C
    Screen Resolution
    3840x2160
    Hard Drives
    Nmve WD850N 1TB
    SanDisk SDSSDXPS480G
    Samsung SSD 840 PRO Series 256Gb
    WDC Enterprise Gold 16TB 512MB
    WDC Enterprise Gold 6TB 256MB
    PSU
    ThermalTake ToughPower 1650
    Case
    Obsidian Series™ 750D Airflow Edition Full Tower ATX Case
    Cooling
    Arctic Liquid Freezer II 360
    Keyboard
    SteelSeries APEX PRO
    Mouse
    SwitPoint Z2
    Internet Speed
    5000/500
    Browser
    CHROME
    Antivirus
    ESET Internet Security
any issues with the update that it causes?
Hi x7007, I just updated a few minutes ago. It was nice and easy. I would say, extremely soft (despite all the noise about this particular update).

upd.webp

I would also like to say that, as a new user of W11 (one week), I find 24H2 running great. I haven't experienced anything painful as of yet. And again, I also read a lot of bad stuff about this particular version, but all has been well so far.

Bo
 

My Computer

System One

  • OS
    Windows11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
    Memory
    16GB
    Keyboard
    HP 310
    Mouse
    HP
    Browser
    Firefox
Hi x7007, I just updated a few minutes ago. It was nice and easy. I would say, extremely soft (despite all the noise about this particular update).

View attachment 142597

I would also like to say that, as a new user of W11 (one week), I find 24H2 running great. I haven't experienced anything painful as of yet. And again, I also read a lot of bad stuff about this particular version, but all has been well so far.

Bo
The problem is not that. 11 usually doesn't have Windows Update error codes, instead, it looks alright, but CBS keeps seeing something amiss with files.
If lucky, when that happens, CBS will report a bunch of files missing, when running dism /online /cleanup-image /restorehealth
Likely will report thousands of files missing, and you should see that, if looking very carefully in CBS. log. On both PCs, CBS reported 1,366 files missing, but I didn't delete those files! :lmao:
 

My Computers

System One System Two

  • OS
    Windows 11 Pro x64 24H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 9 5900X
    Motherboard
    ASRock B550 PG Velocita (UEFI-BIOS 3.90)
    Memory
    64 GB G.Skill RipJaws V F4-3200C16D-64GVK
    Graphics Card(s)
    ASRock Steel Legend Arc B580 12 GB
    Monitor(s) Displays
    Alienware AW3423DWF OLED ultrawide
    Hard Drives
    Samsung 990 Pro 1 TB NVMe SSD
    PSU
    eVGA Supernova 750 G3
    Case
    Corsair 275R
    Internet Speed
    VTel FTTH 1 Gb down and 1 Gb up
  • Computer type
    PC/Desktop
    CPU
    Ryzen 7 5800X3D
    Motherboard
    Asus ROG Strix B550-F Gaming (UEFI-BIOS version 3607)
    Memory
    32 GB (2x16 GB G.Skill TridentZ Neo)
    Graphics card(s)
    Sapphire Nitro+ Radeon RX 6750 XT
    Hard Drives
    Samsung 970 Pro 512 GB NVMe SSD
    PSU
    Corsair RM850x
    Case
    Fractal Focus G
HI RJ, that is why I quit opening Event viewer. But thanks, now I get what the noise is about.

Saludos

Bo
 

My Computer

System One

  • OS
    Windows11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
    Memory
    16GB
    Keyboard
    HP 310
    Mouse
    HP
    Browser
    Firefox
HI RJ, that is why I quit opening Event viewer.
Nothing to do with Event Viewer. I was talking about Component Based Servicing issues on Windows updates, where DISM checking fails with CBS errors.
You don't open up Event Viewer for that, you check the CBS log file, if you get a fail with dism /online /cleanup-image /scanhealth
Normally, you never get problems detected. It should say "No component store corruption detected."

CBS has been going bonkers with the last two patch-Tuesdays!

This is actually worse than the event log errors.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro x64 24H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 9 5900X
    Motherboard
    ASRock B550 PG Velocita (UEFI-BIOS 3.90)
    Memory
    64 GB G.Skill RipJaws V F4-3200C16D-64GVK
    Graphics Card(s)
    ASRock Steel Legend Arc B580 12 GB
    Monitor(s) Displays
    Alienware AW3423DWF OLED ultrawide
    Hard Drives
    Samsung 990 Pro 1 TB NVMe SSD
    PSU
    eVGA Supernova 750 G3
    Case
    Corsair 275R
    Internet Speed
    VTel FTTH 1 Gb down and 1 Gb up
  • Computer type
    PC/Desktop
    CPU
    Ryzen 7 5800X3D
    Motherboard
    Asus ROG Strix B550-F Gaming (UEFI-BIOS version 3607)
    Memory
    32 GB (2x16 GB G.Skill TridentZ Neo)
    Graphics card(s)
    Sapphire Nitro+ Radeon RX 6750 XT
    Hard Drives
    Samsung 970 Pro 512 GB NVMe SSD
    PSU
    Corsair RM850x
    Case
    Fractal Focus G
What's different about my system when I never have any errors with DISM or sfc?
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell XPS 16 DA16260
    CPU
    Intel Series 3 Core Ultra X9 388H
    Memory
    64GB LPDDR5x 9600 MT/s
    Graphics Card(s)
    Intel Arc graphics B390 Panther Lake
    Monitor(s) Displays
    16" 3.2K Tandem OLED Infinity Edge
    Screen Resolution
    3200 x 2000 16:10 236 PPI
    Hard Drives
    1 Terabyte M.2 PCIe NVMe SSD
    Case
    Black Anodized Aluminum
    Cooling
    Vapor Chamber Cooling
    Mouse
    None
    Internet Speed
    942 Mbps Netgear Mesh + 2 Satellites
    Browser
    Microsoft Edge (Chromium)
    Antivirus
    Windows Security (Defender)
    Other Info
    NPU delivering 67 TOPS
    Microsoft 365 subscription
    Microsoft OneDrive 1TB Cloud
    Microsoft Visual Studio
    Microsoft Visual Studio Code
    Microsoft Sysinternals Suite
    Microsoft BitLocker
    Microsoft Copilot
    Dell Support Assist
    Dell Command | Update
    Macrium Reflect X subscription
    1Password Password Manager
    Amazon Kindle for PC
    Lightroom/Photoshop subscription
    Interactive Brokers Trader Workstation
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Laptop 7
    CPU
    Snapdragon® X Elite (12 Core) with Hexagon NPU delivering 45 TOPS
    Memory
    32GB LPDDR5x 8448 MT/s
    Graphics card(s)
    Integrated Adreno GPU
    Sound Card
    Omnisonic speakers with Dolby Atmos spatial sound
    Monitor(s) Displays
    13.8″ PixelSense Flow touchscreen 120 Hz 600 NIT
    Screen Resolution
    2304 × 1536 (201 PPI), 3:2 aspect ratio
    Hard Drives
    1 TB PCIe NVMe Gen 4 SSD
    Case
    Black Anodized Aluminum
    Cooling
    Vapor Chamber Cooling
    Mouse
    None
    Internet Speed
    942 Mbps Netgear Mesh + 2 Satellites
    Browser
    Microsoft Edge (Chromium)
    Antivirus
    Windows Security (Defender)
    Other Info
    Microsoft 365 subscription (Office)
    Microsoft OneDrive 1TB Cloud
    Microsoft Visual Studio 2026
    Microsoft Visual Studio Code
    Interactive Brokers Trader Workstation
    Lightroom/Photoshop subscription
    1Password Password Manager
    Microsoft Sysinternals
    Amazon Kindle for PC
    Microsoft BitLocker
    Microsoft Copilot
What's different about my system when I never have any errors with DISM or sfc?
I don't know. It may be a case of DNS once again linking to servers having missing data. I seen this phenomenon before somewhere else.
So in some regions as a result, people get some missing files or similar.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro x64 24H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 9 5900X
    Motherboard
    ASRock B550 PG Velocita (UEFI-BIOS 3.90)
    Memory
    64 GB G.Skill RipJaws V F4-3200C16D-64GVK
    Graphics Card(s)
    ASRock Steel Legend Arc B580 12 GB
    Monitor(s) Displays
    Alienware AW3423DWF OLED ultrawide
    Hard Drives
    Samsung 990 Pro 1 TB NVMe SSD
    PSU
    eVGA Supernova 750 G3
    Case
    Corsair 275R
    Internet Speed
    VTel FTTH 1 Gb down and 1 Gb up
  • Computer type
    PC/Desktop
    CPU
    Ryzen 7 5800X3D
    Motherboard
    Asus ROG Strix B550-F Gaming (UEFI-BIOS version 3607)
    Memory
    32 GB (2x16 GB G.Skill TridentZ Neo)
    Graphics card(s)
    Sapphire Nitro+ Radeon RX 6750 XT
    Hard Drives
    Samsung 970 Pro 512 GB NVMe SSD
    PSU
    Corsair RM850x
    Case
    Fractal Focus G
The problem is not that. 11 usually doesn't have Windows Update error codes, instead, it looks alright, but CBS keeps seeing something amiss with files.
If lucky, when that happens, CBS will report a bunch of files missing, when running dism /online /cleanup-image /restorehealth
Likely will report thousands of files missing, and you should see that, if looking very carefully in CBS. log. On both PCs, CBS reported 1,366 files missing, but I didn't delete those files! :lmao:
I ran DISM on three of my four systems after the update, all had zero problems with the system image. SFC /SCANNOW also reported no problems found. Your experience is not universal.
 

My Computers

System One System Two

  • OS
    Win 11 Pro 25H2, Build 26200.8524
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home Brew
    CPU
    Intel Core i5 14500
    Motherboard
    Gigabyte B760M G P WIFI
    Memory
    64GB DDR4
    Graphics Card(s)
    GeForce RTX 4060
    Sound Card
    Chipset Realtek
    Monitor(s) Displays
    LG 45" Ultragear, Acer 24" 1080p
    Screen Resolution
    5120x1440, 1920x1080
    Hard Drives
    Crucial P310 2TB 2280 PCIe Gen4 3D NAND NVMe M.2 SSD (O/S)
    Silicon Power 2TB US75 NVMe PCIe Gen4 M.2 2280 SSD (backup)
    Crucial BX500 2TB 3D NAND (2nd backup)
    Seagate 4TB Ironwolf, rotating HDD archive files
    External off-line backup Drives: 2 NVMe 4TB drives in external enclosures
    PSU
    Thermaltake Toughpower GF3 750W
    Case
    LIAN LI LANCOOL 216 E-ATX PC Case
    Cooling
    Lots of fans!
    Keyboard
    Microsoft Comfort Curve 2000
    Mouse
    Logitech G305
    Internet Speed
    Verizon FiOS 1GB
    Browser
    Firefox
    Antivirus
    Malware Bytes & Windows Defender Security
  • Operating System
    Win 11 Pro 25H2, Build 26200.8524
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home Brew
    CPU
    Intel Core i5 14400
    Motherboard
    Gigabyte B760M DS3H AX
    Memory
    32GB DDR5
    Graphics card(s)
    Intel 700 Embedded GPU
    Sound Card
    Realtek Embedded
    Monitor(s) Displays
    27" HP 1080p
    Screen Resolution
    1920x1080
    Hard Drives
    Crucial P310 2TB 2280 PCIe Gen4 eD NAND PCIe SSD
    Samsung EVO 990 2TB NVMe Gen4 SSD
    Samsung 2TB SATA SSD
    PSU
    Thermaltake Smart BM3 650W
    Case
    Okinos Micro ATX Case
    Cooling
    Fans
    Keyboard
    Microsoft Comfort Curve 2000
    Mouse
    Logitech G305
    Internet Speed
    Verizon FiOS 1GB
    Browser
    Firefox
    Antivirus
    Malware Bytes & Windows Defender Security
I ran DISM on three of my four systems after the update, all had zero problems with the system image. SFC /SCANNOW also reported no problems found. Your experience is not universal.
I'm confused, too. Because it don't look like malware that's an infostealer, if there is even such thing these days!
No signs of being hacked, but CBS claimed it installed files that should have been installed there by Windows Update in the first place!

There were also news headlines many weeks ago about passwords being found in an unencrypted database and IIRC, claiming everyone's password on the internet was leaked! Another person said that wasn't true and that it was click bait.

That wasn't just click bait, if it was click bait, that would be rage bait!
 

My Computers

System One System Two

  • OS
    Windows 11 Pro x64 24H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 9 5900X
    Motherboard
    ASRock B550 PG Velocita (UEFI-BIOS 3.90)
    Memory
    64 GB G.Skill RipJaws V F4-3200C16D-64GVK
    Graphics Card(s)
    ASRock Steel Legend Arc B580 12 GB
    Monitor(s) Displays
    Alienware AW3423DWF OLED ultrawide
    Hard Drives
    Samsung 990 Pro 1 TB NVMe SSD
    PSU
    eVGA Supernova 750 G3
    Case
    Corsair 275R
    Internet Speed
    VTel FTTH 1 Gb down and 1 Gb up
  • Computer type
    PC/Desktop
    CPU
    Ryzen 7 5800X3D
    Motherboard
    Asus ROG Strix B550-F Gaming (UEFI-BIOS version 3607)
    Memory
    32 GB (2x16 GB G.Skill TridentZ Neo)
    Graphics card(s)
    Sapphire Nitro+ Radeon RX 6750 XT
    Hard Drives
    Samsung 970 Pro 512 GB NVMe SSD
    PSU
    Corsair RM850x
    Case
    Fractal Focus G
I'm confused, too. Because it don't look like malware that's an infostealer, if there is even such thing these days!
No signs of being hacked, but CBS claimed it installed files that should have been installed there by Windows Update in the first place!

There were also news headlines many weeks ago about passwords being found in an unencrypted database and IIRC, claiming everyone's password on the internet was leaked! Another person said that wasn't true and that it was click bait.

That wasn't just click bait, if it was click bait, that would be rage bait!
Well, something is amiss if you're getting all those errors after installing this update. I presume you did check before the update and all was well?
 

My Computers

System One System Two

  • OS
    Win 11 Pro 25H2, Build 26200.8524
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home Brew
    CPU
    Intel Core i5 14500
    Motherboard
    Gigabyte B760M G P WIFI
    Memory
    64GB DDR4
    Graphics Card(s)
    GeForce RTX 4060
    Sound Card
    Chipset Realtek
    Monitor(s) Displays
    LG 45" Ultragear, Acer 24" 1080p
    Screen Resolution
    5120x1440, 1920x1080
    Hard Drives
    Crucial P310 2TB 2280 PCIe Gen4 3D NAND NVMe M.2 SSD (O/S)
    Silicon Power 2TB US75 NVMe PCIe Gen4 M.2 2280 SSD (backup)
    Crucial BX500 2TB 3D NAND (2nd backup)
    Seagate 4TB Ironwolf, rotating HDD archive files
    External off-line backup Drives: 2 NVMe 4TB drives in external enclosures
    PSU
    Thermaltake Toughpower GF3 750W
    Case
    LIAN LI LANCOOL 216 E-ATX PC Case
    Cooling
    Lots of fans!
    Keyboard
    Microsoft Comfort Curve 2000
    Mouse
    Logitech G305
    Internet Speed
    Verizon FiOS 1GB
    Browser
    Firefox
    Antivirus
    Malware Bytes & Windows Defender Security
  • Operating System
    Win 11 Pro 25H2, Build 26200.8524
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home Brew
    CPU
    Intel Core i5 14400
    Motherboard
    Gigabyte B760M DS3H AX
    Memory
    32GB DDR5
    Graphics card(s)
    Intel 700 Embedded GPU
    Sound Card
    Realtek Embedded
    Monitor(s) Displays
    27" HP 1080p
    Screen Resolution
    1920x1080
    Hard Drives
    Crucial P310 2TB 2280 PCIe Gen4 eD NAND PCIe SSD
    Samsung EVO 990 2TB NVMe Gen4 SSD
    Samsung 2TB SATA SSD
    PSU
    Thermaltake Smart BM3 650W
    Case
    Okinos Micro ATX Case
    Cooling
    Fans
    Keyboard
    Microsoft Comfort Curve 2000
    Mouse
    Logitech G305
    Internet Speed
    Verizon FiOS 1GB
    Browser
    Firefox
    Antivirus
    Malware Bytes & Windows Defender Security

Latest Support Threads

Back
Top Bottom