Hyper-V Hypervisor Not Running — Virtualization Platform Startup Failure
Errorsystem
Overview
Fix 'Hypervisor is not running' error preventing Hyper-V virtual machines, WSL 2, and Docker from functioning on Windows Pro and Enterprise.
Key Details
- The hypervisor is the low-level virtualization layer that enables Hyper-V VMs, WSL 2, and Docker
- Even with Hyper-V feature enabled, the hypervisor may fail to start due to BIOS or configuration issues
- The error appears in Event Viewer as Event ID 1 from Hyper-V-Hypervisor source
- Secure Boot and hardware virtualization (VT-x/AMD-V) are prerequisites for the hypervisor
- Some third-party security software disables the hypervisor for 'kernel protection' features
Common Causes
- Hardware virtualization (VT-x/AMD-V) disabled in BIOS/UEFI
- Hyper-V hypervisor launch not configured in boot configuration data
- Third-party security software (anti-cheat, anti-rootkit) disabling the hypervisor
- Secure Boot disabled when the hypervisor requires it
Steps
- 1Enable virtualization in BIOS: restart > enter BIOS > Advanced/Security > enable Intel VT-x or AMD-V and VT-d/IOMMU
- 2Enable Hyper-V hypervisor launch: run 'bcdedit /set hypervisorlaunchtype auto' in elevated Command Prompt, then restart
- 3Enable Hyper-V feature: 'dism /online /enable-feature /featurename:Microsoft-Hyper-V /all /norestart' then restart
- 4Check for conflicting software: disable third-party security, anti-cheat, or kernel protection tools temporarily
- 5Verify in Event Viewer: Windows Logs > System > filter by source 'Hyper-V-Hypervisor' for startup messages
Tags
hyper-vhypervisorvirtualizationwsl2docker
Related Items
More in System
windows-C000021A-status-system-process-terminatedWindows Error 0xC000021A — STATUS SYSTEM PROCESS TERMINATED
Criticalwindows-C0000225-boot-configuration-errorWindows Error 0xC0000225 — Boot Configuration Error
Criticalwindows-C000000F-boot-selection-failedWindows Error 0xC000000F — Boot Selection Failed
Criticalwindows-80004005-unspecified-errorWindows Error 0x80004005 — Unspecified Error
Warningwindows-80070570-file-or-directory-corruptedWindows Error 0x80070570 — File or Directory Corrupted
Errorwindows-system-0xc0000185Windows Error 0xC0000185 — Boot Device Inaccessible
CriticalFrequently Asked Questions
You need the hypervisor platform (Virtual Machine Platform feature) but not the full Hyper-V management tools. The hypervisor is shared between Hyper-V VMs, WSL 2, and Docker.