Your PC Needs To Be Repaired? Fix! 0xc000000f

KitsuneGuide Watch on YouTube ↗

You are staring at a blue or black screen telling you your PC needs to be repaired, and Windows simply refuses to load. This usually happens after a botched update, a sudden power loss, or a corrupted boot configuration file, and it is incredibly frustrating when you just need to get back to work.

Why this happens

This error occurs because the Windows Boot Configuration Data (BCD) is missing or corrupted, preventing the system from locating the necessary files to start. It effectively cuts the connection between your hardware and the operating system.

What you will need

You need access to a second working computer, an empty USB drive with at least 8GB of space, and the official Windows installation media tool from the Microsoft website.

Steps

  1. 01
    Create your installation media on the working computer using the Microsoft Media Creation Tool, then plug the USB into your broken PC.
  2. 02
    Power on your PC and immediately tap your BIOS key (usually F2, F12, Del, or Esc) to enter the boot menu, then set your USB drive as the primary boot device.
  3. 03
    Once the Windows installer loads, select your language, click 'Repair your computer', then navigate to Troubleshoot > Advanced options > Command Prompt.
  4. 04
    Type diskpart then list volume to identify the drive letter where Windows is installed (usually the largest NTFS volume), then type exit to return to the command line.
  5. 05
    Run the following commands one by one: bootrec /scanos, bootrec /fixmbr, and bootrec /fixboot.
  6. 06
    If bootrec /fixboot returns 'Access is Denied', run bootsect /nt60 sys first, then try the bootrec commands again.
  7. 07
    Type bootrec /rebuildbcd and when it asks to add the installation to the boot list, type Y to confirm.
  8. 08
    Type exit, remove your USB drive, and restart your computer to verify that Windows loads normally.

Still not working?

If the repair commands fail to find any Windows installations, your disk may be formatted as MBR while your BIOS is set to UEFI, or vice-versa. If bootrec /rebuildbcd shows '0 installations', you likely need to convert your drive from MBR to GPT. If that is not the case, run sfc /scannow and chkdsk C: /r (replacing C with your actual drive letter) to check for deeper filesystem corruption.

Frequently asked questions

Will I lose my personal files by doing this?

No, these commands only repair the boot configuration files and do not touch your personal data or installed programs.

What if my PC still shows the same error after these steps?

If you have completed these steps and the error persists, the physical hard drive may be failing, or the Windows partition itself is too corrupted to recover.

Can I use a USB drive that already has files on it?

The Windows Media Creation Tool will format the USB drive during the process, so ensure you have backed up any existing files on that drive before you begin.