Disable Windows Features
Head to Windows Search
Search for Turn Windows features on or off in your Windows Search

Set HYPER-V to Disabled Set Virtual Machine Platform to Disabled Set Windows Hypervisor Platform to Disabled

Further checks to make sure Hyper-V is completely Disabled!
Solution 1: Disable Hyper-V Completely
This is the most reliable solution if you don't need Hyper-V:
Method A: Using Windows Features
Open "Turn Windows features on or off" (search in Start menu)
Uncheck these items:
Hyper-V
Virtual Machine Platform
Windows Hypervisor Platform
Windows Sandbox (if present)
WSL 2 (Windows Subsystem for Linux 2)
Restart your computer
Method B: Using Command Prompt (Run as Administrator)
CMD (Batch)
Copy
Then restart your PC.
Method C: Using PowerShell (Run as Administrator)
PowerShell
Copy
Restart required.
Solution 2: Check for Hidden Hyper-V Services
Even with Hyper-V "disabled," some services might still activate the hypervisor:
Disable Windows Defender Application Guard:
CMD (Batch)
Copy
Disable Core Isolation/Memory Integrity:
Open Windows Security
Go to Device Security → Core Isolation Details
Turn off "Memory Integrity"
Restart
Check for VBS (Virtualization-Based Security):
CMD (Batch)
Copy
Solution 3: Verify Hyper-V is Actually Off
After disabling, verify with these commands:
CMD (Batch)
Copy
Should show:
hypervisorlaunchtype OffNo Hyper-V features listed or all showing "Disabled"
Common Culprits That Keep Hyper-V Active
Even after "disabling" Hyper-V, these can reactivate it:
Docker Desktop (if configured for WSL2 or Hyper-V backend)
Windows Sandbox
WSL 2 (uses Hyper-V infrastructure)
VirtualBox (with Hyper-V mode enabled)
Memory Integrity/HVCI (Windows Security feature)
Device Guard/Credential Guard
Last updated