If your Windows 11 PC keeps booting into the Blue Screen of Death (BSOD) with the error “INACCESSIBLE_BOOT_DEVICE”, Windows can’t find or access the boot drive when it starts up. Think of it like your car refusing to start because you lost the keys—Windows is basically telling you the same thing. Usually, this happens after a recent driver update, Windows patch, power interruption, or a failing hard drive. I’ve dealt with this more times than I can count, including once during a thunderstorm when the power flickered. The upside? Most of the time, you can fix it without losing your data—just don’t start unplugging things randomly.
Here’s the fastest way to get back up and running.
Quick Fix Summary
Boot into Advanced Startup → Select Troubleshoot → Choose Advanced options → Use Startup Repair or Safe Mode → If that doesn’t work, roll back the last driver or restore from a backup.
What’s causing this mess?
The “INACCESSIBLE_BOOT_DEVICE” BSOD (error code 0x0000007B) means Windows can’t read the boot drive when it starts. That usually happens when:
- Windows Update installed a dodgy storage controller driver (like storahci.sys or iaStorA.sys)
- A power outage corrupted the file system or boot configuration
- The drive is failing or got disconnected
- The BIOS/UEFI settings changed (for example, SATA mode switched from AHCI to IDE or RAID)
According to Microsoft Support, this error pops up most often after a major Windows update, especially on systems with third-party storage drivers installed Microsoft Support.
Let’s fix this step by step
- Force a reboot Hold the power button until the PC shuts off. Wait 10 seconds, then turn it back on. Do this once or twice. On the third try, Windows should automatically kick in the Automatic Repair screen.
- Boot into Advanced Startup If forcing a reboot didn’t work, interrupt the boot process three times in a row by holding the power button during startup. On the third interruption, Windows should load the Recovery Environment (WinRE).
- Head to Troubleshoot > Advanced options From the blue recovery screen, pick: Troubleshoot → Advanced options → Startup Repair Windows will try to fix the boot issues automatically. Let it run—it might take 5–10 minutes.
- Check Safe Mode (if Startup Repair fails)
Still in Advanced options, select Startup Settings → Restart, then press F4 to boot into Safe Mode. Once in Safe Mode:
- Press Win + X → Device Manager
- Expand Disk drives and Storage controllers
- Right-click the storage controller (for example, “Standard SATA AHCI Controller”) → Properties → Driver → Roll Back Driver (if available)
- Restore from backup or use System Restore
In Advanced options, pick System Restore. Choose a restore point from before the issue started. If you don’t have one, try Command Prompt and run:
chkdsk C: /f /r(Swap out C: for your boot drive letter if it’s different.)
Still stuck? Try these next
Move through these steps in order if the first round didn’t work:
- Reset BIOS/UEFI to default Reboot and enter BIOS/UEFI (usually by pressing F2, Del, or Esc during startup). Look for “Load Default Settings,” “Reset to Default,” or “Restore Optimized Defaults.” Save and exit. This fixes common SATA mode mismatches (for example, AHCI vs. RAID).
- Use a bootable USB to repair manually
Create a Windows 11 installation USB using the Media Creation Tool. Boot from it, select Repair your computer → Troubleshoot → Command Prompt and run:
bootrec /fixmbrbootrec /fixbootbootrec /scanosbootrec /rebuildbcd - Check the drive health If the drive is failing, Windows won’t boot no matter what you do. Use a live Linux USB or a Windows PE environment to run CrystalDiskInfo or HD Tune to check the S.M.A.R.T. status. If it shows “Caution” or “Bad,” back up your data immediately and replace the drive.
How to keep this from happening again
- Update drivers manually after major Windows updates, especially for storage controllers. Skip the third-party driver update tools—use Device Manager or download directly from the manufacturer (for example, Intel, AMD, or chipset vendor).
- Turn on BitLocker or File History to protect against data loss from boot failures. BitLocker encrypts the drive, and File History lets you restore files even if the OS won’t boot Microsoft Support.
- Use a UPS (Uninterruptible Power Supply) during storms. A 10-minute battery backup can prevent file system corruption from sudden power loss.
- Back up your boot drive regularly using Windows Backup or a tool like Macrium Reflect. Keep a bootable recovery USB handy.
