Fix: INACCESSIBLE_BOOT_DEVICE BSOD on Windows 10/11

The INACCESSIBLE_BOOT_DEVICE Blue Screen means Windows was unable to access the system partition during startup required to boot into Windows . This error prevents the user from booting into the system and is caused by a variety of factors, such as BIOS upgrades and overclocked CPUs. There is usually more than one reason for an inaccessible boot device.

INACCESSIBLE_BOOT_DEVICE BSOD Error
INACCESSIBLE_BOOT_DEVICE BSOD Error Fix

Below, we have discussed the different troubleshooting methods in case of this error. Proceed with the one that suits your situation the best.

1. Uninstall the Recent Updates

The problem at hand is typically caused due to faulty or buggy updates installed on the system. An easy solution, if this scenario is applicable, is to uninstall these updates.

In this method, we will boot into the Recovery environment of Windows to uninstall these updates.

Here is what you need to do:

  1. Turn your computer off, wait for a few seconds and turn it back on.
  2. When the Windows is on the loading screen, turn it off again using the power button.
  3. After you do this twice, Windows will launch the Recovery menu once you turn the computer on.
  4. Choose Troubleshoot from the list of options available.
    Click on Troubleshoot
    Click on Troubleshoot
  5. Choose Uninstall Updates in the following window.
  6. Now, choose the recently install updates and uninstall them one by one. 
  7. Once done, restart your computer and check if the issue is resolved.

2. Boot Into Safe Mode Via Recovery Menu

Since the following BSOD error prevents you from booting into the system, you need to use the recovery menu to launch the Safe Mode. By doing so, you will be able to implement the troubleshooting methods that we have discussed later in this guide. 

Safe mode in Windows is a diagnostic mode. It starts Windows in a basic state, with only a limited set of files and drivers installed. It is likely that the problem won’t occur in safe mode if the default settings and basic device drivers aren’t causing it.

Here is how you can boot into Safe Mode:

  1. Follow steps 1-4 listed above.
  2. In the following window, choose the Startup Settings option.
    Click on Startup settings in the Advanced options menu
    Click on Startup settings in the Advanced options menu
  3. Wait for the PC to reboot into the Startup settings menu, and then press the F4 key to boot into Safe Mode.
  4. Hit Yes in the confirmation prompt.

3. Run System Scans

Corruption errors, and viruses within the protected system files can also lead to issues like this. File corruption is most commonly resolved by removing the infected components, but doing that manually is not recommended when it comes to system-related files. 

Once you are in Safe Mode, it is best to run the System File Checker, which is a utility designed to fix this issue. The program scans the system for problematic files, and if any are found, it will replace them with their healthy counterparts without causing any harm to the system.

You can run this utility using the Command Prompt. We will also be running the DISM utility with it, which repairs a corrupt system image.

Here is how you can run an SFC and DISM scans on Windows:

  1. Press the Win + R keys together to open Run.
  2. Type cmd in the text field of Run and press the Ctrl + Shift + Enter keys together. This will launch Command Prompt as an administrator. 
  3. Alternatively, you can also type cmd in Windows search and click on Run as administrator.
  4. Once you are inside the Command Prompt window, type the command mentioned below and hit Enter

    DISM.exe /Online /Cleanup-image /Restorehealth
    Run the Restorehealth command
    Run the Restorehealth command
  5. After the command is executed, proceed with the following command:

    sfc /scannow 
    Run the SFC command as shown
    Run the SFC command as shown
  6. Once the command has been executed, restart your computer.

Hopefully, you will not face the problem again after restarting. 

4. Run a CHKDSK Scan

You can also run a CHKDSK scan, which checks the drives for errors and fixes any issues that are identified. If the issue is being caused due to a corrupt drive, then this should fix it.

Here is how you can run the CHKDSK scan:

  1. Open a Run dialog by pressing the Win + R keys together.
  2. Type cmd in the text field of Run and press Ctrl + Shift + Enter to open Command Prompt with administrative privileges.
  3. Once you are in the Command Prompt window, type the command mentioned below and hit Enter to execute it. The CHKDSK utility will scan for problems with it.

    chkdsk /r C:
    Run the CHKDSK scan
    Run the CHKDSK scan
  4. If the volume is already in use, you can schedule the scan at the next restart. If you will like to do this, type Y and click Enter.
  5. Once the command has been executed, restart your computer.

5. Restore the System to a Previous Point

The Windows operating system takes snapshots of the system state from time to time and refers to them as restore points. You can use these restore points to revert to a certain point in time if anything goes wrong with the system in the future. In this method, we will be going back to a system state where the BSOD was not present.

Here is all that you need to do:

  1. Press Win + R to open Run.
  2. Type control in the text field of Run and hit Enter.
  3. In the Control Panel, click Create a restore point.

    Create a restore point in Control Panel
    Create a restore point in Control Panel
  4. Select System Restore and then click Next.
  5. There should be a list of restore points on your system displayed in this window. Choose the most recent and click Next.
  6. When the changes are implemented, restart your computer and check if the issue is resolved.
ABOUT THE AUTHOR

Zainab Falak


Zainab Falak is a highly educated professional with a background in actuarial science and a strong passion for technology. Her expertise lies in the field of data analytics and she is a proficient programmer in languages such as Python and R. At Appuals, Zainab shares her extensive knowledge of Windows 8, 10, and 11, covering a broad range of topics related to these operating systems. Zainab's ability to effectively communicate technical concepts in a clear and concise manner has earned her recognition and respect in the tech community. She is committed to staying up-to-date with the latest developments in the field and providing readers with insightful and informative content.