How to Fix CRITICAL_PROCESS_DIED in Windows 11
The Problem
CRITICAL_PROCESS_DIED (stop code 0x000000EF) means a process Windows needs to stay alive was killed unexpectedly—usually corrupt system files, a bad driver, or failing storage. Sometimes it blue-screens once; sometimes it loops on every boot.
New to blue screens? Start with the general guide: how to fix the Blue Screen of Death. For a different stop code, see DPC_WATCHDOG_VIOLATION.
Quick Fixes (Try These First)
Unplug Recently Added Hardware
If the crash started after adding RAM, a drive, or a USB device, remove it and test. New hardware with a bad driver is a frequent trigger.
Reboot and Note the Frequency
A single CRITICAL_PROCESS_DIED after an update may not recur. If it loops, go straight to Safe Mode below.
The Fix: Step-by-Step
Step 1: Boot into Safe Mode
If Windows won't stay up, force-shutdown at the logo three times to reach Automatic Repair → Advanced options → Troubleshoot → Advanced options → Startup Settings → Restart → press 4. Full steps: enter Safe Mode in Windows 11.
Step 2: Repair System Files (SFC + DISM)
Corrupt OS files are the most common cause. In Terminal (Admin) or the recovery Command Prompt:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Reboot after both complete.
Step 3: Update or Roll Back Drivers
- Right-click Start → Device Manager.
- Look for any device with a yellow !. Right-click → Update driver.
- If the BSOD began right after a driver update, use Properties → Driver → Roll Back Driver. More help: update outdated drivers.
Step 4: Run Disk and Memory Checks
- Check the disk (Terminal Admin):
Type Y to schedule it on the next reboot, then restart.chkdsk /f /r - Check the RAM:
Win + R→mdsched.exe→ Restart now and check for problems.
Step 5: Uninstall a Bad Update or Use System Restore
- Roll back a recent patch: fix Windows 11 after a bad update.
- Or revert to a working point: System Restore.
Still Crashing?
- If memory or disk tests fail, that hardware needs replacing—failing RAM and dying SSDs are classic causes. Check drive health: check SSD/hard drive health.
- As a last resort, reinstall Windows without losing data.
Diagnose the cause faster: Windows Troubleshooter runs driver, RAM, and disk checks in one pass so you're not guessing which one threw the stop code.
Related guides
How to Fix Windows 11 Freezing or Crashing Randomly
PC locks up, reboots alone, or apps freeze for seconds—check RAM, drivers, disk health, and overheating before you assume Windows is broken.
How to Fix Clipboard Not Working in Windows 11
Copy and paste broken, Clipboard History empty, or Win+V does nothing? Restart Clipboard, fix Remote Desktop conflicts, and reset clipboard services.
How to Fix Sleep and Hibernation Not Working in Windows 11
PC won't sleep, wakes instantly, or hibernate is missing? Fix power plans, wake timers, fast startup, and drivers that block sleep on Windows 11.
How to Fix Snipping Tool Not Working in Windows 11
Print Screen or Snipping Tool does nothing, screenshots are black, or Win+Shift+S fails? Reset the app, fix keyboard shortcuts, and repair capture permissions.
How to Fix the Microsoft Store Not Working on Windows 11
Microsoft Store won't open, won't download apps, or throws error 0x80131500? Reset the cache, re-register the Store, and fix the services behind it.