Inaccessible Boot Device error on Windows 10 or 11 is a “blue screen of death” (BSOD) error that stops Windows from booting properly. Sometimes, it won’t let you boot into Windows at all, which can be a little bit unnerving. 

However, fixing an Inaccessible Boot Device error isn’t all that difficult once you know what caused it. It’s typically, though not always, the result of changing something in your system. But what exactly does Windows mean when it says the boot device isn’t accessible?

Table of Contents
    How To Fix an Inaccessible Boot Device on Windows 10/11 image 1

    What Does the Inaccessible Boot Device Error (Code 0x0000007b) Mean?

    The Inaccessible Boot Device error means that Windows failed to access the system partition (i.e., your hard disk) while starting the system. These errors are more common on PCs that have an SSD, and can be caused by several things. 

    For instance, tinkering with your BIOS settings, outdated or corrupt drivers, a faulty hard disk, or simply updating Windows can cause the error, among other things. 

    How To Fix an Inaccessible Boot Device on Windows 10/11 image 2

    You can try a couple of easy fixes. This is even easier if you remember changing some (software or hardware) settings. If you don’t recollect changing anything, we’ll give you the fixes in the order you should try them. 

    However, before you start, you should know that you need to access Windows for some of these fixes. If you can’t access Windows at all, try to boot into Safe Mode. In fact, sometimes just booting into Safe Mode and then restarting the PC again sometimes fixes the issue. So give that a try first.

    Switch to AHCI in BIOS

    If you’ve been spending some time playing around with the BIOS or if you’ve updated your BIOS recently, this is the fix you’d want to try first. The BIOS allows you to choose a mode for SATA drives. If you’ve chosen a mode other than AHCI, you’ll need to fix this.

    Start by going into your BIOS. The interface of the BIOS will differ based on your manufacturer. So, you’ll need to look around a little. The general steps, though, are more or less the same. 

    Look for Storage Configuration > SATA Configuration/SATA Emulation or something similar in the BIOS. If you can’t find these on your BIOS, you’ll need to do some digging and look for the term “AHCI.” Enable ACHI for your SATA controller (or change SATA mode to AHCI), which should fix the problem.

    How To Fix an Inaccessible Boot Device on Windows 10/11 image 3

    Remove Recently Installed Update Packages

    If you encountered the error after an update, just uninstalling the update packages might resolve the issue. 

    You’ll need to use Command Prompt for uninstalling the packages. To use the Command Prompt when you’re unable to boot, restart the PC from the blue screen two times. After two consecutive failed boot attempts, the system will enter the Automatic Repair mode. 

    1. From the Automatic Repair mode, navigate to Advanced options > Troubleshoot > Advanced options > Command Prompt
    How To Fix an Inaccessible Boot Device on Windows 10/11 image 4
    1. Run the following commands one-by-one (i.e., press Enter after each one):

    dir C:

    Dism /Image:C:\ /Get-Packages

    Here, C has been assumed as the drive in which Windows is installed. If you’ve installed Windows on another drive, use the relevant drive letter.

    Running the second command will return a list of update packages installed on your PC. 

    How To Fix an Inaccessible Boot Device on Windows 10/11 image 5

    Use this information to find the update package you believe is causing the problem and note its name. Then, execute the following command:

    Dism.exe /Image:C:\ /remove-package /[name of the package]

    Replace the words “name of the package” with the actual name (package identity). Note that if you’re using the Command Prompt from inside Windows, you’ll need to use the /Online parameter for all commands where /Image:C has been used. 

    For instance: Dism /Online /Get-Packages.

    1. While you’re at it, run the following commands to remove pending updates that are stuck, if any. If you aren’t sure about the presence of any stuck pending updates, just run these commands one-by-one anyway:

    reg load hklm\temp c:\windows\system32\config\software

    reg delete “HKLM\temp\Microsoft\Windows\CurrentVersion\Component Based Servicing\SessionsPending”/v Exclusive

    reg unload HKLM\temp

    When you’re done, restart the PC and see if everything’s back to normal. 

    Update IDE ATA/SATA Controller Drivers

    If the previous fixes didn’t work for you, it’s worth spending a minute updating the drivers. If an outdated or corrupt driver is the reason for the Inaccessible Boot Device error, updating or reinstalling it should fix it.

    To update the driver, you’ll need to boot into Safe Mode. Once you’re in Safe Mode:

    1. Right-click on Computer and select Manage to launch the Computer Management console.
    How To Fix an Inaccessible Boot Device on Windows 10/11 image 6
    1. Select Device Manager from the right pane, switch to the left pane, and select the small arrow beside IDE ATA/ATAPI controllers.
    How To Fix an Inaccessible Boot Device on Windows 10/11 image 7
    1. Right-click on the Standard SATA AHCI Controller and select Update driver.
    How To Fix an Inaccessible Boot Device on Windows 10/11 image 8
    1. At this point, you’ll need to select if you want Windows to automatically search for a newer version of the driver and install it, or if you’d like to use driver installation files that you’ve already downloaded. 

    Your best bet is to find and download the appropriate drivers from the manufacturer’s website and then use the second option, because you’ll know you have the correct driver that you need.

    How To Fix an Inaccessible Boot Device on Windows 10/11 image 9

    Next, just follow the wizard’s prompts and restart the PC normally. 

    No luck? At this point, you may want to see if your hard drive has some corrupt files.

    Fix Errors on Hard Drive

    Errors on your hard drive could also result in an Inaccessible Boot Device. Windows 10 (and all Windows versions) provides users a simple way to check for and fix filesystem errors and bad sectors automatically. The tool will mark hard bad sectors, so they aren’t used in the future.

    You can do this with CHKDSK, a command-line tool. To run CHKDSK, you’ll need to either:

    • Go back to the Automatic Repair mode (i.e., with two consecutive failed boot attempts) like you did previously and run the Command Prompt (i.e., Advanced options > Troubleshoot > Advanced options > Command Prompt), or
    • Boot into Safe Mode and launch Command Prompt as an administrator.

    Once the Command Prompt is running:

    1. Execute the following command if you launched the Command Prompt from the automatic repair mode:

    chkdsk /r C:

    1. Execute the following command if you’ve launched the Command Prompt from within Windows:

    chkdsk /f /r

    How To Fix an Inaccessible Boot Device on Windows 10/11 image 10

    Once the scan completes, restart the PC and see if the Inaccessible Boot Device error has resolved.

    More Fixes to Try

    If you’re still encountering the Inaccessible Boot Device error, Windows has one more radical option you can try. 

    You could reset your PC so that Windows will revert to mint condition, just like it was when you first installed it. A reset will wipe your data, so try and boot into the PC and create a backup first.

    If you’re comfortable working with computer hardware, you may also want to check for loose cables or see if any of your hardware components have been physically damaged.

    Up and Running Again

    The Inaccessible Boot Device error can be a scary thing to see for someone not familiar with the Windows BSOD. However, it doesn’t take a lot of work to fix this error in most cases. When you do get into serious trouble with a Windows error, keep a Windows system image backup handy, so you don’t have to waste a lot of time recreating your Windows environment from scratch.