Learn how to disable Hyper-V in Windows 11 with this step-by-step guide. Follow these instructions to turn off Hyper-V and improve system performance.The Hyper-V hypervisor built into Windows 10 and 11 is a useful tool, but sometimes there is a need to disable it. You will learn how to do this from our material.
How to Disable Hyper-V in Windows 11.
Via Windows Components
As mentioned above, Hyper-V is one of many built-in system elements. Accordingly, it can be controlled through the “Components” menu. The program deactivation algorithm is as follows:
- Launch the Control Panel and open the Uninstall a program section;
- On the left side, click on the item “Turn Windows features on or off”;
- In the loaded list, find Hyper-V and uncheck the box next to it.
After this, all that remains is to save everything and reboot the computer for the changes to take effect.
Via Windows terminal
Among the many functions of the Windows terminal is disabling the hypervisor. To do this:
- Right-click on Start and launch PowerShell terminal with administrator rights;
- Type the command Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All and press Enter.
The result of the procedure will be the disabling of the Hyper-V application on the device.
Via command line
This is pretty much the same thing as the previous step, except this time the DISM System Components repository is used.
- From the Start or search bar, find and launch the command prompt;
- In the field that loads, type the command dism.exe /Online /Disable-Feature:Microsoft-Hyper-V-All and press Enter.
And again, wait until the system reports that the Hyper-V hypervisor has been disabled. By the way, a reboot is not required here, since all changes take effect immediately.
There is another option to deactivate the application via the command line. Its main difference is that the system element is simply disabled and does not interfere with the operation of other programs, rather than being removed from the device.
- Launch command prompt;
- Type bcdedit /set hypervisorlaunchtype off in the field and press Enter
At the end, be sure to restart your computer.
How to tell if Hyper-V is enabled
It is very easy to check whether the hypervisor is enabled on your device or not. To do this, open the command line and enter the command msinfo32.exe. In the System Information window that appears, scroll to the very bottom, where all the data about Hyper-V will be.