Software⏱️ 2 min read📅 2026-05-29

How to Fix 0xc0000001 Error – Windows 10: Error Codes 0xc0000001 and 0xc0000098 - Una

Windows 10 error codes 0xc0000001 and 0xc0000098, unable to boot, Recovery Environment, LTSC Enterprise.

Quick Answer: Try running the Windows Repair tool from the Media Creation Tool or a bootable USB drive to fix potential registry issues. If that doesn't work, try booting in Safe Mode and run a System File Checker (SFC) scan.

Error codes 0xc0000001 and 0xc0000098 are indicative of a Master Boot Record (MBR) corruption or a boot sector issue. This can occur due to various reasons such as disk errors, malware infections, or hardware failures.

⚠️ Common Causes

  • Hard drive or SSD failure
  • Malware infection
  • Power supply issues

🛠️ Step-by-Step Verified Fixes

Method 1: System File Checker (SFC) Scan

  1. Step 1: Open Command Prompt as Administrator and type `sfc /scannow` and press Enter.
  2. Step 2: Wait for the scan to complete, which may take several minutes or hours depending on your system's configuration.
  3. Step 3: If the SFC scan detects corrupted files, it will replace them with healthy copies from the Windows installation media.

Method 2: DISM Scan

  1. Step 1: Open Command Prompt as Administrator and type `dism /online /cleanup-image /restorehealth` and press Enter.
  2. Step 2: Wait for the DISM scan to complete, which may take several minutes or hours depending on your system's configuration.

Method 3: Reinstall Windows

  1. Step 1: Back up all important files and data, then go to Settings > Update & Security > Recovery > Reset this PC.
  2. Step 2: Select the

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions