WiseCleaner Think Tank
Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.
Mar 24, 2026
Hyper-V is Microsoft’s built-in hypervisor for running virtual machines. It’s useful for development, testing, and running multiple OSes, but it can cause compatibility or performance issues with other virtualization software (VirtualBox, VMware) and some drivers/games. Disabling Hyper-V lets those apps run normally. Below are safe, supported methods to disable Hyper-V in Windows 11.
The simplest way to disable Hyper-V is to use the Control Panel. Here is how:
1. Press Win + S, type Control Panel to open.
2. Go to the Programs and Features> Turn Windows features on or off option.

3. Scroll down and uncheck the checkbox before the Hyper-V option to disable it. Then click on the OK button.

4. Wait for Windows to remove Hyper-V from your PC, then click the Close button to apply changes. Restart the system.
You can also follow the steps below to disable Hyper-V in Windows PowerShell.
1. Press Win + S, type PowerShell, and click Run as administrator to open.
2. Type the following command in PowerShell, then press the Enter key to execute it.
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

3. Type Y and press Enter again to restart the PC, applying the changes.
It’s also fast to disable Hyper-V by running commands in Command Prompt. Here is what to do:
1. Open the Start menu, type cmd, and select Run as administrator.
2. Type the following command and press Enter:
bcdedit /set hypervisorlaunchtype off

3. Restart your computer.
To verify if Hyper-V is disabled on your Windows system, you can execute the command below in Command Prompt:
systeminfo | findstr -i "hyper-v requirements."

If Hyper-V is disabled, you should get the following output:

While Windows 11 has Hyper-V enabled by default, you may want to turn it off to improve performance, resolve compatibility issues with other virtualization software, and free up system resources. This is a straightforward operation and can be done through the Control Panel, PowerShell, or Command Prompt. If needed, you can re-enable it later using the same tools.
Additional Related Articles
wisecleaner uses cookies to improve content and ensure you get the best experience on our website. Continue to browse our website agreeing to our privacy policy.
I Accept