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
Ad
Tools You'll Need
- Windows installation media (USB or DVD)
- Working computer to create installation media
How to Fix Error Code 0xC000010C
-
Boot from Windows Installation Media
Make sure to back up important data before proceeding, as some steps may affect your system. -
Open Command Prompt from Advanced Options
-
Run Bootrec Commands to Rebuild BCD
Do not skip any command; each serves a specific purpose. -
Run System File Checker and DISM
Both commands may take 15-20 minutes. Do not interrupt them. -
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.