How to fix error code 0x0000007b in Windows 11?

Welcome to the Blackview store, which offers mini PCs, laptop, and more. Hope the guide helps.

The Windows 11 error code 0x0000007B , commonly known as the INACCESSIBLE_BOOT_DEVICE Blue Screen of Death (BSOD), prevents the operating system from accessing the system partition during startup. When this error occurs, the computer may repeatedly restart or become stuck in a boot loop, making it impossible to access the desktop. Fortunately, this issue can often be resolved without reinstalling Windows.

Several factors can trigger error code 0x0000007B, including corrupted system files, damaged boot records, incorrect BIOS storage settings, faulty drivers, or hard drive problems. Understanding the underlying cause is the first step toward restoring your PC. This guide explains the most effective solutions to help you fix Windows 11 error code 0x0000007B safely and efficiently.

Common Causes of Error Code 0x0000007B

Before applying any fixes, it's helpful to understand what may have caused the problem:

  • Corrupted Windows system files
  • Damaged Boot Configuration Data (BCD)
  • Incorrect SATA controller mode in BIOS (AHCI, RAID, or IDE)
  • Faulty or incompatible storage drivers
  • Corrupted Windows updates
  • Hard drive or SSD errors
  • Malware or virus infections
  • Failed disk cloning or system migration

How to Fix Error Code 0x0000007B in Windows 11

Follow these troubleshooting steps in order. After completing each one, restart your computer to check whether the issue has been resolved.

1. Disconnect External Devices

External hardware can sometimes interfere with the boot process.

  • Turn off your PC completely.
  • Disconnect USB drives, external hard disks, printers, SD cards, and other peripherals.
  • Leave only the keyboard, mouse, and monitor connected.
  • Restart the computer.

2. Boot into Windows Recovery Environment

If Windows cannot start normally:

  • Force shutdown the PC during boot three times.
  • Windows should automatically enter the Recovery Environment.
  • Select Troubleshoot > Advanced options .

This menu provides several repair tools for startup issues.

3. Run Startup Repair

Startup Repair automatically scans and fixes common boot problems.

  • Open Advanced options .
  • Click Startup Repair .
  • Choose your Windows installation.
  • Wait for the repair process to complete.
  • Restart the PC.

4. Repair Boot Records Using Command Prompt

If Startup Repair doesn't work, manually rebuild the boot files.

  • Open Command Prompt from Advanced options.
  • Run the following commands one by one:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd 
  • Restart your computer after all commands finish successfully.

5. Check the Disk for Errors

File system corruption can trigger boot failures.

  • Open Command Prompt .
  • Execute:
chkdsk C: /f /r 
  • Allow Windows to scan and repair disk errors.
  • Restart the computer.

6. Repair Corrupted System Files

Windows includes built-in tools to repair damaged system files.

  • Open Command Prompt .
  • Run:
sfc /scannow 

If necessary, follow with:

DISM /Online /Cleanup-Image /RestoreHealth 

These tools replace missing or corrupted Windows components.

7. Verify SATA Mode in BIOS

Changing storage controller settings can prevent Windows from booting.

  • Restart the PC and enter BIOS or UEFI settings.
  • Locate the SATA Configuration section.
  • Verify whether the controller is set to AHCI, RAID, or IDE.
  • Restore the original mode if it was recently changed.
  • Save changes and restart.

8. Uninstall Recent Windows Updates

A problematic update may cause boot issues.

  • Enter Windows Recovery Environment.
  • Go to Advanced options .
  • Select Uninstall Updates .
  • Remove the latest quality update or feature update.
  • Restart the computer.

9. Perform System Restore

If a restore point exists, you can roll Windows back to an earlier working state.

  • Open Advanced options .
  • Select System Restore .
  • Choose a restore point created before the error appeared.
  • Complete the restoration process.
  • Restart your PC.

10. Test Your Hard Drive or SSD

Hardware failure can also generate error 0x0000007B.

  • Check SMART status using your SSD or HDD manufacturer's diagnostic tool.
  • Listen for unusual drive noises.
  • Replace the drive if diagnostics report serious errors.

Tips to Prevent Error Code 0x0000007B

Reducing the risk of future boot errors is much easier than recovering from one.

  • Keep Windows 11 updated.
  • Install only trusted hardware drivers.
  • Back up important files regularly.
  • Avoid interrupting Windows updates.
  • Create system restore points before major changes.
  • Monitor SSD or HDD health periodically.
  • Scan your PC for malware using reputable security software.

Resolving Windows 11 error code 0x0000007B usually requires a systematic approach rather than drastic measures. In many cases, Startup Repair, repairing boot records, checking disk integrity, or restoring corrupted system files is enough to restore normal startup without losing personal data.

If none of these methods works, the problem may indicate severe file system corruption or failing storage hardware. At that point, backing up recoverable data and performing a clean installation of Windows 11 or replacing the faulty drive may be the most reliable long-term solution. Following the preventive practices above can also help minimize the chances of encountering this BSOD again.

Related articles