The error INACCESSIBLE_BOOT_DEVICE (0x7B) together with diskpart list volume showing no volumes indicates Windows has lost access to the boot disk entirely. This is usually a storage/boot‑device problem rather than just a file‑system error.
Work through these steps in order; stop if a step shows the disk is not detected at all (that usually means hardware/OEM repair is required).
- Boot into Windows Recovery Environment (WinRE)
- Power off the PC.
- Power it on and interrupt boot 2–3 times (hold power to force off during the spinning dots) until Automatic Repair appears, or
- Boot from Windows 10/11 installation media (USB/DVD). On the Install Windows screen select Next > Repair your computer.
- Choose Troubleshoot > Advanced options > Command Prompt.
- Check if the disk is detected at all
- In Command Prompt, run:
diskpart
list disk
- If no disks are listed, or the system disk is missing, this is a hardware/firmware/controller issue:
- Power off, check physical connections (SATA/NVMe) if this is a desktop.
- If a laptop or OEM system, contact the manufacturer or a repair shop; the drive or controller may have failed.
- If the OS disk appears in
list disk but list volume shows no volumes, there may be severe partition/file‑system corruption or a controller/BIOS mode mismatch.
- Check BIOS/UEFI storage settings
- Reboot and enter firmware setup (commonly ESC, DEL, or F2; see PC documentation).
- Confirm:
- The system drive is detected in BIOS/UEFI.
- Any recent changes to storage mode (e.g., AHCI ↔ RAID/IDE/Legacy) are reverted to what they were when Windows was installed.
- Save and reboot back into WinRE Command Prompt and re‑run
diskpart list disk / list volume.
- If the disk and volumes appear, repair file system and system files
If after fixing BIOS/UEFI the OS volume shows up again in
list volume:
- Note the drive letter of the Windows volume (for example,
D: in WinRE).
- Run Check Disk:
chkdsk /f /r D:
- After it completes, run System File Checker against the offline Windows:
sfc /scannow /offbootdir=D:\ /offwindir=D:\Windows
- Exit and restart to see if Windows boots.
- If Windows still will not boot but disk/volumes are present
- Boot again into WinRE.
- Use Troubleshoot > Advanced options > System Restore and choose a restore point from before the problem started.
- If that fails, consider backing up data from WinRE (using another USB disk) and performing a clean install using the Media Creation Tool image.
- If disk is present but volumes never appear
- This usually indicates serious partition table or boot‑partition corruption, or failing hardware.
- At this point, data recovery tools or professional recovery/repair are recommended before attempting a clean install, as further writes can reduce chances of recovery.
If at any stage the OS disk is not visible in diskpart list disk, or BIOS/UEFI does not see the drive, treat it as a hardware failure and involve the OEM or a repair technician.
References: