1. Run Check Disk Utility (CHKDSK)
- Open Command Prompt (Admin).
- Run:
chkdsk C: /f /r
- Press Y to schedule the scan and restart your PC.
- Allow the disk scan to finish and repair file system errors.
2. Update Storage and Chipset Drivers
- Press Windows + X, open Device Manager.
- Expand Disk Drives, Storage Controllers, and IDE/ATA Controllers.
- Right-click each - Update driver.
- Restart the system to apply changes.
3. Repair System Files
- Open Command Prompt (Admin).
- Run:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
- Wait for the scans to complete.
- Reboot your PC.
4. Disconnect External Drives
- Shut down the computer.
- Remove USB drives, external HDDs/SSDs, or SD cards.
- Boot the system and check if the BSOD persists.
- Reconnect devices one by one to identify faulty hardware.
5. Check Your Storage Device Health
- Press Windows + R, type cmd, and open as admin.
- Run:
wmic diskdrive get status
- If the status is Caution, Unknown, or Bad, replace the drive.
- Backup important data immediately.
6. Perform a Clean Boot to Detect Software Conflicts
- Press Windows + R, type msconfig, and press Enter.
- Go to Services - check Hide all Microsoft services.
- Click Disable all.
- Go to Startup - Open Task Manager - disable all startup items.
- Restart and test system stability.
7. Reinstall Problematic Software
- Go to Control Panel - Programs and Features.
- Uninstall recently added applications, file management tools, or disk utilities.
- Restart the PC and check if the issue resolves.
8. Run Windows Update
- Open Settings - Update & Security - Windows Update.
- Click Check for updates.
- Install all driver updates, security patches, and optional updates.
- Restart your system.
9. Use System Restore to Undo File System Changes
- Open Control Panel - Recovery - Open System Restore.
- Select a restore point created before the BSOD began.
- Follow the on-screen steps and restart once the restoration completes.
10. Perform an In-Place Upgrade or Clean Installation
If the BSOD continues:
- Use the Windows Media Creation Tool.
- Select Upgrade this PC now to reinstall system components while keeping your data.
- If errors persist, create a backup and perform a clean installation.
The 0x000000BA (FILE_SYSTEM_EXCEPTION) BSOD generally indicates file system corruption, damaged storage drivers, or failing storage hardware.
To resolve it efficiently:
- Run CHKDSK to repair file structures.
- Update all storage-related drivers.
- Repair corrupted system files.
- Remove faulty software or external drives.
- Restore the system or reinstall Windows if necessary.
Maintaining healthy storage devices, avoiding sudden shutdowns, and keeping drivers updated significantly reduces the chances of future 0x000000BA errors and ensures long-term system reliability.