Tech News Today
  • News
  • How To
  • Buyer’s Guide
  • Hardware
    • PC Builds
    • Computer Cases
    • Motherboards
    • Peripherals
    • RAM
  • Gaming
  • Software
  • More
    • Mobile
    • Gadgets
    • Laptops
    • Reviews
Facebook Twitter Instagram
Tech News Today
  • News
  • How To
  • Buyer’s Guide
  • Hardware
    • PC Builds
    • Computer Cases
    • Motherboards
    • Peripherals
    • RAM
  • Gaming
  • Software
  • More
    • Mobile
    • Gadgets
    • Laptops
    • Reviews
Tech News Today
Home»Windows»How to Fix Stop Code Critical Process Died

How to Fix Stop Code Critical Process Died

AbhishekBy AbhishekMay 10, 2022
stop-code-critical-process-died

You get the “CRITICAL_PROCESS_DIED” error if any critical system process stops suddenly. Such processes are necessary for the proper operation of your computer.

When they stop, your system forces a bug check and crashes to protect the integrity of your system. This shows up a Blue Screen of Death (BSOD) with the error message: “Stop code: CRITICAL_PROCESS_DIED”.

The error usually happens due to issues with the hardware devices or their drivers. So, troubleshooting such issues should fix this BSOD in most cases.

Table of Contents

  • Causes of Stop Code Critical Process Died
  • Fixes for Stop Code Critical Process Died
    • Check External Hardware
    • Update all Drivers
    • Uninstall Previous Device Drivers
    • Analyze Minidump File
    • Check Event Viewer
    • Update or Rollback Windows
    • Perform Clean Boot
    • Use Memory Diagnostics
    • Scan for Malware
    • Repair System Integrity
    • Uninstall Third-party Antivirus
    • Restore System/System Image
    • Reset Your BIOS
    • Perform In-place Repair
    • Reset your PC
  • Related Questions
    • Can’t Log in to My Account. How to Perform the Fixes?
    • Can’t Find Minidump File

Causes of Stop Code Critical Process Died

There are many possible reasons for the CRITICAL_PROCESS_DIED stop code. Some of them are as follows:

  • Outdated or corrupt drivers.
  • Third-party software interference.
  • Malware infection.
  • Improper BIOS configuration.

Fixes for Stop Code Critical Process Died

Before trying advanced solutions, shut down your PC while removing power cable or the battery. Then, wait for some time before powering it up. If the error remains, move on to the solutions below:

Check External Hardware

Incompatible external hardware often causes several system issues. Remove any connected peripherals and check if the error occurs again. If it doesn’t, the hardware is responsible. You can contact the manufacturer’s support to determine the exact issue. 

We also recommend running the hardware diagnostics software of the device. You can also run the built-in Hardware and Devices Troubleshooter to fix minor issues. Enter msdt.exe -id DeviceDiagnostic on the Run dialog box to do so.

We recommend you prevent your PC from overheating for the longevity of the hardware devices. It’s also better to regularly service or clean the dust from your computer.

Update all Drivers

Outdated or corrupt drivers are responsible for many system problems, including BSODs. Since you get the error due to hardware device issues, we recommend keeping your drivers up to date.

Uninstall Previous Device Drivers

Many users change their PC hardware and leave the replaced device’s driver as it is. Such previous drivers often conflict with the new ones, causing this BSOD error.

You can settle this by uninstalling all old and unnecessary drivers. Here’s how you can do so:

  1. Enter devmgmt.msc on the Run command to open the Device Manager.
  2. On the Menu bar, select View > Show hidden devices.
    show hidden device
  3. Expand to the old device.
  4. Right-click on the previous device driver and choose Uninstall.
  5. Click Uninstall again.
    uninstall network drivers
  6. Enter cleanmgr on the Run command.
  7. Set the drop-down list to the system drive (usually C:\) and click Ok.
  8. Click Clean up System Files and select the system drive again.
  9. Check Device driver packages from the list.
    clean-device-driver
  10. Uncheck the options you don’t wish to remove and hit Ok.

Analyze Minidump File

A BSOD crash creates a minidump file on the C:\Windows\Minidump folder. You can diagnose the file with a debugger to determine the responsible component.

If you cannot figure out the culprit, we recommend seeking help from Microsoft’s forum.

It’s also better to run the Driver Verifier and check the minidump file after another crash. It will help narrow down any drivers or devices responsible for this error.

Check Event Viewer

You can also check the event viewer to determine the responsible cause of the error. To do so,

  1. Open the Run command and enter eventvwr.
  2. Click on Find and search for Critical Process Died. Or check for critical events at the time of the BSOD crash.
  3. Select the event and look at the accompanying details to check the responsible party.

Also, don’t forget to check all the events that occurred at the same time.

In most cases, faulty hardware or driver is responsible. If so, you’ll see “WHEA…” in the event’s source column. 

The details should point to the hardware. Check if there are any connection issues with the device. Also, see if there are any issues with BIOS compatibility. If not, you’ll need to take your PC to a hardware expert to repair or replace the device.

Update or Rollback Windows

If you experienced this error after a Windows update, the update is likely buggy. Uninstall the latest updates and roll back to the previous build to fix this issue.

But an even better solution would be to update your system to newer builds as soon as the updates are available. Microsoft will fix any unresolved issues in the later updates.

Perform Clean Boot

This error also happens when third-party apps interfere with your system’s critical processes. 

Boot up your computer in safe mode and check if this error reoccurs. If yes, there’s another cause for this error. 

Otherwise, you need to check the third-party processes one by one to narrow down the culprit. Performing a clean boot is the best way to do so.

After determining the responsible program, disable or uninstall it to fix this issue.

Use Memory Diagnostics

This error can also occur due to memory issues. A faulty RAM can cause various BSOD errors. You can check for defective RAM by using Windows Memory Diagnostics.

  1. Enter mdsched.exe on the Run dialog box.
  2. Select Restart now and check for problems.
    Windows Memory Diagnostics

The Memory Diagnostics starts testing after a reboot. After completion, it reboots your system again and displays the test result. You can also check the result from the Event Viewer.

If the result shows errors, it’s likely that your RAM stick or motherboard slot has gone bad. To find the faulty hardware, test using different RAM sticks on separate slots. Then, we recommend you take it to a hardware specialist for repair or replacement.

Scan for Malware

Many malware scripts that infect system files exist on the internet. Such programs can abruptly stop critical processes and cause this BSOD error. Perform a full scan of your PC to fix such issues. To do so using the Virus & threat protection,

  1. Go to Settings > Update & Security > Windows Security > Virus & threat protection > Scan options.
  2. Check Full scan and click Scan now.
    full-scan

If you can’t sign in to your account, use the Command Prompt from WinRE to carry out a full scan.

  1. Go to Troubleshoot > Advanced Options > Command Prompt from Windows Recovery Environment.
  2. Type cd C:\ProgramData\Microsoft\Windows Defender\Platform\ and press Enter.
  3. Enter dir to check the contents.
  4. Change the directory to the folder with the highest number. For example, cd 4.18.2203.5-0.
  5. Enter MpCmdRun -Scan -ScanType 2.
    scan-command-prompt

Repair System Integrity

Corruption of system files that run crucial processes can also cause this error. You can fix this issue by repairing your system’s integrity. To do so,

  1. Run Command Prompt as administrator. Or go to the WinRE Command Prompt
  2. Enter the following command:
    dism /online /cleanup-image /scanhealth
    dism /online /cleanup-image /restorehealth
    sfc /scannow
    chkdsk C:\ /f /r /x

Uninstall Third-party Antivirus

Many third-party security apps are incompatible with Windows and responsible for many problems. One such issue is blocking vital processes from running in your system. 

Windows has a fantastic built-in security program. You don’t need any other security applications. So, uninstall them to resolve such issues.

Restore System/System Image

If this error is more recent, you can try restoring your system to a previous restore point. It will revert all changes responsible for the issue. To do so,

  1. Open Command Prompt or Run dialog box.
  2. Enter rstrui to launch the System Restore utility.
  3. Select an appropriate restore point and follow the on-screen instructions.

Reset Your BIOS

The Critical Process Died error can also happen due to improper overclocking of the CPU. We don’t recommend haphazardly changing BIOS settings as they cause many system issues. Restoring your BIOS to the default settings is the best way to fix such problems.

Also, if you got this error after changing one of your devices, it’s because your BIOS does not support the device. You should check the compatibility on the manufacturer’s website before installing any device.

Perform In-place Repair

If the previous methods were ineffective, it’s likely due to several causes at once. You can perform an in-place repair to fix this issue. It overwrites your operating system without affecting your app and user files. 

You need Windows installation software that matches your system’s build to repair your system. We recommend using an ISO file, as malware or other software can alter the USB installation files.

To perform an in-place repair,

  1. Download and mount the ISO file.
  2. Go to the Windows drive and open setup.exe.
  3. Select Change how Windows Setup downloads updates.
  4. Check Not right now and click Next.
  5. Choose Accept and follow the on-screen instructions.
  6. On the final page, click Install to begin the repair.

Reset your PC

If even in-place repair couldn’t fix the issue, resetting your PC is your last resort. Also, don’t forget to rule out hardware faults before doing so.

If there were problems resetting your PC, Your only option is to clean install Windows.

Related Questions

Can’t Log in to My Account. How to Perform the Fixes?

If you can’t log in to your account, you can go to the Windows Recovery Environment and perform the above solutions. The Run commands work on Command Prompt as well.

If you can’t access WinRE normally, create a recovery Windows drive and use it to access the recovery environment.

Can’t Find Minidump File

You need to enable the option to create a minidump file. It should be on by default, but you may have changed it unknowingly. Here’s what you should do:

  1. Open the Run dialog box and enter systempropertiesadvanced.
  2. Click on Settings under Startup and Recovery.
  3. Set the drop-down box for Write debugging information to Automatic memory dump.
    automatic-memory-dump
  4. Hit Ok.
fix
Abhishek

I'm an avid writer, tech-enthusiast and casual gamer. I enjoy reading and listening to music too.

Related Posts

the-application-was-unable-to-start-correctly-0xc0000142

16 Ways to Fix “The Application Was Unable To Start Correctly (0xc0000142)”

May 10, 2022
service host sysmain

[Solved] Service Host SysMain High Disk Usage In Windows

May 10, 2022
how-to-get-rid-of-taskbar

How to Get Rid of Taskbar in Windows?

May 9, 2022
how-to-open-appdata

How To Open And Use AppData

May 9, 2022
desktop window manager high memory

How To Fix Desktop Window Manager High Memory Usage

May 8, 2022
xinput1_3.dll-not-found

How To Fix Xinput1_3.dll Not Found Or Missing Error

May 10, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
games-like-fire-emblem

Best 12 Tactical RPG Games Like Fire Emblem

May 10, 2022
games like borderlands

Best 13 Shooter Games Like Borderlands

May 8, 2022
Static IP Vs Dynamic IP

Static IP Vs Dynamic IP – What’s the Difference?

May 6, 2022
You may also like
stop-code-critical-process-died

How to Fix Stop Code Critical Process Died

May 10, 2022
the-application-was-unable-to-start-correctly-0xc0000142

16 Ways to Fix “The Application Was Unable To Start Correctly (0xc0000142)”

May 10, 2022
service host sysmain

[Solved] Service Host SysMain High Disk Usage In Windows

May 10, 2022
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

October 25, 2021
Facebook Twitter Pinterest
  • Home
  • About Us
  • Privacy Policy
  • Affiliate Disclosure
© 2022 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.