Published 2026-02-04 by TechNet New England
When Microsoft released Windows 11, one of the most controversial decisions was requiring TPM 2.0 (Trusted Platform Module) for installation. This means many perfectly capable computers, including gaming PCs with powerful hardware, get rejected by the Windows 11 installer with a "This PC doesn't meet the minimum system requirements" message.
Before bypassing anything, it's worth checking whether your computer actually has a TPM that just needs to be turned on. Many modern systems have one built into the CPU that's simply disabled by default.
Step 1: Check Your Current TPM Status
- Press
Windows + R, typetpm.msc, and press Enter - If you see "Compatible TPM cannot be found," your TPM is either missing or disabled in BIOS
- If you see a TPM Manufacturer Information section with Specification Version 2.0, you already have TPM 2.0 and something else is blocking installation
Step 2: Enable TPM in Your BIOS
Most modern CPUs (roughly 2016 and newer) have a firmware-based TPM built in. It's just usually turned off by default. The setting name varies by manufacturer:
- Intel systems: Look for "Intel PTT" (Platform Trust Technology)
- AMD systems: Look for "AMD fTPM" (firmware TPM)
How to Enable It
- Restart your computer and enter BIOS (usually by pressing
Delete,F2, orF12during startup; the key depends on your motherboard) - Look in the Security or Advanced sections for the TPM setting
- On ASUS boards: Advanced > Trusted Computing or AMD fTPM switch
- On MSI boards: Settings > Security > Trusted Computing
- On Gigabyte boards: Peripherals > AMD CPU fTPM or Intel Platform Trust Technology
- Enable the setting, save your BIOS changes (usually F10), and restart
Run tpm.msc again after restarting. If it now shows TPM 2.0, you should be able to install Windows 11 normally.
Step 3: Bypass TPM Requirements (If You Don't Have TPM 2.0)
If your system genuinely doesn't have TPM 2.0 (older hardware, custom builds with older motherboards), you can bypass the requirement. Microsoft has acknowledged this method but warns that you may not receive all future updates.
Method 1: Registry Bypass During Installation
This method works when the installer stops and tells you the PC doesn't meet requirements:
- When you see the "This PC can't run Windows 11" message, press
Shift + F10to open Command Prompt - Type
regeditand press Enter - Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\Setup - Right-click on "Setup," select New > Key, and name it
LabConfig - Inside LabConfig, create these DWORD (32-bit) values and set each to
1:BypassTPMCheckBypassSecureBootCheckBypassRAMCheck
- Close the Registry Editor and Command Prompt
- Click the back arrow on the installer and proceed again. The compatibility check should now pass
Method 2: Use Rufus (Easiest)
Rufus is a free tool for creating bootable USB drives, and it has a built-in option to remove Windows 11 requirements.
- Download Rufus from rufus.ie (version 3.18 or newer)
- Download the Windows 11 ISO from Microsoft's website
- Insert a USB drive (8 GB or larger) and open Rufus
- Select your USB drive and the Windows 11 ISO
- Click Start. A dialog will appear with options to customize the installation
- Check "Remove requirement for 4GB+ RAM, Secure Boot, and TPM 2.0"
- Optionally check "Remove requirement for an online Microsoft account" if you want to use a local account
- Click OK and wait for the USB drive to be created
- Boot from the USB drive and install Windows 11 normally
Important Notes
- Systems running Windows 11 without TPM 2.0 may not receive certain security updates in the future, though this hasn't happened yet as of this writing
- You'll still get regular Windows updates and feature updates through normal channels
- Some security features like BitLocker and Windows Hello may not work without a TPM
- This is your computer and your choice. The hardware requirements are primarily about security features, not compatibility
If these steps don't resolve the issue, or if you'd like professional help, our team is here. Contact TechNet New England for IT support.