Windows Error 0xc00000e — Boot Configuration Data Missing or Corrupted
Criticalboot
Overview
Fix Windows boot error 0xc00000e indicating corrupted Boot Configuration Data (BCD) preventing Windows from starting after updates, disk changes, or power failures.
Key Details
- Error 0xc00000e means Windows cannot find or read the Boot Configuration Data (BCD) store
- The BCD store contains boot entries telling the bootloader where to find Windows
- Common trigger: BIOS boot order change, disk cloning, or adding/removing drives
- Shows 'Your PC/Device needs to be repaired' with a blue/black recovery screen
- The error can also appear if the Windows partition's drive letter assignment changed
Common Causes
- Boot order changed in BIOS pointing to wrong disk or partition
- BCD store corrupted by power failure during a write operation
- Disk cloning or migration with incorrect BCD entries for the new disk
- EFI System Partition deleted, formatted, or corrupted
- Hard drive cable loose or drive failure preventing BCD access
Steps
- 1Enter BIOS: verify the correct disk is first in boot order (the disk containing Windows)
- 2Boot from Windows installation USB > Repair your computer > Troubleshoot > Command Prompt
- 3Rebuild BCD: bootrec /rebuildbcd — this scans for Windows installations and adds them to BCD
- 4If rebuildbcd fails: bootrec /fixmbr and bootrec /fixboot (for MBR disks)
- 5For UEFI/GPT: bcdboot C:\Windows /s S: /f UEFI (replace S: with the EFI partition letter)
- 6Check disk connections: reseat SATA cables or test with a different cable/port
Tags
0xc00000ebcdboot-configrecoverybootloader
Related Items
More in Boot
windows-error-0xc0000034Windows Boot Error 0xC0000034 — Missing Boot Configuration Data
Criticalwindows-error-0xc00000e9Windows Boot Error 0xC00000E9 — Unexpected I/O Error
Criticalwindows-error-0xc0000098Windows Boot Error 0xC0000098 — BCD Missing OS Entry
Criticalwindows-error-startup-repair-loopWindows Startup Repair Loop — Automatic Repair Cannot Fix Your PC
Criticalwindows-safe-mode-boot-issuesSafe Mode Boot Issues — Windows Cannot Start in Safe Mode Troubleshooting
Criticalwindows-recovery-environment-errorsWindows Recovery Environment — WinRE Boot and Repair Tool Failures
CriticalFrequently Asked Questions
Create Windows installation USB with the Media Creation Tool. Boot from USB (press F12/F2/Del during startup for boot menu). Select Repair your computer instead of Install.