How to upgrade your ‘incompatible’ Windows 10 PC to Windows 11 – for free


ladder out of a hole

doomu/iStock/Getty Images Plus

Follow ZDNET: Add us as a preferred source on Google.


ZDNET’s key takeaways

  • Most PCs from the past 15 years can run Windows 11.
  • PCs sold with Windows 10 can usually upgrade after a registry edit.
  • On older or unusually configured PCs, a third-party utility might be required.

Editor’s note: This article has been regularly reviewed and updated by its author to reflect new guidance since its 2022 publication. 

Are you the designated PC expert for your family and friends? The next time you get a call asking for help with a Windows PC, check to see which version it’s running. If the System > About page says Windows 10, then they really need your help. 

On Oct. 14, 2025, Microsoft officially ended support for Windows 10, cutting off security updates for retail customers. Anyone who has ignored Microsoft’s increasingly strident warnings and is still running Windows 10 is already several months behind, having missed the important monthly security updates starting in November 2025. And by Microsoft’s own accounting, there are hundreds of millions of PCs still running Windows 10. 

Also: Microsoft’s Windows Insider Program is no longer a confusing mess

Trust me. You really don’t want to be doing anything on a PC that’s missing months of security updates. So, what are your options?

You can enroll in the Extended Security Updates program, which pushes the expiration date out until October 2026. That’s only a few months away.

Or you can upgrade to Windows 11. Unfortunately, that’s not an easy assignment. If you try to upgrade to Windows 11 on a PC that’s more than five or six years old, you’ll probably encounter an error message telling you, in no uncertain terms, that old PC doesn’t qualify because its CPU isn’t on the official list of compatible processors. You will also hit roadblocks if the PC doesn’t have a Trusted Platform Module (TPM) version 2.0, or if the TPM is not enabled.

That might be the official policy, but as with everything Windows-related, it pays to read the fine print. If that PC is less than 10 years old and has sufficient memory and storage, then it’s probably worth keeping, and you can upgrade it.

Also: How to get free Windows 10 security patches on your PC – from now to October 2026

Those pesky restrictions prevent you from automatically upgrading to Windows 11 using Windows Update or the Windows 11 Installation Assistant. Yet, as hundreds of ZDNET readers have reported over the past few years, there are documented workarounds for most PCs that were originally built for Windows 10. On devices that are more than 10 years old, though, especially those built using AMD processors, you might be out of luck.

The instructions in this article take all those factors into account.

Also: Windows 10 PC can’t be upgraded? You have 5 options – and must act now

These instructions also assume that you have a PC with an x64 CPU (not ARM and not 32-bit), running a retail or OEM edition of Windows 10 (Home or Pro), and that you are signed in as an administrator on the PC you want to upgrade.

You also need sufficient free space on your system drive. The official requirements specify that you need 64GB of free space, but an upgrade should work with a minimum of 25GB to 30GB free. If you don’t have that space free, you’ll need to uninstall apps or remove files to reach the minimum.

Which option should you choose?

Please don’t skip over this section.

This article describes two upgrade options. To take advantage of the workaround described in option 1 below, your computer must meet all the other requirements for Windows 11.

  • It must be configured to start up using UEFI, not a legacy BIOS configuration.
  • Secure Boot must be supported, although it does not need to be enabled. (But seriously, folks, you should enable Secure Boot.)
  • A TPM must be enabled; version 1.2 is OK, but a system without any TPM or with the TPM disabled will fail. Any PC that was originally designed for Windows 10 should include a TPM 2.0.

To check these details on a PC you’re considering upgrading, run the System Information utility, Msinfo32.exe, and look at the System Summary page. Pay special attention to the BIOS Mode value. If it says “Legacy,” you’ll need to reconfigure your system to UEFI mode (and convert your system disk from MBR to GPT partitioning) before you can install Windows 11 as a normal upgrade.

Also: Windows 11 upgrade not working? Try my 5 favorite troubleshooting tricks

To see whether your PC has a TPM enabled, run the Trusted Platform Module Management tool, Tpm.msc.

If your computer includes a TPM and it’s turned on, this app will display information about it. Under the TPM Manufacturer Information heading, check the specification version to confirm that it is 2.0. If there’s no TPM, or if the TPM is disabled in firmware settings, you’ll see a message that says “Compatible TPM cannot be found.”

If you’re unable (or unwilling) to change from Legacy BIOS to UEFI, or if you have an older PC that doesn’t have a TPM option at all, you’ll need to use the second option, which takes advantage of an undocumented hack that allows you to bypass the compatibility checks and complete the upgrade. Skip to the Option 2 section of this post for details on how to use the free Rufus utility to perform this upgrade.

Finally, note that Microsoft added a new set of restrictions beginning with the Windows 11 version 24H2 update. These changes require a CPU that supports specific instructions: SSE4.2 and PopCnt. Most PCs with Intel CPUs from 2009 or later will meet this standard. AMD CPUs from 2013 or later should also meet these requirements.

But it is impossible to upgrade to a supported version of Windows 11 on a PC that was built in 2008 or earlier. For details, see “Microsoft blocked your Windows 11 upgrade? This trusty tool can (probably) fix that.”

Also: Microsoft said these 400 readers couldn’t upgrade to Windows 11. They did it anyway

If you plan to perform a clean installation of Windows 11, you can boot from installation media and run Windows Setup. That option skips the CPU compatibility check completely (but still requires a TPM and Secure Boot support). After the installation completes, you’ll need to reinstall all your apps, restore your data files, and tweak settings to personalize your system preferences.

Want to avoid all that hassle? Choose the option that’s appropriate for your hardware.

Option 1: Use this simple registry edit

With this registry edit, you can bypass CPU checks and accept any TPM version. Please be aware that this option requires that you run the Setup program from within your current Windows installation. You can’t boot from a USB flash drive and upgrade to Windows 11 this way.

This process requires four steps.

You need to make one small change to the Windows registry.

For more than three years, this change was documented at Microsoft’s support website, but the company removed those instructions in December 2024. (Here’s an archived version of that support article.) This change tells the Windows 11 Setup program to skip the check for compatible CPUs and to allow installation on a PC with an older TPM (version 1.2). The usual warnings apply when working with the registry; I recommend you make a complete backup before proceeding.

Open Registry Editor (Regedit.exe) and navigate to the following key:

HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup

If the MoSetup key doesn’t exist, you need to create it. Right-click the node for HKEY_LOCAL_MACHINE\SYSTEM\Setup in the left-hand navigation pane, then choose New > Key. Name it MoSetup and press Enter.

Also: Wiping your Windows laptop? Here’s the simplest way to erase all personal data

Select the MoSetup key and then right-click in any empty space in the pane on the right. Choose the option to create a new DWORD value. (Don’t choose the QWORD option!)

Replace the default name for that value by typing the text AllowUpgradesWithUnsupportedTPMOrCPU, and then press Enter. Then double-click the new value and change the “Value data” box to 1. The result should look like this:


Show more

override-compatibility-check-windows11.jpg

Use this registry tweak to override the Windows 11 CPU compatibility check. You must have a TPM (any version) and Secure Boot must be enabled.

Screenshot by Ed Bott/ZDNET

Check for errors before proceeding. Windows is frustratingly literal about the contents of the registry, and if you misspell the key or value name, or if you create the required value in the wrong location, your upgrade will fail. Click OK to save your changes, and then restart your PC.

On the PC you want to upgrade, go to the Windows 11 Download page (aka.ms/DownloadWindows11) and choose the option at the bottom of the page, “Download Windows 11 Disk Image (ISO) for x64 devices.” Save the ISO file in your Downloads folder.

Note that this is a big file. Depending on the speed of your internet connection, the download could take a while.

Also: Your complete Windows 11 upgrade guide: Everything to know – before you ditch Windows 10

For those running Windows with a non-US language, you might run into problems during the installation process.

The default download is English (United States), but you also have the option to choose English (International) when prompted for a product language. Several readers with Windows 10 PCs configured to use other languages, including English (UK), have reported that choosing the wrong language results in an upgrade that did not allow them to keep installed apps and data files. If that happens to you, back out of the upgrade, download the other language option, and try again.


Show more

After the download completes, open File Explorer and double-click the ISO file you downloaded in the previous step. Doing so mounts the file as a virtual DVD drive in its own folder, with its own drive letter.

If you’ve installed an alternative file compression app like 7-Zip, you might get an error message complaining that the file ‘Autorun.dll’ cannot be loaded. If you see that error, right-click the ISO file and choose Open With > Windows Explorer.


Show more

In File Explorer, find the Setup.exe file in the virtual drive you opened in the previous step and double-click it to begin the upgrade. You’ll see a dialog warning you in scary language about compatibility issues and the possibility that performing an upgrade will mean you are not entitled to future updates.


Show more

windows11-compatibility-warning

Don’t be frightened by this dialog. Just click Accept to continue the upgrade.

Screenshot by Ed Bott/ZDNET

You can safely click Accept to acknowledge that you read this message and continue the upgrade. (For details on what that warning message really means, see Is Microsoft really going to cut off security updates for your ‘unsupported’ Windows 11 PC? Spoiler: They are not going to cut off security updates.) After you click OK on that dialog, your upgrade should proceed without any serious issues.

Also: Why Windows 11 requires a TPM – and how you can get around it

If you’re upgrading from the same edition (Home or Pro), you’ll have three options: Keep your apps, settings, and files (Full Upgrade); keep your data files but start fresh with apps and settings (Keep Data Only); or start completely fresh (Clean Install). If you don’t see the Full Upgrade option, see the note in Step 2 about language selection. Download the Windows 11 ISO again, choosing the correct language, and try again.  

One last piece of advice: Watch carefully at the beginning of Setup for an option labeled “Change how setup downloads updates.” To increase your chances of a successful upgrade, click that link and choose the “Not right now” option. That should allow Windows Setup to finish faster. You’ll have a chance to download those updates after the upgrade is complete.

If you encounter any difficulties or if the upgrade fails, check this article for detailed advice on what to do to find and fix the problem: Windows 11 upgrade not working? Try my 5 favorite troubleshooting tricks.

Option 2: Use the free Rufus utility

On older PCs without a TPM and on PCs that don’t support Secure Boot and UEFI, you’ll need to use an undocumented hack to bypass the compatibility checker. It is technically possible to do this manually by replacing the Appraiserres.dll file (in the Sources subfolder on the Windows 11 installer drive) with a zero-byte version and then making a series of registry edits. But it’s simpler to use the free, open-source Rufus utility to create installation media (on a USB flash drive) that includes these tweaks automatically.

To get started, download the latest version of Rufus. Versions earlier than 4.6 won’t work, thanks to changes Microsoft made in October 2024 to its compatibility checking tools. For details on how the newer versions work, see Microsoft blocked your Windows 11 upgrade? This trusty tool can (probably) fix that.

In addition, be aware that using Rufus will not allow you to bypass the restrictions on very old PCs that were introduced with Windows 11 version 24H2. If you have a PC with a CPU that lacks support for SSE4.2 and PopCnt instructions, not even Rufus can help. (Of course, any PC that fails that test is probably 15 to 20 years old and deserves to be retired.)

Also: You can still upgrade old PCs to Windows 11, even if Microsoft says no: Readers prove it

To get started, you’ll need to download the Windows 11 ISO from aka.ms/DownloadWindows11. Choose the option at the bottom of the page, “Download Windows 11 Disk Image (ISO) for x64 devices.” (Although Rufus offers an option to download the ISO file, I recommend that you get it directly from this official page instead.)

Save the ISO file in the Downloads folder of your Windows system drive so you can find it easily. You’ll also need a USB flash drive of at least 16GB in size. You will reformat this drive as part of the process, so back up any data on that drive first — and do not store the Windows 11 ISO here!

  1. Download Rufus from the developer’s site or from the Microsoft Store and run the app.
  2. In Rufus, choose your USB drive and then choose the “Disk or ISO image” option.
  3. Click the Select button and choose the Windows 11 ISO you downloaded earlier (hint: it’s in your Downloads folder). After you make that selection, confirm that the Partition Scheme and Target System options match the system you plan to upgrade. That’s especially important if you’re upgrading an old system with a Legacy BIOS rather than UEFI. (For most PCs built in 2015 or later, the default settings will be correct.)
  4. Click Start.
  5. In the Windows User Experience dialog, select the first checkbox to remove hardware requirements, as shown in the screenshot below. (If you see an error message about a revoked UEFI bootloader, download a fresh ISO file and start over.) Adjust any other settings as you prefer.
  6. Click OK to accept those changes and then click Start to begin creating the bootable installation drive.
rufus-windows-compatibility

Be sure to choose the top checkbox here to bypass the compatibility check for the Windows 11 upgrade.

Screenshot by Ed Bott/ZDNET

After Rufus successfully creates your installer, open that USB drive in File Explorer and double-click Setup. Do not try to upgrade by booting from that USB drive and performing a clean install; it won’t work.

As is the case with the other option, you’ll see a warning about compatibility issues, with the heading “What needs your attention.” It’s a scare tactic. (For details on what the language in that warning message actually means, see Is Microsoft really going to cut off security updates for your ‘unsupported’ Windows 11 PC?) After you click Accept on that dialog box, your upgrade should proceed without any serious issues.

Several readers have reported that Setup failed prematurely and displayed an error message (“An unsupported operation was attempted”) when run from media created using Windows 11 version 24H2 and the latest version of Rufus. The fix? Watch carefully at the beginning of Setup for an option labeled “Change how setup downloads updates.” Click that link and choose the “Not right now” option, as shown here. That should allow Setup to continue without interruption.

choose-how-setup-downloads-updates

If Setup quits unexpectedly with an error message, try again but choose this option instead. 

Screenshot by Ed Bott/ZDNET

My ZDNET colleague Lance Whitney has more details on the other options available with Rufus in How to install Windows 11 your way (and avoid Microsoft’s restrictions).

If you encounter any difficulties or if the upgrade fails, check this article for detailed advice on what to do to find and fix the problem: Windows 11 upgrade not working? Try my 4 favorite troubleshooting tricks.

Did your upgrade work?

If you’ve tried this upgrade, I want to hear about your experience. If it worked, please share the details. If you run into snags, send me an email so we can figure out what’s going wrong. I’ve set up a special inbox just for this feedback: Win11Upgrade [at] realworldwindows [dot] com.

Also: 9 things I always do after setting up Windows 11 – and why you should too

Be sure to include details like the make and model of your PC and screenshots of any error messages. If you’re able to create a report using the SetupDiag utility, please include that as well. You’ll find detailed instructions in my Windows 11 upgrade troubleshooting guide

I can’t reply to every submission, but I read them all, and I am immensely grateful for the reports you provide. That information has been invaluable over the three-plus years I have been keeping this guide updated.





Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


There are places in the world where everything feels accounted for. The roads are smooth, the signs are clear, and the experience has been carefully arranged long before you arrive. Adventure exists, technically, but only within boundaries that make it predictable. Nothing unexpected happens. Nothing pushes back.

And then there are places that still feel wild.

Not reckless. Not uncomfortable. Just untamed enough that you feel like a guest rather than a consumer. Places where the land doesn’t bend to human schedules, where weather sets the tone for the day, and where nature isn’t something you observe from a distance — it’s something you move through, adapt to, and occasionally surrender to. Traveling somewhere that still feels wild changes you in quiet, persistent ways. It slows your thinking. Sharpens your senses. Reminds you how small you are — and how good that can feel.

Alaska is the clearest example we know. But the feeling itself, the pull toward the wild, extends far beyond one place on the map.

The Absence of Predictability Is the Point

Baby bear Pavlovs Bay Alaska
Photo Credit: Jenn Coleman.

When you travel somewhere wild, certainty disappears almost immediately. Plans turn into loose outlines. Timelines soften. The assumption that you’re fully in control starts to fade — and that’s exactly where the experience opens up.

In Alaska, weather doesn’t politely cooperate. Flights wait. Boats adjust for tides. Trails change overnight. Wildlife appears on its own terms, not when you’re ready with a camera in hand. At first, this unsettles people. We’re trained to optimize travel, to squeeze value from every hour, to move efficiently from one highlight to the next.

Wild places resist that mindset. They force you to slow down and pay attention instead.

Instead of rushing, you find yourself watching clouds crawl across a mountain range or listening for the distant crack of shifting ice. You wait because someone has spotted a bear across the river, and suddenly waiting doesn’t feel like lost time — it feels like the entire point. In wild places, patience isn’t a virtue. It’s a requirement.

Nature Isn’t a Backdrop — It’s the Main Character

Endless Adventures Await-Moose - Alaska Glacier Lodge Palmer Alaska
Photo Credit: Jenn Coleman.

In many destinations, nature plays a supporting role. It’s something you admire between meals and museum visits, a scenic pause before moving on to the next activity.

In wild places, nature is the storyline.

In Alaska, the scale alone recalibrates your perspective. Mountains don’t rise politely in the distance; they loom. Glaciers don’t shimmer passively; they groan, fracture, and move. Rivers aren’t decorative — they’re powerful, cold, and very much alive. Wildlife isn’t something you visit. It’s something you encounter, often unexpectedly, and always on its own terms.

That reality changes how you move through the world. You speak more quietly. You scan the horizon. You learn to read the land not just for beauty, but for meaning — wind direction, cloud movement, water levels. You stop expecting nature to perform for you and start allowing it to lead.

Comfort Looks Different in the Wild

View from my room Homer Inn and Spa
Photo Credit: Jenn Coleman.

Traveling somewhere wild doesn’t mean giving up comfort, but it does redefine what comfort actually means. Luxury here isn’t about excess or polish. It’s about warmth after cold. Shelter after exposure. A solid meal after a long day outside.

Some of our most memorable places to stay in Alaska weren’t remarkable because of opulence, but because of where they were. Remote enough that silence felt complete. Close enough to the land that stepping outside meant being fully immersed — weather, wildlife, and all. Comfort in wild places is practical and intentional, and because of that, it feels deeply satisfying.

You notice and appreciate the basics more. Dry socks. Hot coffee. A sturdy roof during a storm. These aren’t assumed; they’re earned. And because you’re more present, they land differently. They feel grounding in a way that polished luxury sometimes doesn’t.

Your Senses Wake Up

Matanuska Glacier, Alaska
Photo Credit: Deposit Photos.

One of the quieter gifts of wild travel is how it reactivates your senses. In daily life, we filter relentlessly just to get through the day — noise, movement, light, information. Wild places strip that filter away.

You smell rain before it arrives. You hear ice shifting miles off. You notice how light changes minute by minute. In Alaska, even the air feels sharper, cleaner, alive. You become aware of your body in space — where you step, how fast you move, what’s happening around you.

This heightened awareness isn’t stressful. It’s calming. It pulls you into the present without effort or instruction. It’s mindfulness without the app, presence without performance.

You Remember What Adventure Actually Means

Hatcher Pass - Gold Cord Lake Trail Alaska
Photo Credit: Jenn Coleman.

Somewhere along the way, adventure became a marketing word. But real adventure, especially in wild places, isn’t about adrenaline or bragging rights. It’s about curiosity, humility, and uncertainty.

Adventure means not knowing exactly how the day will unfold. It means trusting guides and locals. It means adapting instead of controlling. In Alaska, that might look like hiking through mist, unsure if the clouds will lift. Kayaking through ice-dotted water where seals surface nearby. Boarding a small plane knowing weather could change everything.

And when things don’t go according to plan, that doesn’t diminish the experience — it becomes the story. Wild places remind you that the goal isn’t perfection. It’s participation.

Time Feels Different Out Here

Yllas Ski Resort Finland
Photo Credit: Jenn Coleman.

Wild destinations stretch time in ways that are hard to explain until you experience them. Days feel full without feeling rushed. Hours pass unnoticed when you’re fully engaged. Evenings arrive gently, not abruptly.

Without constant stimulation or packed schedules, your nervous system settles. You sleep more deeply. Wake earlier. Feel less urgency to check your phone. In Alaska, the light itself reshapes time, lingering late into the evening in summer, quietly reminding you that clocks are human inventions, not natural laws.

That shift doesn’t disappear when you leave. You return home more aware of how often urgency is manufactured — and more protective of your time because of it.

You Feel Like You’ve Earned the Experience

Kayaking Glacier Bay Alaska
Photo Credit: Jenn Coleman.

There’s a quiet satisfaction that comes from traveling somewhere that isn’t effortless. Wild places often require extra steps — small planes, ferries, long drives, patience. But effort creates investment.

When you arrive, you don’t feel like you stumbled into the experience. You chose it. And that choice creates respect — for the land, for the people who live there, and for the experience itself. In Alaska, simply reaching some destinations comes with stories before the stay even begins.

Wild travel doesn’t hand itself to you. It asks something in return.

Why We’re Drawn to the Wild Now More Than Ever

Waterfall Cove Alaska
Photo Credit: Jenn Coleman.

The pull toward wild places isn’t accidental. After years of constant connectivity, crowded destinations, and carefully curated experiences, many travelers are craving something real. Something grounding. Something that doesn’t ask them to perform.

Wild places offer perspective. They remind us that the world is bigger than our inboxes, that discomfort isn’t dangerous, and that awe still exists — no explanation required. Alaska sits at the heart of this longing, but it isn’t alone. You feel it in remote coastlines, high deserts, northern forests, and far-flung mountain towns around the world.

What unites them isn’t geography. It’s restraint. These places haven’t been overly softened or simplified. They still ask you to meet them where they are.

What You Take Home From a Wild Place

Hikers hiking, enjoying the view of Famous Patagonia Mount Fitz
Photo Credit: Deposit Photos.

You don’t return with just photos. You come back quieter, more observant, and more comfortable with uncertainty. You gain a clearer sense of what you actually need — and what you don’t.

Traveling somewhere that still feels wild recalibrates your sense of scale and self. It reminds you that not everything needs improvement, explanation, or monetization. Some things are powerful simply because they exist.

And once you’ve felt that — once you’ve stood somewhere that didn’t care whether you were there or not — it changes how you travel going forward. You start seeking places that ask something of you. Places that feel alive. Places that leave room for surprise.

Because wildness, in the end, isn’t something you conquer.

It’s something you experience — and carry with you long after you’ve left.

Hi! We are Jenn and Ed Coleman aka Coleman Concierge. In a nutshell, we are a Huntsville-based Gen X couple sharing our stories of amazing adventures through activity-driven transformational and experiential travel.



Source link