Forum Discussion
Windows Update says my pc doesn't meet windows 11 requirements
My PC is currently running Windows 10. Before upgrading to Windows 11, I already read the system requirements. In fact, the PC Health Check app says my PC meets Windows 11 requirements. However, when I started the upgrade from Windows Update, it says:
Your PC doesn't currently meet the minimum system requirements to run Windows 11
Why this happened and how to fix this?
11 Replies
- CameronLewisIron Contributor
Create a Windows 10 installation USB, then replace the install.esd file with the one from a Windows 11 ISO
- StickneyBrass Contributor
The core of this method involves a registry modification performed during the installation process. It's a complex, hands-on approach that gives you full control, aligning with your preference for more technical solutions. Here's a step-by-step breakdown of how it works when you're faced with the message that Windows Update says it doesn't currently meet the minimum system requirements to run Windows 11.
This procedure is performed while installing Windows 11 from a USB drive or ISO file. It's a manual workaround that instructs the installer to skip the hardware checks.
Step1 Start the Installation: Boot your computer from the Windows 11 installation media (USB drive or DVD). Follow the initial prompts until you reach the screen that displays the error message: "This PC can't run Windows 11" . This is the same fundamental roadblock that triggers the "Windows Update says it doesn't currently meet the minimum system requirements" alert.
Step 2 Open Command Prompt: When you see the error screen, press Shift + F10 on your keyboard. This will open a Command Prompt window, a key part of this complex method.
Step 3 Launch Registry Editor: In the Command Prompt window, type regedit and press Enter. This launches the Windows Registry Editor.
Step 4 Create the LabConfig Key: In the Registry Editor, navigate to the following path:
HKEY_LOCAL_MACHINE\SYSTEM\Setup
Right-click on the Setup folder, select New > Key, and name this new key LabConfig .
Step 5 Create the Bypass DWORDs: Inside the newly created LabConfig key, you need to create several DWORD (32-bit) values to bypass specific requirements.
Step 6 Proceed with Installation: After creating these registry values, close the Registry Editor and the Command Prompt. You can now click the "Back" button on the installation screen and then proceed with the setup. The installation should now ignore the hardware checks and continue normally .
If Windows Update says it doesn't currently meet the minimum system requirements to run Windows 11. This approach is a core part of the Command Prompt method for installing Windows 11 on unsupported systems. If you need to, you can then combine it with one of the account bypass methods to complete a clean installation without a Microsoft account.
- NeoWenIron Contributor
You don't need to manually download or manage a Windows 11 ISO file. The script handles the download and installation process automatically. However, even in the official methods, Microsoft has documented the need for registry tweaks to bypass restrictions. It's important to know that Microsoft does not recommend installing Windows 11 on unsupported hardware. They caution that it may affect your system's security, stability, and the ability to receive future updates. Running on unsupported hardware means you won't have access to official support.
- NeoWenIron Contributor
You don't need to manually download or manage a Windows 11 ISO file. The script handles the download and installation process automatically. However, even in the official methods, Microsoft has documented the need for registry tweaks to bypass restrictions. It's important to know that Microsoft does not recommend installing Windows 11 on unsupported hardware. They caution that it may affect your system's security, stability, and the ability to receive future updates. Running on unsupported hardware means you won't have access to official support.
- MurayBrass Contributor
W11Upgrade is a free PowerShell script available on GitHub that can help you upgrade to Windows 11 even when Windows Update says it doesn't currently meet the minimum system requirements to run Windows 11. It works by automating the process of launching the Windows 11 Installation Assistant with specific command-line parameters designed to bypass the compatibility checks. If you're facing the situation where Windows Update says it doesn't currently meet the minimum system requirements to run Windows 11, this tool offers a potential workaround.
Follow these steps to use the script. It's a straightforward process, but it requires you to be comfortable with a few technical steps:
- Download the Script: Go to the Coach40oz/W11Upgrade repository on GitHub and download the Win11Upgrade.ps1 file.
- Run PowerShell as Administrator: Search for PowerShell, right-click on it, and select "Run as administrator". Running with administrator privileges is essential for the script to make the necessary system changes.
- Run the Script: In the PowerShell window, type .\Win11Upgrade,ps1 and press Enter. The script will then take over the process.
- Wait for Completion: The script downloads the necessary files and performs an in-place upgrade. The total time can range from 1 to 4 hours, depending on your internet speed and hardware. The system will automatically reboot when the process is finished.
You don't need to manually download or manage a Windows 11 ISO file. The script handles the download and installation process automatically. However, even in the official methods, Microsoft has documented the need for registry tweaks to bypass restrictions. It's important to know that Microsoft does not recommend installing Windows 11 on unsupported hardware. They caution that it may affect your system's security, stability, and the ability to receive future updates. Running on unsupported hardware means you won't have access to official support.
- GalentineBrass Contributor
If Windows Update says it doesn't currently meet the minimum system requirements to run Windows 11, using FlyOOBE is indeed a viable solution for bypassing this restriction. It's the modern successor to Flyby11, designed specifically to help you install Windows 11 on older or unsupported hardware by skipping checks for TPM, Secure Boot, and CPU compatibility.
How FlyOOBE Works
- Bypass Mechanism: FlyOOBE automates a method that uses the Windows Server installation mode, which has less stringent hardware requirements, to install the standard version of Windows 11. You don't need to perform manual registry edits or complex workarounds.
- Additional Features: Beyond bypassing the checks, FlyOOBE is a full toolkit that lets you customize the "Out-Of-Box Experience." It can remove bloatware, disable AI features like Co pilot, and choose which apps to install, all from a single, easy-to-use interface.
- Ease of Use: The tool is portable (no installation required), and it can automatically download the official Windows 11 ISO from Microsoft servers to start the upgrade process.
FlyOOBE is a powerful and user-friendly tool to bypass the Windows 11 hardware checks, allowing you to upgrade a PC even when Windows Update says it doesn't currently meet the minimum system requirements to run Windows 11. It's ideal for giving an otherwise functional PC a second life. However, you must be comfortable with the inherent security risks and the uncertainty surrounding future updates. If your system is mission-critical or contains sensitive data, the official recommendation is to consider buying a new PC that meets the requirements or continuing with Windows 10 (which has extended security updates available).
- AustinClarkTin Contributor
Windows‑based tools cannot toggle low‑level platform settings, so you must enter motherboard firmware when PC Health Check says my PC is compatible but Windows Update says it doesn't currently meet the minimum system requirements to run Windows 11, as these options live inside BIOS/UEFI.
It allows you to activate the two mandatory Windows 11 prerequisites, but using this feature requires pressing the correct boot‑time hotkey to open firmware setup.
Instructions: Restart your computer → During startup, press the F2, Del, F10, or Esc key to enter the BIOS/UEFI. Look for Security or Advanced settings. Find TPM, Intel PTT, or AMD fTPM → Set it to Enabled. Find Secure Boot → Set it to Enabled. Save and exit. After enabling these settings, restart Windows 10 and run Windows Update again. The update should now install successfully.
Its advantages include: providing a permanent, official firmware-level fix that does not require third-party patching tools, and resolving most update issues caused by a disabled TPM or Secure Boot.
Its disadvantages include: BIOS hotkeys vary by PC brand, the user may miss the brief window of opportunity during startup, incompatibility with older motherboards that do not support PTT/fTPM, and the fact that Secure Boot, once enabled, may block unsigned boot media.
Notes
- Before making any changes, make a note of your original BIOS settings so you can easily revert them if necessary.
- Secure Boot typically requires a GPT disk partition structure; this option cannot be enabled on MBR systems.
- After saving and exiting, restart your computer completely once, then run Windows Update.
- If certain options are grayed out, check to see if there is a main switch labeled “Secure Device Support” at the top of the BIOS menu.
This addresses firmware‑induced conflicts behind PC Health Check says my PC is compatible but Windows Update says it doesn't currently meet the minimum system requirements to run Windows 11. It is suitable for users comfortable navigating BIOS menus, as well as for PCs whose hardware already meets Windows 11 specifications.
- WilliamsDavisCopper Contributor
If PC Health Check says my PC is compatible but Windows Update says it doesn't currently meet the minimum system requirements to run Windows 11, using the Windows 11 ISO installer can sometimes help bypass detection issues during an upgrade.
This method uses the Windows 11 ISO file and runs the installer with a special parameter. The /product server command changes how the installer checks the system requirements, which may allow the upgrade process to continue on some unsupported hardware configurations.
How to use:
- Download the Windows 11 ISO file from Microsoft.
- Double-click the ISO file to mount it as a virtual drive.
- Open the mounted drive folder.
- Open Command Prompt in that location.
- Run:
setup.exe /product server
Finally, follow the installation steps and choose whether to keep your personal files and applications.
Things to note:
- This method does not change your actual hardware compatibility.
- Microsoft may not officially support installations performed this way.
- Always back up important files before upgrading.
If PC Health Check says my PC is compatible but Windows Update says it doesn't currently meet the minimum system requirements to run Windows 11, this ISO-based setup method can be an alternative way to start the upgrade process.
- AdamRobinsonBronze Contributor
Sometimes Windows Update may show a compatibility warning even when the official hardware checker reports that the computer can run Windows 11. This situation can happen because different Microsoft tools use different checks or because Windows Update has not refreshed the compatibility status yet. The issue of PC Health Check says my PC is compatible but Windows Update says it doesn't currently meet the minimum system requirements to run Windows 11 is not uncommon.
One workaround is to use the Windows 11 Installation Assistant instead of waiting for Windows Update. Download the tool from Microsoft’s official Windows 11 download page, open it, and follow the on-screen instructions. The assistant will perform another compatibility check and may provide a more detailed reason if the upgrade is blocked.
If the installation assistant still reports that the device is not supported, check the specific message shown, such as TPM being disabled, Secure Boot settings, or an unsupported processor. These details can help identify why PC Health Check says my PC is compatible but Windows Update says it doesn't currently meet the minimum system requirements to run Windows 11 even though the hardware appears ready.
- AveryMorgan200Copper Contributor
PC Health Check is checking whether the hardware meets Windows 11’s basic requirements. Windows Update does a separate check before it offers the upgrade. It also considers its cached compatibility data, pending updates, and known driver or software blocks. That is why the two screens can sometimes disagree.
Start by opening PC Health Check and selecting See all results. Make sure TPM 2.0, Secure Boot, the processor, RAM, and storage all show as supported. Then install all available Windows 10 updates, restart the PC, and make sure there is at least 25-30 GB of free space. After the restart, return to Windows Update and select Check for updates again.
If Windows Update still shows the same message but PC Health Check remains fully green, use Microsoft’s official Windows 11 Installation Assistant. This is the simplest way to find out whether the PC is actually eligible. If the assistant accepts the PC, the Windows Update message was likely stale or caused by a temporary compatibility hold, and the upgrade can continue through the assistant.
If the Installation Assistant also refuses the upgrade, read its exact reason. It will normally point to the setting or requirement that still needs attention, such as TPM being disabled in BIOS, Secure Boot being off, or an unsupported processor.