STATUS_SYSTEM_PROCESS_TERMINATED — Causes & Fix
Windows Stop code 0xC000021A (STATUS_SYSTEM_PROCESS_TERMINATED) means a critical user-mode subsystem such as Winlogon or CSRSS failed, so Windows can't continue safely.
- Applies to
- Any Windows PC
- Time to fix
- 30 minutes – 2 hours
What it means
Causes include corrupt/mismatched system files, a bad update, or damaged user-mode components. 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 0xC000021A / STATUS_SYSTEM_PROCESS_TERMINATED
- Boot loops, often after an update
How to fix it
- 1
Repair with recovery tools
1. Boot to Windows Recovery. 2. Run Startup Repair, then "sfc /scannow" and DISM against the offline image.
- 2
Roll back the update
1. Uninstall the recent quality/feature update or use System Restore.
Frequently asked questions
How do I fix 0xC000021A?
Use Windows Recovery: Startup Repair, then SFC/DISM, and uninstall the recent update. It usually stems from corrupt system files after an update.
Last updated July 20, 2026
Guidance only — always consult a qualified professional or the official service manual before carrying out repairs.