What is INACCESSIBLE_BOOT_DEVICE error
INACCESSIBLE_BOOT_DEVICE error is a common Blue Screen of Death (BSoD) encountered in Windows 11 and Windows 10 systems. This error indicates that the operating system has lost access to the system partition during the startup process. As a result, Windows cannot read or load the necessary system files required for booting, leading to a system crash. This issue often arises after significant changes such as a major Windows update, driver installation, or hardware upgrade. It may also occur due to corrupted system files, faulty drivers, or issues with the hard drive’s physical connections. Understanding the root cause is essential, as ignoring this error can lead to repeated boot failures and potential data loss. In the following sections, we will explore the various methods to diagnose and resolve the INACCESSIBLE_BOOT_DEVICE error to restore your system’s functionality.
Download Windows Repair Tool
There are special repair utilities for Windows, that can solve problems related to registry corruption, file system malfunction, Windows drivers instability. We recommend you to use Advanced System Repair Pro to fix the “INACCESSIBLE_BOOT_DEVICE” error in Windows 11, Windows 10, Windows 8, Windows 7.
How to Fix INACCESSIBLE_BOOT_DEVICE Error
1. Restart Your Computer
Sometimes, a simple restart can resolve temporary glitches causing the error.
2. Boot into Safe Mode
Booting into Safe Mode allows Windows to start with minimal drivers and services, helping you troubleshoot the issue.
Steps to Boot into Safe Mode:
- Press and hold the Shift key while clicking on Restart from the Power menu.
- In the Choose an option screen, select Troubleshoot > Advanced options > Startup Settings > Restart.
- After restarting, press 4 or F4 to boot into Safe Mode.
3. Update or Reinstall Drivers
Faulty or outdated drivers, especially for storage controllers, can cause this error.
Update Drivers:
- Boot into Safe Mode.
- Press Win + X and select Device Manager.
- Expand IDE ATA/ATAPI controllers and Storage controllers.
- Right-click on each driver and select Update driver.
- Choose Search automatically for drivers.
Updating each driver manually is time- and energy-consuming. If you are willing to save it and update drivers faster, we recommend using a special utility called Driver Booster from IObit. It has broad databases of drivers for all of the devices you need to maintain your PC. You can download it using the button below.
4. Check Boot Order in BIOS/UEFI
Incorrect boot sequence can lead to boot device errors.
Adjust Boot Order:
- Restart your computer and enter BIOS/UEFI settings (usually by pressing F2, F10, or Delete during startup).
- Navigate to the Boot tab.
- Ensure your primary hard drive is set as the first boot option.
- Save changes and exit.
5. Run Check Disk Utility
Disk errors can cause the system to lose access to the boot device.
Run chkdsk:
- Boot into Advanced Startup Options (as in step 2).
- Select Troubleshoot > Advanced options > Command Prompt.
- In the Command Prompt, type
chkdsk c: /f /r
and press Enter. - Wait for the scan to complete, then restart your computer.
6. Repair Master Boot Record (MBR)
Corrupted MBR can lead to boot issues.
Repair MBR:
- Access the Command Prompt from Advanced Startup Options.
- Type the following commands one by one, pressing Enter after each:
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
- Restart your computer.
7. Use System Restore
Restore your system to a previous state before the error occurred.
Steps:
- In Advanced Startup Options, select Troubleshoot > Advanced options > System Restore.
- Choose a restore point and follow the on-screen instructions.
8. Run System File Checker and Deployment Imaging Service and Management Tool
These tools can repair corrupted system files.
Run SFC and DISM:
- Open the Command Prompt from Advanced Startup Options.
- Type
sfc /scannow
and press Enter. - After completion, run
DISM /Online /Cleanup-Image /RestoreHealth
. - Restart your computer.
9. Reset BIOS/UEFI Settings to Default
Incorrect BIOS settings can cause boot issues.
Reset BIOS:
- Enter BIOS/UEFI settings during startup.
- Find the option to Load Setup Defaults or Reset to Default.
- Save changes and exit.
10. Perform a Clean Installation of Windows
If all else fails, reinstalling Windows may resolve the issue.
Note: This will erase all data on your system drive. Backup important files if possible.
Steps:
- Create a Windows installation media using a USB drive.
- Boot from the installation media.
- Follow the on-screen instructions to install Windows.