Windows 11 TPM Bypass: Install on Unsupported Hardware (5 Methods)

Callum specializes in breaking down complex technology topics into easy-to-understand guides. He has a background in computer science and technical writing.

Want to install Windows 11 on a PC that doesn't have TPM 2.0 or doesn't meet other hardware requirements? This comprehensive guide shows you multiple proven methods to bypass TPM, Secure Boot, CPU, and RAM requirements to install Windows 11 on unsupported hardware. Whether you're upgrading an older PC or building a custom system, these methods work in 2025.
Important Disclaimer
Installing Windows 11 on unsupported hardware means Microsoft may not guarantee updates or support. While these methods work, use them at your own risk. Your PC will still receive updates, but Microsoft reserves the right to stop providing them to unsupported devices in the future.
Table of Contents
1. Understanding Windows 11 Requirements
Before bypassing, understand what requirements your PC is missing:
- TPM 2.0: Security chip for encryption and secure boot
- Secure Boot: UEFI feature that prevents unauthorized OS loading
- CPU: Intel 8th Gen or AMD Ryzen 2000 series or newer
- RAM: Minimum 4 GB (8 GB recommended)
- Storage: 64 GB or larger
- UEFI: Modern BIOS mode (not Legacy BIOS)
How to Check Your Current Status
- TPM: Press Windows + R, type 'tpm.msc', check version
- Secure Boot: Press Windows + R, type 'msinfo32', look for 'Secure Boot State'
- CPU: Settings > System > About > Processor
- RAM: Settings > System > About > Installed RAM
2. Method 1: Rufus (Easiest Method)
Rufus is a free tool that creates bootable USB drives and can automatically remove Windows 11 requirements.
- Download Rufus from rufus.ie (version 3.18 or newer)
- Download Windows 11 ISO from microsoft.com/software-download/windows11
- Insert a USB drive (8 GB or larger) - all data will be erased
- Open Rufus and select your USB drive
- Click 'SELECT' and choose the Windows 11 ISO file
- Under 'Image option', select 'Extended Windows 11 Installation'
- Click 'START'
- A dialog appears - check all bypass options you need:
- ✓ Remove requirement for 4GB+ RAM, Secure Boot and TPM 2.0
- ✓ Remove requirement for an online Microsoft account
- Click 'OK' and wait for the USB to be created
- Boot from the USB and install Windows 11 normally
💡 Tip: Rufus is the most reliable method as it modifies the installation media itself. The resulting USB works for both clean installs and upgrades.
3. Method 2: Registry Edit During Installation
If you're already in Windows 11 setup and hit the requirements error, use this registry bypass:
- When you see 'This PC can't run Windows 11' error, press Shift + F10
- Command Prompt opens - type 'regedit' and press Enter
- Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\Setup
- Right-click 'Setup' folder, select New > Key, name it 'LabConfig'
- Inside LabConfig, create these DWORD (32-bit) values:
- BypassTPMCheck = 1
- BypassSecureBootCheck = 1
- BypassRAMCheck = 1
- BypassCPUCheck = 1
- Close Registry Editor and Command Prompt
- Click the back arrow in setup and try again
- The installation should now proceed
💡 Tip: These registry values only affect the current installation session. You'll need to repeat this if you reinstall.
4. Method 3: Modify Install.wim (Advanced)
For tech-savvy users, you can permanently modify the Windows 11 installation files:
- Mount the Windows 11 ISO or extract it to a folder
- Download and install Windows ADK (Assessment and Deployment Kit)
- Open Command Prompt as Administrator
- Create a mount folder: mkdir C:\mount
- Mount the install.wim: dism /mount-wim /wimfile:"path\sources\install.wim" /index:1 /mountdir:C:\mount
- Navigate to C:\mount\Windows\System32 and edit or add registry entries
- Alternatively, add an autounattend.xml with bypass settings
- Unmount and commit: dism /unmount-wim /mountdir:C:\mount /commit
- Use the modified ISO to create installation media
💡 Tip: This method is complex but creates a permanently modified installation that bypasses checks every time.
5. Method 4: In-Place Upgrade Bypass
To upgrade an existing Windows 10 installation on unsupported hardware:
- Download Windows 11 ISO from Microsoft
- Mount the ISO by double-clicking it
- Open Command Prompt as Administrator
- Run this command to add the bypass registry key:
- reg add HKLM\SYSTEM\Setup\MoSetup /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f
- Run setup.exe from the mounted ISO
- The upgrade should proceed despite missing requirements
- All your files and programs will be preserved
💡 Tip: This method is best for upgrading existing Windows 10 installations while keeping your data intact.
6. Method 5: Ventoy (Multi-ISO USB)
Ventoy lets you create a USB that can boot multiple ISOs and includes bypass options:
- Download Ventoy from ventoy.net
- Install Ventoy to your USB drive
- Copy Windows 11 ISO to the USB drive
- Create a file named 'ventoy.json' in the ventoy folder on USB
- Add bypass configuration to the JSON file
- Boot from USB, select Windows 11 ISO
- Ventoy injects bypass automatically during boot
ventoy.json:
{
"control": [
{ "VTOY_WIN11_BYPASS_CHECK": "1" }
]
}7. Enabling TPM and Secure Boot in BIOS
Before bypassing, check if your PC actually has TPM—it might just be disabled:
- Restart your PC and enter BIOS (usually F2, F12, Del, or Esc during boot)
- Look for 'Security' or 'Advanced' settings
- Find TPM settings - may be called:
- Intel: 'Intel PTT' or 'Intel Platform Trust Technology'
- AMD: 'AMD fTPM' or 'AMD PSP fTPM'
- Enable the TPM option
- Find 'Secure Boot' and enable it
- Make sure BIOS mode is 'UEFI' not 'Legacy'
- Save and exit (usually F10)
- Run PC Health Check again to verify
💡 Tip: Many PCs from 2016-2018 have TPM disabled by default. Enabling it may make bypass unnecessary!
8. Post-Installation: What to Expect
After installing Windows 11 on unsupported hardware:
- Windows Update works normally (for now)
- You'll see a watermark in Settings about unsupported hardware
- All features work the same as on supported hardware
- Performance depends on your hardware, not the bypass
- Security features like Windows Hello may not work without TPM
- BitLocker encryption requires TPM or alternative configuration
Note: The 'System requirements not met' watermark in Settings is cosmetic and doesn't affect functionality.
9. Troubleshooting Common Issues
Solutions for problems you might encounter:
Setup still shows 'PC doesn't meet requirements'
Make sure you created all registry values correctly. Try the Rufus method instead—it's more reliable.
PC won't boot from USB
Enter BIOS and change boot order to prioritize USB. Disable Secure Boot temporarily if needed. Try a different USB port.
Blue screen during installation
Your hardware may have driver issues. Try disconnecting non-essential devices. Use a different Windows 11 version (try LTSC).
Installation freezes at certain percentage
Wait at least 1-2 hours—some stages are slow. If truly frozen, force restart and try again. Check for storage errors.
Can't activate Windows after install
Use your existing Windows 10 key—it works for Windows 11. Or purchase a genuine Windows 11 key for permanent activation.
10. Should You Bypass Requirements?
Consider these factors before proceeding:
Pros of Bypassing
- Extend life of older but capable hardware
- Access Windows 11 features and security updates
- Same user experience as supported hardware
- Free upgrade path from Windows 10
Cons of Bypassing
- Microsoft may stop updates for unsupported devices
- No official support if issues occur
- Some security features may not work (BitLocker, Windows Hello)
- Potential stability issues on very old hardware
Our Recommendation
If your PC is from 2015 or newer with an SSD and 8GB RAM, bypassing is generally safe and provides a good experience. For PCs older than 2012, consider staying on Windows 10 until support ends in October 2025.
