Forum Discussion
Can't install windows 11 on AMD processor ryzen 7 1700x
Don't know why I can't install windows 11 on my gaming pc with AMD Ryzen 1700X CPU. When I boot the pc from Windows 11 installation drive, the installation was not completed due to an error, saying this pc can't run this version of Windows 11. Some of the hardware specs are:
- AMD Ryzen 7 1700X Processor
- 1070Ti Nvidia graphics card
- 8GB RAM
- 1TB SSD
It is currently running Windows 10 and need some help to install windows 11 on this AMD processor.
7 Replies
- XiounIron Contributor
You can follow this guide to install Windows 11 on any AMD CPU even it is not supported by default:
https://www.devshowto.com/install-windows-11-on-amd-processor
P.S. For Ryzen 7 series processor, at least 2700 is required to run Windows 11 according to this document.
- IsabellaisBronze Contributor
If you're unable to install Windows 11 on your AMD Ryzen 7 1700X due to hardware compatibility issues—specifically because your system doesn't meet the official requirements, such as TPM 2.0—you can try using the Group Policy Editor method to bypass some of these restrictions.
Here's how you can proceed, with the understanding that "install Windows 11 on unsupported AMD processor" is a common scenario when attempting these workarounds:
Note: This method is intended for advanced users and may affect system stability or security. Proceed with caution and consider creating a full backup before making changes.
Step-by-step guide to install Windows 11 on unsupported amd processor:
1. Boot from the Windows 11 installation media and start the setup process.
2. When you reach the "This PC can't run Windows 11" screen, press Shift + F10 to open Command Prompt.
3. In the Command Prompt, type:
regedit
and press Enter to open the Registry Editor.
4. In Registry Editor, navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\Setup
5. Create a new key:
Right-click on Setup, select New > Key, and name it MoSetup.
6. Create a new DWORD value:
With MoSetup selected, right-click on the right pane, choose New > DWORD (32-bit) Value.
Name it AllowUpgradesWithUnsupportedTPMOrCPU.
7. Set the value to 1:
Double-click on AllowUpgradesWithUnsupportedTPMOrCPU and set the value data to 1.
8. Close Registry Editor and the Command Prompt.
9. Continue with the Windows 11 installation process.
- CharlesMrCopper Contributor
Ryzen 7 1700X is officially unsupported by Windows 11. You can bypass the Windows 11 hardware checks on a Ryzen 7 1700X by using an autounattend.xml file during setup. This method tells Windows Setup to ignore CPU, TPM, and Secure Boot requirements and works for both clean installs and (in some cases) upgrades.
1) Create the autounattend.xml file.
2) Create a Windows 11 bootable USB.
3) Copy autounattend.xml to the root of the USB drive (same level as setup.exe).
4) Boot the Ryzen 7 1700X PC from the USB. Windows Setup will automatically read autounattend.xml. Hardware checks (CPU, TPM, Secure Boot) will be skipped. Proceed with installation as normal.
Using an autounattend.xml file is a clean, script-free way to bypass Windows 11 requirements on a Ryzen 7 1700X. This is one of the best solutions if you can't install windows 11 on AMD CPU. Place the file on the install USB, boot from it, and Windows Setup will skip the blocked checks automatically.
- AddisonCooperIron Contributor
If you can't install Windows 11 on any unsupported AMD CPU, Flyby11 is a third-party tool designed to bypass Microsoft’s Windows 11 hardware checks during installation. It allows you to install or upgrade to Windows 11 even if your CPU, TPM, or Secure Boot doesn’t meet Microsoft’s official requirements by using a modified setup process that:
How to upgrade or install windows 11 on old AMD CPU
1. Download the official Windows 11 ISO from Microsoft’s website. You can choose the version you want (for example, 24H2/25H2).
2. Patch the ISO for compatibility and bypass checks。
3. Start the Windows 11 setup routine with the bypasses applied.
Always back up your system (important files or a full system image) before attempting an upgrade or clean install.
If Flyby11 doesn't work, tools like WinUpgradeMat can create modified installation USB drives that also bypass checks.
In addition, Microsoft offers official registry workarounds for TPM/CPU during installation, but these often still require minimal CPU support and might not allow in-place upgrades.
- ThatcherwIron Contributor
This manual method is a practical solution to the problem of can't install windows 11 on a amd processor by modifying the installation file to skip hardware compatibility checks:
Mount the Windows 11 ISO by double-clicking the file directly
Copy all files from the mounted ISO to a local folder
Navigate to the sources folder under the copied directory
Delete or rename the file: appraiserres.dll
Create a new bootable USB drive using these modified files
Proceed with the Windows 11 installation process normally
This operation skips the system's hardware verification step, effectively resolving the issue of can't install windows 11 on a amd processor and enabling normal installation on the corresponding AMD processor device.
- Cody-HutsonIron Contributor
Will AMD Ryzen 7 1700x work on windows 11? No.
According to the official documentation of Windows 11 supported AMD processors:
Ryzen 7 1700x CPU is not listed. You need at least 2700 of Ryzen 7 series to safely run Windows 11.
For AMD Athlon, at least 3000G;
For AMD EPYC, at least 7252;
For Ryzen 3, at least 3100;
For Ryzen 5, al least 2600;
For Ryzen 9, at least 5900;
You can't install Windows 11 on old AMD processors officially.
- ReaganJohnsonIron Contributor
Sorry for that. But Windows 11 has a set of hardware requirements the computer should meet in order to run Windows 11 smoothly. The main reason you can't install Windows 11 on a AMD processor is the CPU compatibility issue. Windows 11 officially supports AMD Ryzen processors starting from 2nd generation (Zen+) and newer. The Ryzen 7 1700X is a 1st-generation Ryzen (Zen, 2017) CPU, which is not on Microsoft’s supported CPU list.
Another common blocker is TPM 2.0 and Secure Boot. Many older AM4 motherboards shipped with TPM disabled by default, or only support firmware TPM (fTPM) with limited compatibility. Even if TPM can be enabled in BIOS, Windows 11 setup will still fail if the CPU itself is unsupported.
That said, the CPU is still powerful enough to run Windows 11 in practice. Many users install it by using unsupported installation methods (registry edits, modified installers, or upgrade tools). Just keep in mind that Microsoft does not guarantee updates or long-term support on unsupported hardware.