Software⏱️ 3 min read📅 2026-06-11

How to Fix 0x490 Error – Why can’t Windows start up? I am getting an “error 0x490”

Windows startup problem with error code 0x490, unable to boot after partitioning issue.

Quick Answer: Try using the /ScanOs and /RebuildBcd options with bootrec.exe to rebuild the BCD.

The error '0x490' prevents Windows from starting up, causing it to restart immediately after loading. This issue affects users who are unable to boot into their operating system and requires immediate attention.

This problem is frustrating as it prevents the user from accessing their files, applications, and essential services. In this guide, we will walk you through a step-by-step process to troubleshoot and potentially fix the error 0x490.

💡 Why You Are Getting This Error

  • The primary reason for error 0x490 is a corrupted boot configuration. This can occur due to various reasons such as incorrect partition settings, disk errors, or malware infections. When Windows detects a corrupt boot configuration, it displays the 'Root cause found' message with an error code of 0x490.
  • Another possible reason for this issue could be a misconfigured Master Boot Record (MBR). The MBR is responsible for identifying and loading the operating system during startup. A corrupted MBR can prevent Windows from booting properly.

🛠️ Step-by-Step Verified Fixes

Rebuilding the Boot Configuration

  1. Step 1: Step 1: Create a System Restore Point
  2. Step 2: Before attempting any fixes, create a System Restore point to ensure that you can revert to a previous state in case something goes wrong. This will also help you identify if any changes made earlier are causing the issue.
  3. Step 3: Open the Control Panel and navigate to System and Security > System > System Protection. Click on Create > System Restore Point and follow the prompts to create a restore point.

Rebuilding the Master Boot Record

  1. Step 1: Step 3: Run the DISM Command
  2. Step 2: In the Command Prompt, run the following command to repair any corrupted system files and update the System File Checker (SFC): `dism /online /cleanup-image /restorehealth`.
  3. Step 3: If the issue persists, try running the `bootrec.exe /fixmbr` command to rebuild the MBR.

💡 Conclusion

To summarize, error 0x490 is typically caused by a corrupted boot configuration or misconfigured Master Boot Record. By following these steps, you should be able to identify and fix the root cause of the issue. If you are still experiencing problems after attempting these fixes, it may be necessary to seek further assistance from Microsoft support or a professional technician.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions