Forum Discussion
How to Bypass windows 11 compatibility check for CPU and TPM 2.0
When I was trying to upgrade my computer from Windows 10 to Windows 11 recently, it says my device does not meet system requirements. The error message indicates:
Here is why:
The processor isn't supported for this version of Windows.
The PC must support TPM 2.0.
I am so confused as the PC still works quite smoothly with Windows 10 as it has 16GB RAM and 512GB SSD. Is there any way to bypass Windows 11 compatibility check so I can run Windows 11.
8 Replies
- AndrewJenkinsIron Contributor
Upgrade the hardware
- VeronicawxoBrass Contributor
"Hybrid Windows 10/11 USB" Method is another obscure, registry-free method discussed in the Dell community forums. It involves tricking the installer by creating a hybrid bootable USB.
The Trick: You use a Windows 10 installation USB (which has no strict requirements) and replace its large installation file (install.esd or install.wim) with the one from a Windows 11 ISO .
Here are the steps to bypass Windows 11 compatibility check, based on community-tested methods:
1. Create a Windows 10 USB Drive: Use the official Windows 10 Media Creation Tool to create a bootable USB drive . This drive will serve as the base for the hybrid installation media.
2. Obtain the Windows 11 Installation File: Download the official Windows 11 ISO from Microsoft. Mount it (by double-clicking it in File Explorer) and navigate to the sources folder .
3. Copy the Core Installation File: Within the sources folder of the Windows 11 ISO, locate the file install.esd (or install.wim depending on the ISO version) and copy it .
4. Replace the File on the USB Drive: Navigate to the sources folder on your Windows 10 USB drive. Delete the existing install.esd (or install.wim) file and paste the one you copied from the Windows 11 ISO .
When you swap it into the Windows 10 USB environment, the installer no longer performs the same level of checks, allowing you to bypass Windows 11 compatibility check on unsupported hardware .
Note: This method may require formatting the USB drive to NTFS if the Windows 11 file exceeds 4GB (the FAT32 limit) . This approach is less common and more of a "hack" than the DISM method.
- JohnDamssldCopper Contributor
Using the DISM Image Application Method is a highly effective and completely free way to bypass Windows 11 compatibility check. This advanced technique involves applying the Windows 11 image directly to your hard drive using the command line, which officially bypasses the checks for TPM 2.0 and CPU model.
The core reason this works is that Microsoft's own documentation states an image install will not check for TPM 2.0 (at least TPM 1.2 is required) and CPU family and model. This makes it a powerful, registry-free solution to bypass Windows 11 compatibility check on unsupported hardware. While this method is somewhat arcane and complex, it is a viable option if you want to bypass Windows 11 compatibility check and install the operating system on older machines that are otherwise capable.
- DasnkssskCopper Contributor
To bypass Windows 11 compatibility check, if you don't want to modify the whole ISO, you can still perform the registry bypass manually, but in at more complex way than using a simple script, you can use a .reg file you've manually created.
During the Windows 11 installation, when you see the "This PC can't run Windows 11" message. How do you to bypass Windows 11 compatibility check:
- Press Shift + F10 to open Command Prompt.
- Type notepad and press Enter. This opens Notepad in the installation environment.
- In Notepad, go to File > Open and navigate to the drive containing your installation media.
- Save the file with a .reg extension (e.g., bypass.reg), making sure to set the "Save as type" dropdown to "All Files".
- Right-click the newly created bypass.reg file and select Merge.
- Close Notepad and the Command Prompt, then continue the installation. The hardware check should now be bypassed.
Microsoft has removed official support for some registry workarounds, and newer versions of Windows 11, especially from the 24H2 update onward, might be less tolerant of these modifications. While community methods continue to evolve, success is not guaranteed on every version. Even with these bypasses, your CPU must still support certain instruction sets like SSE4.2, which are a hard requirement for Windows 11 24H2 to boot.
- KendricksBrass Contributor
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.
- XanderHartIron Contributor
If you want to bypass windows 11 compatibility check, this method can help when your PC fails the official requirements because of an unsupported CPU, TPM 2.0, or Secure Boot. I recently tried to upgrade my computer from Windows 10, but the installer blocked the process due to hardware compatibility checks. After trying different solutions, I used Flyby11 to continue the upgrade process.
How to use:
- Download Flyby11, run the tool with administrator privileges, select the required bypass option, then start the upgrade through the installation files. Follow the setup instructions and choose to keep your personal files and applications if needed.
This method helps users bypass windows 11 compatibility check by skipping certain hardware detection steps during installation.
Advantages:
- Simple interface and easy to use.
- Helps older computers pass compatibility checks.
- Keeps existing files during the upgrade process.
Disadvantages:
- Unsupported hardware may not receive full official support.
- Results can vary depending on the computer configuration.
- Always create a backup before upgrading.
- ArkansasQuapawIron Contributor
For users who want to upgrade an older PC from Windows 10 to Windows 11, compatibility checks for TPM 2.0 and supported processors can sometimes block the installation. If your hardware is still capable of running Windows 11, tools like this can help you explore ways to bypass windows 11 compatibility check.
Instructions
- Visit the official page and download the required files.
- Extract the downloaded files and open the program folder.
- Run the tool with administrator privileges.
- Select the option related to Windows 11 installation or upgrade.
- Follow the on-screen instructions to apply the compatibility bypass settings.
- Restart your computer and run the Windows 11 setup again.
Before upgrading, it is recommended to create a backup of important files. Some unsupported devices may have driver or update issues after installation, so check that your hardware works correctly after the upgrade.
Pros:
- Helps install Windows 11 on some unsupported hardware
- Provides an easier way to adjust compatibility checks
Cons:
- Not every PC will work perfectly after bypassing requirements
- Future updates and drivers may depend on your hardware support
- MikaeliopIron Contributor
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.