1. Run CHKDSK to Repair File System Errors
- Open Command Prompt (Admin)
- Run:
- chkdsk C: /f /r
- Confirm the scan at the next reboot
- CHKDSK will detect and repair file system corruption and mark bad sectors so they’re not used again.
2. Update Storage Controller and Chipset Drivers
- Press Win + X → Device Manager
- Expand IDE ATA/ATAPI controllers or Storage controllers
- Right-click → Update driver for each relevant device
- Download the latest chipset and storage drivers from your motherboard or system manufacturer
- Updated drivers ensure stable communication between the OS and storage hardware, reducing file system corruption risks.
3. Test Your Hard Drive or SSD for Hardware Failures
- Use Windows Security → Device performance & health or manufacturer tools
- Check SMART status for reallocated sectors or pending failures
- If the drive shows critical health warnings, back up your data immediately and replace the drive
- Faulty storage hardware can cause recurring file system corruption.
4. Scan for Malware or Ransomware
- Run a Full Scan and Microsoft Defender Offline Scan
- Use a reputable third-party scanner for a second opinion
- Malware can modify or encrypt file system structures, leading to BSODs.
5. Run System File Checker and DISM
- Open Command Prompt (Admin)
- Run:
- sfc /scannow
- Then run:
- DISM /Online /Cleanup-Image /RestoreHealth
These tools repair OS components that interact with the file system, ensuring stable disk operations.
6. Check for Firmware Updates for Your SSD or HDD
- Visit your drive manufacturer’s support page
- Apply firmware updates that fix known file system handling bugs
- Some firmware updates improve error handling and prolong drive lifespan.
7. Perform System Restore
- Open Control Panel → Recovery → Open System Restore
- Select a restore point created before the BSOD began
- Follow prompts to revert system state
- System Restore can roll back driver or software changes that triggered file system errors.
The 0x00000055 FILE_SYSTEM BSOD is a serious warning that your disk’s file system structure has been damaged.
To fix it:
- Run CHKDSK, update storage drivers, and scan for malware.
If the issue persists:
- Test your storage hardware, check for firmware updates, or restore the system to a previous stable point.
Addressing the underlying cause quickly is essential to prevent data loss, ensure stable disk operations, and maintain system reliability.