How to Enable or Disable the “Clear TPM” Button in Windows 11 Security App

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

  1. Press Win + R to open the Run box.
  2. Type gpedit.msc and press Enter. This opens the Local Group Policy Editor.
  3. Follow this path in the left panel: Computer Configuration > Administrative Templates > Windows Components > Windows Security > Device security
  4. Click on Device security in the left panel.
  5. Double-click Disable the Clear TPM button on the right side.
  6. 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).
  7. Click OK to save.
  8. FLAG: Requires admin privileges — Restart your PC to apply the changes.
Windows 11 disable or enable clear TPM button in Windows Security app

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.

  1. Press Win + R to open the Run box.
  2. Type regedit and press Enter. This opens Registry Editor.
  3. Navigate to this folder: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Device security
  4. If the Device security folder doesn’t exist, you need to create it:
    • Right-click on Windows Defender Security Center in the left panel.
    • Select New > Key.
    • Name it Device security.
  5. Right-click inside the Device security folder in the right panel.
  6. Select New > DWORD (32-bit) Value.
  7. Name the new value: DisableClearTpmButton
  8. Double-click DisableClearTpmButton to open it.
  9. Set the Base to Decimal.
  10. Set the Value data to:
    • 1 to turn off (disable) the Clear TPM button.
    • 0 or delete the value to turn on (enable) the button.
  11. Click OK and close Registry Editor.
  12. FLAG: Requires admin privileges — Restart your PC to apply the changes.
Windows 11 disable or enable clear TPM button in Registry Editor

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.

Categories:

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *