We’re going to show you how to check if your processor supports AMD-V, which is a technology that enables virtualization on AMD CPUs. Virtualization allows you to run multiple operating systems on the same machine, which can be useful for testing, development, or just for fun.
Table of Contents
What is AMD-V?
AMD-V is a technology that allows AMD processors to run virtual machines more efficiently. It does this by adding hardware extensions to the processor’s instruction set, which reduces the need for software emulation. AMD-V can improve the performance and resource use of virtual machines on AMD-based systems. AMD-V was first introduced in 2006 and is supported by most modern AMD processors.
Why do you need to check AMD-V support?
Not all AMD processors have this feature, and some older ones may have it disabled by default. If you want to use virtualization software like VirtualBox or VMware, you need to make sure that your CPU supports AMD-V and that it is enabled in the BIOS settings. Otherwise, you may encounter errors or poor performance when running virtual machines.
So how do you check AMD-V support? It’s actually quite easy, you just need to follow one of these methods.
Method #1: Using the command prompt
1. Open the Start menu and type cmd in the search box. Select Run as administrator.

2. In the Command Prompt window, type wmic cpu get name and press Enter. This will display the name and model of your processor.

3. Now type wmic cpu get VirtualizationFirmwareEnabled and press Enter. If it says TRUE, your processor supports AMD-V and it is enabled.

If it says FALSE, don’t worry. It means that your processor supports AMD-V but it is disabled in the BIOS settings. Please continue to how to enable virtualization in BIOS.
Method #2: Using a special tool
To check if your processor supports AMD-V, you can use a free tool called LeoMoon CPU-V. This tool will also tell you if AMD-V is enabled in your BIOS or not. Here’s how to use it:
1. Download LeoMoon CPU-V, extract the zip file, and run the application straight without installation.

2. If you see a green check mark next to AMD-V Supported, it means your processor supports AMD-V. If you see a red X, it means your processor does not support AMD-V.

3. If you see a green check mark next to AMD-V Enabled, it means AMD-V is enabled in BIOS. If you see a red X, it means AMD-V is disabled in BIOS and you need to enable it manually.

How to enable virtualization in BIOS
To enter BIOS, the exact steps may vary depending on your motherboard model and manufacturer.
1. You need to reboot your computer and enter the BIOS setup menu by pressing a key like F2, F10, or Delete during the boot process.

2. Once you are in the BIOS menu, look for a menu called CPU Configuration or something similar.

3. Now look for an option called “Virtualization Technology”, “SVM Mode”, or something similar. Enable this option.

4. Save the changes. Then exit the BIOS menu and reboot your computer.

To verify that AMD-V is enabled, repeat method 1 or 2. It should now say TRUE. That’s it! You have successfully checked if your processor supports AMD-V and enabled it if necessary. FYI, this tutorial is also applicable to Intel CPUs.