US Trends

how to get tpm 2.0 on my pc

To get TPM 2.0 on a PC, you either need to enable the TPM that is already on your motherboard (most common) or add a physical TPM module if the hardware is too old.

What TPM 2.0 Is (Quickly)

  • TPM 2.0 is a security chip/firmware that stores encryption keys and helps features like BitLocker, Windows Hello, and Secure Boot.
  • Windows 11 requires TPM 2.0 as a minimum security requirement for installation on supported hardware.

Step 1: Check if You Already Have TPM 2.0

  1. Press Win + R , type tpm.msc, and press Enter.
  1. In the window:
    • If it says “The TPM is ready for use” and Specification Version = 2.0 , you already have TPM 2.0.
 * If it says **“Compatible TPM cannot be found”** , TPM may be disabled in BIOS/UEFI or your hardware may not support it.

You can also see TPM info in Device Manager → Security devices → Trusted Platform Module 2.0 if it is installed.

Step 2: Enable TPM 2.0 in BIOS/UEFI

On many systems, TPM exists but is just turned off in firmware.

  1. Enter BIOS/UEFI
    • Restart your PC and spam keys like F2 , Del , Esc , or F10 as soon as it powers on. Exact key depends on your motherboard or laptop brand.
  1. Find the TPM setting (names vary by vendor):
    • For Intel systems, look for:
      • PTT , Intel Platform Trust Technology , or Intel PTT in a Security or Advanced menu.
 * For **AMD** systems, look for:
   * **fTPM** , **AMD fTPM** , or **Firmware TPM**.
 * Some BIOSes simply call it **TPM Device** , **Security Device Support** , or **Trusted Computing**.
  1. Enable it
    • Change the setting from Disabled to Enabled (or turn Security Device Support to Enabled).
 * Save and exit (usually **F10** → Save & Exit).
  1. Verify in Windows
    • After reboot, run tpm.msc again and confirm it shows TPM is ready for use and Specification Version: 2.0.

Step 3: If TPM 2.0 Is Still Missing

If tpm.msc still shows no compatible TPM:

  • Check hardware age
    • Most PCs made after around 2016–2017 (with newer Intel or AMD CPUs) include firmware TPM (PTT/fTPM) on the CPU or board even without a separate chip.
  • Look for TPM header / add-on module
    • Many desktop motherboards have a small TPM header where you can plug a branded TPM 2.0 module sold by the same manufacturer.
* You must buy a module **designed for your exact board series** , or it may not work.

If your PC is older and has no TPM 2.0 support at all , you cannot truly “get” TPM 2.0 without changing major hardware (e.g., motherboard/CPU upgrade).

Windows 11 & Workarounds (Reality Check)

  • If you successfully enable TPM 2.0, your system should pass the Windows 11 PC Health Check security requirement.
  • There are unofficial workarounds that let you install Windows 11 without TPM 2.0, but they are unsupported and can reduce security or block future updates.

For a stable, supported setup, the best path is: enable TPM 2.0 in BIOS if your hardware supports it; if not, consider a hardware upgrade rather than relying on hacks.

TL;DR

  • First, run tpm.msc to see if TPM 2.0 is already there.
  • If missing, go into BIOS, enable PTT (Intel) or fTPM (AMD), then check again.
  • If your board has no TPM 2.0 support, you may need a dedicated TPM module for that board or a newer platform if you want official Windows 11 support.

Information gathered from public forums or data available on the internet and portrayed here.