Fix: "CRITICAL_PROCESS_DIED" Blue Screen Error on Windows 11

The CRITICAL_PROCESS_DIED error is one of the most common and frustrating Blue Screen of Death (BSOD) issues on Windows 11. This error occurs when a vital background process required for the operating system to run effectively stops working. This can be caused by corrupted system files, faulty drivers, or even hardware failure. Use the following steps to diagnose and fix the issue.

Step 1: Run SFC and DISM Scans

Corrupted system files are the primary cause of this error. Windows has built-in utilities to repair these files automatically.

  • Press Windows + S, type cmd, right-click it, and select Run as Administrator.
  • In the command prompt, type sfc /scannow and press Enter. Wait for the verification to reach 100%.
  • Once finished, type DISM /Online /Cleanup-Image /RestoreHealth and press Enter. This will download healthy files from Windows Update to replace corrupted ones.
  • Restart your PC after both scans are complete.

Step 2: Update Your Hardware Drivers

Incompatible or outdated drivers, particularly for your Graphics Card or Chipset, often trigger BSODs.

  • Right-click the Start button and select Device Manager.
  • Check for any devices with a yellow exclamation mark.
  • Even if no marks appear, expand Display adapters, right-click your GPU, and select Update driver.
  • Select Search automatically for drivers. Repeat this process for Disk drives and Network adapters.

Step 3: Uninstall Recent Windows Updates

If the CRITICAL_PROCESS_DIED error started appearing immediately after a Windows update, the update itself might be buggy.

  • Open Settings by pressing Windows + I.
  • Navigate to Windows Update > Update history.
  • Scroll to the bottom and click Uninstall updates.
  • Find the most recent KB update and click Uninstall.

Step 4: Perform a Clean Boot

Third-party applications or services can conflict with Windows system processes. A clean boot helps you identify the culprit.

  • Press Windows + R, type msconfig, and hit Enter.
  • Go to the Services tab, check the box Hide all Microsoft services, and then click Disable all.
  • Go to the Startup tab and click Open Task Manager. Disable all startup items listed.
  • Restart your computer. If the error is gone, enable services one by one to find the software causing the crash.

Step 5: Check for Disk Errors (CHKDSK)

Sometimes the error is caused by bad sectors on your hard drive or SSD. Windows can attempt to repair these sectors.

  • Open Command Prompt as Administrator again.
  • Type chkdsk C: /f /r and press Enter.
  • You will be asked if you want to schedule the volume to be checked next time the system restarts. Type Y and press Enter.
  • Restart your PC and let the disk check finish (this may take some time).

If none of these steps work, it is recommended to check your RAM and Hard Drive cables to ensure there isn't a physical hardware failure.


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


Category: #OS