Skip to content
Logo TecnoOrange
Go back

How to Install Windows 11 on an Old PC

How to install Windows 11 on an old PC

Microsoft decided that Windows 11 requires TPM 2.0 and an 8th-generation processor or later, leaving out millions of perfectly functional PCs. My 2017 laptop with a 7th-gen Intel i5 works great, but officially it can’t run Windows 11. Fortunately, there are ways to install Windows 11 on an old PC and I’m going to explain how to do it safely.

Table of contents

Table of contents

Why Windows 11 rejects your old PC

Windows 11 has stricter hardware requirements than any previous version of Windows. Microsoft set these requirements for security reasons, but many users consider them too restrictive.

Windows 11’s official requirements:

  1. Processor: 1 GHz or faster, at least 2 cores, 64-bit compatible. Intel 8th gen or later, or AMD Ryzen 2000+.
  2. RAM: Minimum 4 GB.
  3. Storage: Minimum 64 GB.
  4. TPM: Version 2.0 (Trusted Platform Module).
  5. UEFI: Secure Boot capable.
  6. Display: 720p minimum, 9 inches.

TPM 2.0 is the main obstacle. Many old PCs have TPM 1.2 or don’t have it at all. My laptop has TPM but version 1.2, which Microsoft considers insufficient.

Pro-tip: Before trying to install Windows 11 on an old PC, check if your processor really doesn’t meet requirements. Some Intel 7th-gen and AMD Ryzen 1000 processors work perfectly with Windows 11 even though Microsoft doesn’t officially support them.


Method 1: Use Rufus (the easiest)

Rufus is my favorite method for installing Windows 11 on an old PC. It’s free, safe, and removes the TPM and CPU restrictions during USB installation media creation.

What you need

Steps with Rufus

  1. Download and install Rufus on your current PC.
  2. Connect the 8 GB or larger USB drive.
  3. Open Rufus and select your USB under “Device.”
  4. Under “Boot selection,” click “Select” and choose the Windows 11 ISO.
  5. Under “Image options,” Rufus will show options to remove restrictions:
    • Check “Remove requirement for TPM 2.0 and Secure Boot.”
    • Check “Remove requirement for 4 GB of RAM” if your PC has less.
    • Check “Remove requirement for compatible CPU.”
  6. Click “Start” and wait for it to finish.

Once the USB is created, boot your old PC from it and install Windows 11 normally. The installer won’t check for TPM or CPU.


Method 2: Modify the registry during installation

If you’re already in the middle of installation and get the message “This PC doesn’t meet requirements,” you can skip the check by modifying the registry.

During installation

  1. When the error screen appears, press Shift + F10 to open the console.
  2. Type regedit and press Enter.
  3. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup.
  4. Create a new key named LabConfig.
  5. Inside LabConfig, create these DWORD (32-bit) values:
    • BypassTPMCheck with value 1.
    • BypassSecureBootCheck with value 1.
    • BypassRAMCheck with value 1.
  6. Close the registry and the console.
  7. Go back in the installer and try again.

Pro-tip: This method is useful if you already have the USB created and don’t want to use Rufus again. But Rufus is more convenient if you’re starting from scratch.


Method 3: Upgrade from Windows 10 without restrictions

If you already have Windows 10 and want to upgrade to Windows 11 without losing data, you can use tools that modify the upgrade process.

Using the mounted ISO

  1. Download the Windows 11 ISO.
  2. Mount the ISO by double-clicking it.
  3. Before running setup.exe, open the console as administrator.
  4. Navigate to the mounted drive.
  5. Run: setup.exe /product server
  6. The installer will start without checking hardware requirements.

This trick works because the “Windows Server” installer has more relaxed hardware checks. The result is a normal Windows 11 installation.


Risks of installing Windows 11 on unsupported hardware

I’ll be honest with you: installing Windows 11 on an old PC has some risks you should know about.

Security updates

Microsoft has said unsupported PCs might not receive all updates. In practice, so far I’ve received all updates without issues, but there’s no guarantee this will continue.

System stability

Some users have reported stability issues on unsupported PCs. In my experience, Windows 11 works perfectly on my 2017 laptop, but your experience may vary.

Microsoft technical support

If you have a problem with Windows 11 on unsupported hardware, Microsoft may refuse to help because your hardware doesn’t meet requirements. This is more relevant for businesses than home users.

RiskProbabilitySeverity
Loss of updatesLow (so far)High
InstabilityLowMedium
No Microsoft supportHighLow
Driver issuesLowMedium

My personal experience installing Windows 11 on an old PC

I installed Windows 11 on my Dell laptop with an i5-7200U, 8 GB RAM, and 256 GB SSD using Rufus. The process was clean and problem-free. I’ve been using it for over a year and the experience is stable and smooth.

What I noticed:

My personal conclusion is that Microsoft set requirements that were too restrictive. Many PCs from 2015-2018 can run Windows 11 without any problem.


Should you install Windows 11 or stay on Windows 10?

It depends on your situation. Windows 10 will continue receiving security updates until October 2025. After that date, installing Windows 11 becomes more important for security.

I recommend installing Windows 11 if:

I recommend staying on Windows 10 if:


Optimizing Windows 11 for old PCs

Once you have Windows 11 installed on an old PC, there are tweaks you can make to improve performance and make the experience as smooth as possible.

Disable visual effects

Windows 11 has many transparency and animation effects that consume graphics resources. On an old PC, disabling them makes a noticeable difference:

  1. Go to Settings > Accessibility > Visual effects.
  2. Turn off Transparency effects and Animations.
  3. Optionally, in the classic Control Panel, go to System > Advanced settings > Performance and select “Adjust for best performance”.

Disable startup programs

Many programs start automatically with Windows and consume RAM and CPU. Review the startup list and disable what you don’t need:

  1. Open Task Manager (Ctrl + Shift + Esc).
  2. Go to the Startup tab.
  3. Disable programs you don’t need at startup.

Use SSD storage

If your old PC still uses a mechanical hard drive (HDD), switching to an SSD is the most impactful upgrade you can make. Windows 11 on an SSD boots in seconds and everything feels much faster. A 256 GB SSD costs less than $30 these days.

Adjust power plan

  1. Go to Settings > System > Power & battery.
  2. Select “Best performance” instead of “Balanced.”
  3. This will make the processor work more aggressively, improving fluidity.
TweakPerformance impactDifficulty
Disable transparencyMediumEasy
Disable startup programsHighEasy
Switch to SSDVery highMedium
Power plan: best performanceMediumEasy
Disable widgetsLowEasy

Pro-tip: If after optimizing your PC it’s still slow, consider using Windows 10 LTSC or a lightweight Linux distribution like Linux Mint. Sometimes the best solution for an old PC is a lighter operating system.


FAQ: Frequently asked questions

Yes. Microsoft doesn’t prohibit installation, they just warn they don’t guarantee support. You’re not breaking any law.

Do I need to buy a new Windows license?

If your PC already had Windows 10 activated, Windows 11 will automatically activate with the same digital license.

Can I go back to Windows 10 if I don’t like it?

Yes. Within 10 days of installation, you can revert from Settings > System > Recovery. After 10 days, you’ll need to reinstall Windows 10 from scratch.

Does Windows 11 run slower on an old PC?

Not necessarily. In my experience, performance is similar to Windows 10. If your PC has an SSD and at least 8 GB RAM, Windows 11 should run well.

Do I lose my PC’s warranty by installing Windows 11?

No. Installing an operating system doesn’t affect hardware warranty.


Conclusion

Installing Windows 11 on an old PC is perfectly possible and relatively simple with tools like Rufus. You don’t need to be an expert or risk your machine. If your PC works well with Windows 10, it will probably work just as well with Windows 11.

My advice: do it with Rufus, it’s the cleanest and safest method. And make a backup before installing, just in case. But I’ll tell you upfront that in most cases, the process is as straightforward as a normal Windows installation.


Share this post on:

Previous Post
How to Free Up Space on iPhone Without Deleting Photos
Next Post
How to Install Home Security Cameras Without Monthly Fee

Related articles