Forum Discussion
How to bypass or fix the processor isn't currently supported for Windows 11
Hi all,
I have a modern PC with a high profile CPU Intel i7-7700HQ. When I was trying to upgrade this computer from Windows 10 to Windows 11 24H2, it says This PC doesn't currently Windows 11 system requirements. I was told to run the PC Health Check app to see what kind of hardware requirements are missing. The following error is returned by the app:
The processor isn't currently supported for Windows 11
This is ridiculous as the CPU is pretty new and works fine when running Windows 10. Why Microsoft asks me to upgrade to Windows 11 but it does not allow me to do that. Is there any way to bypass or fix "The processor isn't currently supported for Windows 11" error?
Looking forward to your suggestion!
No need to worry about this too much as there are a couple of ways to fix this issue. In fact, you can still install windows 11 on very old CPU. Here is the trick that worked for me recently:
https://www.anywinhub.com/install-windows-11-on-very-old-cpu
29 Replies
- WolfGanggIron Contributor
If you see the error “This processor isn’t currently supported for Windows 11”, it means your CPU is not on Microsoft’s official supported list. There are two main ways to proceed:
1. Official method (recommended)
- Microsoft only guarantees Windows 11 support for listed CPUs.
- If your processor is unsupported, the safe option is to keep using Windows 10 (supported until October 2025) or upgrade your hardware to a supported CPU.
2. Bypass the check (at your own risk)
You can install Windows 11 on unsupported hardware by modifying the setup process:
- Download the Windows 11 ISO from Microsoft.
- During setup, when the CPU check blocks installation, press Shift + F10 to open Command Prompt.
- Open Registry Editor (regedit) and go to:
HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup
- Create a new DWORD (32-bit) value named:
AllowUpgradesWithUnsupportedTPMOrCPU
and set its value to 1.
- Close and restart the installation.
This bypass allows installation, but note: Microsoft does not guarantee updates or stability on unsupported CPUs. - xxdesertstormCopper Contributor
the fact Microtrash states that a CPU with 1GHz or faster with 2 or more cores yet they can't seem to understand that means ALL CPU'S will work with OS 11 yet the 3rd world nation support seems to be unable to understand this
- JacobBrownIron Contributor
No need to worry about this too much as there are a couple of ways to fix this issue. In fact, you can still install windows 11 on very old CPU. Here is the trick that worked for me recently:
https://www.anywinhub.com/install-windows-11-on-very-old-cpu
- JadeMontanaIron Contributor
Don't use Rufus!!!!
I wasted 3 USB flash drive and it did not work at all.
Now, the USB drive is no longer recognized by my Windows 10 computer. Please go with the best answer in this thread if you want to bypass the processor isn't currently supported for Windows 11 issue on your unsupported hardware. It is much safer and easy for the job!
- crazychris3217Copper Contributor
Rufus is perfectly fine. i dont know how you can waste 3 usb drives. i always use rufus to install windows 11 to older machines. make sure that you use the latest version of rufus as these versions have the options to disable TPM, Secure Boot and the 4gb ram limit. you could have a faulty usb drive if it isn't recognised have you tried it on a different device to make sure it is not a faulty usb drive. also you need to make sure that your bios supports booting from UEFI media.
- KevinG3Brass Contributor
He'e either out of his mind or selling something :)
- TomKimgIron Contributor
If you find yourself in a situation where the processor isn't currently supported for Windows 11, while it’s tempting to bypass those pesky requirements with tricks like Vent0y, it’s worth weighing the potential downsides. If you rely on your system for school or work, you might want to consider sticking with a version of Windows that officially supports your hardware, or even thinking about an upgrade later on.
- You might experience system instability. Since Windows 11 is optimized for newer hardware, running it on an unsupported CPU could lead to bugs, crashes, or unexpected behavior. I’ve experienced my fair share of random crashes when using operating systems that didn’t quite mesh well with my hardware.
- Microsoft may withhold feature updates or security updates for systems that don't meet the minimum requirements. So you got it "the processor isn't currently supported for Windows 11". This could leave you vulnerable to security threats or bugs that would otherwise be patched regularly. Imagine finally getting into Windows 11, but then realizing you’re missing out on all the new features and security fixes!
- Older CPUs might not handle the demands of Windows 11 very well, leading to sluggish performance. You might find that tasks that used to be smooth are now laggy, which is super frustrating — especially when you’re trying to work on something important.
- Some features of Windows 11 may not work at all or work poorly with your unsupported hardware. One example could be DirectStorage for gaming, which relies on NVMe SSDs and newer CPUs for optimal performance. If you’re into gaming, you might find this quite limiting.
- xxdesertstormCopper Contributor
no it is not made for newer as Microtrash them selves even state "1 gigahertz (GHz) or faster with 2 or more cores on a https://docs.microsoft.com/windows-hardware/design/minimum/windows-processor-requirements or System on a Chip (SoC)."
- KenDeckerCopper Contributor
Got no problem with any of this. Is there no SAFE supported way around the supposed processor limitations running Win 11, I've got a Win 10 machine running the fasted processor than any of my other machines that run Win 11, my processor is "Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz 3.60 GHz" and the windows checker tells me this is why my machine isn't compatible, but it makes no sense, there is no explanation as to WHY my processor isn't supported only that it isn't.
- xxdesertstormCopper Contributor
lol Micro-very-soft want's to block comments pointing out their faults and their hindian problem
- KevinG3Brass Contributor
I read, just a week or two ago that most of the bypass tricks stopped working after the last Win 11 update. It pisses me off and especially in your case, I have a Gen 4 i7 that works great on Win 10 and I understand that it's 10 years old, but I'm still pissed, but for you? That processer is probably less than 4 years old, there is no way on earth Microsoft should be forcing you to buy a new PC to keep getting security updates. They said they are going to start charging Win 10 users for updates after October, that's not something a lot of folks can afford, especially people with perfectly good PCs. If they can't afford a new PC what makes MS think that they will be able to pay for updates?
- KellenCashIron Contributor
For me, the official Windows registry modification is the best free and safe to fix the processor isn't currently supported for Windows 11. However, you need to have some knowledge of the command line interface to make it work.
Step 1. Press Win + R to open the Run window, type "regedit" and press Enter to enter the registry editor.
Step 2. Navigate to the following path:
HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup
If the MoSetup folder doesn't exist, right-click on Setup → New → Item, and name it as MoSetup.
Step 3. Create a new DWORD (32-bit) value. Right-click on the right side of the MoSetup folder, and click on the blank area. New → DWORD (32-bit) Value. Name it:
AllowUpgradesWithUnsupportedTPMOrCPU
Double-click it, change the "Value Data" to 1, and click OK.
Step 4. Close the Registry Editor and restart your computer
Step 5. Go Microsoft's website and download "Windows 11 Installation Assistant", run it and follow the instructions to upgrade directly.
By adding a new registry entry, you can fix or bypass the the processor isn't currently supported for Windows 11 even this PC doesn't meet Windows 11 system requirements.
- SolebayCopper Contributor
Same here. After making the registry change, Win11 installation assistant still displays 'PC doesn't meet requirements' exactly as before!
- KevinG3Brass Contributor
That screen also came up on myinstall that I did with Rufus, I discovered that I could just hit 'NEXT' and the install ignored the warning screen and proceeded with the install
- m00ndoggCopper Contributor
This worked for me!
Thx!
- muffiamrCopper Contributor
I followed these steps but still it doesnt work. when i use Win11 installation assistant, it displays same message that Processor on this PC isnt supported for Win 11
- KevinG3Brass Contributor
That screen also came up on myinstall that I did with Rufus, I discovered that I could just hit 'NEXT' and the install ignored the warning screen and proceeded with the install
- AxtonThaneIron Contributor
This error simply means the CPU is unsupported by Windows 11 and you have to apply some trick to bypass Windows 11 system checks. You can do this with Veentoy, an open source and very powerful tool! The method is actually very simple to fix "The processor isn't currently supported for Windows 11" issue:
- Insert a USB flash drive, the memory needs to be at least 8GB
- In Veentoy, select the USB disk and click "Install", please note that the USB disk will be formatted.
- After the installation is complete, the USB flash drive will be created.
- Download the Windows 11 ISO file from Microsoft's website.
- Copy Windows 11 ISO file to USB flash drive directly (no need to unzip it, just drag it over).
- Reboot your computer, enter BIOS, and select USB flash drive to boot.
- Veentoy will display a list of ISO files, select Windows 11 ISO and press Enter.
- Enter the Windows 11 installation interface and follow the instructions to complete the installation.
This is a very simple method to fix the processor isn't currently supported for Windows 11. You can do this for Windows 11 22H2, 23H2 and the latest 24H2. Pls don't download Windows 11 ISO from untrusted source.
- WayneyanIron Contributor
If you're encountering errors stating that your Intel i7-7700HQ processor isn't supported for Windows 11, it can be frustrating, especially given that it's a relatively modern CPU. Microsoft has set specific hardware requirements for Windows 11, which includes TPM 2.0 and secure boot functionality, along with a list of supported processors.
As of now, the Intel i7-7700HQ is not included in Microsoft's list of supported processors for Windows 11. However, there are ways some users have found to bypass these restrictions, though it is important to note that doing so can come with risks, including potential instability and lack of support from Microsoft. If you're willing to proceed, here are the steps:
How to bypass or fix the processor isn't currently supported for Windows 11?
1. Open Registry Editor:
- Press Win + R, type regedit, and press Enter.2. Navigate to the following path:
HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup3. If the MoSetup key doesn't exist, create it:
Right-click on Setup, select New → Key, and name it MoSetup.4. Create a new DWORD:
- Right-click on the right pane, select New → DWORD (32-bit) Value, and name it AllowUpgradesWithUnsupportedTPMOrCPU.
- Set the value to 1.5. Close Registry Editor and restart your PC.
- CassiusLarkinIron Contributor
If the processor isn’t currently supported for Windows 11, there are definitely a few things you should keep an eye on. From my own experience, Windows 11 has some sweet security features built in, like virtualization-based security and an updated Windows Defender. If you’re stuck on an older processor, you’re missing out on these upgrades, leaving you more vulnerable to malware and those pesky ransomware attacks. It's like leaving your front door wide open while the neighborhood gets paranoid about break-ins!
You might run into issues with drivers and software compatibility. Not every app will be backward compatible with your older hardware. There’s a good chance you’ll find yourself staring at error messages while trying to run the latest programs. I had to deal with a software that just wouldn’t install because it checked for system support first. Super frustrating!
With Microsoft moving forward with Windows 11, there will be fewer updates and support for older systems. That means when bugs pop up or you need help, you might be getting the cold shoulder from both Microsoft and community forums. It’s a bit like trying to find a rare VHS at a streaming party; you're not exactly the priority! Many features in Windows 11 are optimized for modern hardware. If the processor isn't currently supported for Windows 11, your system might lag or just struggle to keep up. You could find that basic tasks feel sluggish. I once tried to run a video call on an older machine, and let’s just say it wasn’t my finest moment—laggy video and choppy audio made me look like I was teleporting!
- KenDeckerCopper Contributor
Bottom line after all this dialog, here I come Linux Mint!
- KevinG3Brass Contributor
Yes I agree, it's leaving the door wide open, but it's been open since Windows 95 and no one has walked through mine yet. Have you heard of any documented cases where TPM2 saved anybody's bacon? I haven't. But not as a warning but simply as an observation for anybody upgrading a 10 year old PC to Win 11....You'll probably regret doing it when you're sitting there watching the clock after you click on something, it kknocked my Gen 4 i7 back about 15% and I'm not even talking about the new 50 second bootup.
My feeling about 11 is almost exactly the way I felt about 8 and Vista, MS, Please take them back!- KenDeckerCopper Contributor
This was very helpful. Both in logic and perspective, thanks!
- BisouchefCopper Contributor
Install the server version of win 11. It is legal and safe, and much less restrictive.
- KevinG3Brass Contributor
There is no Windows 11 Server