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
When upgrading an older PC to Windows 11, the installation may stop because the device does not meet requirements like TPM or CPU support. Some users search for ways to bypass windows 11 compatibility check.
PowerShell is a built-in Windows tool that can be used to apply system changes and prepare the upgrade process.
Run PowerShell as Administrator:
New-ItemProperty -Path "HKLM:\SYSTEM\Setup\MoSetup" -Name "AllowUpgradesWithUnsupportedTPMOrCPU" -PropertyType DWORD -Value 1 -Force
After applying the setting, restart the Windows 11 setup. For users trying to bypass windows 11 compatibility check, PowerShell provides a quick way to adjust this option.