Microsoft Windows Error Code 0xC000010C: How to Fix It

Medium 30-60 minutes Medium Severity Verified June 2026
Error Code
0xC000010C
Brand
Microsoft Windows
Product Type
operating_system
Severity
Medium
DIY Difficulty
Medium
Estimated Fix Time
30-60 minutes
Error code 0xC000010C, also known as STATUS_NO_GUID_TRANSLATION, usually appears during boot or system restore when Windows cannot translate a GUID (Globally Unique Identifier). This often indicates a corrupt boot configuration data (BCD) or a damaged system file. This guide provides step-by-step fixes using built-in Windows tools.
Ad

Tools You'll Need

How to Fix Error Code 0xC000010C

  1. Boot from Windows Installation Media

    Make sure to back up important data before proceeding, as some steps may affect your system.
  2. Open Command Prompt from Advanced Options

  3. Run Bootrec Commands to Rebuild BCD

    Do not skip any command; each serves a specific purpose.
  4. Run System File Checker and DISM

    Both commands may take 15-20 minutes. Do not interrupt them.
  5. Restart and Check for Updates

Ad

When to Call a Professional

If the above steps do not resolve the error, or if you are unable to create installation media, consider contacting a professional technician. Persistent GUID errors may indicate deeper file system corruption or failing hardware, such as a failing hard drive.

Frequently Asked Questions

What causes error 0xC000010C in Windows?
The error STATUS_NO_GUID_TRANSLATION typically occurs due to a corrupted Boot Configuration Data (BCD), damaged system files, or improper shutdowns. It can also be triggered by third-party software that interferes with the boot process.
Can I fix error 0xC000010C without installation media?
If you can access the Advanced Startup Options (by pressing F8 or Shift+Restart), you can try running Command Prompt from there. However, if the error prevents booting entirely, you will need installation media.
Will this fix delete my files?
No, the steps above repair system files and boot configuration without affecting personal data. However, it's always wise to back up important files regularly.
What if bootrec /RebuildBcd fails?
If 'RebuildBcd' fails, try manually deleting the BCD file and creating a new one. In Command Prompt, type: 'del C:\Boot\BCD' then 'bootrec /RebuildBcd'. This forces a fresh reconstruction.