How to Fix HYPERVISOR Blue Screen of Death on Windows 10/11

The Hyper-V is a feature within Microsoft Windows that allows users to create and manage virtual machines. As an integral part of Windows 10 and Windows 11 Pro and Enterprise editions, it’s particularly useful for running multiple operating systems or configurations on a single computer. However, some users may encounter a ‘HYPERVISOR_error’ that can result in a blue screen of death (BSOD) in Windows.

This error typically occurs if the Hypervisor on your PC crashes or stops working due to incompatible or outdated drivers, bad drive sectors, or corrupted virtual machine image files.

Fortunately, there are several methods to fix this error, and we will explore all the possible solutions below.

1. Enable Virtualization in BIOS if Your CPU Supports It

Firstly, ensure the Virtualization option is enabled in your PC’s BIOS if your CPU supports it. If it’s disabled, enable it and restart your PC.

  1. Right-click on the bottom taskbar.
  2. Select Task Manager.
  3. Go to the Performance tab > CPU and check whether Virtualization is enabled or disabled.

  1. If it is not listed, your PC likely does not support it. Verify this on the manufacturer’s website.
  2. If Virtualization is disabled, you must enable it.

Access your system’s BIOS by pressing keys like F2, F9, F10, Del, etc., as your system boots up. The specific key often appears on the bottom of the initial splash screen when the computer starts. You can also visit our BIOS key guide. For precise instructions, refer to the manual or check the manufacturer’s website.

While in BIOS, follow these steps:

  1. Navigate to the Advanced tab and check the status of Intel (R) Virtualization Technology.
  2. If disabled, enable it.

  1. Save the changes and exit the BIOS.
  2. Recheck the Virtualization status in Task Manager.

2. Restart the Hyper-V Virtual Machine Management Service

This service is responsible for managing virtual machines. If you encounter the Hypervisor error when running a VM, restart this service before trying again.

  1. Type Services in the Start menu search and open it.

  1. Find the Hyper-V Virtual Machine Management service and double-click on it.

  1. Click Stop, wait a few seconds, and then click Start.

  1. After doing so, select OK and restart your computer.

3. Use the Command Prompt to Auto-Start Hypervisor

  1. Open the Start menu, type cmd, and run the Command Prompt as an administrator.
  2. Enter the following command and press Enter:
bcdedit /set hypervisorlaunchtype auto

  1. Restart your system to see if the error is resolved.

4. Update Your Virtualization Drivers

Obsolete virtualization drivers might cause the Hypervisor Error on your PC. Ensure these drivers are updated to the latest version.

  1. Press WIN + X and select Device Manager.

  1. Expand the System Devices category.
  2. Right-click on the Microsoft Hyper-V Virtualization Infrastructure Driver and choose Update driver.

  1. Click Search automatically for drivers and follow the on-screen instructions.

5. Disable the Hyper-V Feature

Third-party virtualization applications can conflict with Hyper-V, potentially causing it to stop managing virtual machines effectively.

  1. Open Command Prompt as administrator and enter the following to disable Hyper-V:
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
  1. To re-enable the service, use the following command:
dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All

Restart your computer once commands are executed.

6. Run the Windows Memory Diagnostic Test

Run this tool to scan your CPU’s RAM for issues that could contribute to blue-screen errors.

  1. Save all open files.
  2. Press Win + R, type mdsched.exe, and hit Enter.

  1. Choose the Restart now option.

  1. The tool will start running the test.
  2. Wait for the scan to complete, after which Windows will boot automatically.

7. Run the SFC Scan

The System File Checker (SFC) scan examines your PC for damaged files that might be causing the Hypervisor error and fixes or replaces them.

  1. Search for cmd in the Start Menu and open it as administrator.
  2. When prompted by User Account Control (UAC), click Yes.
  3. In Command Prompt, enter the following and press Enter:
sfc /scannow

  1. Wait for the scan to finish.

8. Update Your Windows

Keeping Windows updated helps your computer operate more efficiently and can prevent errors like the Hypervisor error.

  1. Open Settings.

  1. Select Windows Update, then click Check for updates.

  1. If updates are available, choose Download & Install.
  2. After installation, restart your computer to apply the updates. You can schedule this restart if necessary.

Should the HYPERVISOR error persist, seek further assistance from Microsoft support.

ABOUT THE AUTHOR

Abdullah Iqbal


Abdullah is a Google IT certified Help Desk Technician with extensive experience in providing technical support to system users. He has a proven track record of effectively resolving IT issues, and is adept at working with tools like Jira and ZenDesk to efficiently manage support tickets. Abdullah is committed to staying up-to-date with the latest technological advancements and constantly seeks to improve his skills and knowledge through professional development opportunities.