CRITICAL_PROCESS_DIED Blue Screen
A core Windows process crashed — often tied to a recent update or corrupted system file.
Before you start: save any open work and note down what you were doing when the problem started — that context helps if you need to search further or ask for help.
- Boot into Safe Mode (hold Shift while clicking Restart, then Troubleshoot > Advanced options > Startup Settings).
- From Safe Mode, run "sfc /scannow" in an admin Command Prompt to check for and repair corrupted system files.
- Follow up with "DISM /Online /Cleanup-Image /RestoreHealth," which repairs the underlying system image that SFC relies on.
- Run "chkdsk C: /f /r" (scheduled for next restart if it's your system drive) — this stop code is also commonly tied to a failing drive or one with bad sectors that can't reliably serve the files a core process needs.
- If it started right after a Windows Update, go to Update history and uninstall the most recent one.
- If nothing resolves it, System Restore to a point before the crashes started is a reliable next step.
Still not fixed? Send us the details and we'll help you dig further, or browse related guides in Blue Screen of Death (BSOD).
Frequently Asked Questions
Is CRITICAL_PROCESS_DIED more serious than other blue screens?
Not inherently — the name sounds alarming, but the underlying causes (corrupted system files, a failing drive, a bad driver) are similar to other blue screens and are just as fixable using the standard diagnostic steps.
Should I be worried this means my Windows installation is unrecoverable?
No — sfc /scannow and DISM resolve this in a real share of cases without needing a reinstall. A full reset is a last resort in this guide, not the expected outcome.
Related guides
How to Read and Respond to Any Blue Screen
A general framework for any stop code you don't recognize.
MEMORY_MANAGEMENT Blue Screen
Usually points to RAM, a driver conflict, or disk corruption.
IRQL_NOT_LESS_OR_EQUAL Blue Screen
Almost always a driver issue — most often network, audio, or graphics.