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

How to Fix Error 1068 Error – sc query vmms MISSING and Error 1068

Hyper-V error 1068, sc query vmms missing, Windows 10 Pro machine.

Quick Answer: Run DISM /Online /Cleanup-Image /RestoreHealth to fix Hyper-V issue.

The error 'sc query vmms MISSING and Error 1068' occurs when attempting to start the Hyper-V Host Service on Windows 10 Pro. This issue affects users who have enabled Hyper-V in their BIOS settings but are unable to start the HV Host Service.

This error can be frustrating as it prevents users from utilizing Hyper-V's virtualization capabilities. In this troubleshooting guide, we will walk through the steps to resolve this issue and get Hyper-V working on your Windows 10 Pro machine.

💡 Why You Are Getting This Error

  • The primary reason for this error is a corruption in the System Configuration Utility (SCU) database. When Hyper-V is enabled or disabled, the SCU database may become corrupted, preventing the HV Host Service from starting.
  • Another possible cause is a conflict with another system service or driver that is interfering with the Hyper-V Host Service. This can be due to various reasons such as software conflicts, hardware issues, or registry problems.

🛠️ Step-by-Step Verified Fixes

Method 1: Repairing the SCU database

  1. Step 1: 1. Open Command Prompt as an administrator and run the command `DISM /Online /Cleanup-Image /RestoreHealth` to repair any corruption in the System Configuration Utility (SCU) database.
  2. Step 2: 2. Restart your computer to ensure the changes take effect.
  3. Step 3: 3. Run the command `sc query vmms` again to verify if the HV Host Service is now available.

Method 2: Disabling and re-enabling Hyper-V

  1. Step 1: 1. Open Command Prompt as an administrator and run the command `Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All` to disable Hyper-V.
  2. Step 2: 2. Restart your computer to ensure the changes take effect.
  3. Step 3: 3. Run the command `Get-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All` to verify that Hyper-V is indeed disabled.
  4. Step 4: 4. Open Command Prompt as an administrator and run the command `Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All -All` to re-enable Hyper-V.
  5. Step 5: 5. Restart your computer to ensure the changes take effect.
  6. Step 6: 6. Run the command `sc query vmms` again to verify if the HV Host Service is now available.

🎯 Final Words

To resolve the 'sc query vmms MISSING and Error 1068' error, you can try repairing the System Configuration Utility (SCU) database or disabling and re-enabling Hyper-V. If these methods do not work, it may be necessary to perform a clean installation of Windows 10 Pro or seek further assistance from Microsoft support.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions