Skip to content
Home » Critical Process Died Error on Windows 11? 9 Solutions to Fix It Quickly

Critical Process Died Error on Windows 11? 9 Solutions to Fix It Quickly

Critical Process Died Error

The “Critical Process Diederror on Windows 11 occurs when a critical system process terminates unexpectedly. We can say a core process on which Windows relies has become corrupted. It could have either stopped entirely, or its data has been incorrectly modified. You may experience this error after a system update, driver installation, hardware changes, or even during normal use. Users report “Just installed the most recent update for Windows 11, 2 minutes after the system crash, the bluescreen was CRITICAL_PROCESS_DIED.”

Corrupt system files, outdated or faulty drivers, storage issues, malware, or conflicting external devices are among the most common causes of this problem. Whatever the reason, let’s take a closer look at how you can fix the Critical Process Died stop code in Windows 11.

What Is the Critical Process Died Error in Windows 11?

Windows relies on dozens of critical background processes to manage memory, drivers, file access, security, and system stability. When one of these processes gets corrupted, crashes, or can no longer run safely, Windows 11 forces a blue screen of death error shutdown to prevent further damage.

That’s when you see the “Critical Process Died” error.

From a technical point of view, this BSOD (stop code CRITICAL_PROCESS_DIED) means:

  • A critical system process unexpectedly terminated
  • Windows detected inconsistency or corruption in process data
  • The operating system decided it’s safer to stop than to continue running

Most of the time, this comes down to corrupted system files, bad or outdated drivers, disk errors, or faulty RAM – all of which we’ll cover below.

What Causes the “Critical Process Died” Error in Windows 11?

The “Critical Process Died” (0xEF) error in Windows 11 usually occurs when an important system component (like the kernel) fails. It could be due to corrupted system files, faulty drivers, or hardware issues.

  • Corrupted system files: Sudden power loss, forced shutdowns, failed Windows updates, or malware can damage essential system files that Windows 11 needs to run.
  • Faulty or outdated device drivers: Drivers act as a communication bridge between your hardware and Windows. A buggy or incompatible driver especially for storage, chipset, graphics, or network devices can trigger the Critical Process Died BSOD.
  • Problematic Windows 11 updates: Occasionally, Windows 11 updates may introduce bugs or fail to install properly, leading to instability and blue screens.
  • Hard drive / SSD issues: Bad sectors, file system corruption, or a failing SSD/HDD can interrupt normal read/write operations and break critical processes.
  • Faulty RAM (memory): Defective or unstable RAM can randomly corrupt data used by system processes, which can cause the Critical Process Died error.
  • Malware or virus attack: Malicious software that hooks deep into the system can interfere with or damage important Windows processes.
  • New hardware or software conflicts: Recently installed antivirus tools, drivers, system utilities, or hardware can conflict with existing components and lead to this BSOD.

Before You Start: Try These Quick Steps

Before we dive into more advanced fixes for the Critical Process Died error:

Note when the error started

  • After a Windows update?
  • After installing a driver or software?
  • After adding new hardware?
    This will help you choose the most relevant method.

Check if you can still boot normally

Backup important data if possible

  • If you can log in, copy important files to an external drive or cloud storage before making major changes (like CHKDSK /f /r or Reset this PC).

    Now, let’s go through the fixes in order – from easiest to most advanced.

    Fix 1: Disconnect External Devices and Reboot PC

    Sometimes the Critical Process Died error is triggered by a faulty USB device or a bad driver from connected hardware.

    • Completely shut down your computer.
    • Unplug all external devices, including USB drives, printers, headphones, external SSD/HDD, etc.
    • Leave only the keyboard, mouse, and monitor connected.
    • Turn the PC back ON, and check if Windows boots normally.
    • If yes, reconnect devices one by one to identify the problematic hardware.
    • If no, try the next solution to fix the BSOD error on Windows 11.

    Fix 2: Boot Windows 11 into Safe Mode

    Safe Mode loads Windows with default drivers only. This means if a faulty third-party driver or background program is causing the crash, Safe Mode allows you to isolate and remove them safely.

    • Press Windows + I to open Settings and go to System > Recovery.
    • Under Recovery options, select Advanced startup, then click Restart now.
    • After your PC restarts to the Choose an option screen, click Troubleshoot.
    • Select Advanced options > Startup Settings > Restart.
    advanced options
    • Once the device reboots, in the Startup Settings screen, Press 4 to boot into Safe Mode.
    Enable safe mode boot

    Enter Safe Mode when you’re stuck in a boot loop

    1. Turn on your PC and force shut down as soon as the Windows logo appears.
    2. Repeat this 3 times; Windows should automatically open the Windows Recovery Environment (WinRE).
    3. In WinRE, go to: Troubleshoot > Advanced options > Startup Settings > Restart
    4. Press 4 or F4 to start in Safe Mode.

    Once in Safe Mode, you can:

    • Uninstall recently added drivers or programs
    • Run SFC, DISM, CHKDSK, and other tools more safely
    • Test whether the Critical Process Died BSOD still appears

    If the error doesn’t appear in Safe Mode, the cause is very likely a third‑party driver or software conflict.

    Fix 3: Repair System Files Using SFC and DISM

    Windows relies on thousands of protected system files to boot and operate normally. If these files become corrupted due to a forced shutdown, power loss, incomplete update, disk errors, or malware, Windows may no longer be able to run critical processes correctly.

    • Press Windows + S, type cmd, right-click Command Prompt, and choose Run as administrator.
    • First run sfc /scannow command to scan system files and restore missing or damaged ones.
    • After the scan completes, run DISM /Online /Cleanup-Image /RestoreHealth command to repair the system image that SFC uses to restore files.
    • Once the scanning completes, restart your computer and check if this helps.
    Use SFC and DISM command

    The SFC (System File Checker) tool automatically scans and replaces damaged or missing system files. DISM repairs Windows image files that SFC relies on.

    Many users report that running SFC and DISM is enough to stop the Critical Process Died BSOD, especially when the error started after a power cut or interrupted Windows update.

    Fix 4: Update or Reinstall Device Drivers

    Outdated or corrupted drivers can prevent essential system processes from functioning correctly. Updated drivers ensure compatibility with Windows 11 and fix bugs that may cause crashes or blue screens.

    Step 1: Update key drivers via Device Manager

    • Press Windows + X and select Device Manager.
    • Expand each section and look for yellow exclamation marks.
    • Right-click the problematic driver → Update driver → Search automatically for drivers.

    If you didn’t find any driver with yellow exclamation mark, try update following drivers

    • Display adapters (graphics card)
    • Disk drives (SSD/HDD)
    • IDE ATA/ATAPI controllers or
    • Storage controllers
    • Network adapters
    Update display driver

    Step 2: Reinstall problematic drivers

    If you suspect a specific driver (for example, after a recent install):

    1. In Device Manager, right‑click the suspected device.
    2. Click Uninstall device.
    3. Check Attempt to remove the driver for this device if available, then click Uninstall.
    4. Restart your PC – Windows will attempt to reinstall the driver automatically.
    5. Alternatively, download the latest driver directly from the manufacturer’s website (NVIDIA, Intel, AMD, your laptop/PC vendor, etc.) and install it manually.

    If updating or reinstalling drivers stops the Critical Process Died error, avoid rolling back to the older versions that caused instability.

    Fix 5: Disable Fast Startup

    The Fast Startup feature is designed to reduce boot time by partially hibernating system files during shutdown. However, in some cases, it can cause driver or kernel-level inconsistencies that trigger blue screen errors, especially after updates or hardware changes.

    • Press Windows + R, type control, and hit Enter to open the Control Panel.
    • Go to Hardware and Sound > Power Options.
    • In the left pane, click Choose what the power buttons do.
    • Click Change settings that are currently unavailable at the top.
    • Under Shutdown settings, uncheck Turn on fast startup (recommended).
    • Click Save changes, then restart your PC.
    fast startup windows 11

    After disabling it, monitor your system for a few restarts. If the BSOD no longer appears, Fast Startup was likely the culprit.

    Fix 6: Check Disk for Errors or Bad Sectors (CHKDSK)

    Disk errors, bad sectors, or file system corruption on your SSD/HDD can interrupt Windows processes and trigger BSOD errors. The CHKDSK utility scans your disk for errors and automatically repairs file system issues that may be causing the crash.

    • Press Windows + S, type cmd, right-click Command Prompt, and choose Run as administrator.
    • Type command chkdsk C: /f /r and Press Enter.
    • Type Y to confirm when prompted to schedule scan on the next boot.
    • Restart your PC. CHKDSK will run before Windows loads.
    • Wait for the scan to finish (this can take quite some time, especially on large or slow drives).
    CHKDSK utility command

    Note: The chkdsk /f /r command can take a long time to complete and may require multiple restarts. Do not interrupt the scan, as it is repairing file system errors that might be causing the Critical Process Died error.

    If CHKDSK reports a large number of bad sectors or serious errors, back up your data immediately, your drive may be failing.

    Fix 7: Run Windows Memory Diagnostic (Check RAM)

    Faulty or unstable RAM can randomly corrupt data used by core system processes and trigger the Critical Process Died BSOD. Running the built-in memory diagnostic tool checks for hardware-level memory problems that can cause crashes.

    • Press Windows + R, type mdsched.exe, and hit Enter.
    • Choose Restart now and check for problems (recommended).
    • Your PC will reboot and start a memory test. Let it finish completely.
    Memory diagnostic tool windows

    When Windows starts again, it will show the test results, or you can: Open Event Viewer → go to Windows Logs > System and look for entries named MemoryDiagnostics-Results.

    If the Windows Memory Diagnostic tool detects errors, the Critical Process Died error is most likely caused by faulty RAM. You may need to test each RAM stick individually and replace the defective module.

    Fix 8: Update Windows 11 to the Latest Version

    Microsoft frequently releases patches that fix system stability and driver issues. If your error is caused by a known system or driver bug, a Windows update might already include the fix.

    • Go to Settings → Windows Update.
    • Click Check for updates and install any pending updates.
    • Restart your PC after installation.

    Sometimes, Microsoft releases a fix specifically for known BSODs, including the Critical Process Died error in Windows 11. Keeping your system up to date ensures you receive those patches.

    Check for windows 11 updates

    Note: If you notice a recent Windows update causing this BSOD, Open Settings → Windows Update → Update History. Click Uninstall updates. Select the most recent update and click Uninstall.

    Fix 9: Use System Restore or Reset This PC

    If none of the above methods fix the Critical Process Died error, your system files or configuration may be severely corrupted. In that case, System Restore can undo problematic updates, driver installs, or registry changes.

    • Go to Control Panel → Recovery → Open System Restore.
    • Select a restore point created before the issue occurred.
    • Follow the on-screen instructions.

    If System Restore isn’t available, perform a Reset this PC:

    1. Press Windows + I to open Settings.
    2. Go to System > Recovery.
    3. Under Recovery options, click Reset this PC.
    4. Choose Keep my files (recommended) or Remove everything (if you want a fully clean install).
    5. Choose whether to Cloud download or Local reinstall.
    6. Follow the on‑screen instructions to complete the reset.
    Reset PC windows 11

    When is it a hardware issue?

    Most cases of the Critical Process Died error are caused by software problems (drivers, updates, system files). However, you should suspect hardware issues if:

    • SFC, DISM, and CHKDSK repeatedly find and fix errors, but the BSOD keeps coming back
    • The Windows Memory Diagnostic tool reports memory problems
    • You hear clicking sounds from your hard drive, or your SSD often disappears from BIOS
    • Windows 11 freezes randomly even when idle, then crashes with CRITICAL_PROCESS_DIED
    • Swapping RAM sticks or the storage drive temporarily changes or reduces the crashes

    In these cases, consider:

    • Testing your RAM modules one by one
    • Checking the health of your SSD/HDD using tools like CrystalDiskInfo
    • Try a different power supply or test components in another PC if possible
    • Consulting a professional technician if you’re not comfortable working with hardware

    Frequently Asked Questions

    What exactly is the Critical Process Died error?

    It’s a Blue Screen of Death (BSOD) with the stop code CRITICAL_PROCESS_DIED. It means that a critical Windows process has stopped working correctly or has been corrupted. To protect your system from data damage, Windows forces a restart.

    Can malware cause the Critical Process Died error?

    Yes. Malware, rootkits, or poorly coded system utilities can interfere with critical Windows processes and cause this BSOD. It’s a good idea to run a full scan with Windows Security (Defender) or a reputable antivirus after getting your PC stable.

    Will resetting my PC definitely fix the Critical Process Died error?

    A Reset this PC (especially the Keep my files option) reinstalls Windows 11 while preserving your personal data. This usually resolves software-related causes of the Critical Process Died BSOD, but it will not fix underlying hardware problems.

    Is the Critical Process Died error a sign my hard drive or SSD is dying?

    Not always, but it can be. If you see additional symptoms like slow file access, clicking noises, or frequent disk-related errors, run CHKDSK and a third‑party disk health tool. If they report serious issues, back up your data and consider replacing the drive.

    Can I fix the error without reinstalling Windows?

    Absolutely. Try SFC/DISM, driver updates, or Safe Mode first before resetting your system.


    Robeg

    I am Robeg founder of this blog. My qualification. completed Bachelor of Arts (BA) and Microsoft Certified Professional (MCP). With a strong background in computer applications love write articles on Microsoft Windows (11, 10, etc.) Cybersecurity, WordPress and more.