How to Bypass TPM and Secure Boot Requirements for Windows 11
Category: Software Install and Setup
Windows 11 requires TPM 2.0 and Secure Boot for installation, which can be problematic for users with older hardware. If your PC doesn’t meet these requirements, don’t worry—there are ways to bypass them and install Windows 11 successfully.
1. What Are TPM and Secure Boot?
- TPM (Trusted Platform Module): A security feature that enhances encryption and authentication.
- Secure Boot: Prevents unauthorized operating systems from loading at startup.
2. Checking If Your System Has TPM and Secure Boot
Check TPM Version
Win + R → Type "tpm.msc" → Press Enter
If TPM is not found, your system lacks it or has it disabled.
Check Secure Boot
Win + R → Type "msinfo32" → Press Enter
Look for "Secure Boot State" under System Summary.
3. Bypassing TPM and Secure Boot During Installation
Method 1: Modify Registry During Windows 11 Installation
- Boot from the Windows 11 installation USB.
- Press
Shift + F10
to open Command Prompt. - Type
regedit
and press Enter. - Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\Setup
. - Right-click on
Setup
, create a new key calledLabConfig
. - Inside
LabConfig
, create two new DWORD values:
BypassTPMCheck = 1
BypassSecureBootCheck = 1
- Close Registry Editor and continue the installation.
Method 2: Use Rufus to Create a Modified Windows 11 USB
- Download Rufus.
- Select the Windows 11 ISO and your USB drive.
- Choose "Extended Windows 11 Installation" (Removes TPM/Secure Boot check).
- Click "Start" and proceed with the installation.
Method 3: Use a Modified ISO
Some third-party tools allow you to modify the Windows 11 ISO to remove TPM/Secure Boot checks, but use them with caution.
4. Alternative: Enable TPM and Secure Boot in BIOS
Before bypassing, check if your system supports TPM/Secure Boot but has them disabled.
- Restart your PC and enter BIOS (
F2
,F12
, orDEL
key). - Find TPM settings under "Security" and enable it.
- Enable Secure Boot under "Boot Options."
- Save changes and reboot.
5. Conclusion
While TPM and Secure Boot enhance security, you can bypass them to install Windows 11 on unsupported hardware. Use the registry tweak, Rufus, or modified ISOs to proceed, or check if your BIOS allows enabling these features.
For official Windows 11 requirements, visit Microsoft Windows.