What is TPM?
TPM stands for Trusted Platform Module. It’s a small chip inside your computer that keeps your information safe. It stores things like passwords and encryption keys. Think of it as a tiny security guard for your PC.
What Does the “Clear TPM” Button Do?
The “Clear TPM” button resets this security chip back to how it was when new. When you press it, your PC will restart. It will erase some security information. This includes your PIN and face or fingerprint login (Windows Hello). Only use this button if you really need to reset your TPM.
Why Would You Turn Off the “Clear TPM” Button?
If you share your computer with others, you might want to turn off this button. This prevents someone from accidentally resetting your TPM without permission.
How to Turn On or Off the “Clear TPM” Button Using Local Group Policy Editor
- Press
Win + Rto open the Run box. - Type
gpedit.mscand press Enter. This opens the Local Group Policy Editor. - Follow this path in the left panel:
Computer Configuration > Administrative Templates > Windows Components > Windows Security > Device security - Click on
Device securityin the left panel. - Double-click
Disable the Clear TPM buttonon the right side. - Choose one of these options:
- Not Configured or Disabled: The Clear TPM button will be available.
- Enabled: The Clear TPM button will be turned off (hidden).
- Click
OKto save. - FLAG: Requires admin privileges — Restart your PC to apply the changes.

How to Turn On or Off the “Clear TPM” Button Using Windows Registry Editor
If you cannot access the Local Group Policy Editor, you can make this change using the Registry Editor instead.
- Press
Win + Rto open the Run box. - Type
regeditand press Enter. This opens Registry Editor. - Navigate to this folder:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Device security - If the
Device securityfolder doesn’t exist, you need to create it:- Right-click on
Windows Defender Security Centerin the left panel. - Select
New > Key. - Name it
Device security.
- Right-click on
- Right-click inside the
Device securityfolder in the right panel. - Select
New > DWORD (32-bit) Value. - Name the new value:
DisableClearTpmButton - Double-click
DisableClearTpmButtonto open it. - Set the Base to
Decimal. - Set the Value data to:
1to turn off (disable) the Clear TPM button.0or delete the value to turn on (enable) the button.
- Click
OKand close Registry Editor. - FLAG: Requires admin privileges — Restart your PC to apply the changes.

Summary
The Clear TPM button resets your computer’s security chip. This affects things like your PIN and fingerprint login.
You can choose to turn this button on or off to control your device’s security settings.
You can use either the Local Group Policy Editor or the Registry Editor to make this change.
Always restart your PC after making changes so they work properly.
For more detailed information about clearing TPM, visit Clear TPM guide.





Leave a Reply