What does INACCESSIBLE_BOOT_DEVICE mean?
Short answer: INACCESSIBLE_BOOT_DEVICE is a Windows stop code (blue screen error code) that appears when the operating system cannot find or read the drive partition where Windows is installed. This happens during startup, before the desktop loads. The four most common causes are: a corrupt or incompatible storage controller driver installed by a Windows Update, a BIOS storage mode mismatch (AHCI vs. RAID/IDE), a failing SSD, or a corrupted boot partition — often caused by a power cut during an update.
How to fix INACCESSIBLE_BOOT_DEVICE step by step
Step 1 — Create a Windows recovery USB and boot from it
Since the laptop cannot start Windows normally, you need a bootable Windows USB drive. Create one on another machine using the Microsoft Media Creation Tool (free download). Boot your laptop from the USB by pressing the boot-menu key (usually F12, F9, or Esc depending on the brand) during startup. Choose "Repair your computer" → Troubleshoot → Advanced options → Command Prompt. This gives you access to repair tools without needing a working Windows installation.
Step 2 — Run boot repair commands
In the recovery Command Prompt, run these commands in order:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
These commands rebuild the MBR (Master Boot Record — the small code that tells the computer where to find Windows), fix the boot sector, scan for Windows installations, and rebuild the Boot Configuration Database (BCD — the list of bootable operating systems). In roughly half of INACCESSIBLE_BOOT_DEVICE cases caused by corrupted boot partitions, these four commands restore the laptop without any further action. Restart after running them and check if Windows loads.
Step 3 — Check the BIOS storage mode
If the boot repair commands do not help, the issue is likely a storage controller driver mismatch. Restart, enter BIOS (usually by pressing Del, F2, or F10 during startup), and look for Storage Configuration or SATA Mode. Switch between AHCI (Advanced Host Controller Interface — a standard that enables full speed from SATA and NVMe drives) and IDE or RAID mode and test each. On many HP, Dell, and Lenovo laptops that were upgraded from Windows 10 to Windows 11, the correct setting is AHCI. Save and restart. If the laptop now boots normally, you also need to roll back the storage controller driver in Device Manager to prevent a recurrence after the next update. See our related guide on diagnosing common Windows BSOD errors for driver rollback steps.
Step 4 — The India angle: power cuts during updates
In India, this BSOD has a specific high-frequency trigger that is rare in countries with stable power: a power cut mid-update. When Windows Update restarts to apply a new storage driver, a power failure during that critical 5-minute restart window leaves the boot partition in a half-written state — neither the old driver nor the new one is complete, and Windows cannot locate its drive. A UPS (Uninterruptible Power Supply — a battery-backed device that keeps power flowing during cuts) eliminates this risk entirely. For laptops on battery, ensure the battery is above 40% before allowing a major update to proceed. Also check our Windows update stuck fix guide for related update-corruption scenarios.
When to call a laptop repair service
When DIY ends
Stop and call a technician if: the bootrec commands report "Element not found"; the BIOS does not show AHCI mode as an option; the drive is not detected in BIOS at all; or CrystalDiskInfo (a free drive-health tool, run from the recovery environment if possible) shows the drive status as "Caution" or "Bad". These signals indicate physical drive failure rather than a software or boot-configuration problem.
Typical repair cost in India
Boot repair (software only — no data loss): ₹600–₹1,500. If the SSD has physically failed and needs replacement with data migration: ₹2,500–₹8,000 depending on capacity and brand. Our SSD upgrade service includes data migration on the same visit.
A note from the LRW Engineer Team
When a customer walks in with INACCESSIBLE_BOOT_DEVICE, our first question is always: "Did this start after a Windows Update or after a power cut?" The answer guides the diagnosis to either a driver issue (software fix) or a boot partition corruption (software fix) or a failing drive (hardware replacement). Only about one in five of these cases needs a new drive.