Install Hyper-V on Windows
Enable Hyper-V to create virtual machines on Windows. Hyper-V can be enabled in many ways including using the Windows control panel, PowerShell or using the Deployment Imaging Servicing and Management tool (DISM). This document walks through each option.
Note
Hyper-V is built into Windows as an optional feature -- there's no Hyper-V download.
Check requirements
- Windows 10 (Pro or Enterprise), or Windows 11 (Pro or Enterprise)
- 64-bit Processor with Second Level Address Translation (SLAT).
- CPU support for VM Monitor Mode Extension (VT-c on Intel CPUs).
- Minimum of 4 GB memory.
Note
The Hyper-V role can't be installed on Windows 10 Home or Windows 11 Home.
For more information and troubleshooting, see Windows Hyper-V System Requirements.
Enable Hyper-V using PowerShell
Open a PowerShell console as Administrator.
Run the following command:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
If the command isn't found, make sure you're running PowerShell as Administrator.
- When the installation completes, reboot.
Enable Hyper-V with CMD and DISM
The Deployment Image Servicing and Management tool (DISM) helps configure Windows and Windows images. Among its many applications, DISM can enable Windows features while the operating system is running.
To enable the Hyper-V role using DISM:
Open up a PowerShell or CMD session as Administrator.
Type the following command:
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
For more information about DISM, see the DISM Technical Reference.
Enable the Hyper-V role through Settings
Navigate to the Control Panel.
Select Programs, then Programs and Features.
Select Turn Windows Features on or off.
Select Hyper-V and then select OK.
When the installation completes you're prompted to restart your computer.