How to Disable Hyper-V in Windows 10?

Hyper-V is software that virtualizes other software. It may virtualize entire hardware components like network switches and hard drives in addition to operating systems. But what if your computer no longer requires Hyper-V? Additionally, Hyper-V interferes with the operation of alternative second-generation hypervisors like VMware Workstation or VirtualBox on the same Windows PC. VirtualBox and VMware, among other third-party virtualization tools, are incompatible with Hyper-V. Therefore, we must disable Hyper V on Windows in order to utilize these programs. Let’s find out how to disable Hyper-V in Windows 10.

Steps to disable Hyper V in Windows 10

How to disable Hyper V Windows 10 using Graphic UI

Hyper-V is the name of Microsoft’s hardware virtualization technology, which enables us to run virtual computers on the system. Users can enable or disable Hyper-V to accomplish a particular goal. In order to accomplish our goal of turning off Hyper-V, let’s use the Windows GUI:

Step 1: Open Windows Feature Settings.

By using Windows search, you may access the Control Panel’s “Turn Windows features on or off” options.

Step 2: Turn off Hyper V.

Uncheck the Hyper V checkbox, then click “Ok” to turn off Hyper V. Windows must be restarted once Hyper V is disabled in order for the system to take effect of the modification.

Step 3: Check to see whether Hyper V is disabled

By using the “Window” key, you may access the Start menu and check to see if the Hyper V is turned off or not. Next, determine whether or not “Windows Administrative Tools” has Hyper V tools. You can notice that there are no Hyper V tools listed under “Windows Administrative Tools.”

How to disable Hyper V Windows 10 using the Command Line interface

The command line interface is the user interface that enables us to run commands in text form. PowerShell is used as a command-line interface in Windows. Utilize the following procedures to disable Hyper V from the command line:

Step 1: Open Windows PowerShell.

By typing “PowerShell” into the Start menu, you may run Windows PowerShell as an administrator user.

Step 2: Turn off Hyper V.

Run the supplied command to disable Windows’ Hyper V.

The tag “-FeatureName” is used to define the feature name that the user wishes to deactivate, and the “Disable-WindowsOptionalFeature” is used to disable the Windows feature.

The result shows that Hyper V has been effectively deactivated on Windows.

Step 3: Check to See If Hyper V Is Disabled

Use the aforementioned command to see if the Hyper V Window functionality is enabled or not.

The approaches to turning off Hyper V on Windows have been condensed.

How to disable Hyper V Windows 10 using Command Line interface

The most practical way to remove Hyper-V is through the Control Panel, and this is how most Windows 10 users prefer to do it. The Hyper-V functionality is thus fully removed. Let me go over the process step by step.

To access Control Panel, click Start, then type that name. There are two other ways to access Control Panel. When the menu appears, choose Control Panel by using the Win+X keyboard shortcut. Input Win+R. Type appwiz.cpl into the Run area and hit Enter.

The Control Panel window will open. Click Turn Windows features on or off.

Deselect the Hyper-V checkbox in the resulting Windows Features panel. Checkboxes in Hyper-V subfolders should be left deselected. To save changes and begin the Hyper-V uninstallation process, press OK. Hit Restart now to restart your computer to finish the process and uninstall Hyper-V.

How to disable Hyper V in BCDEDIT

Without entirely uninstalling Hyper-V, you may modify the launch parameters for the virtual machine when Windows starts. Hyper-V is set up in this instance but isn’t running. If you use the command line bcdedit tool to deactivate Hyper-V, Windows does not start up before Hyper-V does. The command-line utility used to handle Boot Configuration Data, or BCD is called bcdedit. Applications’ boot settings are described in the BCD store, which is also used to add boot menu items, etc. The Hyper-V capability is deactivated but not totally removed from Windows if you use BCD to disable it. As you may recall, Windows boots before the first type of hypervisor, Hyper-V. The purpose of this technique is to remove Hyper-V from the boot settings.

Run the following command at the command prompt (CMD) while logged in as an administrator to deactivate

bcdedit /set hypervisorlaunchtype off

You may add two boot entries to your Windows PC for further ease. An operating system with Hyper-V is booted using one boot entry, whereas an OS without Hyper-V is booted using a different boot entry.

To replicate the default boot configuration to the new entry, use the following command. The new boot entry in my case is titled “Hyper-V deactivate.”

bcdedit /copy “Hyper-V deactivate” /d “Default”

The output message shown below is displayed:

The message “The entry was copied to xxxxxxxx-xxxx-xxxx-xxxxxxxxxx” was successful.

Execute the command to modify the Hyper-V boot parameters for the newly formed boot entry. From the output message above, copy the value in brackets, and then paste it into this command:

bcdedit /set hypervisorlaunchtype off to xxxxxxxx-xxxx-xxxx-xxxxxxxxxx

You ought to notice this message: The procedure was successfully finished.

To make things more convenient, change the default boot entry’s name to “Windows 10 Hyper-V” using Hyper-V:

“Windows 10 Hyper-V” is the description provided by bcdedit /set default.

Restart your computer.

Final Words

Microsoft’s virtualization technology, known as Hyper V, is a feature included in the Windows 10 pro edition. You may use either the GUI interface or the command line to disable Hyper V on Windows. To disable Hyper V in the first method, enter the “Turn Windows features on or off” setting and uncheck the box next to it. Use the “Disable-Windows Optional Feature” command in Windows PowerShell to disable Hyper V in the second method. I’m done now! You now know a variety of techniques for disabling Windows 10’s Hyper V.

Also Read

How to create Windows 10 from USB with UEFI support with Rufus and Media Creation Tool

How to install Windows on new SSD after previous SSD

How to Check Your Stock Investments From Your Windows Computer and From Your Mobile Phone?

4 Best Ways to take a screenshot on windows 11

FAQs

Q. How do I know if Hyper-V is enabled in Windows 10?

Right-click on the Windows button and select ‘Apps and Features. Select Programs and Features on the right under related settings. Select Turn Windows Features on or off. Select Hyper-V and click OK.

Q. Why do you need to disable Hyper-V?

You may need to disable Hyper-V under the following cases: You want to run other hypervisors on the same computer, such as VMware Workstation or VirtualBox. Hyper-V affects the performance of other applications such as games

Q. What happens if you disable Hyper-V?

If Hyper-V is disabled, you’ll just see a list of technologies that are required for Hyper-V to run and whether they are present on the system. In this case, Hyper-V is disabled, and you don’t need to do anything further. If instead, you see ‘A hypervisor has been detected.

Comments are closed.