How to Fix INACCESSIBLE_BOOT_DEVICE in Windows 11

My Technician
Windows 11BSODBootFix

The Problem

INACCESSIBLE_BOOT_DEVICE (stop code 0x0000007B) means Windows can't reach the drive it needs to boot. It typically hits after a Windows update, a BIOS/firmware change, a storage-controller swap, or a cloned drive. Your data is usually fine—the OS just lost the path to it.

Stuck in a repair loop instead of a clean BSOD? See fix the Automatic Repair loop. For BSOD basics: fix the Blue Screen of Death.

Quick Fixes (Try These First)

Check the BIOS Storage Mode

If you (or an update) changed the SATA mode, Windows can't find its boot drive.

  1. Enter BIOS/UEFI (tap Del, F2, or F10 at power-on).
  2. Find SATA Mode / Storage Configuration. It should be AHCI (not RAID/IDE) unless you intentionally use RAID.
  3. Save and exit. If it was wrong, this alone often fixes it.

The Fix: Step-by-Step

Step 1: Open the Recovery Environment (WinRE)

Force-shutdown at the logo three times; on the third boot Windows opens Automatic RepairAdvanced optionsTroubleshootAdvanced options.

Step 2: Uninstall the Latest Update

This is the number-one fix when the BSOD started right after Patch Tuesday.

  1. In Advanced options, choose Uninstall Updates.
  2. Select Uninstall latest quality update (try the feature update option only if that fails).
  3. Reboot.

Step 3: Run Startup Repair

Back in Advanced optionsStartup Repair. Let it scan and fix the boot configuration automatically.

Step 4: Repair Boot Files from Command Prompt

In Advanced optionsCommand Prompt:

chkdsk C: /f /r
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
bootrec /rebuildbcd

Reboot after they finish. (Your drive letter in WinRE may differ—run diskpart then list volume to confirm which letter holds Windows.)

Step 5: Roll Back a Storage Driver

If you recently updated a storage/RAID driver, boot Safe Mode and roll it back in Device ManagerIDE ATA/ATAPI controllersPropertiesDriverRoll Back Driver.

What Not to Do

  • Don't reformat or "initialize" the disk from another PC to make it readable—that destroys your data. The drive is reachable; only the boot path is broken.

Still Won't Boot?

Drive readable but Windows won't load? Data Recovery Pro can pull your files off the partition before you attempt a reinstall.