Back to Blog
    Windows Guides

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

    Callum Pierce
    Callum PierceTech Writer & Analyst

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

    December 28, 202418 min read
    18 min read
    Windows 11 TPM Bypass: Install on Unsupported Hardware (5 Methods) - Windows Guides article cover image
    Windows 11 TPM Bypass: Install on Unsupported Hardware (5 Methods)

    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.

    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.

    1. Download Rufus from rufus.ie (version 3.18 or newer)
    2. Download Windows 11 ISO from microsoft.com/software-download/windows11
    3. Insert a USB drive (8 GB or larger) - all data will be erased
    4. Open Rufus and select your USB drive
    5. Click 'SELECT' and choose the Windows 11 ISO file
    6. Under 'Image option', select 'Extended Windows 11 Installation'
    7. Click 'START'
    8. A dialog appears - check all bypass options you need:
    9. ✓ Remove requirement for 4GB+ RAM, Secure Boot and TPM 2.0
    10. ✓ Remove requirement for an online Microsoft account
    11. Click 'OK' and wait for the USB to be created
    12. 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:

    1. When you see 'This PC can't run Windows 11' error, press Shift + F10
    2. Command Prompt opens - type 'regedit' and press Enter
    3. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\Setup
    4. Right-click 'Setup' folder, select New > Key, name it 'LabConfig'
    5. Inside LabConfig, create these DWORD (32-bit) values:
    6. BypassTPMCheck = 1
    7. BypassSecureBootCheck = 1
    8. BypassRAMCheck = 1
    9. BypassCPUCheck = 1
    10. Close Registry Editor and Command Prompt
    11. Click the back arrow in setup and try again
    12. 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:

    1. Mount the Windows 11 ISO or extract it to a folder
    2. Download and install Windows ADK (Assessment and Deployment Kit)
    3. Open Command Prompt as Administrator
    4. Create a mount folder: mkdir C:\mount
    5. Mount the install.wim: dism /mount-wim /wimfile:"path\sources\install.wim" /index:1 /mountdir:C:\mount
    6. Navigate to C:\mount\Windows\System32 and edit or add registry entries
    7. Alternatively, add an autounattend.xml with bypass settings
    8. Unmount and commit: dism /unmount-wim /mountdir:C:\mount /commit
    9. 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:

    1. Download Windows 11 ISO from Microsoft
    2. Mount the ISO by double-clicking it
    3. Open Command Prompt as Administrator
    4. Run this command to add the bypass registry key:
    5. reg add HKLM\SYSTEM\Setup\MoSetup /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f
    6. Run setup.exe from the mounted ISO
    7. The upgrade should proceed despite missing requirements
    8. 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:

    1. Download Ventoy from ventoy.net
    2. Install Ventoy to your USB drive
    3. Copy Windows 11 ISO to the USB drive
    4. Create a file named 'ventoy.json' in the ventoy folder on USB
    5. Add bypass configuration to the JSON file
    6. Boot from USB, select Windows 11 ISO
    7. 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:

    1. Restart your PC and enter BIOS (usually F2, F12, Del, or Esc during boot)
    2. Look for 'Security' or 'Advanced' settings
    3. Find TPM settings - may be called:
    4. Intel: 'Intel PTT' or 'Intel Platform Trust Technology'
    5. AMD: 'AMD fTPM' or 'AMD PSP fTPM'
    6. Enable the TPM option
    7. Find 'Secure Boot' and enable it
    8. Make sure BIOS mode is 'UEFI' not 'Legacy'
    9. Save and exit (usually F10)
    10. 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.

    Need a Windows 11 License?

    After bypassing requirements and installing Windows 11, you'll need a valid product key to activate. Get a genuine Windows 11 Pro key with instant delivery.