Windows Version
Windows 11 25H2 (OS Build 26200.7840)
WSL Version
2.6.0.3.0
Are you using WSL 1 or WSL 2?
Kernel Version
6.6.87.2-1
Distro Version
No response
Other Software
No response
Repro Steps
After updating to Windows 11 25H2 (OS Build 26200.7840), WSL2 cannot install any distribution. wsl --install fails with:
Wsl/InstallDistro/Service/RegisterDistro/CreateVm/HCS/HCS_E_HYPERV_NOT_INSTALLED
This happens even though:
- AMD-V/SVM is enabled in BIOS/UEFI and Windows confirms firmware virtualization is enabled.
- Windows optional features required by WSL2 are enabled (
VirtualMachinePlatform, HypervisorPlatform).
- Boot loader is configured with
hypervisorlaunchtype Auto.
vmcompute and hns services are present and running.
- System health checks (
DISM /RestoreHealth and sfc /scannow) report no integrity violations.
However, Windows reports no hypervisor is present at runtime:
(Get-CimInstance Win32_ComputerSystem).HypervisorPresent returns False.
Because the hypervisor never loads, WSL2 cannot create its VM and Docker Desktop (WSL2 backend) also cannot start.
- Boot Windows 11 25H2 (OS Build 26200.7840).
- Open PowerShell as Administrator.
- Run:
- Observe distro installation fails with
HCS_E_HYPERV_NOT_INSTALLED.
Optional verification (shows hypervisor never loads even though prerequisites are enabled):
(Get-CimInstance Win32_ComputerSystem).HypervisorPresent
Expected Behavior
Expected: True
Actual Behavior
Actual: False
Diagnostic Logs
Windows optional features
dism /online /get-featureinfo /featurename:VirtualMachinePlatform
dism /online /get-featureinfo /featurename:HypervisorPlatform
Both show:
Services
Get-Service vmcompute,hns | Format-Table Name,Status,StartType
hns Running Manual
vmcompute Running Manual
WSL service present on this build:
Get-Service WSLService | Format-Table Name,Status,StartType
WSLService Running Automatic
Note: LxssManager service is not present on this system (only WSLService exists).
System integrity checks
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Results:
- DISM: restore operation completed successfully
- SFC: Windows Resource Protection did not find any integrity violations
Additional info
systeminfo | findstr /i "Hyper-V"
Output:
Hyper-V Requirements: VM Monitor Mode Extensions: Yes
What I tried
- Verified SVM/AMD-V enabled in BIOS/UEFI.
- Confirmed required Windows features enabled: VirtualMachinePlatform + HypervisorPlatform (+ WSL).
- Confirmed
hypervisorlaunchtype Auto.
- Ran DISM RestoreHealth + SFC (no integrity violations).
- Multiple reboots.
- Issue persists: hypervisor not present (
HypervisorPresent=False) and WSL2 fails with HCS_E_HYPERV_NOT_INSTALLED.
Questions
- Is this a known regression on Windows 11 25H2 build 26200.7840 where the hypervisor fails to load, causing WSL2 CreateVm/HCS to fail?
- What logs should be attached to identify why the hypervisor is not loading (Event Viewer channels / ETW traces)?
- Any workaround to force hypervisor load without reinstalling Windows?
Windows Version
Windows 11 25H2 (OS Build 26200.7840)
WSL Version
2.6.0.3.0
Are you using WSL 1 or WSL 2?
Kernel Version
6.6.87.2-1
Distro Version
No response
Other Software
No response
Repro Steps
After updating to Windows 11 25H2 (OS Build 26200.7840), WSL2 cannot install any distribution.
wsl --installfails with:Wsl/InstallDistro/Service/RegisterDistro/CreateVm/HCS/HCS_E_HYPERV_NOT_INSTALLEDThis happens even though:
VirtualMachinePlatform,HypervisorPlatform).hypervisorlaunchtype Auto.vmcomputeandhnsservices are present and running.DISM /RestoreHealthandsfc /scannow) report no integrity violations.However, Windows reports no hypervisor is present at runtime:
(Get-CimInstance Win32_ComputerSystem).HypervisorPresentreturnsFalse.Because the hypervisor never loads, WSL2 cannot create its VM and Docker Desktop (WSL2 backend) also cannot start.
wsl --installHCS_E_HYPERV_NOT_INSTALLED.Optional verification (shows hypervisor never loads even though prerequisites are enabled):
(Get-CimInstance Win32_ComputerSystem).HypervisorPresentExpected Behavior
Expected:
TrueActual Behavior
Actual:
FalseDiagnostic Logs
Windows optional features
Both show:
Services
WSL service present on this build:
Note:
LxssManagerservice is not present on this system (onlyWSLServiceexists).System integrity checks
Results:
Additional info
Output:
What I tried
hypervisorlaunchtype Auto.HypervisorPresent=False) and WSL2 fails withHCS_E_HYPERV_NOT_INSTALLED.Questions