[Solved] Fix error-code-0xc0000185 Windows - 5 Minute Method

Verified & Tested Updated March 02, 2026

Quick Summary

The error code 0xc0000185 on Windows occurs when the operating system is unable to boot due to a critical system file or driver issue, often resulting in a Blue Screen of Death (BSOD). This error typically appears during the boot process, after a restart, or when trying to start a specific application, indicating a problem that needs immediate attention to prevent data loss or system instability.

Common Causes

  • Corrupted System Files: Damage to essential system files or registry entries can trigger this error, often due to malware, improper shutdowns, or software conflicts.
  • Driver Issues: Outdated, corrupted, or incompatible device drivers can cause system instability and lead to the 0xc0000185 error.
  • Hardware Failures: Faulty or failing hardware components, such as a hard drive or RAM, can prevent the system from booting properly and display this error.
  • Boot Sector Viruses: In rare cases, a virus that targets the boot sector of the hard drive can cause this error by corrupting the master boot record (MBR) or boot sector.

Step-by-Step Fixes

Method 1: Restart in Safe Mode Show Steps ↓

Try restarting your computer in Safe Mode to isolate the issue. To do this, restart your computer and press the F8 key repeatedly as it boots up. Select Safe Mode from the Advanced Boot Options menu and see if your computer boots successfully. If it does, this indicates a software or driver issue.

Method 2: Run a System File Checker (SFC) Scan Show Steps ↓

To repair corrupted system files, you can use the System File Checker tool.

  1. Open the Command Prompt as an administrator by right-clicking on the Start button and selecting Command Prompt (Admin).
  2. Type the command sfc /scannow and press Enter.
  3. Let the scan complete and then restart your computer to see if the issue is resolved.

Method 3: Update Drivers Show Steps ↓

Outdated drivers can cause system instability. To update your drivers,

  1. Open the Device Manager by pressing the Windows key + X and selecting Device Manager.
  2. Expand each category and look for devices with a yellow exclamation mark or a red X, indicating a problem.
  3. Right-click on each problematic device and select Update driver, then follow the prompts to search for and install updates.

Method 4: Run a Virus Scan Show Steps ↓

A full virus scan can help identify and remove malware causing the error.

  1. Open your antivirus software and select the option for a full scan.
  2. Let the scan complete, which may take several hours depending on your computer and the amount of data.
  3. Follow any prompts to remove detected threats and then restart your computer.

Method 5: Perform a System Restore Show Steps ↓

If the issue started recently, you can try reverting your system to a previous point when it was working correctly.

  1. Open the Control Panel and select Recovery.
  2. Click on Open System Restore and follow the prompts to select a restore point from a date when your computer was working properly.
  3. Confirm your selection and let the restore process complete, then restart your computer to see if the issue is resolved.


Related Fixes