Reader-supported: we earn a commission on some links, at no extra cost to you. How this works
Windows ErrorsGuide

What Does Error Code 0xc000000f Mean?

Error 0xc000000f on startup means Windows cannot read the Boot Configuration Data needed to start. Learn the causes and how to repair the boot files.

Error code 0xc000000f on startup means Windows cannot read the Boot Configuration Data (BCD), the small file that tells the PC how to load the operating system. The message usually says a required device is inaccessible. Common causes are corrupt or missing boot files, a damaged disk, a changed boot order in the BIOS, or a failing drive. You fix it by rebuilding the boot files from the Recovery Environment.

Why this happens

During startup, the boot loader reads the BCD to find and launch Windows. If that data is missing, corrupt, or the drive holding it cannot be reached, the boot fails with 0xc000000f before Windows even starts.

  • Corrupt or deleted Boot Configuration Data after a bad shutdown, power loss, or failed update.
  • Damaged boot sector or file system on the system drive.
  • The BIOS/UEFI boot order changed, or a non-bootable device is set first.
  • A loose drive cable or a drive that is no longer detected.
  • A failing SSD or hard drive.

Is this normal?

No. It is a boot failure that means the startup files or the drive have a real problem. It will not clear on its own and needs repair before Windows can start again.

Does it cause any problems?

Yes. The PC cannot boot into Windows at all until it is fixed. Your personal files are usually still intact on the drive, so repairing the boot data often gets you back in without losing anything.

How to fix or check it

  1. Restart and check the BIOS/UEFI boot order at startup. Make sure the drive with Windows is set as the first boot device.
  2. Reseat the drive cable on a desktop, or remove any USB drive or disc that might be interfering with boot.
  3. Boot from a Windows installation or recovery drive and choose Repair your computer to open the Recovery Environment.
  4. Go to Troubleshoot, then Advanced options, and run Startup Repair first, since it fixes many BCD problems automatically.
  5. If that fails, open Command Prompt and run bootrec /scanos, bootrec /rebuildbcd, and then bcdboot C:\Windows (adjust the drive letter if needed).
  6. Run chkdsk /f /r C: to repair disk errors that may be blocking access to the boot files.
  7. If the drive is not detected at all, connect it to another PC to back up files and test its health, as it may be failing.

Frequently asked questions

Do I need a Windows installation USB to fix this?

Often yes. If the PC cannot reach its own recovery tools, booting from a Windows installation or recovery drive gives you Startup Repair and Command Prompt to rebuild the boot files.

Will rebuilding the BCD delete my files?

No. Startup Repair and the bootrec and bcdboot commands only repair boot data, not personal files. Your documents and programs stay in place once Windows boots again.

Could this mean my drive is failing?

It can. If the drive is not detected or chkdsk finds many bad sectors, the disk may be failing. Back up your data and run the maker's diagnostic tool to confirm.

More in this topic

More in Windows Errors

See the full guide →