WhyCrashed

STOP 0x000000F4

CRITICAL_OBJECT_TERMINATION

A process or thread essential to Windows was terminated. Very close cousin of CRITICAL_PROCESS_DIED — and in practice it points at storage problems even more often: a drive that briefly stopped responding takes the critical process down with it.

Likely causes, most common first

How to fix it

1. Check drive, cable and firmware moderate

  1. Check drive health with the maker's tool; back up important files first.
  2. Desktop PC: reseat or replace the drive's SATA cable.
  3. Update the SSD's firmware with the maker's utility.
  4. Update storage/chipset drivers from your PC or motherboard maker.

2. Repair system files easy

  1. In an admin terminal run: sfc /scannow, then DISM /Online /Cleanup-Image /RestoreHealth
  2. Run: chkdsk C: /f and confirm for next reboot.

The four parameters on the blue screen

Windows shows four hex numbers with this stop code. Here's what each means — our analyzer decodes them automatically from your dump file.

Parameter 1Type that terminated: 3 = process, 6 = thread
Parameter 2The process or thread object
Parameter 3Name of the process
Parameter 4Explanatory message address

Got a crash dump? Get your verdict in seconds

Drop the .dmp file into our analyzer — it runs entirely in your browser. No upload, no size limit, no account.

Analyze my dump file →