OldPCGuy
Windows 11

Installing Windows 11 on an unsupported PC: should you?

Cartoon of Brandon in headphones and a blazer, sitting cross-legged on a pile of old computer parts, with a magnifying glass over a processor chip

You can install Windows 11 on most PCs Microsoft says are too old, and it usually runs fine. The question is whether you want to depend on it. Here's what the workarounds do, what can go wrong, and when I'd pick something else.

By Brandon Sheley 8 min read

Short answer

It works, but it's a gamble on updates. Fine for a spare PC or a tinkerer's machine. For the computer you do your banking on, I'd stay on Windows 10 with free ESU updates until October 2027, switch to Linux, or get a refurbished PC that supports Windows 11.

Why your PC is "unsupported"

Windows 11 officially needs:

  • An Intel 8th-generation or newer processor, or AMD Ryzen 2000 or newer (roughly 2018 and later)
  • A TPM 2.0 security chip, and Secure Boot
  • At least 4 GB of memory and 64 GB of storage

Plenty of PCs miss only one of these, usually the processor. My old ThinkPad T440 is a typical case: a 4th-gen Intel chip that handles web and email fine but falls well short of the cutoff. If yours is newer and only complains about TPM, it may just be switched off in the BIOS. Check that first, because then the PC is supported and you don't need any of this.

What Microsoft says

Microsoft's support page on this is short. If you install Windows 11 on a PC that doesn't meet the requirements, Microsoft says the device won't receive support, damage caused by compatibility problems isn't covered by the manufacturer's warranty, and a watermark appears on the desktop, with a possible notice in Settings.

What that means day to day:

  • Monthly security updates: in practice, most unsupported PCs have kept getting them. But Microsoft doesn't promise that, and it could stop with any month's update.
  • Yearly feature updates (like 24H2 to 25H2) often refuse to install on unsupported hardware. You may need to repeat the workaround with a new USB installer each time.
  • Drivers: older PCs may not have Windows 11 drivers for things like graphics, card readers, or fingerprint readers. Windows 10 drivers usually work, but not always.

CPUs that can't run it at all

The bypass tools skip Microsoft's checks, but they can't add features the processor doesn't have. Since version 24H2, Windows 11 needs two processor instructions called SSE4.2 and POPCNT. Without them, it won't boot at all.

  • Core 2 Duo, Core 2 Quad, and older Pentiums and Celerons: can't run current Windows 11, workaround or not.
  • First-generation Intel Core i3/i5/i7 (2008-2010) and later, and most AMD chips from about 2011 on: have the instructions, so the workarounds apply.

If your PC is on the wrong side of that line, skip ahead to the other options.

Who should (and shouldn't) do this

✅ Reasonable for

  • A spare or second PC
  • A kid's homework laptop, with backups
  • Someone comfortable reinstalling Windows if an update breaks
  • A PC you'd otherwise recycle

❌ I'd skip it for

  • Your main computer, if you don't like troubleshooting
  • A PC used for banking, taxes, or work
  • Anything at a business
  • A PC that's already slow on Windows 10

That last one matters. Windows 11 won't make an old PC faster. If it has a spinning hard drive or 4 GB of memory, fix that first. My speed-up guide covers it.

How to do it with Rufus

Rufus is a free, well-known tool for making bootable USB drives, and it has the workarounds built in. This is a clean install, so it erases the drive. Back up your files first.

  1. Download the Windows 11 ISO from Microsoft's Windows 11 download page, and Rufus from rufus.ie.
  2. Plug in a USB stick of 8 GB or more. Everything on it will be erased.
  3. Open Rufus, pick the USB stick, click Select, and choose the Windows ISO. Click Start.
  4. Rufus asks how you want to customize the install. Check Remove requirement for 4GB+ RAM, Secure Boot and TPM 2.0. You can also check the option to skip the online Microsoft account requirement if you want a local account.
  5. When it finishes, boot the PC from the USB stick. The boot menu key is usually F12 on Lenovo and Dell, F9 on HP, or Esc.
  6. Install as normal. Choose Custom, delete the old partitions on the main drive (double-check which drive), and install to the empty space.

Your Windows 10 license activates Windows 11 on the same PC, so you shouldn't need a new product key.

Upgrading in place instead

If you want to keep your files and programs, you can upgrade from Windows 10 without wiping. One widely used trick: open the Windows 11 ISO in File Explorer (double-click it), then open Command Prompt in that drive and run setup.exe /product server. That runs the installer in a mode that skips the hardware check, but it still installs regular Windows 11. Pick Keep personal files and apps when asked.

Back up first anyway. An in-place upgrade on old hardware can fail partway, and it's much easier to recover with a backup.

After it's installed

  1. Run Windows Update until nothing's left, then open Device Manager and look for yellow warning icons. Those devices need drivers, usually from the PC maker's support page.
  2. Check View update history every month or two to make sure security updates are still arriving.
  3. Keep a backup going. File History to an external drive is enough.
  4. Keep your USB installer. You may need to rebuild it with a newer ISO for the next yearly update.

Other options

Unsupported Windows 11 questions

Can I install Windows 11 on an unsupported PC?

Usually, yes. Tools like Rufus make a Windows 11 USB installer that skips the TPM 2.0, Secure Boot, and processor checks. Microsoft warns that unsupported PCs won't receive support, and it adds a watermark to the desktop.

Will an unsupported Windows 11 PC get security updates?

Microsoft doesn't promise it. In practice, most unsupported PCs have kept getting monthly updates, but Microsoft could change that at any time. Yearly feature updates often need the workaround again.

What is the oldest CPU that can run Windows 11?

Since version 24H2, Windows 11 needs a processor with the SSE4.2 and POPCNT instructions. That rules out Core 2 Duo-era chips and older. First-generation Intel Core i3, i5, and i7 processors and later have them.

Is it safe to bypass Windows 11 requirements?

It's safe in the sense that it won't harm your PC. The risk is that updates aren't guaranteed, and some older drivers may not work well. It's fine for a spare or hobby PC and a poor choice for a computer you depend on.

Keep reading