iSumsoft»Computer Tweaks »3 Ways to Check the Version of TPM on Windows 10/11

Check TPM Version on Windows 10/11: A Step-by-Step Guide

Lucas Watson
Lucas Watson

Updated:

Trusted Platform Module (TPM) is a critical hardware component required for installing and running Windows 11. Although TPM isn't mandatory for Windows 10, having TPM 2.0 is a minimum requirement for Windows 11. This guide outlines three methods to check the TPM version on your Windows 10 or 11 computer.

Introduction

Many users are unaware of the TPM version on their computer. This guide provides three straightforward methods to check the TPM version on Windows 10/11 without requiring third-party software.

Users Unaware of TPM Version

Understanding TPM and Its Functions

TPM is a cryptographic processor that provides hardware-based security for sensitive data. It stores encryption keys, credentials, and other critical information on Windows systems.

TPM Functions on Windows Systems

3 Methods to Check TPM Version

Method 1: Check TPM Version in TPM Management

Step 1 Type "tpm.msc" in the Run dialog box and press Enter to open TPM Management.

Opening TPM Manager on Windows

If an error message appears stating that a compatible TPM cannot be found, it's likely because TPM is disabled in the BIOS/UEFI or not present on your computer. Refer to our guide on enabling TPM on your computer.

TPM Manager Error Message

Step 2 The TPM manufacturer information section displays the TPM version under "Specification Version."

TPM Specification Version

Method 2: Check TPM Version via Device Manager

Step 1 Open Device Manager by right-clicking the Start button and selecting Device Manager.

Opening Device Manager

Step 2 Expand the Security Devices tree to view the TPM version number. Note that if TPM is disabled in BIOS/UEFI, the Security Devices tree may not be visible.

TPM Device Tree in Device Manager

Method 3: Check TPM Version Through Command Prompt

Step 1 Press WIN + R to open the Run dialog, type "cmd," and press Enter.

Running Command Prompt on Windows

Step 2 Copy and paste the following command into the Command Prompt window.

wmic /namespace:\\root\cimv2\security\microsofttpm path win32_tpm get * /format:textvaluelist.xsl

Pasting Command in Command Prompt

Step 3 Press Enter. The specVersion will display the TPM version.

Checking TPM Version in Command Prompt