How to Fix 0x0000007B INACCESSIBLE_BOOT_DEVICE Error in Windows
Error Types

How to Fix 0x0000007B INACCESSIBLE_BOOT_DEVICE Error in Windows

24 Jul 2026 1 Views
Learn how to fix the 0x0000007B INACCESSIBLE_BOOT_DEVICE Blue Screen of Death (BSOD) error in Windows. Discover its causes and step-by-step solutions to get your PC working again.

How to Fix 0x0000007B INACCESSIBLE_BOOT_DEVICE Error in Windows

The 0x0000007B INACCESSIBLE_BOOT_DEVICE error is a common Blue Screen of Death (BSOD) that appears when Windows cannot access the drive containing the operating system. This usually happens after changing hardware, updating BIOS settings, installing Windows incorrectly, or due to a failing storage device.

Fortunately, this error can often be fixed without reinstalling Windows.


What Causes the 0x0000007B Error?

The most common causes include:

  • Corrupted Windows boot files
  • Incorrect BIOS SATA mode (AHCI, IDE, or RAID)
  • Damaged HDD or SSD
  • Loose SATA or NVMe connections
  • Corrupted storage drivers
  • Malware infection
  • Failed Windows update
  • Cloned or migrated Windows installation issues

Symptoms

You may notice:

  • Blue Screen displaying INACCESSIBLE_BOOT_DEVICE
  • Windows stuck in a boot loop
  • Automatic Repair keeps loading
  • PC restarts continuously
  • Windows logo appears but never loads

Solution 1: Check Storage Connections

  1. Turn off your computer.
  2. Disconnect the power cable.
  3. Check that the HDD, SSD, or NVMe drive is properly connected.
  4. Reconnect the cables securely.
  5. Restart your PC.

Solution 2: Verify BIOS Storage Mode

  1. Restart your PC and enter the BIOS/UEFI (usually by pressing F2, Delete, or F12).
  2. Locate the SATA Configuration settings.
  3. Ensure the correct mode (AHCI, IDE, or RAID) is selected.
  4. Save changes and restart.

Tip: If the error appeared after changing BIOS settings, restore the previous storage mode.


Solution 3: Run Startup Repair

  1. Boot from a Windows installation USB.
  2. Click Repair your computer.
  3. Select Troubleshoot → Advanced Options → Startup Repair.
  4. Allow Windows to repair the boot files automatically.

Solution 4: Repair Boot Files

Open Command Prompt from the Windows Recovery Environment and run the following commands one by one:

 
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
 

Restart the computer after the process is complete.


Solution 5: Check the Disk for Errors

In Command Prompt, run:

 
chkdsk C: /f /r
 

Replace C: with your Windows drive if necessary.

This command scans for bad sectors and repairs file system errors.


Solution 6: Check Your SSD or HDD Health

If your storage drive is failing, Windows may not be able to access the boot partition.

Signs of a failing drive include:

  • Clicking noises (HDD)
  • Extremely slow boot
  • Frequent freezes
  • SMART warnings
  • Repeated boot failures

Replace the drive if it shows signs of hardware failure.


Solution 7: Uninstall Recent Windows Updates

If the issue started after a Windows update:

  1. Boot into Windows Recovery.
  2. Go to Troubleshoot → Advanced Options → Uninstall Updates.
  3. Remove the latest quality or feature update.
  4. Restart the PC.

Solution 8: Scan for Corrupted System Files

Open Command Prompt in Recovery Mode and run:

 
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
 

This repairs damaged Windows system files.


Prevention Tips

  • Keep regular backups of important files.
  • Avoid changing BIOS storage settings unless necessary.
  • Update storage drivers from trusted sources.
  • Monitor SSD/HDD health regularly.
  • Shut down your computer properly.

Conclusion

The 0x0000007B INACCESSIBLE_BOOT_DEVICE error usually indicates that Windows cannot access the boot drive. In most cases, checking storage connections, correcting BIOS settings, repairing boot files, or replacing a failing drive will resolve the issue. If none of these methods work, backing up your data and performing a clean Windows installation may be the final solution.