CRITICAL_OBJECT_TERMINATION — Causes & Fix
Windows Stop code 0x000000F4 (CRITICAL_OBJECT_TERMINATION) means a critical system process or thread terminated unexpectedly — frequently linked to a failing storage drive.
- Applies to
- Any Windows PC
- Time to fix
- 30 minutes – 2 hours
What it means
Causes include a failing hard drive/SSD, bad cabling, disk corruption, or a critical driver fault. This is a Windows Stop error (a "bugcheck" / blue screen) documented by Microsoft. The blue screen shows this code; more detail sits in the crash dump (%SystemRoot%\Minidump), which usually names the specific driver or component at fault — a free tool like BlueScreenView or WinDbg can read it.
Symptoms
- Blue screen citing CRITICAL_OBJECT_TERMINATION (0xF4)
- Disk errors or slow storage; random crashes
How to fix it
- 1
Check the storage drive
1. Check SMART health and run "chkdsk /f /r". 2. Reseat SATA/power cables.
- 2
Back up and repair
1. Back up data. 2. Run SFC/DISM; replace the drive if it is failing.
Frequently asked questions
Is 0xF4 a failing drive?
Very often — it is strongly associated with storage problems. Check SMART and cabling, back up, and replace the drive if it is failing.
Last updated July 20, 2026
Guidance only — always consult a qualified professional or the official service manual before carrying out repairs.