Overview
Hyper-V is Microsoft's native Type 1 hypervisor available in Windows Server 2019, 2022, and 2025. It requires a 64-bit processor with Second Level Address Translation (SLAT), minimum 4 GB RAM for production environments, and hardware virtualization enabled in BIOS/UEFI.
This tutorial covers three installation methods: (1) Server Manager GUI — Add Roles and Features wizard; (2) PowerShell — Install-WindowsFeature -Name Hyper-V -IncludeManagementTools -Restart; and (3) DISM — DISM /Online /Enable-Feature /FeatureName:Microsoft-Hyper-V /All. All three methods require a system restart, and post-installation verification is included.



