The Windows Boot Manager is responsible for loading your Windows 11 operating system during startup. If it doesn’t appear in your BIOS/UEFI boot options, your system may fail to boot properly, or you might be unable to select Windows as a boot device.
This issue is commonly caused by incorrect boot settings, corrupted boot configuration data (BCD), disabled UEFI mode, or problems with the system drive. In some cases, BIOS updates or hardware changes can also remove or hide the Windows Boot Manager entry.
In this guide, we’ll walk you through detailed methods to fix Windows Boot Manager not showing in BIOS on Windows 11.
How to Fix Windows Boot Manager Missing in BIOS
Before starting, ensure your system drive (SSD/HDD) is properly connected and detected in BIOS. If the drive itself is not visible, the issue may be hardware-related.
1. Check If Drive Is Detected in BIOS
First, confirm that your system drive is recognized.
- Restart your PC and enter BIOS/UEFI (usually F2, DEL, or ESC).
- Look for your SSD/HDD under Storage or Boot section.
If the drive is not listed, check cables or hardware connections.
2. Enable UEFI Mode
Windows Boot Manager requires UEFI mode.
- Enter BIOS/UEFI settings.
- Find Boot Mode or Boot Configuration.
- Set it to UEFI (not Legacy/CSM).
- Save changes and restart.
Switching to UEFI allows Windows Boot Manager to appear.
3. Disable Legacy/CSM Support
Legacy mode can hide the Boot Manager.
- Open BIOS settings.
- Locate CSM (Compatibility Support Module).
- Disable it.
- Save and exit.
This forces the system to use modern boot methods.
4. Rebuild Boot Configuration Data (BCD)
Corrupted boot files can remove the Boot Manager entry.
- Boot into Windows recovery or installation media.
- Select Repair your computer.
- Go to Troubleshoot > Advanced options > Command Prompt.
- Run the following commands: bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd - Restart your PC.
This rebuilds the boot configuration.
5. Use Startup Repair
Windows can automatically fix boot issues.
- Boot into recovery mode.
- Go to Troubleshoot > Advanced options.
- Click Startup Repair.
- Follow on-screen instructions.
This repairs missing boot entries.
6. Set Boot Priority Correctly
The Boot Manager may exist but not be prioritized.
- Enter BIOS.
- Go to Boot Priority section.
- Set Windows Boot Manager as the first option.
- Save changes.
This ensures the system boots into Windows.
7. Update BIOS/UEFI Firmware
Outdated firmware can cause boot issues.
- Visit your motherboard/laptop manufacturer’s website.
- Download the latest BIOS update.
- Follow instructions to update safely.
Updating firmware improves compatibility.
8. Check Disk Partition Type (GPT vs MBR)
Windows Boot Manager requires GPT for UEFI.
- Boot into Windows recovery.
- Open Command Prompt.
- Run: diskpart
list disk - Check if your disk is GPT.
If not, conversion may be required.
9. Reinstall Windows Boot Loader (Advanced)
If the Boot Manager is missing entirely:
- Boot into recovery Command Prompt.
- Run: bcdboot C:\Windows /f UEFI
- Restart your PC.
This recreates the Windows Boot Manager entry.
Conclusion
Windows Boot Manager not showing in BIOS is usually caused by incorrect boot settings, corrupted boot files, or firmware configuration issues. While it may seem like a serious problem, it can often be resolved by enabling UEFI mode, rebuilding the BCD, or repairing startup files.
By following the steps in this guide, you can restore the Windows Boot Manager and ensure your system boots correctly. Regular system maintenance and proper configuration will help prevent similar issues in the future.