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

How to Fix 0xc0000606 Error – Error 0xc0000606 when trying to use WSL2

Error 0xc0000606 occurs when trying to use WSL2 on Windows 10 Pro, likely due to a compatibility issue or missing dependencies.

Quick Answer: Try reinstalling the WSL2 feature or checking for updates and ensuring hardware virtualization is enabled.

Error 0xc0000606 occurs when trying to switch from WSL1 to WSL2 on Windows 10 Pro, causing frustration for users who want to take advantage of the improved performance and security features of WSL2.

This error can be resolved by following a series of steps that will guide you through the process of upgrading your WSL installation to version 2.

⚠️ Common Causes

  • The primary reason for this error is due to a compatibility issue between the Windows kernel and the WSL2 implementation. This issue occurs when the Windows kernel is not properly configured to support WSL2, resulting in an error code of 0xc0000606.
  • Another possible cause is related to hardware virtualization, which must be enabled on the system for WSL2 to function correctly.

🛠️ Step-by-Step Verified Fixes

Upgrading WSL Installation

  1. Step 1: Open the Command Prompt as an administrator and run the command `wsl --install` to check if WSL is installed and up-to-date.
  2. Step 2: If WSL is not installed, install it by running the command `wsl --install`. If it is already installed, update it to the latest version by running the command `wsl --update`.
  3. Step 3: Once WSL is updated, run the command `wsl --set-version 2` to switch to WSL2. Replace `` with the name of your distribution (e.g., Ubuntu-22.04).

Enabling Hardware Virtualization

  1. Step 1: Open the Control Panel and navigate to System and Security > Device Manager.
  2. Step 2: In the Device Manager, expand the section for Virtualization and enable the virtualization feature by right-clicking on each device and selecting Enable device.

💡 Conclusion

By following these steps, you should be able to resolve the Error 0xc0000606 issue and successfully switch to WSL2 on your Windows 10 Pro system. If you encounter any further issues, consider seeking additional support from Microsoft or a qualified IT professional.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions