How to install Hyper-V on Windows 11 Home

If you use Windows 11 Home, you can use this workaround to install Hyper-V.

Windows 11 Home with Hyper-V
Windows 11 Home with Hyper-V
  • To install Hyper-V on Windows 11 Home, enable virtualization in the UEFI/BIOS, run a custom script to add the Hyper-V components with DISM to the Home setup, and restart the computer.

The Microsoft Hyper-V feature to run virtual machines is only available on Windows 11 Pro, but there’s a way to install it on Windows 11 Home, and in this guide, you will learn how.

On Windows 11, Hyper-V allows you to create and manage virtual machines to run other instances of Windows 11 and older versions of the operating system, such as Windows 10, 8.1, or 7, or other platforms like Linux alongside the main installation.

The only caveat is that Microsoft reserves the feature only for the Pro and higher editions of Windows 11. However, if you use the Home edition and don’t want to use other virtualization alternatives, such as VirtualBox, it’s possible to install Hyper-V on your Windows 11 home computer.

This guide will teach you the steps to enable or disable Hyper-V on Windows 11 Home.

Install Hyper-V on Windows 11 Home

To install Hyper-V on the Home edition of Windows 11, you have to check and enable the virtualization support on the UEFI (Unified Extensible Firmware Interface). If you don’t have this feature enabled, check with your manufacturer to find the specific details to complete this task.

1. Check virtualization before installing Hyper-V

To check virtualization support before installing Hyper-V on Windows 11 Home, use these steps:

  1. Open Start on Windows 11.

  2. Search for Task Manager and click the top result to open the app.

  3. Click on Performance.

  4. Confirm that “Virtualization” reads “Enabled” next to the system stats.

    Task Manager check virtualization

If virtualization is disabled, then continue with the steps below.

2. Configure virtualization on Windows 11 Home

To turn on virtualization on Windows 11 Home, use these steps:

  1. Open Settings.

  2. Click on System.

  3. Click on Recovery.

  4. Under the “Recovery options” section, click the Restart now button for the “Advanced startup” setting.

    Advanced startup

  5. Click on Troubleshoot.

  6. Click on Advanced options.

  7. Click the “UEFI Firmware Settings” option.

    WinRE UEFI Firmware Settings

  8. Click the Restart button.

  9. Open the Configuration, Security, or Advanced page (the page’s name will depend on your manufacturer).

  10. Select the Virtualization Technology, Intel Virtual Technology, or SVM Mode option (the feature name will depend on your manufacturer).

  11. Enable the virtualization feature.

  12. Save the UEFI (BIOS) settings (usually press F10).

After you complete the steps, you can proceed to enable the Microsoft hypervisor to run virtual machines on Windows 11.

3. Install Hyper-V on Windows 11 Home

Since the Home edition doesn’t have the virtualization feature, you must install the components manually through a simple script. Although the script works as intended, you should always create a temporary full backup of your computer since you will modify the system files, which Microsoft doesn’t support.

To install Hyper-V on Windows 11 Home, use these steps:

  1. Open Start.

  2. Search for Notepad and click the top result to open the app.

  3. Copy and paste the following script with the instructions to install Hyper-V on Windows 11 Home into the text file:

    pushd "%~dp0"
    dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hv-home.txt
    for /f %%i in ('findstr /i . hv-home.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
    del hv-home.txt
    Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL
    pause

    Windows 11 Home script install Hyper-V

  4. Click on File and choose the “Save as” option.

  5. Confirm a name and use the “.bat” extension. For example, hyperv-home.bat.

  6. Click the Save button.

  7. Right-click the hyperv-home.bat file and select the “Run as administrator” option.

    Run script as admin

  8. Press the “Y” key to restart the computer.

    Windows 11 Home apply Hyper-V

After you complete the steps, the Hyper-V Management Tool and Platform will install on your Home edition of Windows 11.

4. Disable Hyper-V on Windows 11 Home

Once you have installed the virtualization feature, you can enable or disable it from the system feature settings like Windows 11 Pro.

To disable Hyper-V on Windows 11 Home, use these steps:

  1. Open Settings.

  2. Click on Apps.

  3. Click the Optional features tab.

  4. Under the “Related settings” section, click the “More Windows features” setting.

    Open Windows Features

  5. Clear the Hyper-V feature.

    Disable Hyper-V

  6. Click the OK button.

  7. Click the Restart now button.

Once you complete the steps, Microsoft Hyper-V will be disabled on Windows 11 Home.

About the author

Mauro Huculak is a Windows How-To Expert who started Pureinfotech in 2010 as an independent online publication. He has also been a Windows Central contributor for nearly a decade. Mauro has over 14 years of experience writing comprehensive guides and creating professional videos about Windows and software, including Android and Linux. Before becoming a technology writer, he was an IT administrator for seven years. In total, Mauro has over 20 years of combined experience in technology. Throughout his career, he achieved different professional certifications from Microsoft (MSCA), Cisco (CCNP), VMware (VCP), and CompTIA (A+ and Network+), and he has been recognized as a Microsoft MVP for many years. You can follow him on X (Twitter), YouTube, LinkedIn and About.me. Email him at [email protected].