Forum Discussion
How to Solve "This PC Can't Run Windows 11" Issue When Booting from Installation USB?
Hello everyone, I'm having trouble installing Windows 11 from a bootable USB. Every time I try, I get an error message saying, "This PC can't run Windows 11." This pops up instantly after skipping the license key screen.
I'm not sure what the issue is, as I believe my hardware should be compatible with Windows 11. Has anyone else encountered this problem? Any advice on how to resolve it would be greatly appreciated.
I had a similar problem before and I used WinBootsMate. This tool is really useful and can help you bypass this "incompatible" hardware checks.
I followed this tutorial and it worked!
https://www.windowsclubs.com/bypass-windows-11-requirements
It installed smoothly and helped me a lot. If your hardware should be compatible with Windows 11, then give this tool a try, it might be the solution you need. Hope this helps!
9 Replies
- LayJudyCopper Contributor
You can fix this pc can't run Windows 11 error by replacing the appraiserres.dll.
- Navigate to sources folder within the extracted ISO.
- Locate and open appraiserres.dll with a hex editor.
- Search for the string tpm and change it to something else (e.g., tmp).
Use Media Creation Tool to create a new bootable USB with the modified ISO.
- HernandezliboIron Contributor
If you encounter the "This PC can't run Windows 11" error, it usually means your computer does not meet the minimum system requirements for Windows 11.
If you are an advanced user and understand the risks, you can bypass TPM and Secure Boot checks. By doing this, you won't see "This PC can't run Windows 11" error from a bootable disk.
- Press Win + R, type regedit, and press Enter.
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup.
- Right-click, select New > DWORD (32-bit) Value, and name it AllowUpgradesWithUnsupportedTPMOrCPU.
- Set its value to 1.
- CorinneBakerCopper Contributor
Well, if you've checked these basic hardware requirements and are still experiencing "This PC can't run Windows 11", there are a few other things I've tried when I've been in this situation before that may help you as well.
If the hardware actually meets the requirements, but the system still prompts for incompatibility, the Windows installer may be checking the hardware too strictly. In this case, there is a trick to bypass the hardware check:
- During the installation process, when you first reboot into the USB installation media, press Shift + F10, which will open a command prompt.
- Type regedit to open the registry editor.
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup.
- Right click on Setup and select New -> Key, name it LabConfig.
- Under LabConfig, create two new DWORD (32-bit) values, BypassTPMCheck and BypassSecureBootCheck, and set them both to 1.
Doing this will allow the installer to ignore the TPM and Secure Boot checks, and may help you solve the problem. Note, however, that this may reduce system security and is not officially recommended by Microsoft, and should only be considered if there is really no other way.
- NicholeHutsellCopper Contributor
Oops, this is a real headache. I've encountered similar problems before, and the "This PC can't run Windows 11" error is usually because your computer doesn't meet some of the hardware requirements for Windows 11. Although you think your hardware should be compatible, there are a few key hardware requirements that must be checked:
- Processor: A compatible 64-bit processor or system-on-chip (SoC) with at least 1GHz and two or more cores is required.
- Memory and storage: at least 4GB of RAM and 64GB of storage.
- System firmware: UEFI, Secure Boot capable support required.
- TPM: Requires version 2.0 of the Trusted Platform Module (TPM).
You can use Windows 10's "PC Health Check" tool to see exactly where the requirements are not met. If it's a TPM or Secure Boot issue, it can usually be adjusted in the BIOS setup.To access the BIOS settings, press F2, Delete, or any other specified key on the boot screen when restarting your computer (this will vary depending on your motherboard). Check if the TPM setting in the "Security" option and the Secure Boot setting in the "Boot" option are enabled.
I hope this information is helpful, and you should be able to install Windows 11 without any problems after making the adjustments! If you still have questions, just keep exploring.
- SbarbaraCopper Contributor
I had a similar problem before and I used WinBootsMate. This tool is really useful and can help you bypass this "incompatible" hardware checks.
I followed this tutorial and it worked!
https://www.windowsclubs.com/bypass-windows-11-requirements
It installed smoothly and helped me a lot. If your hardware should be compatible with Windows 11, then give this tool a try, it might be the solution you need. Hope this helps!