Error code 0xc000000e on Windows 11 usually appears during startup and prevents the system from booting properly. You may see messages like “Your PC needs to be repaired”, “A required device isn’t connected or can’t be accessed”, or references to missing boot configuration data (BCD). When this happens, Windows fails to locate essential boot files or the system drive.
Although this error can look serious, it is often caused by corrupted boot files, disconnected storage devices, failed updates, BIOS/UEFI misconfiguration, or disk errors, not a permanently damaged system. In this guide, we’ll walk you through all the reliable methods to fix error code 0xc000000e on Windows 11
Fix Error Code 0xc000000e on Windows 11
Follow the solutions below in order. Some steps require access to Windows Recovery Environment (WinRE).
1. Disconnect External Devices
External drives can sometimes interfere with the boot process and prevent Windows from starting correctly. To rule this out, begin by powering off your PC completely. Once it is turned off, disconnect all external devices connected to the system, including USB drives, external hard disks, SD cards, and printers.
After removing these devices, power the PC back on and check if Windows boots normally.
2. Restart and Enter Windows Recovery Environment (WinRE)
If Windows cannot boot, Windows Recovery Environment (WinRE) usually loads automatically. This built-in recovery tool provides access to troubleshooting options that help diagnose and fix startup issues, restore system settings, or repair corrupted files without needing to start Windows normally.
1. Turn on your PC
2. Interrupt the boot process by holding the Power button
3. Repeat this 2-3 times until Preparing Automatic Repair appears
4. Select Advanced options
From here, you can access repair tools.
3. Run Startup Repair
Startup Repair automatically fixes common boot-related problems by scanning your system for issues that prevent Windows from loading correctly. It can detect and repair missing or corrupted system files, boot configuration errors, and other startup-related faults without requiring manual intervention.
1. In WinRE, select Troubleshoot
2. Click Advanced options
3. Choose Startup Repair
4. Select your Windows 11 installation
5. Wait for the repair to complete
Restart your PC after the process finishes.
4. Check BIOS/UEFI Boot Order
Incorrect boot order is a common cause of error 0xc000000e.
1. Restart your PC
2. Enter BIOS/UEFI (usually F2, F10, F12, Del, or Esc)
3. Go to the Boot section
4. Make sure:
- Your system drive is first in the boot order
- Boot mode matches your installation (UEFI vs Legacy)
5. Save changes and exit
If Windows was installed in UEFI mode, Secure Boot should usually be enabled.
5. Rebuild Boot Configuration Data (BCD)
Corrupted boot files are a major cause of this error, as they prevent Windows from loading the essential components required during startup. When these files become damaged or missing, often due to improper shutdowns, disk errors, or malware, the system may fail to boot properly or display startup errors.
1. In WinRE, go to Troubleshoot > Advanced options
2. Open Command Prompt
3. Run the following commands one by one:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
4. If asked to add a Windows installation, type Y
5. Restart your PC
This rebuilds essential boot files.
6. Run Disk Check (CHKDSK)
File system errors can prevent Windows from loading by disrupting how data is read from the drive during startup. When the file system becomes corrupted, often due to sudden power loss, disk issues, or improper shutdowns, Windows may struggle to access critical system files, leading to boot failures or error messages.
1. Open Command Prompt from WinRE
2. Type the following command and press Enter:
chkdsk C: /f /r
3. Wait for the scan to complete
4. Restart your PC
This scan fixes disk errors and recovers readable data.
7. Run SFC and DISM Scans from WinRE
If system files are corrupted, these tools can repair them by scanning the system for damaged or missing files and restoring them to their original state. Built-in utilities are designed to automatically detect integrity issues and replace problematic files, helping Windows regain stability and boot properly.
1. Open Command Prompt in WinRE
2. Run the code:
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
3. After completion, run:
DISM /Image:C:\ /Cleanup-Image /RestoreHealth
4. Restart your PC
These scans restore missing or damaged system files.
8. Check Storage Connections (Desktop/Laptop)
Loose or failing storage connections can trigger this error. For desktop systems, reseat the SATA or NVMe cables and, if applicable, try using a different SATA port.
For laptops, ensure that the SSD or HDD is properly seated if it is accessible. If the drive is not detected in the BIOS, the storage device may be failing.
9. Use System Restore
If the error appeared after a recent update or system change, System Restore can help by reverting your PC to an earlier working state. It restores system files, settings, and configurations to a point before the issue occurred, without affecting your personal files, making it an effective way to undo problematic updates or changes.
1. Go to Troubleshoot > Advanced options
2. Select System Restore
3. Choose a restore point before the issue started
4. Follow the on-screen instructions
This does not delete personal files.
10. Reset Windows 11
If none of the above methods work, resetting Windows may be necessary to resolve persistent startup issues. This process reinstalls the operating system and removes problematic system configurations, giving your PC a fresh start. Depending on the option you choose, you can keep your personal files or remove everything for a completely clean setup.
1. Go to Troubleshoot
2. Select Reset this PC
3. Choose Keep my files
4. Follow the prompts
This reinstalls Windows while preserving personal data.
Wrapping Up
With that, we wrap up our complete guide on how to fix error code 0xc000000e on Windows 11. While this startup error can prevent your PC from booting and appear severe, it is most often caused by boot configuration issues, corrupted system files, or storage-related problems rather than irreversible hardware failure.
By checking boot order, rebuilding BCD files, repairing disks, and using Windows recovery tools, you should be able to restore normal startup in most cases.