Fix: 'Critical Process Died' BSOD on Windows 11: A Complete Troubleshooting Guide

The Critical Process Died error (Stop Code: 0x000000EF) is one of the most frustrating Blue Screen of Death (BSOD) issues on Windows 11. It occurs when a critical system component—such as a driver or a background process—stops functioning correctly, forcing Windows to shut down immediately to prevent hardware damage. If you are stuck in a reboot loop or seeing this error frequently, this guide provides the exact steps to identify and fix the root cause.

Step 1: Boot into Safe Mode with Networking

If you cannot reach your desktop because of the BSOD, you must enter Safe Mode. This loads only the essential drivers and services. To do this, restart your PC and interrupt the boot process three times in a row (using the physical power button) to trigger the Automatic Repair environment. Go to Troubleshoot > Advanced options > Startup Settings > Restart and press 5 or F5 to enable Safe Mode with Networking.

Step 2: Run the System File Checker (SFC)

Corrupted system files are the most common cause of this error. Windows has a built-in utility called SFC that scans and repairs these files automatically. Open the Command Prompt as Administrator (type 'cmd' in the Start menu, right-click, and select 'Run as Administrator') and type the following command: sfc /scannow. Press Enter and wait for the process to complete. If it finds and fixes files, restart your PC to see if the error persists.

Step 3: Run the DISM Tool

If SFC fails to fix the issue, you should use the Deployment Image Servicing and Management (DISM) tool. This utility repairs the Windows System Image itself. In the same Administrator Command Prompt, type: DISM /Online /Cleanup-Image /RestoreHealth. This process may take 10-15 minutes. Once finished, run the sfc /scannow command again for a clean sweep.

Step 4: Update Your Hardware Drivers

Outdated or incompatible drivers (especially for your GPU and Chipset) often trigger the Critical Process Died error. Right-click the Start button and select Device Manager. Look for any hardware marked with a yellow exclamation icon. Even if none appear, manually update your Display adapters and Disk drives by right-clicking them and selecting Update driver > Search automatically for drivers.

Step 5: Uninstall Recent Windows Updates

If this error started occurring immediately after a Windows Update, a specific patch might be buggy. Go to Settings > Windows Update > Update history > Uninstall updates. Find the most recent update installed before the crashes started and click Uninstall. Restart your computer and check for stability.

Step 6: Check for Disk Errors (CHKDSK)

A failing hard drive or bad sectors can cause critical system processes to fail. Use the Check Disk utility by typing chkdsk c: /f /r in the Administrator Command Prompt. You will be asked to schedule the scan for the next restart; type Y and press Enter. Reboot your PC, and Windows will scan your drive for physical and logical errors during startup.

Step 7: Perform a System Restore

If you have System Restore enabled, you can roll back your PC to a point in time when it was working perfectly. Search for 'Create a restore point' in the Taskbar, click System Restore, and select a date prior to when the BSODs began. This will not affect your personal files, but it will remove apps and drivers installed after that point.


💡 Pro Tip: Keep your software updated to avoid these issues in the future.


Category: #OS