๐TPM and Secure Boot
๐ How to Disable TPM and Secure Boot in BIOS
Disabling TPM and Secure Boot may make your system less secure and can prevent Windows 11 from working properly. Only do this if needed (e.g., for dual-booting Linux, modding, virtualization, or legacy booting).
๐ฅ Step 1: Check the Current Status of TPM and Secure Boot
โ Check TPM Status
Press
Windows + R
, typetpm.msc
, and press Enter.If TPM is enabled, youโll see:
"The TPM is ready for use"
Manufacturer Info (like Intel or AMD)
โ Check Secure Boot Status
Press
Windows + R
, typemsinfo32
, and press Enter.Look for:
Secure Boot State โ Should say On or Enabled
BIOS Mode โ UEFI (Secure Boot requires UEFI)
๐ฅ Step 2: Enter BIOS/UEFI Settings
Restart your PC.
Immediately begin pressing the correct key for BIOS setup. Common keys:
Del
,F2
,F10
,F12
, orEsc
Look for a prompt like โPress F2 to enter Setupโ
Youโll now be inside your BIOS or UEFI firmware interface.
๐ฅ Step 3: Disable TPM (Trusted Platform Module)
๐ TPM is usually found under security-related menus.
In BIOS/UEFI:
Go to the Security, Advanced, or Trusted Computing tab.
Look for one of the following:
TPM Device
Intel Platform Trust Technology (PTT)
AMD fTPM
Set it to:
Disabled
Or TPM Device Selection โ Discrete TPM or None
๐ก On Intel systems, disable PTT; on AMD systems, disable fTPM.
Save and exit (usually by pressing
F10
, then selecting Yes).
๐ฅ Step 4: Disable Secure Boot
๐ Secure Boot is found under boot settings, and requires UEFI mode to be active.
In BIOS/UEFI:
Go to the Boot, Security, or Authentication tab.
Look for Secure Boot or Secure Boot Control.
Set Secure Boot to Disabled.
๐ If the setting is greyed out, you may need to:
Change Boot Mode to Custom or Legacy/CSM first.
Clear Secure Boot Keys:
Option: Clear Secure Boot Keys โ Yes
Then, Secure Boot should become editable.
Save changes and exit BIOS (
F10
โ Yes).
๐ฅ Step 5: Reboot and Confirm Changes
After restarting:
Press
Windows + R
, typetpm.msc
โ Should now say โCompatible TPM not foundโPress
Windows + R
, typemsinfo32
โ Secure Boot State should say Off
Last updated