Why you might want to disable Hyper-V
Hyper-V is a virtualization tool built into Windows Pro, Enterprise, and Education editions. It lets you run virtual machines — separate operating systems inside your main Windows installation. If you do not use virtual machines and want to free up system resources, or if another program conflicts with Hyper-V's core technology, turning it off is straightforward.
Disabling Hyper-V does not delete anything. It straightforward turns off the feature. You can turn it back on later if you change your mind. The process takes a few minutes and requires a restart.
The most common reason to disable Hyper-V is that another program you need — such as an Android emulator, older versions of VirtualBox, or certain gaming tools — cannot run while Hyper-V is active. Some people also disable it to reclaim a small amount of system memory, though the difference is usually not noticeable unless your machine is already running low on resources.
Key Takeaways
- Hyper-V is only available on Windows Pro, Enterprise, and Education — not on Home or Standard editions.
- You can disable Hyper-V through Windows Features, the Control Panel, or PowerShell, depending on which method you prefer.
- Your computer will restart after you disable Hyper-V, so save your work first.
- Some programs like certain Android emulators or older virtualization software may conflict with Hyper-V and require you to disable it.
- Disabling Hyper-V does not delete your virtual machines — they remain on your hard drive and can be reopened when you turn the feature back on.
Check which Windows edition you have
Hyper-V only exists on Windows Pro, Enterprise, and Education. If you have Windows Home or Standard, the feature is not installed and there is nothing to disable.
To check your edition, right-click the Start button, select System, and look for "Edition" in the window that opens. It will say "Windows 11 Home" or "Windows 10 Pro" or similar. If you see Home or Standard, you can stop here — Hyper-V is not on your machine.
Disable Hyper-V through Windows Features
This is the most common method and works on all Windows editions that have Hyper-V.
Press the Windows key and type Turn Windows features on or off, then press Enter. A window titled "Windows Features" will open. Scroll down until you find Hyper-V. Click the checkbox next to it to uncheck it. Click OK.
Windows will process the change for a minute or two, then ask you to restart your computer. Save any open work, close your programs, and click Restart now. Your computer will restart and complete the process automatically. The restart usually takes five to ten minutes total.
Disable Hyper-V using PowerShell
If the Windows Features window does not open or you prefer the command line, you can disable Hyper-V through PowerShell.
Right-click the Start button and select Windows PowerShell (Admin) or Terminal (Admin), depending on your Windows version. If a security prompt appears, click Yes. Type or paste this command exactly:
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
Press Enter. PowerShell will process the command and ask whether you want to restart now. Type Y and press Enter. Your computer will restart and finish disabling Hyper-V. This method works the same way as the Windows Features window but can be faster if you are comfortable with the command line.
What to do if you need Hyper-V back
Turning Hyper-V back on uses the same steps. In Windows Features, check the Hyper-V box again and restart. In PowerShell, use Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All instead.
If you had virtual machines saved before you disabled Hyper-V, they are still on your hard drive. When you turn Hyper-V back on, you can open them again without losing any data. The virtual machines remain exactly as you left them.
Programs that conflict with Hyper-V
Some virtualization and emulation software cannot run while Hyper-V is active. Android emulators like older versions of BlueStacks, some versions of VirtualBox, and certain gaming tools may require Hyper-V to be off. If a program tells you Hyper-V is blocking it, disabling Hyper-V through the steps above will usually solve the problem.
If you use both Hyper-V and one of these programs regularly, you will need to switch back and forth. There is no way to run them at the same time on the same machine. Some newer versions of these programs have been updated to work alongside Hyper-V, so checking the program's documentation or website may reveal whether an update is available.
Frequently Asked Questions
Will disabling Hyper-V speed up my computer?
Disabling Hyper-V frees up a small amount of memory and processing power, but most people will not notice a speed difference. If your computer is already running slowly, Hyper-V is rarely the cause. Disabling it is worth trying only if another program specifically says it conflicts with Hyper-V.
Can I disable just part of Hyper-V instead of all of it?
No. Hyper-V is a single feature that either runs or does not. You cannot turn off pieces of it. If you need only certain parts, you would need to use a different virtualization tool like VirtualBox, which is not built into Windows.
What if the Windows Features window does not show Hyper-V?
This usually means you have Windows Home or Standard edition, which do not include Hyper-V. Check your edition by right-clicking Start and selecting System. If you need Hyper-V, you would need to upgrade to Pro, Enterprise, or Education.
Do I lose my virtual machines if I disable Hyper-V?
No. Your virtual machines stay on your hard drive. When you turn Hyper-V back on, you can open them again. Disabling the feature does not delete anything — it only stops the service from running.
Why does my computer need to restart?
Hyper-V is a core Windows service that runs at the system level. Turning it on or off requires Windows to reload its core components, which can only happen during a restart. The restart is automatic and usually takes a few minutes.