The BlInitializeLibrary failed 0xc00000bb error message appears on Windows 11 systems during startup, preventing the operating system from booting. This error often points to issues with the system’s boot process, such as misconfigured BIOS/UEFI settings, corrupted boot configuration data, or faulty storage devices. Addressing this problem requires a careful sequence of troubleshooting steps, starting with BIOS checks and moving through boot repairs to hardware diagnostics.
Reset BIOS/UEFI Settings and Boot Order
Step 1: Power off your computer completely by holding down the power button until the system shuts down. Disconnect the power cable and unplug all peripherals. Wait a few minutes to ensure all residual power is drained before reconnecting the power cable.
Step 2: Power on your computer and immediately press the BIOS/UEFI access key repeatedly. This is often F2
, F10
, Esc
, or Del
, depending on your device manufacturer. If you’re unsure, check your motherboard or laptop documentation.
Step 3: In the BIOS/UEFI menu, locate the option to reset settings to default. This is typically found under the Exit or Save & Exit tab as “Load Setup Defaults” or “Restore Defaults.” Apply the default settings, save changes, and exit BIOS/UEFI.
Step 4: Re-enter BIOS/UEFI and navigate to the Boot or Boot Order section. Ensure your main system drive (SSD or HDD) is set as the first boot device. Save changes and exit.
Disable Secure Boot and Enable 4G Decoding
Step 1: Access BIOS/UEFI as described above. Find the Secure Boot setting, usually under the Security, Boot, or Authentication tab. Set Secure Boot to Disabled. Secure Boot can block booting if hardware has changed or if you’re using a cloned drive.
Step 2: If your system uses multiple GPUs or advanced graphics cards, look for the 4G Decoding (sometimes called “Above 4G Decoding” or “EVGA Support”) option in BIOS/UEFI, often under the Peripherals tab. Enable this setting to allow the system to handle larger address spaces required by modern graphics cards.
Step 3: Save all changes and exit BIOS/UEFI. Reboot and check if Windows 11 now starts correctly.
Repair Master Boot Record (MBR) and Boot Configuration Data (BCD)
Corrupted boot records can prevent Windows from loading. Use the Windows Recovery Environment (WinRE) to repair these critical files.
Step 1: Create a Windows 11 installation USB using the Microsoft Media Creation Tool on another working computer. Insert the USB drive into the affected PC and boot from it by selecting the USB drive in the boot menu (usually F12
or Esc
at startup).
Step 2: On the Windows Setup screen, select your language and region, then click Next. Click Repair your computer (bottom left corner).

Step 3: Choose Troubleshoot > Advanced options > Command Prompt.

Step 4: In the Command Prompt window, enter the following commands one at a time, pressing Enter
after each:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd

If you see “Access Denied” during bootrec /fixboot
, try running bootsect /nt60 sys
and repeat the previous command.
Step 5: Close the Command Prompt and restart your system to check if the error is resolved.
Modify Windows Registry in Safe Mode
Sometimes, the error occurs because Windows forgets which drive is the primary boot device. Adjusting the registry can help restore the correct boot sequence.
Step 1: Force your system into the Windows Recovery Environment by powering it on and off three times in a row during the boot process. On the recovery screen, select See advanced repair options.
Step 2: Go to Troubleshoot > Advanced options > Startup Settings and click Restart. When prompted, press 4
or F4
to boot into Safe Mode.

Step 3: Press Windows + R
to open the Run dialog, type regedit
, and press Enter
to launch Registry Editor.

Step 4: Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management

Step 5: Double-click the ClearPageFileAtShutdown
entry. Set its value to 1
(Hexadecimal). Click OK and restart your computer.

Run Automatic Repair and Consider Clean Installation
If the above steps do not resolve the boot issue, run the Windows Automatic Repair tool from the installation USB.
Step 1: Boot from your Windows installation USB as previously described. On the setup screen, select Repair your computer.

Step 2: Navigate to Troubleshoot > Advanced options > Startup Repair. Follow the on-screen instructions to let Windows attempt to fix boot problems automatically.

If Startup Repair fails and you continue to see the 0xc00000bb error, consider backing up your personal files using another computer or bootable recovery tool, then perform a clean installation of Windows 11. This process will erase all data on your system drive, so ensure backups are complete before proceeding.
Check for Hardware Issues
Persistent boot errors after all software repairs may indicate hardware failure. A defective SSD or HDD can cause the BlInitializeLibrary failed 0xc00000bb error, especially if the boot sector is damaged or unreadable.
Step 1: If possible, connect the storage drive to another computer and run diagnostics using the manufacturer’s tools or a third-party disk utility. Look for signs of drive failure, such as bad sectors or read errors.
Step 2: If a hardware fault is detected, clone your data to a new drive using a tool like EaseUS Disk Copy or MiniTool Partition Wizard. Replace the faulty drive and reinstall Windows 11. Many SSDs and HDDs are covered by warranty, so check with the manufacturer about a replacement if needed.
Additional Tips and Precautions
- Always back up important data before making changes to the BIOS, registry, or performing repairs.
- If you’re unable to access any recovery options, consult your device manufacturer for hardware-specific recovery procedures or BIOS updates.
- Using outdated or corrupted installation media can cause additional problems—download the latest Windows 11 ISO from Microsoft’s official site.
- Document any changes you make in BIOS/UEFI or the registry for easier troubleshooting and reversal if needed.
Fixing the BlInitializeLibrary failed 0xc00000bb error in Windows 11 often comes down to correcting BIOS settings, repairing boot data, or replacing a failing drive. With careful troubleshooting, most users can restore their system to working order and avoid future boot interruptions.
Member discussion