10thdimension
Active Member
- Joined
- Feb 12, 2026
- Messages
- 31
- Thread Author
- #21
[SOLVED] KB5077181 Failing at 78–79% — Full Start‑to‑Finish Fix GuideYour image metadata is exactly what we needed:
So yes — green light to proceed with the in-place repair upgrade (keep apps/files). This should replace/normalize the servicing baseline that KB5077181’s PSFX delta can’t hydrate on your current 26200.7623 install.
- x64
- Version 10.0.26200
- ServicePack Build 7840
Proceed (recommended checklist)
0) Quick prep (prevents avoidable failures)
1) Back up anything important (even though this is a “keep files/apps” upgrade).
2) Plug into AC power.
3) Ensure you have ~30–40 GB free on C: (more is better for setup temp space).
4) Unplug non-essential peripherals (external drives, docks, etc.).
5) If you have any third-party AV/EDR, temporarily uninstall (not just disable).
1) BitLocker / Device Encryption (important)
Suspend protection before you start (to avoid recovery prompts during boot chain changes):
manage-bde -protectors -disable C:
2) Run the repair install from the mounted ISO
From the mounted ISO drive (X:
Let it complete; it will reboot multiple times.
- Run
X:\setup.exe- When asked about updates: choose Not right now
- Choose Keep personal files and apps
3) After it finishes
1) Confirm build:
winvershould show 26200.7840
2) Re-enable BitLocker protectors:
manage-bde -protectors -enable C:
3) Go to Settings → Windows Update and check updates.- In many cases, KB5077181 will effectively already be “baked in” since you’re now on 26200.7840, and Windows Update should stop offering it / stop failing.
If setup fails (just in case)
Reply with the exact error text and we’ll pull:
But based on the ISO being newer (7840) and matching Home/x64, you’re in the best possible position for this repair upgrade to succeed.
C:\$WINDOWS.~BT\Sources\Panther\setuperr.logC:\$WINDOWS.~BT\Sources\Panther\setupact.log
Posting this to help anyone dealing with the same issue I just spent days fighting. My system refused to install KB5077181 (26200.7840) and always failed in the exact same way. Here is everything I did from start to finish, including the final fix.
---------------------------------------
1. Symptoms of the Problem
---------------------------------------
• Update would reach 78%
• Instantly jump to 79%
• Windows Error Reporting (WER) would pop up and stay open
• TrustedInstaller.exe would crash
• CPU would drop to 0%
• Update would immediately fail
• Manual MSU installs failed the same way
This is classic behavior of a corrupted servicing stack or a missing/mismatched component directory (PSFX commit failure).
---------------------------------------
2. Things I Tried That DID NOT Fix It
---------------------------------------
These did nothing to resolve the underlying issue:
• SFC /scannow
• DISM /restorehealth
• Resetting Windows Update components
• Clearing SoftwareDistribution
• Renaming Catroot2
• Manual MSU installs
• Safe Mode installs
• Reboot loops
• Removing optional features/languages
• Full OS reset (kept failing afterward)
None of these touched the real corruption.
---------------------------------------
3. What the Real Problem Was
---------------------------------------
The servicing stack was corrupted in a way DISM cannot repair. Specifically:
• A component directory mismatch
• PSFX delta validation failure
• TrustedInstaller crashing during the commit phase
• Windows Update history showing updates as “installed” even though the component store disagreed
This is why the update always failed at 78→79%.
---------------------------------------
4. The Actual Fix (The Only Thing That Worked)
---------------------------------------
I performed a full **repair‑install (in‑place upgrade)** using a clean Windows 11 ISO.
This rebuilds:
• WinSxS (component store)
• Servicing stack
• Catalogs and manifests
• PSFX delta structures
• Baseline component versions
This step completely resets the servicing chain without wiping apps or files.
---------------------------------------
5. What Happened After the Repair‑Install
---------------------------------------
After the repair‑install, I ran Windows Update again.
This time the behavior was totally different:
• It stayed at 78% for 15–20 minutes (normal during deep commit work)
• TrustedInstaller used 1–2 GB RAM (also normal)
• WER flashed briefly but did NOT stay open
• No crash
• No jump to 79%
• No rollback
Eventually it moved to 95%, then 100%, and completed successfully.
---------------------------------------
6. Final Result
---------------------------------------
Windows Update now shows:
• KB5077181 — Completed
• Windows Security Platform Update — Completed
• System fully up to date
The update that refused to install for days finally succeeded.
---------------------------------------
7. Conclusion
---------------------------------------
If KB5077181 (or any LCU) fails at 78→79% with a WER crash, the servicing stack is corrupted in a way DISM cannot fix.
A **repair‑install** is the fix.
Hopefully this helps someone else avoid the days of frustration I went through.