![]() |
Windows 11 |
How to Install Windows 11 Without Hardware Compatibility (Bypass TPM, Secure Boot, CPU Checks)
Windows 11 has some strict hardware requirements—TPM 2.0, Secure Boot, and newer CPUs. However, if your PC doesn’t meet these, don’t worry. You can still install Windows 11 by bypassing these restrictions. This post explains step-by-step how to do it safely and effectively.
Disclaimer
Proceed at your own risk. Microsoft does not recommend installing Windows 11 on unsupported devices. Your system may not receive updates or may become unstable.
Minimum Unsupported System Requirements
You can try this if your PC meets these basic specs:
- 64-bit dual-core CPU
- 4 GB RAM or more
- 64 GB storage
- UEFI or BIOS firmware (legacy OK)
- TPM 1.2 or no TPM
Method 1: Registry Hack Before Installation
Step 1: Create a Bootable USB
- Download the Windows 11 ISO.
- Use Rufus to create a bootable USB.
- Select “Extended Windows 11 Installation (no TPM / no Secure Boot)” in Rufus.
Step 2: Modify Registry (Optional if using Rufus)
If you’re using the official setup and NOT Rufus:
- Boot into the USB and press
Shift + F10
to open Command Prompt. - Type
regedit
to open the Registry Editor. - Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\Setup
- Right-click
Setup
→ New → Key → Name itLabConfig
. - Inside
LabConfig
, create these DWORD values:
BypassTPMCheck
= 1BypassSecureBootCheck
= 1BypassRAMCheck
= 1BypassCPUCheck
= 1
Close Registry Editor and proceed with installation.
Method 2: Replace Appraiser.dll in Windows 11 ISO
Steps:
- Download both Windows 10 ISO and Windows 11 ISO.
- Use a tool like PowerISO or Ntlite to open Windows 11 ISO.
- Navigate to: sources\appraiserres.dll
- Replace this file with the one from the Windows 10 ISO.
- Save ISO and create bootable USB.
Now install Windows 11 — compatibility checks will be bypassed.
Method 3: In-Place Upgrade from Windows 10
If you're already on Windows 10:
- Mount the Windows 11 ISO.
- Run
setup.exe
. - When prompted, uncheck “Check for updates.”
- It will skip hardware checks and upgrade without losing files.
Tools You Can Use
Tool | Purpose |
---|---|
Rufus | Create modified bootable USB |
Registry Editor | Bypass checks manually |
NTLite | Modify ISO contents |
Windows ISO Downloader | Get official ISOs easily |
Downsides of Bypassing Requirements
- May not receive all Windows Updates
- Performance may suffer on older hardware
- Risk of instability or driver issues
- No official support from Microsoft
Final Tips
- Keep drivers up to date manually if Windows Update doesn’t do it.
- Regularly back up your system.
- Consider lightweight antivirus and cleanup tools to maintain speed.
Conclusion
Installing Windows 11 without hardware compatibility is possible using registry tweaks or tools like Rufus and NTLite. While it’s not officially recommended, it's useful for older PCs that still have life left in them.
*****