Microsoft Windows Error Code 0xC00000A9: How to Fix It

Medium 30-60 minutes Critical Severity Verified June 2026
Error Code
0xC00000A9
Brand
Microsoft Windows
Product Type
operating_system
Severity
Critical
DIY Difficulty
Medium
Estimated Fix Time
30-60 minutes
Error 0xC00000A9 is a critical startup error indicating that the Master Boot Record (MBR) on your system drive is corrupted or missing. This prevents Windows from booting normally. The fix involves using a Windows installation or recovery drive to repair the MBR via command-line tools.
Ad

Tools You'll Need

How to Fix Error Code 0xC00000A9

  1. Create Windows Installation Media

    Back up any important data from the problem PC before proceeding, as some repair steps may risk data loss.
  2. Boot from Installation Media

  3. Access Command Prompt

  4. Run Bootrec Commands

    If you get an 'Access Denied' error on /fixboot, you may need to run a different command: bootsect /nt60 SYS /mbr
  5. Reboot and Test

Ad

When to Call a Professional

If the bootrec commands fail or you see disk errors like 'The disk is not ready' or 'I/O error', your hard drive may be physically damaged. In that case, contact a professional data recovery service or replace the drive.

Frequently Asked Questions

What causes error 0xC00000A9?
This error is typically caused by a corrupted Master Boot Record (MBR) due to improper shutdown, virus infection, bad sectors, or failed Windows update.
Will repairing the MBR delete my files?
No, repairing the MBR does not affect your personal files. However, it's always recommended to back up important data before performing any system repairs.
Can I fix this error without a Windows installation USB?
If you have a Windows recovery disc or a system repair disc, you can use that instead. Some advanced users can create a bootable USB from a friend's PC or use third-party tools like Hiren's BootCD.
What if bootrec /fixboot gives 'Access Denied'?
Run the command 'bootsect /nt60 SYS /mbr' as an alternative. This updates the master boot code without needing to fix the boot sector directly.
I still see the error after following all steps. What now?
Try using 'chkdsk C: /r' from the Command Prompt to check for bad sectors. If that fails, your hard drive may be failing. Consider replacing the drive and reinstalling Windows.