Fix: 'Inaccessible Boot Device' BSOD on Windows 11: A Complete Troubleshooting Guide

The 'Inaccessible Boot Device' error is one of the most frustrating Blue Screen of Death (BSOD) errors on Windows 11. Usually appearing with the stop code 0x0000007b, it indicates that the Windows operating system has lost access to the system partition during startup. This can happen after a BIOS update, a hardware change, or a corrupted Windows update.

If you are stuck in a boot loop, follow these professional troubleshooting steps to regain access to your PC.

Step 1: Disconnect Peripheral Hardware

Before diving into software fixes, ensure that no external devices are confusing the boot priority. Unplug USB flash drives, external hard drives, printers, and webcams. Restart your computer to see if Windows boots normally. If it does, one of your external devices was likely being mistaken for a bootable drive.

Step 2: Run Windows Startup Repair

Windows 11 includes a built-in recovery environment that can automatically fix boot-related issues.

  • Force your PC to shut down three times in a row during the boot process to trigger the Automatic Repair screen.
  • Select Advanced options > Troubleshoot > Advanced options.
  • Click on Startup Repair.
  • Windows will scan your system and attempt to repair the files necessary for booting.

Step 3: Use the Command Prompt to Repair Boot Records

If the automatic repair fails, you may need to manually rebuild the Boot Configuration Data (BCD).

  • Go back to Advanced options and select Command Prompt.
  • Type the following commands one by one, pressing Enter after each:
  • bootrec /fixmbr
  • bootrec /fixboot
  • bootrec /rebuildbcd
  • If prompted to add the installation to the boot list, type Y and press Enter. Restart your PC.

Step 4: Run the CHKDSK Utility

The error can often be caused by file system corruption or bad sectors on your SSD or HDD. Check Disk (CHKDSK) can identify and repair these errors.

  • In the Command Prompt (from the Recovery Environment), type:
  • chkdsk /f /r C:
  • Press Enter. This process may take some time as it scans the entire drive and repairs readable information from bad sectors.

Step 5: Change SATA Mode in BIOS/UEFI

Windows 11 requires a specific controller mode to communicate with your drive. If your BIOS settings were reset or changed, the SATA mode might be incorrect.

  • Restart your computer and tap the F2, Del, or F12 key (depending on your motherboard) to enter BIOS/UEFI.
  • Locate the Storage Configuration or SATA Mode setting.
  • Switch the mode from IDE to AHCI (or vice versa, though AHCI is standard for modern Windows 11 systems).
  • Save and Exit the BIOS and try booting again.

Step 6: Uninstall Recent Windows Updates

If this BSOD started immediately after a Windows Update, a buggy package might be the culprit.

  • From the Advanced options menu in the Recovery Environment, select Uninstall Updates.
  • Choose Uninstall latest quality update first. If the problem persists, try Uninstall latest feature update.
  • Restart your PC to see if the boot sequence is restored.

Step 7: Enable Safe Mode to Fix Drivers

If you can get into Safe Mode, Windows loads only the essential drivers, which can bypass the error.

  • Navigate to Advanced options > Startup Settings > Restart.
  • Press 4 or F4 to enable Safe Mode.
  • Once in Safe Mode, right-click the Start button and select Device Manager.
  • Check for any yellow exclamation marks under IDE ATA/ATAPI controllers or Disk drives. Right-click and select Update driver or Uninstall device to let Windows reinstall them on the next reboot.

💡 Pro Tip: Keep your software updated to avoid these issues in the future.


Category: #OS