NTFS_FILE_SYSTEM — Causes & Fix
Windows Stop code 0x00000024 (NTFS_FILE_SYSTEM) means a problem occurred in ntfs.sys, the driver that handles the NTFS file system — usually disk corruption or a failing drive.
- Applies to
- Any Windows PC
- Time to fix
- 30 minutes – 2 hours
What it means
Causes include file-system corruption, a failing hard drive/SSD, bad cabling, or a disk-related driver issue. 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 NTFS_FILE_SYSTEM
- Disk errors, slow access, or failed reads
How to fix it
- 1
Check the disk
1. Run "chkdsk /f /r" on the system drive (it will schedule at reboot). 2. Check the drive's SMART health.
- 2
Back up and test the drive
1. Back up important data now. 2. If SMART shows problems, replace the failing drive.
Frequently asked questions
Is 0x24 a dying hard drive?
It can be — it points at the NTFS/disk layer. Run chkdsk and check SMART; if the drive is failing, back up and replace it.
Last updated July 20, 2026
Guidance only — always consult a qualified professional or the official service manual before carrying out repairs.