How to Fix the “BOOTMGR is Missing” Error in Windows 11

The BOOTMGR (Windows Boot Manager) is a critical component of the Windows startup process. It locates the Windows Boot Configuration Data (BCD), loads the operating system, and starts Windows during boot. If BOOTMGR is missing or becomes corrupted, your computer won’t be able to start, and you’ll see an error such as “BOOTMGR is Missing. Press Ctrl + Alt + Del to restart.” Since Windows cannot boot normally, you’ll need to use the Windows Recovery Environment (WinRE) or installation media to repair the problem.

The BOOTMGR is Missing error can occur due to corrupted boot files, damaged Boot Configuration Data (BCD), incorrect boot order, a failed Windows update, disk errors, accidental deletion of boot files, or problems with the system partition. In some cases, cloning a drive, replacing a hard drive, or changing BIOS settings can also trigger the error.

Fortunately, you can usually resolve the issue by checking the boot order, repairing the startup files, rebuilding the BCD, and repairing disk errors. In this guide, we’ll walk you through the most effective methods to fix the “BOOTMGR is Missing” error in Windows 11.

How to Fix the “BOOTMGR is Missing” Error in Windows 11

Before you begin, disconnect any unnecessary USB drives, external hard drives, memory cards, or DVDs from your computer. Sometimes the system attempts to boot from an external device instead of the Windows drive. If the error persists, follow the methods below.

1. Check the Boot Order in BIOS/UEFI

An incorrect boot sequence may prevent Windows from loading.

  1. Restart your computer.
  2. Enter the BIOS or UEFI firmware by pressing the appropriate key (such as F2, Delete, Esc, or F10) during startup.
  3. Open the Boot menu.
  4. Verify that your Windows system drive is listed as the first boot device.
  5. Save the changes and restart your PC.

Setting the correct boot device ensures that Windows Boot Manager is loaded first.

2. Disconnect External Storage Devices

External devices containing bootable media can interfere with startup.

  1. Turn off your computer.
  2. Disconnect:
    • USB flash drives
    • External hard drives
    • SD cards
    • DVDs
  3. Turn the computer back on.

If Windows boots normally, one of the external devices was likely selected as the boot device.

3. Run Startup Repair

Startup Repair automatically fixes many boot-related problems.

  1. Boot into the Windows Recovery Environment (WinRE) using Windows installation media or the recovery menu.
  2. Select Troubleshoot > Advanced options > Startup Repair.
  3. Choose your Windows installation.
  4. Allow the repair process to complete.
  5. Restart your computer.

Startup Repair can restore missing or corrupted boot files automatically.

4. Rebuild the Boot Configuration Data (BCD)

A corrupted BCD store can prevent Windows Boot Manager from functioning.

  1. Boot into Command Prompt from WinRE.
  2. Run the following commands one at a time:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
  1. Restart your computer.

Rebuilding the BCD recreates the Windows boot configuration.

5. Repair the Boot Sector

A damaged boot sector can prevent BOOTMGR from loading.

  1. Open Command Prompt from WinRE.
  2. Run:
bootsect /nt60 SYS
  1. Restart your PC.

This command updates the boot code used by Windows.

6. Check the Disk for Errors

Hard drive errors can damage boot files.

  1. Open Command Prompt from WinRE.
  2. Run:
chkdsk C: /f /r
  1. Wait for the scan to finish.
  2. Restart your computer.

Replace C: with your Windows partition if it uses a different drive letter in WinRE.

7. Mark the System Partition as Active (MBR Systems Only)

If the active partition changes, Windows may not find the boot files.

  1. Open Command Prompt in WinRE.
  2. Run:
diskpart
  1. Then run:
list disk
select disk 0
list partition
select partition X
active
  1. Exit DiskPart and restart your computer.

Only perform this method on MBR disks. It is not applicable to GPT/UEFI systems.

8. Restore the EFI Boot Files (UEFI Systems)

If you’re using a GPT disk with UEFI firmware, the EFI boot files may need to be recreated.

  1. Open Command Prompt in WinRE.
  2. Assign a drive letter to the EFI partition if necessary.
  3. Run:
bcdboot C:\Windows /s S: /f UEFI

Replace S: with the drive letter assigned to the EFI System Partition.

This command recreates the Windows boot files on the EFI partition.

9. Repair Corrupted Windows Files Offline

Damaged Windows system files can contribute to boot failures.

  1. Open Command Prompt in WinRE.
  2. Run:
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
  1. Wait for the scan to complete.
  2. Restart your PC.

Offline System File Checker repairs Windows files even when the operating system won’t boot.

10. Restore Your PC Using System Restore

If the problem started after installing drivers, updates, or software, System Restore may help.

  1. Boot into WinRE.
  2. Select Troubleshoot > Advanced options > System Restore.
  3. Choose a restore point created before the issue occurred.
  4. Complete the restoration process.
  5. Restart your computer.

System Restore doesn’t affect your personal files but removes recently installed system changes.

11. Test Your Hard Drive

A failing SSD or HDD can repeatedly corrupt boot files.

  1. Run your computer manufacturer’s hardware diagnostics.
  2. Check the SMART status of the drive.
  3. Replace the drive if hardware errors are detected.

If the storage device is failing, repairing BOOTMGR may only provide a temporary solution.

12. Reinstall Windows 11

If none of the previous methods resolve the issue, reinstalling Windows may be necessary.

  1. Boot from Windows 11 installation media.
  2. Choose Install now.
  3. Select Custom installation if performing a clean install.
  4. Follow the on-screen instructions.

If possible, back up your files before reinstalling Windows.

Conclusion

The “BOOTMGR is Missing” error usually indicates a problem with Windows boot files, the Boot Configuration Data (BCD), the system partition, or the storage device itself. In most cases, correcting the boot order, running Startup Repair, rebuilding the BCD, repairing the boot sector, and checking the disk for errors will restore your system and allow Windows to boot normally.

If the issue persists, repair the EFI boot files, perform a System Restore, test your storage drive for hardware failures, or reinstall Windows 11 as a last resort. Regularly backing up your data, keeping your storage drive healthy, and shutting down your computer properly can help prevent boot-related errors like BOOTMGR is Missing in the future.

Posted by Raj Bepari

I’m a digital content creator passionate about everything tech.