HyperV service is not installed

Banish Tuli 0 Reputation points
2025-08-28T08:05:48.61+00:00

User's image

not able to resolve the issue

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Domic Vo 1,015 Reputation points Independent Advisor
    2025-08-28T11:36:57.6466667+00:00

    Dear Banish Tuli,

    If Hyper-V is not installed on your system, please ensure that the following prerequisites are met:

    Operating System Compatibility: Hyper-V is available on Windows Server editions and Windows 10/11 Pro, Enterprise, and Education editions. It is not supported on Home editions.

    • Hardware Requirements: The system must support virtualization, including: A 64-bit processor with Second Level Address Translation (SLAT) Hardware-assisted virtualization enabled in BIOS/UEFI (Intel VT-x or AMD-V) Data Execution Prevention (DEP) enabled

    To install Hyper-V, you can use one of the following methods:

    Via PowerShell (Run as Administrator):

    powershell

    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
    
    1. Via Server Manager (Windows Server only): Open Server Manager Navigate to “Add Roles and Features” Select “Hyper-V” and follow the installation wizard
    2. Via Control Panel (Windows Client): Go to “Programs and Features” > “Turn Windows features on or off” Check “Hyper-V” and click OK

    After installation, a system restart will be required to complete the setup. I hope this helps. Just kindly tick Accept Answer that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    Best regards,

    Domic Vo


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.