• Disabling VBS can improve the performance of your PC, but it may invite specific security attacks and exploits.
  • To disable VBS, go to Core Isolation in your system settings, turn off Memory Integrity, and restart your PC.
  • You can also disable VBS using CMD as an admin and execute the command bcdedit /set hypervisorlaunchtype off.

Method 1: Disable VBS/HVCI in Windows Using Core Isolation

Step 1: Click on the Start icon, and search and open Core Isolation .

open core isolation on Windows - 1

Step 2: Toggle off Memory Integrity .

toggle off memory integrity - 2

Step 3: Click Yes to confirm.

Click yes to confirm - 3

Step 4: After that, reboot your PC .

Once restarted, check if VBS is disabled by going to System information again. If it’s shown as Running, check the next Method.

Method 2: Uninstall Virtual Machine Platform

It’s also possible to turn off VBS on Windows by uninstalling Virtual Machine . Let’s do it by following these steps:

Note: Uninstalling the Virtual Machine platform will prevent you from using the Android apps on Windows.

Step 1: Search and open Turn Windows Features on or off .

open turn windows features on or off - 4

Step 2: Uncheck Virtual Machine Platform .

Step 3: Click OK to confirm.

uncheck virtual machine platform and hit ok - 5

Method 3: Disable VBS With Command Prompt

Command Prompt lets us communicate with the system directly, and you can use it to turn off VBS as well. Here are the steps:

Step 1: Use Win + R to launch the Run.

click windows and r to open run - 6

Step 2: Type cmd and press Ctrl + Shift + Enter keys together to launch Command Prompt with admin permissions.

Step 3: Click OK to confirm.

type cmd and use key combo to open command prompt - 7

Step 4: Next, type the below command and hit Enter .

bcdedit /set hypervisorlaunchtype off
enter the code - 8

Step 5: Wait for the process to complete and restart your PC.

Method 4: Turn off Windows’ Virtualization Features

Besides disabling VBS, you can also turn off the virtualization service, as VBS can only run properly if all the Virtualization features are active.

Step 1: Search and open Control Panel .

open control panel 10 - 9

Step 2: Click Uninstall a Program under Programs.

click uninstall a program - 10

Step 3: Click on Turn Windows Features on or off .

choose turn windows features on or off - 11

Step 4: Disable Virtual Machine Platform and Windows Hypervisor Platform in the list.

Step 5: Once you cancel them, click on OK .

uncheck virtual machine platform and click ok - 12

Method 5: Disable Virtualization via BIOS

Virtualization-based security requires Virtualization in Windows to be enabled to work. If you disable it from the BIOS, it will completely disable VBS and HVCI in Windows. First, enter into UEFI/BIOS mode on your Windows system. After that, follow the below steps.

Note: We performed the steps on an AMD-powered Lenovo laptop. However, the steps might differ depending on the manufacturer, processor, and other factors. For example, you can check the official guides to enable/disable Virtualization in UEFI/BIOS for laptops from different manufacturers.

Step 1: Once you enter BIOS mode, choose Configuration .

Step 2: Change the AMD SVM Technology option to Disabled .

enabled Virtualization in Windows 11 - 13

Step 3: Hit the F10 key and choose Yes to confirm.

AcerEnable Virtualization Technology on Acer Products
AsusEnable AMD Virtualization
Enable Intel(VMX) Virtualization Technology in PC
Enable Intel Virtualization Technology (VT-x) on laptop
DellEnable Hardware Virtualization
HPEnable Virtualization Technology in the BIOS
LenovoEnable Virtualization Technology

Method 6: Using Registry Editor

As the name suggests, Registry Editor allows you to configure certain Windows settings and disable VBS. However, we will access Registry Editor and make the changes using Command Prompt, as this will make the process easy.

Step 1: Use Win + R to launch Run.

click windows and r to open run - 14

Step 2: Type cmd and press Ctrl + Shift + Enter together. This opens Command Prompt with administrator privileges.

type cmd and use key combo to open command prompt - 15

Step 3: Type or paste the following command:

reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceGuard" /v EnableVirtualizationBasedSecurity/t REG_DWORD /d 00000000 /f
add the code - 16

Wait for the codes to work, and if all goes well, you will see the ‘This operation completed successfully’ message.

How to Check VBS Status on Windows

Once disabled, check the status of Virtualization-based Security (VBS) in your system to ensure you have turned it off. Follow along:

Open Start and search and open System Information . Find Virtualization-based security (VBS) .

Tip: You can use the search feature to find VBS.

If it’s mentioned Running next to Virtualization-based security (VBS), proceed with the steps to turn it off. If it’s Not Enabled , the feature has successfully been disabled.

VBS running on Windows - 17

Was this helpful?