Skip to content
FixingBook
Verifiedintermediateest. 15 minutes

Fix VirtualBox VT-x/AMD-V is Disabled in the BIOS

Enable hardware virtualization in BIOS/UEFI to fix VirtualBox and VMware machine launch failures.

Confirmed working on: Windows 10 · Windows 11 · Linux

Before you begin

Match the environmentUse this guide only for Windows 10, Windows 11, Linux or a clearly compatible setup.
Protect recoveryBack up important data and save encryption or account recovery keys before changing system state.
Know when to stopMake one change at a time and stop if the result differs from what the guide describes.

Problem overview

VirtualBox or VMware fails to start a virtual machine, throwing an error stating that VT-x or AMD-V is not available. The virtual machine process halts immediately without loading the guest operating system.

Common causes

  • Hardware virtualization disabled by default in BIOS/UEFI
  • Windows Hyper-V intercepting virtualization calls
  • Windows features like Device Guard or Core Isolation blocking access
  • Outdated motherboard BIOS

Solution 1: Enable virtualization in BIOS

  1. Restart your computer and repeatedly press the BIOS setup key (F2, Del, F12, or Esc depending on your manufacturer) during the initial splash screen.
  2. Navigate to the Advanced, CPU Configuration, or Security tab.
  3. Locate the setting for Intel Virtualization Technology, VT-x, AMD-V, or SVM Mode.
  4. Change the setting to Enabled.
  5. Save the changes (usually by pressing F10) and exit to reboot into Windows.
Expert Tip

If you cannot find the setting, look up your specific motherboard or laptop model online, as manufacturers place the toggle in vastly different menus.

Solution 2: Disable Windows Hyper-V

  1. Press Win + R, type appwiz.cpl, and press Enter.
  2. Click Turn Windows features on or off on the left sidebar.
  3. Uncheck the box for Hyper-V and expand Virtual Machine Platform to uncheck it as well.
  4. Click OK and restart your computer when prompted.

Solution 3: Disable hypervisor via BCDEDIT

  1. Open the Start menu, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Execute the following command to prevent the Windows hypervisor from launching at boot:
    bcdedit /set hypervisorlaunchtype off
  3. Restart your computer.
  4. If you need to re-enable Hyper-V later (e.g., for Docker or WSL2), use bcdedit /set hypervisorlaunchtype auto.

Solution 4: Turn off Core Isolation

  1. Open the Windows Settings app.
  2. Navigate to Privacy & security > Windows Security.
  3. Open the Device security page.
  4. Under Core isolation, click Core isolation details.
  5. Toggle off Memory integrity.
  6. Restart your PC to apply the change and test VirtualBox.
Caution

Disabling Core Isolation weakens Windows security against malicious code injection. Only disable it if you absolutely require VirtualBox over Hyper-V alternatives.

Confirm the result

  1. Repeat the exact action that originally triggered the problem.
  2. Confirm the original error or symptom is gone and no new warning has appeared.
  3. If the guide changed a driver, service, package, or system setting, restart once and test again.
  4. If the result is worse or unexpected, stop. Reverse only the last change using its documented restore option; if none is documented, use your backup or qualified support.

Questions about this fix

What does VT-x or AMD-V do?

They are CPU instruction sets that allow hypervisors to directly allocate physical resources to virtual machines, increasing performance.

Can I run a VM without hardware virtualization?

Most modern hypervisors strictly require it, particularly for 64-bit guest operating systems.

Did this fix work for you?

Weighted Consensus Protocol

Consensus0%
Required100% (Weight 3)
Contributors0
Verified By YouNo
Your Weight--

Did this solution resolve your issue?

Confirming if this works strengthens verification statistics on the registry.

Sign In to VerifySign in required to verify

FixingTeam10,000 rep

Official Project Maintainers

The core engineering and moderation team behind FixingBook. We curate, verify, and maintain the standards of the troubleshooting ledger.

Spotted something outdated? Suggest an edit. Maintainers review submissions within 48 hours.
Share:XReddit

Discussion (0)

No comments yet. Share your experience or verify if this fixed your issue!

Join the Discussion