Fix Windows Error 0xc000000f - Rebuild BCD Guide
You are staring at a blue or black screen telling you that your PC needs to be repaired, and your heart is probably sinking right now. This typically happens when your Boot Configuration Data is corrupted or missing, leaving your computer unable to find your Windows installation.
Root Cause
Your system's Boot Configuration Data file is either damaged or missing, often due to an interrupted update, a sudden power loss, or hardware failure.
What you need
You will need a working computer to create an installation USB and a spare 8GB or larger flash drive that you do not mind formatting.
Steps
-
01Create a Windows installation USB using the official Microsoft Media Creation Tool on a working computer.
-
02Insert the USB into the broken PC, power it on, and repeatedly tap the BIOS key (typically F2, F12, Delete, or Esc) to enter the BIOS menu.
-
03Navigate to the boot priority settings and set your USB drive as the primary boot device, then save and exit.
-
04When the Windows Setup screen loads, select your language, click Next, then click 'Repair your computer' in the bottom-left corner.
-
05Navigate to Troubleshoot > Advanced options > Command Prompt.
-
06Type
diskpart, thenlist volumeto identify the drive letter where your Windows partition is installed (look for the largest NTFS volume). -
07Type
exitto close Diskpart. -
08Run the following commands one by one:
bootrec /scanos,bootrec /fixmbr,bootrec /fixboot. -
09If 'access denied' appears after
bootrec /fixboot, runbootsect /nt60 sysand then runbootrec /rebuildbcdagain. -
10When prompted to add the installation to the boot list, type
Yfor your main Windows installation andNfor any older folders like Windows.old. -
11Type
exit, remove the USB drive, and restart your computer.
Subscribe for fast, no-fluff fixes and best settings guides
For the games, phones, and apps you actually use - every common error, crash, and "how do I…" answered in under three minutes.