Skip to content
WindowsAdvanced

NTFS_FILE_SYSTEM Blue Screen Error (0x00000024) in Windows 11/10 – Causes, Diagnosis, CHKDSK, SSD/HDD Checks and Complete Fix Guide

The NTFS_FILE_SYSTEM error is a Windows Blue Screen of Death (BSOD) associated with problems encountered while Windows is working with an NTFS-formatted stor...

BI
Bison Technical Team Enterprise IT specialists
Updated 29 Aug 2026 16 min read 2 total views

The NTFS_FILE_SYSTEM error is a Windows Blue Screen of Death (BSOD) associated with problems encountered while Windows is working with an NTFS-formatted storage volume.

The error normally appears as:

Advertisement

Stop code: NTFS_FILE_SYSTEM

It may also be identified by the bug check code:

0x00000024

Microsoft documents NTFS_FILE_SYSTEM as Bug Check 0x24 and states that it indicates a problem occurred in ntfs.sys, the Windows driver responsible for allowing the operating system to read and write NTFS drives.

This is an important BSOD to investigate because the underlying problem may involve the file system, storage device, storage controller/driver, or another component interfering with disk operations.


What Is NTFS?

NTFS stands for New Technology File System. It is the primary file system used by modern Windows installations.

NTFS manages important storage functions including:

  • Files and folders
  • File permissions
  • Disk space allocation
  • File metadata
  • Journaling
  • Compression
  • Encryption features
  • Large files and partitions
  • Master File Table (MFT)
  • Security descriptors

Windows system drives such as C: are normally formatted using NTFS.

When Windows encounters a serious kernel-level error while processing an NTFS operation, it may stop the system and display the NTFS_FILE_SYSTEM BSOD.


NTFS_FILE_SYSTEM Stop Code

The official bug check value is:

0x00000024

Microsoft identifies it as:

NTFS_FILE_SYSTEM

The BSOD is frequently associated with:

ntfs.sys

However, seeing ntfs.sys in a crash report does not automatically mean that ntfs.sys itself is defective.

The driver may simply be the Windows component that encountered corruption or invalid data originating from another problem.

Potential underlying causes include:

  • File-system corruption
  • Bad sectors or storage blocks
  • Failing SSD or HDD
  • Storage controller problems
  • Storage driver corruption
  • RAM errors
  • Filter drivers
  • Security software
  • Backup software
  • Unexpected shutdowns
  • Hardware instability

Common Symptoms

A computer experiencing NTFS_FILE_SYSTEM problems may show one or more of the following symptoms:

  • Random blue screens
  • NTFS_FILE_SYSTEM during Windows startup
  • BSOD immediately after login
  • Crashes when opening files
  • Crashes during large file transfers
  • BSOD while copying data between drives
  • Windows freezing before the BSOD
  • Very slow disk access
  • Files becoming corrupted
  • CHKDSK repeatedly discovering errors
  • Windows automatically performing disk checking during startup
  • Drive disappearing intermittently
  • Applications reporting file-access errors
  • Event Viewer showing Disk, NTFS or storage errors
  • Windows becoming unbootable

Repeated disk-related symptoms should not be ignored.


What Causes NTFS_FILE_SYSTEM?

1. NTFS File-System Corruption

One of the most important causes is corruption of the NTFS file system.

NTFS contains metadata describing files, folders and storage allocation. Damage to this metadata can cause serious read/write problems.

Corruption may result from:

  • Sudden power failure
  • Forced shutdown
  • System crash
  • Storage hardware problems
  • Improper drive removal
  • Faulty storage drivers
  • Bad sectors
  • Hardware instability

Microsoft specifically identifies NTFS corruption as a possible cause of Bug Check 0x24.


2. Bad Sectors or Failing Storage

Physical HDD problems or failing NAND/controller components in an SSD can produce read/write errors.

Warning signs can include:

  • Increasing disk errors
  • Very slow file access
  • Files becoming unreadable
  • Windows freezing during disk operations
  • SMART warnings
  • CHKDSK repeatedly finding problems
  • BSOD during copying or installation
  • Drive intermittently disappearing

A recurring NTFS_FILE_SYSTEM BSOD should therefore be treated as a possible storage-health problem until the disk has been properly checked.


3. Storage Driver Problems

Windows communicates with storage devices through drivers and storage-controller components.

Problems involving the following may contribute to crashes:

  • SATA/AHCI drivers
  • NVMe drivers
  • RAID drivers
  • Intel Rapid Storage Technology drivers
  • AMD storage/chipset drivers
  • Third-party storage controllers
  • Virtual storage drivers

Microsoft also identifies corrupted hard-drive/storage drivers as a possible cause of NTFS_FILE_SYSTEM.


4. Faulty RAM

RAM problems can corrupt data before it is written to or processed from the disk.

This can make a storage-related crash appear to be caused by NTFS even when the underlying problem is memory instability.

Possible causes include:

  • Defective RAM
  • Unstable XMP/EXPO configuration
  • Memory overclocking
  • Incorrect timings
  • Poor RAM contact
  • Motherboard memory problems

If disk tests are clean but the BSOD continues, memory testing becomes important.


5. Antivirus, Backup and Disk-Monitoring Software

Some applications operate very close to the file system through filter drivers.

Examples include:

  • Antivirus software
  • Endpoint security software
  • Backup programs
  • Encryption software
  • Disk utilities
  • Defragmentation tools
  • Snapshot applications

Microsoft specifically recommends considering antivirus, backup and disk-defragmentation applications that continually monitor storage when troubleshooting Bug Check 0x24.

Do not permanently disable security protection merely as a troubleshooting shortcut. If third-party security software is suspected, test carefully or update/reinstall the product.


6. Insufficient Free Disk Space

Very low free space can create additional operating-system problems.

Microsoft recommends maintaining sufficient free space and notes that approximately 10–15% free space is generally a good target when troubleshooting this bug check, although actual requirements depend on the system.

Check:

This PC → Local Disk (C:)

If the system drive is almost completely full, remove unnecessary files or move data to another storage location.


7. Unexpected Power Loss

Repeated improper shutdowns can damage file-system structures.

Common causes include:

  • Power failures
  • Defective UPS
  • Weak laptop battery
  • Faulty power adapter
  • Holding the power button
  • System freezing
  • Loose power connections

After an unexpected shutdown, Windows may need to repair the file system.


8. SSD Firmware or Storage Controller Issues

An SSD can appear healthy from the Windows file-system perspective while still having controller or firmware problems.

Check the SSD manufacturer's diagnostic utility for:

  • Firmware updates
  • SMART status
  • Drive health
  • Temperature
  • Critical warnings
  • Media errors

For NVMe drives, also investigate motherboard BIOS and chipset/storage-controller updates where appropriate.


Step 1: Back Up Important Data First

If Windows is still accessible and NTFS_FILE_SYSTEM has occurred repeatedly, back up important files before performing extensive troubleshooting.

This is particularly important when you also notice:

  • SMART warnings
  • Disk noises
  • Frequent disk errors
  • Missing files
  • Very slow storage
  • Drive disconnections
  • Repeated CHKDSK repairs

If a drive is physically failing, repeated intensive scans can place additional stress on it. Data protection should therefore take priority.


Step 2: Check Free Disk Space

Open:

File Explorer → This PC

Check the free space on C:.

Try to maintain reasonable free space rather than allowing the Windows partition to become nearly full.

You can remove:

  • Temporary files
  • Old downloads
  • Unneeded installers
  • Windows temporary data
  • Recycle Bin contents

Use:

Settings → System → Storage

to identify large categories of files.


Step 3: Check the NTFS Volume with CHKDSK

Open Command Prompt or Windows Terminal as Administrator.

First run:

chkdsk C: /scan

This performs an online scan of the NTFS volume.

If repairs are required, you can use:

chkdsk C: /f

Because C: is normally in use, Windows may report that the volume cannot be locked and ask whether you want to schedule the check during the next restart.

Enter:

Y

and restart Windows.


What Does CHKDSK /F Do?

The /f parameter instructs CHKDSK to fix logical file-system errors.

Command:

chkdsk C: /f

This is useful when NTFS metadata or other file-system structures have become inconsistent.


What About CHKDSK /R?

Another commonly used command is:

chkdsk C: /f /r

The /r option searches for bad sectors and attempts to recover readable information. It also includes /f functionality.

However, /r can take considerably longer and causes a full surface-oriented check. It should not automatically be the first command used on every SSD or HDD.

If you suspect physical drive failure, prioritize backing up your data and checking the drive's hardware/SMART status.


Step 4: Run DISM

If Windows itself may contain damaged components, open an elevated Command Prompt and run:

DISM.exe /Online /Cleanup-Image /RestoreHealth

Allow the operation to finish.

Microsoft recommends running DISM before SFC when repairing corrupted Windows system files.


Step 5: Run System File Checker

After DISM completes, run:

SFC /scannow

System File Checker examines protected Windows system files and replaces corrupted files when repair sources are available.

Wait until verification reaches 100%.

Possible results include:

Windows Resource Protection did not find any integrity violations.

No protected system-file corruption was detected.

Or:

Windows Resource Protection found corrupt files and successfully repaired them.

Restart Windows afterward and monitor the system.


Step 6: Check SSD/HDD Health

File-system repair alone is not enough if the physical drive is failing.

Use the storage manufacturer's diagnostic utility whenever possible.

Depending on your hardware, diagnostics may report:

  • Overall drive health
  • SMART attributes
  • Remaining SSD life
  • Critical warnings
  • Media/data integrity errors
  • Temperature
  • Firmware revision

If hardware diagnostics report failure, replacing the drive is generally more appropriate than repeatedly repairing NTFS.


Step 7: Check Windows Event Viewer

Microsoft recommends checking Event Viewer for disk-related errors.

Press:

Win + R

Type:

eventvwr.msc

Press Enter.

Navigate to:

Windows Logs → System

Look for sources such as:

  • Disk
  • Ntfs
  • storahci
  • stornvme
  • iaStor
  • volmgr

Pay particular attention to errors occurring immediately before a BSOD.

One isolated storage warning does not necessarily mean the disk is defective. Repeated errors occurring at the same time as crashes are much more significant.


Step 8: Update Storage and Chipset Drivers

Visit the computer or motherboard manufacturer's support site and check for applicable updates for:

  • Chipset
  • SATA/AHCI controller
  • NVMe/storage controller
  • Intel RST
  • AMD chipset
  • RAID controller
  • BIOS/UEFI

Avoid installing random storage drivers from unofficial driver-download websites.

Incorrect storage drivers can cause serious boot problems.


Step 9: Consider a Driver Rollback

If NTFS_FILE_SYSTEM started immediately after a storage, chipset or controller-driver update, consider rolling back the affected driver.

Open:

Device Manager

Locate the relevant storage/controller device and open:

Properties → Driver

If available, select:

Roll Back Driver

Restart the computer.


Step 10: Test RAM

Run Windows Memory Diagnostic:

Press:

Win + R

Type:

mdsched.exe

Select:

Restart now and check for problems

For intermittent or difficult memory problems, extended memory testing may be necessary.

If XMP/EXPO, memory overclocking or other performance tuning is enabled, testing temporarily at stable/default settings can also help isolate instability.


Step 11: Check Physical Connections

This step is particularly relevant to desktop computers using SATA drives.

Power off the computer and inspect:

  • SATA data cable
  • SATA power cable
  • Motherboard SATA connection
  • Drive power connector

A defective or loose SATA cable can produce intermittent I/O errors that resemble disk failure.

If appropriate, test using a known-good SATA cable and motherboard port.

NVMe SSDs should be checked for correct installation, appropriate cooling and secure seating.


Step 12: Temporarily Investigate Third-Party File-System Software

If the error started after installing:

  • Antivirus
  • Backup software
  • Encryption software
  • Disk-management utilities
  • Disk-monitoring applications
  • Snapshot software

update or temporarily remove the suspected product for diagnostic purposes.

This is especially relevant when its kernel or file-system filter driver appears in a crash dump.


Step 13: Boot into Safe Mode

If Windows crashes during normal startup, Safe Mode can help determine whether a third-party service or driver is involved.

Navigate through Windows Recovery Environment to:

Troubleshoot → Advanced options → Startup Settings → Restart

Then select Safe Mode.

If the machine remains stable in Safe Mode, investigate recently installed drivers, security software and other low-level utilities.


Step 14: Use Windows Recovery Environment if Windows Will Not Boot

If Windows cannot start normally, enter Windows Recovery Environment.

Possible recovery tools include:

  • Startup Repair
  • Command Prompt
  • System Restore
  • Uninstall Updates
  • Startup Settings

If Command Prompt is used from WinRE, verify the Windows partition letter before running repair commands because the operating-system partition may not always appear as C: in the recovery environment.


Step 15: Analyze the BSOD Dump

Advanced administrators should inspect crash dumps rather than assuming that every NTFS_FILE_SYSTEM crash means the SSD is defective.

Dump files may be available under:

C:\Windows\Minidump

or:

C:\Windows\MEMORY.DMP

Microsoft WinDbg can be used for analysis.

A common starting command is:

!analyze -v

Look for:

  • BugCheck 24
  • NTFS_FILE_SYSTEM
  • ntfs.sys
  • Third-party filter drivers
  • Storage drivers
  • Exception information
  • Faulting thread
  • Stack trace

Microsoft's debugger documentation also describes using the context record and stack backtrace when investigating Bug Check 0x24.


Is ntfs.sys a Virus?

Normally, ntfs.sys is a legitimate Microsoft Windows system driver.

Its standard location is:

C:\Windows\System32\drivers\ntfs.sys

A BSOD referencing ntfs.sys does not automatically indicate malware and does not necessarily mean the ntfs.sys file itself is defective.

Do not download a replacement ntfs.sys file from random DLL or driver websites.

Use Windows repair tools such as DISM and SFC instead.


Should You Replace the SSD/HDD?

Do not replace a drive based solely on one NTFS_FILE_SYSTEM blue screen.

Replacement becomes much more reasonable when you have additional evidence such as:

  • Manufacturer diagnostics report failure
  • SMART reports critical problems
  • Repeated bad-sector/media errors
  • Files repeatedly become corrupted
  • Drive frequently disconnects
  • Read/write failures continue
  • CHKDSK repeatedly finds new corruption
  • Windows installation repeatedly corrupts
  • Another known-good drive eliminates the problem

Back up important information immediately when drive failure is suspected.


Recommended Troubleshooting Order

For most systems, a practical diagnostic sequence is:

  1. Back up important files.
  2. Check free disk space.
  3. Run chkdsk C: /scan.
  4. Check SSD/HDD health and SMART information.
  5. Run manufacturer storage diagnostics.
  6. Check Event Viewer for storage errors.
  7. Run DISM /Online /Cleanup-Image /RestoreHealth.
  8. Run sfc /scannow.
  9. Update appropriate chipset/storage drivers.
  10. Check SSD firmware and BIOS updates.
  11. Test RAM.
  12. Investigate antivirus, backup and other file-system filter software.
  13. Analyze the BSOD dump if crashes continue.

This approach helps distinguish file-system corruption from actual storage hardware failure.


Important Warning About CHKDSK

CHKDSK is an important file-system repair utility, but it is not a substitute for data recovery or backup.

If a disk is making abnormal mechanical noises, repeatedly disconnecting, reporting serious SMART errors or becoming increasingly unreadable, copying critical data should generally take priority over repeatedly running intensive repair operations.


How to Prevent NTFS_FILE_SYSTEM Errors

Although not every hardware failure can be prevented, the risk can be reduced by following good maintenance practices:

  • Keep adequate free space on the Windows drive.
  • Avoid forced shutdowns whenever possible.
  • Use a reliable UPS for desktops and servers.
  • Maintain regular backups.
  • Monitor SSD/HDD health.
  • Install storage drivers from trusted sources.
  • Keep chipset drivers and firmware reasonably current.
  • Avoid unstable CPU/RAM/storage overclocking.
  • Investigate recurring disk warnings.
  • Replace failing storage before complete failure.
  • Keep Windows updated.
  • Avoid unnecessary low-level disk utilities.

FAQ – NTFS_FILE_SYSTEM Error

1. What does NTFS_FILE_SYSTEM mean?

NTFS_FILE_SYSTEM is a Windows bug check indicating that a serious error occurred while Windows was processing an NTFS file-system operation.

Its bug check code is:

0x00000024


2. What is ntfs.sys?

ntfs.sys is a Microsoft Windows driver responsible for NTFS file-system operations.

It allows Windows to work with NTFS-formatted volumes.


3. Does NTFS_FILE_SYSTEM mean my SSD is failing?

Not necessarily.

The problem can be caused by:

  • NTFS corruption
  • SSD/HDD problems
  • Storage drivers
  • RAM
  • File-system filter drivers
  • Security software
  • Backup applications

The storage device should nevertheless be tested because disk corruption and bad blocks are documented causes.


4. Can CHKDSK fix NTFS_FILE_SYSTEM?

It can fix some cases involving logical NTFS corruption.

Start with:

chkdsk C: /scan

If repairs are necessary:

chkdsk C: /f

Hardware failure cannot be permanently repaired by CHKDSK.


5. Should I run CHKDSK /R on an SSD?

/r can be used when a deeper bad-sector/readability check is appropriate, but it is substantially more intensive than a normal scan.

Do not use it automatically for every BSOD. If SSD failure is suspected, back up important data and check the drive's health first.


6. Can bad RAM cause NTFS_FILE_SYSTEM?

Yes. Memory instability can corrupt data used by the file system and contribute to storage-related crashes.

RAM should be tested if storage diagnostics do not reveal the cause.


7. Can antivirus software cause NTFS_FILE_SYSTEM?

Potentially.

Security products can install file-system filter drivers that interact directly with storage operations. Microsoft includes continuously monitoring antivirus and backup programs among items worth investigating when troubleshooting Bug Check 0x24.


8. Can a full C: drive cause this problem?

Insufficient free space can contribute to system problems. Microsoft recommends ensuring adequate free disk space and notes that keeping roughly 10–15% available is generally advisable for this troubleshooting scenario.


9. Can an NVMe SSD cause NTFS_FILE_SYSTEM?

Yes.

Potential NVMe-related causes include:

  • SSD hardware problems
  • Firmware problems
  • Controller issues
  • Driver problems
  • Thermal instability
  • File-system corruption

Check both the NTFS volume and physical SSD health.


10. What if NTFS_FILE_SYSTEM appears during startup?

Try Windows Recovery Environment and use:

  • Startup Settings/Safe Mode
  • Startup Repair
  • System Restore
  • Command Prompt
  • Uninstall Updates

Also investigate the system drive's health.


11. Should I reinstall Windows?

Reinstallation should generally not be the first troubleshooting step.

If the SSD/HDD or RAM is defective, reinstalling Windows may only temporarily hide the problem—or the installation itself may fail or become corrupted again.

Hardware health should be verified first.


12. Why does the error return after CHKDSK repairs the drive?

Repeated corruption can indicate an underlying problem such as:

  • Failing storage
  • RAM instability
  • Storage-controller problem
  • Faulty cable
  • Unexpected power loss
  • Problematic low-level driver

Repeated new file-system corruption is more concerning than a one-time repaired error.


13. Is NTFS_FILE_SYSTEM the same as INACCESSIBLE_BOOT_DEVICE?

No.

NTFS_FILE_SYSTEM (0x24) concerns a serious NTFS file-system operation error.

INACCESSIBLE_BOOT_DEVICE indicates Windows lost access to the device or partition required to boot.

Storage problems can sometimes contribute to either condition, but the bug checks have different meanings.


14. Can Windows Update cause NTFS_FILE_SYSTEM?

A problem may appear after an update if a driver, storage component or third-party software interaction changes.

However, timing alone does not prove that Windows Update caused the BSOD. Check crash dumps and storage health before drawing that conclusion.


15. Is NTFS_FILE_SYSTEM dangerous for my data?

Potentially.

If the underlying cause is a failing storage device or continuing file-system corruption, data loss is possible.

Back up important information promptly when the error repeats.


16. How do I know whether the problem is hardware or software?

Use multiple sources of evidence:

Hardware indicators:

  • SMART warnings
  • Manufacturer diagnostic failure
  • Repeated media errors
  • Drive disconnects
  • Bad sectors
  • Memory-test errors

Software indicators:

  • Problem began after driver/software installation
  • Hardware diagnostics remain clean
  • Crash dump identifies a third-party driver
  • Removing/updating the software stops the crashes

17. Can a SATA cable cause NTFS_FILE_SYSTEM?

Potentially, yes.

A defective SATA data connection can cause I/O communication errors between the motherboard and storage device.

On desktop systems, testing another known-good SATA cable or port can be useful.


18. What commands should I run for NTFS_FILE_SYSTEM?

Common commands include:

chkdsk C: /scan

chkdsk C: /f

DISM.exe /Online /Cleanup-Image /RestoreHealth

sfc /scannow

These commands address different layers of the problem and should not be considered replacements for storage hardware diagnostics.


19. Can I recover data if Windows will not boot?

Often, yes, provided the drive remains readable.

Recovery options may include another computer, a bootable recovery environment or professional data-recovery services.

If the disk appears physically damaged, avoid unnecessary write operations.


20. What is the most important thing to do after repeated NTFS_FILE_SYSTEM crashes?

Back up important data and verify the health of the storage device.

Repeated file-system corruption should not be treated only as a Windows software problem.


Conclusion

The NTFS_FILE_SYSTEM (0x00000024) BSOD indicates that Windows encountered a serious problem while working with the NTFS file system. Microsoft specifically identifies NTFS corruption, bad disk blocks and storage-driver problems among possible causes.

The correct troubleshooting strategy is therefore broader than simply reinstalling Windows.

Start by protecting important data, check the NTFS volume using CHKDSK, verify the physical health of the SSD/HDD, inspect Event Viewer, repair Windows components with DISM and SFC, update appropriate storage drivers and firmware, and test RAM if necessary.

If the error repeatedly returns after file-system repairs, investigate the underlying storage hardware, memory and low-level drivers rather than continuing to repair the same corruption.

Technical references: Microsoft documents NTFS_FILE_SYSTEM as Bug Check 0x24 / 0x00000024 and associates it with ntfs.sys, NTFS corruption, bad disk blocks and storage-driver problems. Microsoft also documents using DISM followed by System File Checker to repair damaged Windows components and protected system files.

 

#NTFS_FILE_SYSTEM #NTFSFileSystem #NTFSError #NTFSBSOD #BSOD #BlueScreen #BlueScreenOfDeath #Windows11 #Windows10 #WindowsError #WindowsBSOD #StopCode #StopCode24 #BugCheck24 #0x00000024 #ntfssys #NTFSCorruption #FileSystemError #DiskError #DiskCorruption #HardDriveError #SSDError #HDDError #SSDHealth #HardDriveHealth #BadSectors #CHKDSK #WindowsRepair #SystemFileChecker #SFC #DISM #WindowsTroubleshooting #BSoDFix #Windows11Fix #Windows10Fix #StorageError #StorageDriver #NVMe #SATA #DiskRepair #DataRecovery #WindowsRecovery #WinRE #SafeMode #EventViewer #MemoryDiagnostic #RAMError #ComputerRepair #PCRepair #WindowsSupport

YOUR FEEDBACK

Was this guide useful?

Your answer helps us keep BISONKB accurate and practical.

BISON AI

Ask about “NTFS_FILE_SYSTEM Blue Screen Error (0x00000024) in Windows 11/10 – Causes, Diagnosis, CHKDSK, SSD/HDD Checks and Complete Fix Guide”

This interface is ready to connect to your preferred AI provider. No article or user data is sent until that service is configured.

THE BISON BRIEF

Practical IT knowledge, once a week.

New troubleshooting guides, scripts and infrastructure notes. No noise.

By subscribing, you agree to our privacy policy.