KB5077241 is a non-security preview cumulative update for Windows 11 versions 24H2 and 25H2 (OS builds 26200.7922 and 26100.7922). It is optional and not required for security, so the device can safely continue to run without it if installation fails.
For Insider/preview builds, the most reliable way to install this specific update is to use the Microsoft Update Catalog package and DISM, which also ensures any prerequisite MSU files are applied in the correct order.
Follow these steps for an x64 PC (most desktops) or arm64 if applicable:
- Download the update package(s)
- Open the Microsoft Update Catalog.
- Download all MSU files for KB5077241 that match the device architecture (x64 or arm64).
- Save them into a single folder, for example:
C:\Packages.
- Install using DISM (recommended)
- Open an elevated Command Prompt (Run as administrator).
- For x64 systems, run:
For arm64 systems, run:DISM /Online /Add-Package /PackagePath:C:\Packages\Windows11.0-KB5077241-x64.msuDISM /Online /Add-Package /PackagePath:C:\Packages\Windows11.0-KB5077241-arm64.msu - Wait for DISM to complete and then restart the PC if prompted.
(or theAdd-WindowsPackage -Online -PackagePath "C:\Packages\Windows11.0-KB5077241-x64.msu"arm64file as appropriate). - If installation still fails
- Ensure the latest combined Servicing Stack Update (SSU) + LCU is installed. KB5077241 already includes SSU KB5077371 (26100.7911), but if the servicing stack is damaged, general SSU guidance applies.
- If the system fails to boot or loops after attempting the update, recover using:
- Safe Mode, then install the latest SSU as described in the SSU FAQ; or
- Windows Recovery Environment (WinRE) and run:
then restart and install the latest SSU before retrying the update.DISM /image:C:\ /cleanup-image /revertpendingactions
- Optional: use Windows Update UI
If DISM succeeds or after repairing the servicing stack, open:
Start > Settings > Update & Security > Windows Updateand check under Optional updates available to install KB5077241 from Windows Update.
If the update continues to fail but the system is otherwise stable and up to date with security updates, it is acceptable to skip this preview build and wait for the next cumulative/security release.
References: