0xc000000f Your PC Needs to Be Repaired — Fix 2026

You are staring at a blue or black screen because your PC's boot configuration data is corrupted, likely caused by a failed update or a sudden power loss. Your files are almost certainly still there, but Windows has lost the map it needs to find them. We just need to manually rebuild that path so your computer can boot again.

Why this happens: If rebuildbcd says zero installations found, the disc may be MBR on a UEFI system.
What you need: You need a second working PC and an 8GB+ USB flash drive.

Fix Steps

1. Download the Media Creation Tool from the Microsoft website and use it to create bootable installation media on your USB drive.
2. Insert the USB into the broken PC, power it on, and tap your BIOS key (usually F2, F12, Delete, or Esc) to set the USB as the primary boot device.
3. Boot from the USB, select your language, and click Repair your computer > Troubleshoot > Advanced options > Command Prompt.
4. Type diskpart, then list volume to identify the drive letter of your Windows partition (usually NTFS), then type exit.
5. Run bootrec /scanos, bootrec /fixmbr, and bootrec /fixboot in order.
6. If bootrec /fixboot returns "Access is denied," type bootsect /nt60 sys before trying again.
7. Run bootrec /rebuildbcd and type Y when asked to add the installation to the boot list.
8. Type exit, remove the USB drive, and restart your computer.
If that didn't work: If the repair fails, return to the command prompt and run sfc /scannow followed by chkdsk [drive letter]: /r to fix potential file system corruption. If rebuildbcd still finds zero installations, you may need to convert your partition from MBR to GPT.

Did this fix your issue? Subscribe for more quick IT solutions.

Subscribe to kitsunefix