- See if your PC has TPM and TPM details in Device Manager
- See if the PC has TPM and TPM details in the TPM Management dashboard
- See if your PC has TPM and TPM details in BIOS or UEFI firmware settings
- See if your PC has TPM and TPM details in Windows Security
- See if the PC has TPM and TPM details in the Command Prompt
- See if your PC has TPM and TPM details in PowerShell
Trusted Platform Module (TPM) technology is designed to provide hardware-based, security-related functions. The TPM chip is a secure cryptographic processor designed to perform encryption operations. The chip includes multiple physical security mechanisms, making it resistant to tampering and malware that can't interfere with TPM's security functions.
This guide will show you how to check if your Windows PC has the Trusted Platform Module (TPM) security hardware chip, as well as see the TPM details and version, if any.
See if your PC has TPM and TPM details in Device Manager
1. Open Device Manager .
2. Look to see if you have Security devices listed. If so, expand it to see if you have the Trusted Platform Module listed with the version number (e.g., 2.0).
See if the PC has TPM and TPM details in the TPM Management dashboard
1. Press the Win+ keys Rto open Run , type tpm.msc into Run and click OK to open TPM Management.
2. Look to see if the TPM Management console shows that the PC has TPM.
See if your PC has TPM and TPM details in BIOS or UEFI firmware settings
1. Boot the computer into the BIOS or UEFI firmware installation.
2. See if you have the Trusted Platform Module (TPM) or PTT type to be turned on or off.
See if your PC has TPM and TPM details in Windows Security
1. Open Windows Security and click the Device Security icon .
2. Click the Security processor details link in Security processor.
3. If your PC has a TPM, you should now see general information about it.
4. When done, you can close Windows Security.
See if the PC has TPM and TPM details in the Command Prompt
1. Open Command Prompt.
2. Copy and paste the command below that you want to use into the Command Prompt and press Enter.
To export an overview of TPM in the Command Prompt, enter the command:
tpmtool getdeviceinformation
To export more details about TPM to TpmInformation.txt file on the desktop, enter the command:
tpmtool gatherlogs %UserProfile%Desktop
Collect TPM logs and put them on the desktop. Files that can be created are:
- TpmEvents.evtx
- TpmInformation.txt
- SRTMBoot.dat
- SRTMResume.dat
- DRTMBoot.dat
- DRTMResume.dat
See if your PC has TPM and TPM details in PowerShell
Note : You must be logged in as an administrator to perform this option.
1. Open PowerShell with admin rights.
2. Copy and paste the command below that you want to use into PowerShell, then click Enterto see if True or False results are reported to TPM.
(Detail)
get-tpm
(No details)
get-tpm | select -ExpandProperty tpmpresent