Windows

This PC Can’t Run Windows 11: How to Fix It

By ··Updated August 27, 2026·4 min read
What this guide covers
  1. Find out which requirement fails
  2. Fix 1: Enable TPM 2.0
  3. Turn it on
  4. Fix 2: Enable Secure Boot
  5. Converting MBR to GPT
  6. Fix 3: The CPU is not supported
  7. About bypassing the check
  8. Fix 4: Memory and storage
  9. After enabling everything
  10. Frequently asked questions
  11. Why does Windows 11 need TPM at all?
  12. My PC is only three years old and still fails.
  13. Will enabling TPM erase anything?
  14. Is Windows 10 still safe to use?
  15. Can I go back to Windows 10 after upgrading?

“This PC can’t run Windows 11” almost always comes down to one of three things: TPM 2.0, Secure Boot, or an unsupported processor. The first two are usually present but switched off in firmware, which means they are a settings change rather than a hardware limit.

Find out which one applies before doing anything else.

Windows setup reporting that this PC cannot run Windows 11
The message does not say why. PC Health Check does.

Checked August 2026. This matters more than it used to: Windows 10 left support on 14 October 2025, and consumer Extended Security Updates end on 13 October 2026. A machine that cannot move to Windows 11 needs a decision soon.

Find out which requirement fails

Download PC Health Check from Microsoft and run it. It names the specific requirement rather than making you guess.

The requirements are:

Requirement Usual outcome
TPM 2.0 Present but disabled — fixable
Secure Boot capable Present but disabled, or disk is MBR — fixable
UEFI firmware Usually fine on anything from 2015 onward
Supported CPU Roughly Intel 8th gen / AMD Ryzen 2000 and newer — not fixable
4 GB RAM, 64 GB storage Upgradeable on most desktops and many laptops
DirectX 12 / WDDM 2.0 graphics Rarely the blocker

Fix 1: Enable TPM 2.0

Opening tpm.msc to check TPM status in Windows
Win + R, then tpm.msc.

First check what you have:

  1. Press Win + R, type tpm.msc, press Enter.
TPM management console showing the TPM is ready for use
“The TPM is ready for use”, with Specification Version 2.0, is what you want.

“Compatible TPM cannot be found” usually means it is disabled in firmware, not absent. Most CPUs since about 2016 include one — Intel calls it PTT (Platform Trust Technology), AMD calls it fTPM.

Enabling TPM in the system BIOS or UEFI setup
The setting is named differently by every vendor.

Turn it on

  1. SettingsSystemRecoveryRestart now under Advanced startup.
  2. TroubleshootAdvanced optionsUEFI Firmware SettingsRestart.
  3. Look under Security or Advanced for:
    • Intel: PTT, Intel Platform Trust Technology, or TPM Device Selection → Firmware TPM
    • AMD: fTPM, AMD fTPM switch, or Security Device Support
  4. Enable it, save and exit.
Saving the TPM setting in BIOS setup
Save and exit, usually F10.

If BitLocker is on, suspend it first. Changing TPM or Secure Boot settings alters the measurements BitLocker seals against, and the machine will ask for your 48-digit recovery key at the next boot. Suspend BitLocker before entering firmware, or have the key ready from account.microsoft.com/devices/recoverykey.

Fix 2: Enable Secure Boot

Check the current state: press Win + R, run msinfo32, and read Secure Boot State and BIOS Mode.

  • BIOS Mode: UEFI and Secure Boot State: Off — just enable it in firmware, under Boot or Security.
  • BIOS Mode: Legacy — the disk is partitioned as MBR and must be converted first. See below.

Converting MBR to GPT

Windows includes a tool that converts without reinstalling. Run from an elevated Command Prompt:

mbr2gpt /validate /disk:0 /allowFullOS
mbr2gpt /convert /disk:0 /allowFullOS

Then switch the firmware from Legacy/CSM to UEFI and enable Secure Boot.

Back up your data before converting. The tool is reliable, but a failure part-way through leaves a machine that will not boot. Run the /validate step first and do not proceed if it reports a problem.

Fix 3: The CPU is not supported

This is the one that cannot be worked around legitimately. Microsoft’s supported processor list starts at roughly Intel 8th generation and AMD Ryzen 2000.

If your CPU is older, the honest options are:

  1. Enrol in Extended Security Updates for Windows 10, which run to 13 October 2026. Free with Windows Backup sync, or a one-off fee.
  2. Replace the machine, or the motherboard and CPU on a desktop.
  3. Move to another operating system. A Linux distribution runs well on hardware Windows 11 rejects, and keeps receiving security updates.

About bypassing the check

Registry edits and modified installers that skip the requirement checks do exist. Be clear about what you are accepting:

  • Microsoft states that unsupported installations are not entitled to updates, and may stop receiving them at any point.
  • Some builds have already declined to install feature updates on unsupported hardware.
  • A machine that stops receiving security updates is worse off than one still on supported Windows 10 with ESU.

It is your machine and your decision — but “it installed” is not the same as “it will keep being patched”.

Fix 4: Memory and storage

Both are usually solvable:

  • 4 GB RAM minimum, though 8 GB is the realistic floor for comfortable use. Most desktops and many laptops accept more.
  • 64 GB storage minimum, with 20–30 GB free for the upgrade itself. See how to free up space.

After enabling everything

  1. Boot back into Windows and run PC Health Check again.
  2. Check SettingsWindows Update — the Windows 11 offer usually appears within a day.
  3. To upgrade immediately, use the Windows 11 Installation Assistant, or mount the ISO and run setup.exe.

If the upgrade itself then fails, see error 0x80072F8F – 0x20000.

Frequently asked questions

Why does Windows 11 need TPM at all?

It underpins BitLocker, Windows Hello and credential protection by storing keys in hardware that software cannot extract. The requirement is about raising the baseline, which is also why it is not optional.

My PC is only three years old and still fails.

Check PC Health Check for the specific reason. On a machine that recent it is nearly always TPM or Secure Boot disabled in firmware, not the CPU.

Will enabling TPM erase anything?

No, but if BitLocker is active you will be asked for the recovery key at the next boot. Suspend BitLocker first, or have the key to hand.

Is Windows 10 still safe to use?

It works, but it stopped receiving security updates on 14 October 2025 unless you enrolled in ESU — and consumer ESU ends 13 October 2026. After that, every new vulnerability stays unpatched.

Can I go back to Windows 10 after upgrading?

Yes, within ten days: SettingsSystemRecoveryGo back. After that window, only a clean install.

2 comments

Comments are closed on this guide.