No one expects a Blue Screen of Death (BSOD) to ruin their day when they boot up their PC. If this happens, don't panic.
The first step is to understand why it happened. A Blue Screen of Death usually indicates a problem with your PC that is severe enough for Windows to shut down itself to protect your system from further damage.
Blue Screens of Death often come with hard-to-decipher names, and the NTFS_FILE_SYSTEM (or NTFS File System) error on a Windows 11 or 10 PC is no exception. This error usually indicates a problem with your system drive.
Once you know what the problem is, you can use the following steps to fix it.
Due to the size of modern laptop and desktop drives, you may forget to make sure it has enough storage space. Therefore, if your drive is full, it can cause NTFS file system errors and blue screen of death.
To quickly clean up your local drive and reclaim GB of space on Windows 10 or 11, do the following:
The time it takes to complete the cleanup will vary. Note that reclaiming large amounts of space will take longer. Once the process is complete, restart your PC and see if the error still occurs.
While you can use the same steps above to clean your drive, you can also use the Settings app on Windows 11 to recover disk space.
To free up disk space on Windows 11, use the following steps:
Hope a lot of disk space is reclaimed. Restart Windows 11 and see if the error no longer appears.
To avoid disk space issues, it is best to enable Storage Sense on Windows 10. You can also enable Storage Sense on Windows 11.
If your local drive has errors, it may cause an NTFS file system error blue screen on Windows. Fortunately, Windows 10 and 11 include the free ChkDsk utility for finding and repairing drive problems.
To check for disk errors and repair bad sectors on Windows 10 or Windows 11, do the following:
chkdsk /r /f
If you have enough drive space and the disk is checked out, the problem may be internal to the system. Running DISM and SFC scans will find corrupt system files and replace them with working files. These utilities are available on Windows 10 and Windows 11, and running them is the same.
To run SFC and DISM scans, use the following steps:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
如果您无法通过 NTFS 文件系统错误蓝屏,请尝试干净启动进入 Windows 11。干净启动使用最少的启动应用程序和驱动程序来加载操作系统。
如果干净启动有效,则需要启动 PC 并一次启用一个应用程序和服务,直到找到罪魁祸首。
如果您在进入登录屏幕之前仍然收到错误消息,请将Windows 11 引导至安全模式。或者,如果您尚未使用 Windows 11,请将Windows 10 引导至安全模式。在任一系统上,请确保选择使用命令提示符启用安全模式,以便您可以运行上面显示的实用程序。
如果上述选项不起作用并且您仍然收到 BSOD NTFS 文件系统错误,那么是时候采取更激进的步骤了。您需要使用 Windows 内置的重置此 PC 实用程序。
重置此 PC 功能允许 Windows 重新安装并保留您的文件;但是,您要先备份系统。这样,如果在此过程中出现问题,您可以从系统映像备份中恢复您的 PC。请注意,创建 Windows 10 系统映像几乎相同。
有关分步说明,请阅读我们的重置 Windows 11教程。或者,对于 Windows 10 用户,我们也为您提供了重置此 PC 教程。
当您在 Windows 系统上遇到 BSOD 时,这似乎令人担忧。如果您遇到 NTFS_FILE_SYSTEM BSOD 错误,使用上面的故障排除选项应该可以让您的 PC 重新启动并运行。确保使用重置此 PC选项作为最后的手段。通常,检查存储空间并运行 ChkDsk 和 SFC 扫描将解决问题。
对于其他问题,请查看如何在 Windows 11 上修复 100% 磁盘使用率或在 Windows 上修复 Ntoskrnl.exe BSOD。此外,请确保您的数据在灾难发生之前是安全的。
The above is the detailed content of How to fix NTFS file system Blue Screen of Death on Windows 11 and 10. For more information, please follow other related articles on the PHP Chinese website!