Thứ Tư, Tháng Hai 12, 2025
spot_img
HomeTechnologyHow to disable or remove Hyper-V on Windows 11

How to disable or remove Hyper-V on Windows 11

Hyper-V comes pre-installed on Windows 11 computers. Although the virtualization tool is not available on the Home version of the operating system, you can install it using a batch script.

Unfortunately, Hyper-V can conflict with third-party applications on your PC. As a result, you may encounter Hyper-V-related errors when trying to launch applications, PC games, or hardware tuning utilities.

Luckily, you can disable Hyper-V in Windows 11 with the help of the classic Windows Features dialog box, Command Prompt, and PowerShell.

How to check if Hyper-V is running on Windows 11

Check if Hyper-V is running on Windows 11
Check if Hyper-V is running on Windows 11

You can access the application System Information to determine if Hyper-V virtualization is running. This is useful if you need to verify the status of Hyper-V after disabling it.

To check the current Hyper-V status on your computer:

1. Press Win + R to open Run.

2. Enter msinfo32.exe and click OK to open the application.

3. Next, check if the following entry is available at the bottom of the details tab:

4. Hypervisor has been detected. Features required for Hyper-V are not displayed.

5. If yes, you will need to disable Hyper-V, Memory integrity and Credential Guard feature, as discussed below to use other virtualization tools without hassle.

How to disable Hyper-V on Windows 11

1. Disable Hyper-V through the Windows Features dialog box

The Windows Features dialog box lets you add additional features that are disabled by default in Windows 11. You can also use this dialog box to disable some advanced features, including Hyper-V.

Note that to fix Hyper-V related errors, you will need to disable the Virtual Machine Platform and Windows Hypervisor Platform features in addition to Hyper-V.

Xem thêm  Handy Galaxy features that iPhone users wish they had

To disable Hyper-V using the Windows Features dialog box:

Step 1: Press the key Win + R to open the Run dialog box.

B2: Enter control. control and click OK to open Control Panel.

B3: In Control Panelclick Programs.

Programs in Control Panel Windows 11
Programs in Control Panel Windows 11

Step 4: Next, click Programs and Features.

B5: In the left pane, click Turn Windows features on or off.

Click Turn Windows features on or off
Click Turn Windows features on or off

Step 6: In the dialog box Windows Featuresfind Hyper-V.

Step 7: Uncheck the option Hyper-V to turn off this feature.

Uncheck the Hyper-V option
Uncheck the Hyper-V option

Step 8: Next, scroll down and find the options Virtual Machine Platform and Windows Hypervisor Platform.

Uncheck Virtual Machine Platform and Windows Hypervisor Platform
Uncheck Virtual Machine Platform and Windows Hypervisor Platform

Step 9: Uncheck both options and click OK.

Step 10: Windows will uninstall Hyper-V and other features from your system.

Step 11: Once completed, restart your PC to apply the changes.

2. How to disable Hyper-V using BCDEDIT

Disable Hyper-V using BCDEDIT
Disable Hyper-V using BCDEDIT

You can disable Hyper-V in the boot configuration using the BCDEdit tool. Useful if you just want to deactivate Hyper-V, not uninstall it completely.

To disable Hyper-V using BCDEdit:

Step 1: Press the key Win and type cmd.

Step 2: Right click Command Prompt and choose Run as administrator.

Step 3: In the Command Prompt window, enter the following command and press Enter:

bcdedit /set hypervisorlaunchtype off

Step 4: When the success message appears, close Command Prompt and restart your PC to apply the changes.

Step 5: If you need to re-enable Hyper-V, use the following command:

bcdedit /set hypervisorlaunchtype auto

Step 6: Make sure to restart your PC to apply the changes.

Additionally, you can use the BCDEdit tool to perform other advanced tasks, such as removing old boot menu options and adding Safe Mode shortcuts to the Windows 11 boot menu.

Xem thêm  Top best Roblox games in 2024

3. How to uninstall Hyper-V using Command Prompt

Uninstall Hyper-V using Command Prompt
Uninstall Hyper-V using Command Prompt

If the Windows Features dialog box fails to remove Hyper-V, you can use Command Prompt to disable this hypervisor. Here's how to do it.

B1: Open Command Prompt with admin rights.

Step 2: In the Command Prompt window, enter the following command and press Enter:

dism /online /disable-feature /featurename:Microsoft-hyper-v-all

Step 3: After execution, the DISM tool will disable Hyper-V and display a message that the operation has completed successfully.

Step 4: Enter exit. exit to close Command Prompt and restart your PC.

After rebooting, you should be able to run your game and other hypervisors without errors.

If not, open the Windows Features dialog box, disable the options Virtual Machine Platform and Windows Hypervisor Platformthen restart your PC.

4. How to disable Hyper-V using PowerShell

Powershell disables Hyper V
Powershell disables Hyper V

If you like PowerShell, you can use the WindowsOptionalFeature cmdlet to disable Hyper-V in Windows 11. To do this, you need to launch PowerShell with admin rights and execute the command. Here's how to do it.

Step 1: Press the key Win and type powershell.

Step 2: Right click PowerShell and choose Run as administrator.

Step 3: Click Yes when possible User Account Control prompt.

Step 4: In the PowerShell window, copy and paste the command below and press Enter:

Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

Step 5: Wait for the process to complete. Once done, close PowerShell and restart your PC to apply the changes.

Hyper-V is a great utility if you want a modern virtualization solution. However, it is not without flaws. Many third-party hypervisors, including VirtualBox and WMware Workstations, do not work with Hyper-V enabled.

Xem thêm  How to install Umami on Linux

If you're not sure which hypervisor to use, see the comparison of three popular virtualization tools below in the reference link section to help you determine the best tool.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments