Microsoft’s strict hardware requirements for Windows 11 left many PCs unable to upgrade officially. But there are several workarounds to install Windows 11 on unsupported hardware, letting you experience the latest Windows features on older devices. This guide covers multiple methods to bypass the checks and get Windows 11 running, even if your PC doesn’t meet the official requirements.
Method 1: Use Rufus to Create a Modified Windows 11 USB Installer
Rufus is a popular tool for creating bootable USB drives. It can also modify the Windows 11 installer to bypass hardware checks. This method works for both clean installs and in-place upgrades.
Step 1: Download and install the latest version of Rufus from the official website.
Step 2: Download the Windows 11 ISO file from Microsoft’s website.
Step 3: Launch Rufus and select your USB drive from the “Device” dropdown.
Step 4: Click the “SELECT” button and choose the Windows 11 ISO file you downloaded.
Step 5: Click the “Start” button to begin creating the bootable USB.
Step 6: When prompted, select the option to remove the TPM 2.0 and Secure Boot requirements.
Step 7: Wait for Rufus to create the modified Windows 11 installer on your USB drive.
Once the process is complete, you can use this USB drive to perform a clean install of Windows 11 on unsupported hardware or run the setup to upgrade an existing Windows 10 installation.
Method 2: Modify the Registry to Bypass Hardware Checks
This method allows you to upgrade to Windows 11 using the standard ISO file by making a simple registry change. It works best for in-place upgrades from Windows 10.
Step 1: Download the Windows 11 ISO file from Microsoft’s website.
Step 2: Open the Registry Editor by pressing Win + R, typing “regedit”, and pressing Enter.
Step 3: Navigate to the following key:
HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup
Step 4: Right-click in the right pane, select New > DWORD (32-bit) Value, and name it “AllowUpgradesWithUnsupportedTPMOrCPU”.
Step 5: Double-click the new value and set its data to 1.
Step 6: Close the Registry Editor and mount the Windows 11 ISO file.
Step 7: Run the setup.exe file from the mounted ISO to begin the Windows 11 upgrade process.
This registry modification tells the installer to ignore the TPM and CPU requirements, allowing the upgrade to proceed on unsupported hardware.
Method 3: Use the Windows 11 Installation Assistant with a Command Line Bypass
This method uses a special command to run the Windows 11 setup as if it were a Windows Server installation, bypassing hardware checks.
Step 1: Download the Windows 11 ISO file from Microsoft’s website.
Step 2: Mount the ISO file by double-clicking it in File Explorer.
Step 3: Open Command Prompt as administrator.
Step 4: Navigate to the mounted ISO drive letter using the cd command. For example: cd D:
Step 5: Run the following command to start the Windows 11 setup with hardware checks bypassed:
setup.exe /product server
Step 6: Follow the on-screen instructions to complete the Windows 11 installation.
This command tricks the installer into thinking it’s installing a server version of Windows, which has different hardware requirements.
Important Considerations
Before proceeding with any of these methods, keep the following points in mind:
- Installing Windows 11 on unsupported hardware is not officially supported by Microsoft.
- You may not receive future updates or security patches on unsupported devices.
- Some features that rely on specific hardware (like DirectStorage) may not function.
- Always back up your important data before attempting an OS upgrade or installation.
- These methods may stop working in future Windows 11 releases as Microsoft updates the installer.
While these methods allow you to run Windows 11 on older hardware, it’s important to weigh the benefits against potential risks. If your PC runs Windows 10 well, consider sticking with it until you can upgrade your hardware. However, if you’re eager to try Windows 11’s new features, these workarounds offer a path forward for adventurous users.