> For the complete documentation index, see [llms.txt](https://docs.wicked.ws/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wicked.ws/troubleshooting/turning-on-vt-x-amd-svm.md).

# Turning on VT-x/AMD SVM

Virtualization is requiered to run our services. Intel calls this **VT-x**. AMD calls it **SVM**, **AMD-V**, or **Secure Virtual Machine**.

Most modern processors support virtualization. It may be disabled in your firmware by default.

{% hint style="info" %}
These steps change your computer's UEFI or BIOS settings. The exact menu names vary by manufacturer.
{% endhint %}

### Before you begin

* Save your work and close open applications.
* If device encryption is enabled, keep your recovery key available.
* Restarting the computer is required.

### Enable virtualization

{% stepper %}
{% step %}

#### Open the BIOS settings

Restart your computer. During the first startup screen, press the BIOS setup key repeatedly.

Common keys include **F2**, **Delete**, **Esc**, **F10**, and **F12**. Your startup screen usually shows the correct key.
{% endstep %}

{% step %}

#### Find the virtualization setting

Look under **Advanced**, **CPU Configuration**, **Security**, or **System Configuration**.

Enable the setting that matches your processor:

* **Intel:** `Intel Virtualization Technology`, `VT-x`, or `VMX`
* **AMD:** `SVM Mode`, `AMD-V`, or `Secure Virtual Machine`
  {% endstep %}

{% step %}

#### Save and restart

Set the option to **Enabled**. Then select **Save & Exit** or press the displayed save key.

Your computer restarts with virtualization enabled.
{% endstep %}
{% endstepper %}

### Verify that it is enabled

#### Windows

Press **Ctrl + Shift + Esc** to open Task Manager. Select **Performance → CPU**. The **Virtualization** field should show **Enabled**.

You can also run this command in Command Prompt:

<figure><img src="/files/YBbk2A8IQPAkMj5yVSC3" alt=""><figcaption></figcaption></figure>

```
systeminfo
```

Find **Virtualization Enabled In Firmware** near the bottom of the output.

### If you cannot find the setting

Update your UEFI or BIOS from your computer manufacturer's support site. Firmware updates can expose newer CPU settings.

{% hint style="warning" %}
Do not change unrelated firmware settings. Incorrect settings can prevent your computer from starting normally.
{% endhint %}

### If virtualization still does not work

If the setting is enabled but unavailable to an application, restart once more. Then check the application's system requirements.
