Last Updated:
Boot manager missing in Windows is one of the most alarming errors a PC can throw at you—because it prevents the system from starting at all. You’re staring at a black screen that reads:
“BOOTMGR is missing. Press Ctrl+Alt+Del to restart.”
And no matter how many times you restart, nothing changes.
I’ve fixed this error across Windows 7, 10, and 11 setups, and the approach has changed significantly in 2026. Most guides still recommend the same bootrec commands from 2018—but if you’re running Windows 11, which uses UEFI and GPT partitions by default, those commands often don’t work or return “Access is denied.” ” You need the bcdboot command instead.
In this updated guide, I’ll walk you through every cause and every fix—starting with the quick checks (it’s often just a USB drive left plugged in) through to Startup Repair, bootrec/bcdboot commands, diskpart partition fixes, and System Restore. I’ll tell you exactly which fix applies to your system based on whether you’re running a UEFI or legacy BIOS setup.
Whether you’re in the US, Europe, or India—let’s get your PC booting again.
What Is Windows Boot Manager and Why Does It Go Missing?
Windows Boot Manager (BOOTMGR) is a critical system component stored in the System Reserved partition (on MBR disks) or the EFI System Partition (on GPT/UEFI disks). When you power on your PC, the BIOS or UEFI firmware completes its Power-On Self Test (POST), then hands control to the boot manager, which locates and launches Windows.
If BOOTMGR is missing, corrupt, or inaccessible, the handoff fails — and you’re left at a black screen with no way into Windows.
How BOOTMGR Works in the Boot Process
- Power on → BIOS/UEFI runs POST (checks RAM, storage, peripherals)
- Boot device selection → BIOS reads boot order and hands off to the first bootable device
- BOOTMGR loads → reads Boot Configuration Data (BCD) to find Windows
- Windows kernel loads → system boots normally
The error occurs at step 2 or 3: either the BIOS can’t find adetecttable device, or the bootable device has a missing/corrupt BOOTMGR file.
The Exact Error Messages You Might See
All of these refer to the same underlying problem:
| Error Message | Windows Version | Notes |
|---|---|---|
| “BOOTMGR is missing. Press Ctrl+Alt+Del to restart.” | All versions | Most common variant |
| “Couldn’t find BOOTMGR” | Windows 10/11 | Same error, modern UI |
| “Boot manager is missing or corrupt.” | Windows 10/11 | Corruption variant |
| “BOOTMGR image is corrupt. The system cannot boot.” | All versions | Corrupt file (not just missing) |
| “Windows Boot Manager. Windows failed to start.” | Windows 11 | UEFI-specific variant |
What Causes the Boot Manager to be Missing in Windows?
Before applying any fix, it helps to know why the issue happened. Different causes require different fixes.

Non-Bootable USB or External Device (Most Common)
This is the #1 cause reported in community forums — and the most commonly overlooked. When a USB flash drive, external hard drive, or DVD is connected and set as first in the boot order, the BIOS will try to boot from it. If that device isn’t bootable, you get “BOOTMGR is missing.”
Quick test: Unplug all USB drives, DVDs, and external storage. Restart. If Windows boots normally, the external device was your cause.
Incorrect Boot Order in BIOS/UEFI
Even without an external device, the BIOS boot order might be set to boot from the wrong internal drive—especially on multi-drive systems. A failed system update or hardware change can reset BIOS settings to defaults.
Corrupt or Missing BCD (Boot Configuration Data)
The BCD (Boot Configuration Data) is the configuration file that tells BOOTMGR where to locate Windows. A failed update, improper shutdown, or disk error can corrupt the BCD, causing the “boot manager missing” error even when the BOOTMGR file itself is intact.
Damaged Master Boot Record (MBR) — Legacy/MBR Systems
On older systems using the MBR (Master Boot Record) partition style, the first sector of the disk contains the bootloader code. A virus, failed partition operation, or disk write error can overwrite or corrupt this sector.
UEFI vs Legacy/CSM Mode Mismatch (New 2026 Cause)
This is an increasingly common cause in 2025–2026. Windows 11 is installed in UEFI mode with the GPT partition style. If your BIOS settings are reset (via firmware update, CMOS battery replacement, or hardware change) and legacy/CSM mode gets enabled:
- The BIOS looks for an MBR bootloader
- Windows 11’s UEFI boot files are on the EFI System Partition
- The two can’t find each other → “boot manager missing”
Fix: Enter BIOS, disable CSM/Legacy Support, ensure Secure Boot is enabled, save and reboot.
Corrupt or Missing EFI System Partition — Windows 11 UEFI
On Windows 11 (UEFI/GPT), the boot manager lives on the EFI System Partition (ESP) — a small (100–260MB) FAT32 partition that most users never see. If this partition gets damaged, is resized accidentally, or has insufficient free space, the UEFI firmware can’t find the boot files.
Failed Windows Update or Upgrade
A Windows Update that fails during the reboot phase, or an interrupted in-place upgrade from Windows 10 to Windows 11, can leave the BCD in an inconsistent state—pointing to boot files that were partially overwritten.
Hard Drive Failure or Bad Sectors
Physical damage to the drive sectors containing the boot files causes the same error. If the bootrec and bcdboot commands fail to fix the issue, run a disk health check before assuming the fix is software-based.
Quick Diagnostic: Which Fix Do You Need?
Before running any commands, take 60 seconds to identify your system type. The wrong fix wastes time.
How to Check If Your System Uses UEFI or Legacy BIOS
Method 1 (if Windows can start):
- Press Windows + R, type
msinfo32, press Enter - Look for BIOS Mode—it shows either “UEFI” or “Legacy”
Method 2 (from BIOS):
- Enter BIOS (usually Del, F2, or F10 at startup)
- Look for Boot Mode, Boot Type, or Firmware Mode settings
How to Check If Your Disk Is GPT or MBR
From Windows RE Command Prompt:
diskpart
list disk
In the output, a disk with an asterisk (*) under the “GPT” column is GPT. No asterisk = MBR.
Which Fix Applies to You:
| System Type | Partition Style | Primary Fix |
|---|---|---|
| Old PC / Windows 7 | MBR (Legacy BIOS) | Fix 3: bootrec commands |
| Windows 10 (older setup) | MBR or GPT | Fix 3 or Fix 4 depending on partition |
| Windows 11 (modern PC) | GPT (UEFI) | Fix 4: BCDBoot — bootrec may not work |
| Any system | Any | Always try Fix 1 and Fix 2 first |
Fix 1: Remove Non-Bootable Devices and Check Boot Order in BIOS
This resolves the error for a large percentage of users and takes under 2 minutes.
Remove USB Drives and DVDs
Step 1: Power off your PC completely (hold the power button for 5 seconds).
Step 2: Disconnect all USB drives, external hard drives, SD cards, and DVDs/CDs.
Step 3: Power on and wait.
If Windows boots normally, done. If the error persists, proceed to Fix 2.
Fix Boot Order in BIOS/UEFI
Step 1: Restart and immediately press your BIOS key (Del, F2, F10, or F12 — varies by manufacturer).
Step 2: Navigate to the Boot tab (or Boot Options / Boot Priority).
Step 3: Set your primary internal drive (the drive with Windows installed) as the first boot device. On Windows 11 systems, this is typically an NVMe SSD.
Step 4: Disable or deprioritize USB, CD/DVD, and network boot.
Step 5: Save and exit (usually F10).
Fix 2: Run Startup Repair from Windows Recovery Environment
Startup Repair is the fastest automated fix — it scans for and replaces missing boot files automatically, including BOOTMGR.
How to Access WinRE Without Booting Windows
Since Windows can’t boot, you need to access WinRE from installation media.
Prepare your bootable media:
- Create a Windows 11 bootable USB using the Media Creation Tool on another PC
- Or, if your PC has a recovery partition, force WinRE by restarting and pressing F11 (varies by manufacturer)
Alternative (no USB needed): Force WinRE by power cycling during startup: hold the power button to force shutdown 3 times during startup. On the 4th start, Windows automatically launches WinRE.
Step-by-Step Startup Repair Instructions
Step 1: Boot from your Windows 11 installation USB (set the USB as the first boot in the BIOS temporarily).
Step 2: On the Windows Setup screen, select your language and click Next.
Step 3: Click “Repair your computer” (bottom-left corner—don’t click “Install”).
Step 4: Select Troubleshoot > Advanced options > Startup Repair.
Step 5: Select your Windows installation when prompted.
Step 6: Wait for Startup Repair to complete (can take 5–15 minutes). Restart when prompted.
If Startup Repair fails or says it can’t fix the problem, proceed to the command-line fixes.
Fix 3: Rebuild BCD Using Bootrec Commands (MBR/Legacy Systems)
This fix applies primarily to systems using the MBR partition style (Legacy BIOS). If you’re on Windows 11 with UEFI/GPT, skip to Fix 4.
Full Bootrec Command Sequence
Step 1: Boot from your Windows installation USB and enter WinRE (as in Fix 2, Steps 1–3).
Step 2: Select Troubleshoot > Advanced options > Command Prompt.
Step 3: Run these commands in order:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
Press Enter after each command and wait for completion before running the next.
Step 4: When prompted, “Add installation to boot list?” “Yes/No/All”—type Y and press Enter.
Step 5: Type exit and restart your PC.
When bootrec /fixboot Returns “Access is Denied”
On Windows 11 UEFI systems, it bootrec /fixboot commonly returns “Access is denied.” This is not an error on your part — it means your system is UEFI/GPT and bootrec’s fixboot option doesn’t apply. Switch to Fix 4 (BCDBoot).
Fix 4: BCDBoot for UEFI/GPT Systems — Windows 11
This is the most important fix for Windows 11 users and the one most guides published before 2024 miss entirely. Standard bootrec commands are designed for MBR/legacy systems. Windows 11 uses UEFI and GPT—for these systems, bcdboot is the correct repair tool.
Why Bootrec Doesn’t Work on UEFI Windows 11
On UEFI/GPT systems, the boot files reside on the EFI System Partition (ESP) — a small FAT32 partition. bootrec /fixmbr writes to the MBR, which doesn’t exist on GPT disks. bcdboot directly recreates the entire UEFI boot environment on the ESP.
Step-by-Step BCDBoot Repair for Windows 11
Step 1: Boot from Windows 11 installation USB → Troubleshoot → Advanced options → Command Prompt.
Step 2: Locate your Windows drive letter. Run:
diskpart
list vol
Look for the volume with the label “Windows” or the large NTFS partition (usually C: or D: in WinRE).
Step 3: Find your EFI system partition. In the list vol output, look for a small (~100–260MB) FAT32 partition. Note its volume number.
Step 4: Assign a letter to the EFI partition (if it doesn’t have one):
sel vol [number of EFI partition]
assign letter=S:
exit
Step 5: Run the BCDBoot command:
bcdboot C:\Windows /s S: /f UEFI
(Replace C: with your Windows drive letter if different; replace S: with the letter you assigned to the EFI partition.)
Step 6: You should see “Boot files successfully created.” “Type exit and restart.
Step 7: Remove the USB drive and let Windows boot normally.
In my experience, this single command resolves about 80% of “boot manager missing” errors on Windows 11 systems where Startup Repair and bootrec have both failed.
Fix 5: Mark the Active Partition with Diskpart (MBR Systems)
On MBR/Legacy BIOS systems, the system partition must be marked as “active” for the BIOS to hand control to it. If a partition operation (like resizing) accidentally changed which partition is active, the BIOS can’t find the bootloader.
When to Use This Fix
Use Fix 5 if:
- You recently used partition software (GParted, Disk Management, MiniTool) to resize or move partitions
- Your system is Legacy BIOS / MBR (confirmed via
msinfo32diskpartlist disk) - Bootrec commands ran without errors but the PC still shows “boot manager missing.”
Diskpart Active Partition Commands
Step 1: Enter the WinRE Command Prompt (as in Fix 3, Steps 1–2).
Step 2: Open Diskpart:
diskpart
Step 3: List and select your disk:
list disk
sel disk 0
(Replace 0 with your disk number if you have multiple disks.)
Step 4: List partitions and identify the system partition (usually 100–500 MB):
list partition
sel partition [number of system partition]
Step 5: Mark it active:
active
exit
Step 6: Run bootrec commands from Fix 3, then restart.
Note: Do not use the
activecommand on GPT/UEFI disks — it has no effect on GPT and may cause issues if misapplied.
Fix 6: Run System Restore from WinRE
If the “boot manager missing” error appeared after a recent update, driver installation, or software change, System Restore can roll back to a state where Windows booted correctly—without affecting your personal files.
Step 1: Boot from Windows 11 USB → Troubleshoot → Advanced options → System Restore.
Step 2: Click Next on the System Restore screen.
Step 3: Select a restore point from before the error appeared. Restore points are date-stamped.
Step 4: Click Next > Finish > Yes to confirm.
Step 5: System Restore runs (10–20 minutes). The PC will restart automatically.
Important: System Restore must have been enabled on your system before the error occurred. If no restore points exist, skip to Fix 7.
Fix 7: Perform a Windows Repair or Reset (Last Resort)
If all previous fixes have failed, the boot files may be beyond repair, and a fresh Windows installation or repair install is needed.
Repair Install (Keeps Files)
A repair install reinstalls Windows over itself, replacing system files while preserving your personal data, apps, and settings.
Step 1: Boot from a Windows 11 installation USB.
Step 2: At the setup screen, select your language and click Next.
Step 3: Click Install now.
Step 4: When prompted for a product key, click “I don’t have a product key” (your digital license will reactivate automatically).
Step 5: Select Windows 11 edition matching your license.
Step 6: Accept the license terms.
Step 7: Choose Custom: Install Windows only (advanced)—then select your existing Windows partition (do NOT format it). Windows will install over the existing installation.
Full Reset (Last Resort)
If the hard drive itself has failing sectors or the partition table is corrupted beyond repair:
From WinRE: Troubleshoot → Reset this PC → “Keep my files” (attempts to preserve personal data) or “Remove everything.”
BOOTMGR Missing by Windows Version — What’s Different?
BOOTMGR Missing Windows 11
Windows 11 uses UEFI and GPT by default. The primary solution is BCDBoot (Fix 4). Startup Repair (Fix 2) works well as an automated first attempt. bootrec /fixboot will return “Access is “denied”—this is normal; use BCDBoot instead.
Also check: Settings > System > Recovery > Advanced startup was changed in Windows 11 25H2—the path is slightly different from Windows 10.
Boot Manager Missing Windows 10
Windows 10 systems may use either UEFI/GPT or Legacy/MBR depending on when and how they were installed. Run msinfo32 to check your BIOS mode, then apply Fix 3 (MBR) or Fix 4 (UEFI) accordingly. Fix 2 (Startup Repair) is usually the best starting point for either.
BOOTMGR Corrupted Windows 7
Windows 7 systems use legacy BIOS and MBR exclusively. The fix is Fix 3 (bootrec commands), Fix 5 (diskpart active partition), or using the Windows 7 installation DVD for repair. BCDBoot is less relevant for Windows 7. Note: Windows 7 reached end of extended support in January 2020—consider upgrading.

Solution 1: Run Startup Repair from Windows Recovery Environment (WinRE)
Why Use Startup Repair?
Startup Repair is a built-in Windows tool that automatically fixes boot-related issues, including missing BOOTMGR errors.
Steps to Perform Startup Repair
- Insert a bootable Windows installation media (USB/DVD).
- Restart your PC and boot from the installation media (press F2, F12, or DEL to access BIOS and change boot priority if needed).
- Select “Repair your computer” from the Windows setup screen.
- Navigate to “Troubleshoot” > “Advanced Options” > “Startup Repair.”
- Select your Windows installation and follow the on-screen instructions.
- After completion, restart your computer and check if the issue is resolved.
If Startup Repair does not fix the problem, proceed to the next solution.
Solution 2: Rebuild the Boot Configuration Data (BCD)
Why Rebuild BCD?
A corrupted or missing Boot Configuration Data (BCD) can prevent Windows from booting, resulting in the BOOTMGR error.
Steps to Rebuild BCD Using Command Prompt
- Boot into Windows Recovery Environment (WinRE) using a bootable USB/DVD.
- Click on “Repair your computer” > “Troubleshoot” > “Advanced Options” > “Command Prompt.”
- In the Command Prompt window, type the following commands:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
- Press Enter after each command and wait for completion.
- Restart your system and check if the BOOTMGR (Boot Manager) error persists.
If the above step does not resolve the issue, try repairing the Master Boot Record (MBR).
Solution 3: Repair the Master Boot Record (MBR)
Why Repair MBR?
The Master Boot Record (MBR) is a crucial part of the boot process. If the Master Boot Record (MBR) becomes corrupted, it can trigger the BOOTMGR (Boot Manager) error.
Method 1: Repair MBR Using Command Prompt
- Access Command Prompt from WinRE as explained earlier.
- Type the following command and press Enter:
bootrec /fixmbr
- Restart your PC and see if the issue is fixed.
Method 2: Rebuild MBR Using AOMEI Partition Assistant
- Download AOMEI Partition Assistant on another working PC.
- Create a bootable USB drive using AOMEI Partition Assistant.
- Boot the problematic PC using the bootable USB.
- Select Rebuild MBR from the options.
- Apply changes and restart your system.
This step should repair the boot loader and resolve the BOOTMGR missing issue.
Solution 4: Check and Modify Boot Order in BIOS
Why Check Boot Order?
If your boot order is incorrect, your system might try to boot from an external device instead of your main hard drive, leading to the BOOTMGR (Boot Manager) error.
Steps to Set Correct Boot Order
- Restart your PC and enter BIOS/UEFI (press the F2, F12, ESC, or DEL key during startup).
- Navigate to Boot Options.
- Ensure that your main hard drive (where Windows is installed) is set as the first boot device.
- Save changes and restart your PC.
If the issue persists, proceed to the final solution.
Conclusion
Fixing the BOOTMGR is missing error is crucial for restoring your system’s functionality. The five best solutions covered in this guide include:
- You can run Startup Repair from WinRE.
- Rebuilding Boot Configuration Data (BCD).
- The Master Boot Record (MBR) is being repaired.
- The next step involves checking and modifying the boot order in the BIOS.
- You can resolve the error and restore your system by performing a clean Windows installation.
Getting Past “Boot Manager Missing Windows”
If your PC shows a boot manager missing error, start simple: unplug all USB drives and DVDs and restart. That single step resolves the error for more users than any command-line fix.
If the problem persists, the fastest automated fix is startup repair from WinRE. For Windows 11 UEFI systems, the BCDBoot command is your most powerful tool when bootrec fails.
The key in 2026 is knowing whether your system is UEFI or legacy and GPT or MBR—the right fix depends entirely on that distinction.
Drop a comment below with your Windows version and which fix worked — your experience helps other readers troubleshoot faster.
