WiseCleaner Think Tank

Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.

Home > Think Tank > How to Disable Hyper-V in Windows 11

How to Disable Hyper-V in Windows 11

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. 

Using Control Panel

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

 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.

  Uncheck the checkbox before the Hyper-V option.

4. Wait for Windows to remove Hyper-V from your PC, then click the Close button to apply changes. Restart the system. 

Using PowerShell

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

 Run a command in PowerShell.

3. Type Y and press Enter again to restart the PC, applying the changes.

Using Command Prompt

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

 Type the a command and press Enter.

3. Restart your computer.

Verification: How to Check Hyper-V Status

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."

 Verify in Command Prompt.

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

 Verify if Hyper-V is disabled.

Conclusion:

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. 

Latest
How to Access Advanced Startup (WinRE) on Windows 11How to Block Apps from Recording Audio in Windows 11How to Stop Snipping Tool from Automatically Saving Screenshots in Windows 11
Read more >>
Recommend
Understanding Windows Power Plans: Balanced, Battery Saver, High Performance, and Ultimate PerformanceHow to Pause Windows Update for 100 YearsShould I enable or disable Trim of SSD?
Read more >>
Hottest
How to Install a macOS in VMware Workstation PRO 17How to Enable Task Manager Option in Taskbar Menu on Windows 11How to Fix Office Application Error 0xc0000142
Read more >>

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