INACCESSIBLE_BOOT_DEVICE is a Windows 11 stop error (blue screen) that means the system started to load but could not read the drive holding its operating system files. The usual triggers are a corrupted or incompatible storage driver, a disk controller mode that changed in the BIOS (for example AHCI to RAID), damaged boot data after an update, or a physically failing SSD or hard drive.
Why this happens
Windows needs the correct storage driver loaded very early to reach the disk. If that driver is missing, wrong, or corrupt, the disk becomes unreachable and Windows stops with code 0x0000007B.
- A Windows update or driver update replaced or broke the storage controller driver.
- The SATA or NVMe mode in the BIOS/UEFI was switched (for example IDE, AHCI, or RAID) after Windows was already installed.
- Boot Configuration Data (BCD) or system files became corrupt after a bad shutdown or failed update.
- The drive itself is failing or the cable/connector is loose.
- Cloning a disk or restoring an image without matching drivers.
Is this normal?
No. It is a genuine error that points to a real driver, configuration, or hardware problem. It is not something Windows does on purpose, and it will keep happening until the cause is fixed.
Does it cause any problems?
Yes. Windows cannot start, so you are locked out until you repair it. Your files are usually still safe on the drive unless the disk is physically failing, so avoid reinstalling before you try the repair steps.
How to fix or check it
- Restart once. A single random glitch can trigger it, and a clean restart sometimes clears it.
- If it repeats, force the PC into the Windows Recovery Environment (hold the power button to shut down during boot three times, then let it open automatic repair).
- In Recovery, go to Troubleshoot, then Advanced options, then Uninstall Updates, and remove the latest quality update if the error started after one.
- Still in Advanced options, open Command Prompt and run
chkdsk /f /r C:, thensfc /scannow, thenDISM /Online /Cleanup-Image /RestoreHealth(drive letters can differ in Recovery, so check withdirfirst). - Enter your BIOS/UEFI setup at startup and confirm the SATA/storage mode matches what Windows was installed with. If someone changed it to RAID or IDE, set it back to AHCI.
- Reseat the drive cable on a desktop, or if you cloned a disk recently, boot the original drive to confirm the copy is the problem.
- If nothing works, connect the drive to another PC to back up your files, then test the drive health with the maker's diagnostic tool before deciding to reinstall.
Frequently asked questions
Does this error mean my drive is dead?
Not always. Most cases are driver or configuration problems, not hardware failure. Run a drive health check to be sure, but do not assume the disk is dead just from this message.
Can I fix it without losing my files?
Usually yes. The repair steps above do not erase personal data. Only a full reinstall or reformat removes files, so try the fixes first and back up if possible.
Why did it start right after a Windows update?
Some updates replace storage drivers or boot files. If the new driver does not match your hardware, the disk becomes unreadable. Uninstalling the recent update from Recovery often reverses it.