Try this: (They are discussing the same issue:)
This pc doesn't currently meet windows 11 system requirements - how to fix?
Hello everyone, I recently planned to upgrade my old computer to Windows 11, but when installing, a prompt popped up: "This PC doesn't currently meet Windows 11 system requirements", which directly stuck.
I looked it up and found that it mainly does not support TPM 2.0 and the CPU is not in Microsoft's support list (mine is i7-7700K), but the performance of the machine is actually quite good, and there is no problem with daily office work and video editing. I really don't want to change the computer because of this prompt.
I checked online, and some people said that changing the ISO, and some people said that changing the registry can skip the detection, but there are too many opinions, which made me a little confused.
Has anyone successfully solved this problem? I hope someone can give me some advice, thank you very much!
Windows for business | Windows Client for IT Pros | User experience | Other
6 additional answers
Sort by: Most helpful
-
Enzoip 0 Reputation points
2025-03-26T10:54:12.2633333+00:00 If you see the error "This pc doesn't currently meet windows 11 system requirements", it means one of the system requirements required by Windows 11 is missing. However, there are a couple of ways to get is fixed. One simple trick is using the product sever command.
- Download Windows 11 ISO from Microsoft downloader center.
- Create Windows 11 bootable USB using the official media creation tool.
- Go to the source folder of USB drive root folder and open powershell from there as administrator.
- Input the command "setupprep.exe /product server" and press Enter.
- Follow the on-screen instructions in a new window.
Note that although the setup screen shows "Windows Server," you are still installing a regular Windows 11 edition that matches your current SKU. That is it.
As you can see this is a very easy way to fix This pc doesn't currently meet windows 11 system requirements issue.
-
Debra Fitzgerald 0 Reputation points
2025-03-26T10:54:43.4633333+00:00 Here is a purely manual solution to the "This PC doesn't currently meet Windows 11 system requirements" problem you encounter, without using third-party tools:
This method is relatively simple. By modifying the registry, the installer can skip hardware detection:
1.Press the keyboard shortcut Shift + F10 to open the Command Prompt window.
2.Type regedit and press Enter to open the Registry Editor.
3.Find the path:
sql
Computer\HKEY_LOCAL_MACHINE\SYSTEM\Setup
4.Right-click on Setup, select New Item, and name it LabConfig.
5.Enter LabConfig, right-click in the blank space on the right, create a new DWORD (32-bit) value, and create the following two key values respectively:
Key Name Value
BypassTPMCheck 1
BypassCPUCheck 1
6.After completion, close the registry window and continue the installation to skip the "This PC doesn't currently meet Windows 11 system requirements" prompt and successfully install Win11.