I would try the recovery option first. Go to Settings > System > Recovery > Fix problems using widows update, then select Reinstall now.
Windows 11 Pro Updates failing beginning with KB5077181
Hello - I'm using Windows 11 Pro and am not able to successfully update beginning with Security Update KB5077181 on February 11, 2026. I sought online help a couple of weeks ago, but the update continues to fail. Would appreciate any help and/or advice to fix the problem, Thanks.
Windows for home | Windows 11 | Windows update
-
Neil D 32,415 Reputation points Volunteer Moderator
2026-03-04T22:03:28.7233333+00:00
-
Q&A Assist2026-02-27T20:36:58.35+00:00 AI generated content. This question contains an answer created with AI from Q&A Assist. Learn moreKB5077181 is the February 10, 2026 cumulative security update for Windows 11 versions 24H2 and 25H2. When this specific update repeatedly fails, the supported approaches in context are:
- Install KB5077181 manually via Microsoft Update Catalog
- Go to the Microsoft Update Catalog entry for KB5077181.
- Download the MSU package that matches the system (for example,
Windows11.0-KB5077181-x64.msu). - Create a folder such as
C:\Packagesand copy the downloaded MSU file(s) into it.
- Use DISM or PowerShell to install the package
From an elevated command prompt (Run as administrator):
- If installing directly on the running system:
Or from elevated PowerShell:DISM /Online /Add-Package /PackagePath:C:\Packages\Windows11.0-KB5077181-x64.msuAdd-WindowsPackage -Online -PackagePath "C:\Packages\Windows11.0-KB5077181-x64.msu"
wusa.exewith the MSU path. - If installing directly on the running system:
- If multiple MSU files are required
KB5077181 can come with prerequisite MSUs that must be installed in order. If using the individual‑file method, install them in the documented sequence, for example:
-
windows11.0-kb5043080-x64_... .msu -
windows11.0-kb5077181-x64_... .msu
-
- If update failures persist
- Use the Feedback Hub app to report the update failure (include the exact error code from Windows Update history).
- For additional interactive help, use the Get Help app in Windows or contact Microsoft Support.
These steps provide a clean, manual installation path that often resolves repeated Windows Update failures with a specific cumulative update like KB5077181.
References:
- Install KB5077181 manually via Microsoft Update Catalog