1. Run CHKDSK to Repair File System Errors
- Open Command Prompt as Administrator, then type:
chkdsk C: /f /r /x
- Replace C: with your drive letter.
This checks for bad sectors and repairs corrupted NTFS structures.
2. Update or Reinstall Disk Drivers
- Press Win + X β Open Device Manager.
- Expand Disk Drives and Storage Controllers.
- Right-click your device β Update Driver, or choose Uninstall and restart to let Windows reinstall it.
3. Scan for System File Corruption
- Open Command Prompt as Administrator, and run:
sfc /scannow
- Then run:
DISM /Online /Cleanup-Image /RestoreHealth
These tools repair missing or corrupted system files related to file system management.
4. Test Drive Health
Use tools like CrystalDiskInfo, WD Data Lifeguard, or SeaTools to check for hardware-level faults.
If your drive shows warnings (e.g., reallocated sectors or read errors), backup data and replace the drive.
5. Disable or Uninstall Disk Utility Software
- Go to Control Panel β Programs and Features.
- Uninstall third-party disk optimizers, encryption tools, or antivirus programs that may interfere with file system access.
6. Perform a Clean Boot
- Press Win + R, type msconfig, and press Enter.
- In the Services tab β Check Hide all Microsoft services β Click Disable all.
- Then go to Startup tab β Open Task Manager β Disable all items.
- Restart and observe if the BSOD recurs.
7. System Restore
If the issue started recently:
- Navigate to Control Panel β Recovery β Open System Restore.
- Select a restore point before the BSOD began.
- Complete the guided restoration process.