how to fix ERROR stop code :CRITICAL_PROCESS_DEAD(0Xef)

Rishi Kumar Gangrade 0 Reputation points
2026-01-30T07:16:42.35+00:00

Dear Microsoft,
Please help to resolve My Windows green screen error.

Stop Code:

CRITICAL_PROCESS_DIED (0xEF)

Regards

(Personal information was removed by Moderator)

Windows for business | Windows 365 Business

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

2 answers

Sort by: Most helpful
  1. Domic Vo 29,960 Reputation points Independent Advisor
    2026-01-30T09:09:52.1166667+00:00

    Hello Rishi Kumar Gangrade,

    The stop code CRITICAL_PROCESS_DIED (0xEF) indicates that a core Windows process terminated unexpectedly, which forces the system into a bugcheck. This is one of the more severe errors because it usually points to corruption in system files, disk integrity issues, or driver conflicts.

    The first step is to confirm whether the error occurs consistently at boot or only intermittently during use. If it happens immediately at startup, boot into the Windows Recovery Environment (WinRE) by interrupting the boot sequence three times (power off during the spinning dots). From WinRE, run Command Prompt and execute:

    sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows

    This will check and repair system files in the offline image. Follow up with:

    DISM /Image:C:\ /Cleanup-Image /RestoreHealth

    to repair component store corruption.

    If the system boots but crashes randomly, check Event Viewer > Windows Logs > System for entries around the time of the crash. Look for Event ID 1001 (BugCheck) and note the process name that failed. Often it is smss.exe, csrss.exe, or wininit.exe. If a driver is implicated, update or roll back that driver. Pay particular attention to storage and antivirus drivers, as they frequently cause this stop code.

    You should also run a disk integrity check. From an elevated prompt

    chkdsk /f /r

    on the system drive. Bad sectors or failing SSD firmware can trigger CRITICAL_PROCESS_DIED.

    If none of these steps resolve the issue, perform a clean boot by disabling all non‑Microsoft services and startup items (msconfig > Services tab > Hide Microsoft services > Disable all). If the error disappears, re‑enable services one by one to identify the culprit.

    In rare cases, if the corruption is too deep, an in‑place upgrade repair using the latest Windows 11 ISO is required. This reinstalls system components while preserving data and applications.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    Domic Vo.

    Was this answer helpful?

    20+ people found this answer helpful.
  2. AI answer

    2026-01-30T07:16:50.9466667+00:00

    To resolve the stop code error CRITICAL_PROCESS_DIED (0xEF), you can follow these troubleshooting steps:

    1. Check for Hardware Issues: Ensure that all hardware components are properly connected and functioning. If you have recently added new hardware, try removing it to see if the error persists.
    2. Update Drivers: Faulty or outdated drivers can cause this error. Use Device Manager to check for any driver updates or remove recently installed drivers that might be causing the issue.
    3. Run System Diagnostics: Use built-in Windows tools to check for memory or disk issues. You can run the Windows Memory Diagnostics tool to test your RAM and check your hard drive for errors.
    4. Check for Corrupted System Files: Run the System File Checker (SFC) tool to repair corrupted system files. Open Command Prompt as an administrator and run the command sfc /scannow.
    5. Restore System: If the issue started after a recent change, consider performing a system restore to revert your system to a previous state where it was functioning correctly.
    6. Reinstall Windows: If all else fails, you may need to consider reinstalling Windows as a last resort to fix the issue.

    Make sure to back up your data before proceeding with any major changes or reinstallations.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    4 people found this answer helpful.