Forum Discussion
How to Bypass windows 11 compatibility check for CPU and TPM 2.0
- Aug 11, 2026
Windows 11 requires 8th Gen Intel CPU and TPM 2.0. If your computer does not meet these hardware requirements, then here is a simple way to bypass the check.
Quick steps:
https://www.devshowto.com/bypass-windows-11-compatibility-check
How to bypass windows 11 compatibility check? If you are trying to upgrade directly from within Windows 10, you can create and run a .reg file to pre-configure the registry before starting the upgrade assistant.
1. Create a Text File: Open Notepad and paste the following content:
registry
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\PCHC]
"UpgradeEligibility"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup]
"AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassRAMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassTPMCheck"=dword:00000001
2. Save as .reg: Save the file with a .reg extension (e.g., bypass.reg).
3. Merge into Registry: Double-click the .reg file and confirm the merge when prompted.
4. Run the Upgrade: Now, run the Windows 11 upgrade tool or installation media. These registry keys should trick the compatibility checker into allowing the upgrade.
Using the Pre-Installation Registry Merge is a well-documented and effective method to bypass Windows 11 compatibility check during setup. This technique is widely recognized by the tech community as a standard workaround for installing Windows 11 on hardware that does not meet the official system requirements.