Skip to content
Follow
Windows

How to Enable or Disable Windows Hypervisor Platform in Windows 11

Richard
Written by
Richard
Jan 30, 2026 Updated Jul 10, 2026 3 min read
How to Enable or Disable Windows Hypervisor Platform in Windows 11
How to Enable or Disable Windows Hypervisor Platform in Windows 11
⚡ Quick Answer

Enable Windows Hypervisor Platform via Settings > System > Advanced > Virtual Workspaces, or by checking the box in “Turn Windows features on or off.” You can also use DISM or PowerShell commands to toggle it. This feature allows programs like VirtualBox to run virtual machines.

What is Windows Hypervisor Platform?

Windows Hypervisor Platform lets you run virtual machines, which are like computers inside your computer, on Windows 11.

Why would you use this? When you turn on this feature, your computer’s hardware works faster to run virtual machines.

Turn On Windows Hypervisor Platform Using the Settings App

You can turn on the Windows Hypervisor Platform using the Windows 11 Settings app by going to System, then Advanced, and finding Virtual Workspaces.

  1. Open the Settings app. Click the Start button and select Settings. Or press Windows key + I on your keyboard.
  2. Click System on the left side.
  3. Click Advanced on the right side to see more options.
  4. Click on Virtual Workspaces to open it.
  5. Find the switch labeled Windows Hypervisor Platform and turn it On.
  6. Close the Settings app when you’re done.
Windows 11 system advanced tile in Settings
Windows 11 system advanced tile in Settings

Virtual Workspaces tile in Settings
Virtual Workspaces tile in Settings

Windows Hypervisor Platform toggle in Settings
Windows Hypervisor Platform toggle in Settings

Turn On Windows Hypervisor Platform Using Control Panel

To turn on the Windows Hypervisor Platform using the Control Panel, search for ‘Turn Windows features on or off’ and open it from the search results.

  1. Click Start, type “Turn Windows features on or off”, and click the matching result.
  2. In the Windows Features window that opens, scroll down and find Windows Hypervisor Platform.
  3. Check the box next to it to turn it on.
  4. Click OK to save.
  5. Your PC might ask you to restart. Go ahead and restart to apply the changes.
Windows Features window with Hypervisor Platform
enable hyper v in windows 11

Windows Hypervisor Platform checkbox in Control Panel
Windows Hypervisor Platform checkbox in Control Panel

Turn On Windows Hypervisor Platform Using Command Prompt

You can turn on the Windows Hypervisor Platform using the Command Prompt by running it as an administrator and then typing DISM /Online /Enable-Feature /FeatureName:”HypervisorPlatform” and pressing Enter.

If you like using commands, try this method:

  1. Click Start, type Command Prompt, right-click it, and choose Run as administrator.
  2. Copy and paste this command, then press Enter to turn on Hypervisor Platform:
💻Code
DISM /Online /Enable-Feature /FeatureName:"HypervisorPlatform"

To turn it off, use this command instead:

💻Code
DISM /Online /Disable-Feature /FeatureName:"HypervisorPlatform"
⚠️Warning
Remember to restart your computer to apply the changes.
Command Prompt running as administrator
windows 11 command prompt administrator

Turn On Windows Hypervisor Platform Using PowerShell

To turn on the Windows Hypervisor Platform using PowerShell, open PowerShell as an administrator and then type Enable-WindowsOptionalFeature -Online -FeatureName “HypervisorPlatform” and press Enter.

PowerShell is another tool for running commands. Here’s how to use it:

  1. Click Start, type PowerShell, right-click it, and choose Run as administrator.
  2. To turn on Hypervisor Platform, type this command and press Enter:
💻Code
Enable-WindowsOptionalFeature -Online -FeatureName "HypervisorPlatform"

To turn it off, use:

💻Code
Disable-WindowsOptionalFeature -Online -FeatureName "HypervisorPlatform"
PowerShell running as administrator
windows 11 powershell run as administrator

How to Create Virtual Machines Using Hyper-V Manager

After enabling the Windows Hypervisor Platform, you can create virtual machines using Hyper-V Manager by searching for and opening the app, then selecting Action > New > Virtual Machine from the menu.

  1. Click Start and search for Hyper-V Manager.
  2. Open the app. In the menu, click Action > New > Virtual Machine.
  3. Follow the instructions in the wizard to set up your new virtual machine.

Disabling or enabling the Windows Hypervisor Platform allows users to run other operating systems within Windows 11. This feature, essential for running virtual machines, uses virtualization technology to create isolated environments for different software. For example, a user might run a Linux distribution directly on their Windows 11 computer without needing a separate physical machine.

Hyper-V Manager in Windows 11
hyper v manage windows 11

Creating a new virtual machine in Hyper-V Manager
hyper v manager new virutal machine

Virtual machine setup wizard in Windows 11
windows 11 hyper v new machine

Summary

The Windows Hypervisor Platform is a key feature for running virtual machines on Windows 11, letting you easily turn it on or off using the Settings app, Control Panel, Command Prompt, or PowerShell for flexibility.
  • Windows Hypervisor Platform helps you run virtual machines on Windows 11.
  • You can turn it on or off through Settings, Control Panel, Command Prompt, or PowerShell.
  • After enabling it, you can create and manage virtual machines using Hyper-V Manager.
  • This is useful if you want to try out other operating systems or test software safely.
  • For more tips on Windows 11, check out Geek Rewind.

Is IT safe to disable Windows hypervisor platform?

Before you disable Hyper-V (the virtualization technology on Windows), know that some security features rely on it. Turning off Hyper-V might expose your computer to more security risks.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Open the Settings App in Windows 11
Windows How to Open the Settings App in Windows 11
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
Windows 11 Control Panel Shortcuts Guide
Windows Windows 11 Control Panel Shortcuts Guide
How to Enable or Disable Snipping Tool in Windows 11
Windows How to Enable or Disable Snipping Tool in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *