Critical Process Died BSOD Fix (Working Guide 2026)
You install a Windows update, the system restarts, and instead of the login screen you get a CRITICAL PROCESS DIED BSOD. The spinning circle appears, then the crash, then another restart loop. I saw this right after applying KB5147487 on a Windows 11 machine. Booting into Safe Mode didn’t help at first.
The core problem isn't the update itself – it's a broken WinSxS component that prevents critical services (TrustedInstaller, wuauserv) from starting during the first reboot. critical process died bsod fix starts with checking CBS.log. In my case, the log showed repeated “failed to load component” errors.
What actually broke the restart loop
After two hours of trying different things, the only sequence that worked was: run DISM, then SFC, then manually enable TrustedInstaller and re-register Windows Update components. The DISM command alone didn’t change anything – same bsod critical process died after reboot. But combining it with SFC and service re-register did the trick.
- Boot into Windows Recovery Environment (WinRE) by force shutting down three times during startup.
- Open Command Prompt from Troubleshoot → Advanced Options.
- Run
DISM /Image:C: /Cleanup-Image /RestoreHealth /Source:esd:C:sourcesinstall.esd /LimitAccess(adjust drive letter). Wait – this took about 12 minutes. - After DISM finishes, run
SFC /SCANNOW /OFFBOOTDIR=C: /OFFWINDIR=C:Windows. - Exit WinRE and boot normally. If the BSOD still appears, use Safe Mode with Networking and run these commands as admin:
sc config TrustedInstaller start= autoandsc start TrustedInstaller. - Then re-register Windows Update components:
regsvr32 /s wuapi.dll & regsvr32 /s wuaueng.dll & regsvr32 /s wups.dll. - Restart. The system should now boot past the spinning circle.
After this fix, the update completed without further errors. If you still see critical process died windows 11 fix searches leading you here, the method above is the most reliable path. In some cases, you might need to perform a repair install using an ISO (mount it and run setup /repair). But for the majority, the DISM + SFC + service enable combination resolves the BSOD.
Why does this happen? The update installer writes pending changes into WinSxS. If any component becomes unreadable, TrustedInstaller fails to start, causing the kernel to terminate the process – hence CRITICAL PROCESS DIED. Rebuilding the component store with DISM and forcing service startup breaks the deadlock.
This worked for both Windows 10 and Windows 11. The same critical process died error repair guide applies to Server 2022 with slight path adjustments.
📖 Related Guides (Same Category)
irql not less or equal fix
Resolve IRQL NOT LESS OR EQUAL BSOD quickly with working 2026 fixes. Step-by-step repair for Windows 10 and 11.
whea uncorrectable error fix
Fix WHEA Uncorrectable Error during Windows Update with working repair steps and solutions.
kmode exception not handled fix
Resolve KMODE Exception Not Handled error with proven working fixes for Windows 10 and 11.
🛠️ Recommended Tools for Windows Update Errors
🔗 Explore More in Other Categories
🔥 Recommended for You
windows installation hangs fix
Resolve Windows installation hangs issue with working fixes for Windows 10 and 11.
windows install cannot proceed fix
Learn how to fix Windows installation cannot proceed issue with working solutions for Windows 10 and 11.
windows install crash fix
Resolve Windows install crash issue with working solutions. Complete 2026 guide for setup crash errors.