How to Download and Use the Windows 11 Media Creation Tool

Windows 11 Media Creation Tool featured image with the Windows logo tile and title on a dark blue background

Short version: the Media Creation Tool is Microsoft’s 10 MB utility that turns any USB stick into a Windows 11 installer. You grab it from microsoft.com, run it, pick USB or ISO, and a while later you’ve got bootable install media for Windows 11 25H2. Build 26200.8037 is what you’ll get in April 2026, with the March Patch Tuesday updates already folded in.

I ran it twice this past weekend. One was my daughter’s gaming PC (storage got choked by Roblox cache and other nonsense), the other an old ThinkPad I’m resurrecting for someone. The ThinkPad took longer because its USB ports are stuck in 2.0 land and the owner’s internet is a 50 Mbps DSL line in a village. But both installs worked. No mystery errors, no retries.

What is the Media Creation Tool?

The Windows 11 Media Creation Tool is a free program from Microsoft that pulls down Windows 11 and copies it onto a USB stick you can boot from. That’s the whole job. You can also point it at your hard drive and have it save the image as a 6 to 8 GB ISO file instead, which is what you’ll want if you’re going to feed the image into Rufus later. The executable is tiny, about 10 MB, called MediaCreationToolW11.exe. Nothing fancy about the name.

People call it MCT for short, I’ll probably switch between names in this article. Since around October 2025 Microsoft finally started updating the image the tool downloads every month, on a schedule that tracks with Patch Tuesday. So when you pull a fresh USB today, it’s loaded with a Windows that’s about a month behind, not six months behind like before. Small change, big quality of life improvement. The hours of post-install updates that made reinstalls so miserable are mostly behind us now.

One thing the MCT still won’t touch: ARM-based machines. If you’ve got a Surface Pro X or similar, this tool is useless to you. You either let Windows Update do the upgrade for you, or you go download the ARM64 ISO by hand from Microsoft’s page.

When Do You Need the Media Creation Tool?

Here are the specific cases where this tool is your best option:

  • Clean install on a new SSD or PC: You just bought a new drive or built a PC from scratch. There’s no OS to upgrade, nothing to preserve. You need boot media, and the MCT is the fastest way to get it.
  • Upgrading from Windows 10 after end of life: Microsoft ended Windows 10 support on October 14, 2025. No more security patches, no more updates. If you’re still on Windows 10 and your hardware meets Windows 11 requirements, the MCT is the cleanest way to make the switch.
  • System recovery after a crash: Windows won’t boot, recovery mode doesn’t help, and Reset This PC fails. A bootable USB from the MCT lets you reinstall from scratch and get back to a working system.
  • Fixing a broken Windows Update: Sometimes Windows Update gets stuck or corrupted. Running the MCT against your existing install as an in-place upgrade can repair system files without you losing anything. Worth trying before you go for the full clean install option.
  • Setting up multiple PCs: One USB will install Windows 11 on as many machines as you point it at. The installer detects Home or Pro based on the license key you enter.

If you just want to update an already-working Windows 11 to the latest version, you don’t need the MCT. Go to Settings, then Windows Update, and click “Check for updates.” The MCT is for installation media, not regular updates.

Three Ways to Get Windows 11: Which One Is Right for You?

Microsoft shows three options on their download page. But nobody reads the fine print, so people grab the wrong one and end up confused:

Method What it does Best for Needs USB?
Windows 11 Installation Assistant Upgrades your current Windows 10/11 in place Upgrading the PC you are on right now No
Media Creation Tool Downloads Windows 11 and creates bootable USB or ISO Clean installs, new PCs, recovery, multiple machines Yes (8 GB+)
Direct ISO download Downloads a raw .iso file (~6-8 GB) Advanced users, Rufus, VMs, archiving No (but you need Rufus or similar to make it bootable)

The Installation Assistant is easy mode. You run it on the PC you want upgraded, it downloads what it needs, and upgrades that one machine in place. Your files stay, your apps stay, your settings stay. The downside is it’s picky. CPU not on Microsoft’s approved list? TPM missing? It refuses to continue. And since it runs on the target machine, it’s useless for setting up anything else.

The Media Creation Tool is the middle path and probably what you want. One download handles clean installs on new PCs, recovery drives for broken Windows, office deployments across half a dozen machines. Output is either a ready USB or a saved ISO. If you’re here reading this guide, this option is almost certainly the right one.

Direct ISO download skips the wizard entirely. You grab the raw .iso yourself, then use Rufus or Ventoy to do the USB part manually. More fiddly, but it’s how you get around Microsoft’s TPM and Secure Boot checks, and it’s the only way to stack multiple Windows versions onto a single boot stick. Not for first-timers.

What You Need Before Starting

Before you download the Media Creation Tool, make sure you have these things ready:

  • USB flash drive: At least 8 GB of free space. The tool will erase everything on it, so move your files somewhere else first. A 16 GB drive works best because it leaves room for larger builds.
  • Stable internet connection: The tool downloads around 6 to 8 GB of data. A flaky Wi-Fi connection can cause the download to fail or produce a corrupted image. Use ethernet if you can.
  • Administrator access: You need admin rights on the computer where you run the tool. Right-click the file and select “Run as administrator” if it doesn’t start properly.
  • A valid Windows 11 license: The Media Creation Tool doesn’t include a product key. You need either a retail key, a digital license tied to your Microsoft account, or a Windows 11 Pro product key to activate after installation.

Your target PC also needs to meet Windows 11 system requirements. That means TPM 2.0, Secure Boot, a supported 64-bit processor, 4 GB RAM, and 64 GB of storage. Run Microsoft’s PC Health Check app if you’re not sure whether your hardware qualifies.

How to Download the Media Creation Tool

Whole thing takes about 30 seconds once you know where to click:

  1. Open a browser, go to microsoft.com/software-download/windows11.
  2. Scroll to the section titled “Create Windows 11 Installation Media.”
  3. Hit Download Now. The file (MediaCreationToolW11.exe) drops into your Downloads folder.
  4. Double-click it, click Yes on the UAC prompt.

A license agreement comes up. Accept. The tool thinks for a few seconds and then you land on the language and edition selection screen, which is where the real workflow starts.

Four numbered cards showing the steps to download the Windows 11 Media Creation Tool from Microsoft
The four clicks between you and a bootable Windows 11 USB.

How to Create a Bootable USB with the Media Creation Tool

From the language/edition screen:

  1. Language and edition. Tool auto-picks based on your current PC. Usually correct. Want something else? Uncheck the recommended box and pick manually.
  2. USB flash drive. Pick it. Click Next.
  3. Which drive? Every removable drive on your system shows up. Triple-check the letter. This thing formats without asking again. If your USB isn’t there, click Refresh drive list.
  4. Now wait. Download + write = 15 to 45 minutes typically. Progress bar tells you where you are.
  5. Finish. When it says “Your USB flash drive is ready,” you’re done. Eject, go install.

How to Create a Windows 11 ISO File Instead

Same thing but pick ISO file instead of USB flash drive on that media type screen. Choose a save location on your hard drive. Click Next. Wait.

You end up with a 6-8 GB .iso file. Right-click in File Explorer and hit Mount to open it without even needing a USB. Or burn it to a DVD if you still have a drive (does anyone?). Or feed it to Rufus to make a bootable USB that bypasses all Microsoft’s requirement checks. That last one’s the main reason people grab the ISO instead of letting MCT write to USB directly.

Side-by-side comparison of USB flash drive and ISO file options in the Windows 11 Media Creation Tool
USB for single installs, ISO for flexibility and backups.

USB vs ISO: Which One to Pick

Feature USB Flash Drive ISO File
Storage needed 8 GB USB minimum ~6-8 GB hard drive space
Speed Faster (direct write) Extra step needed to write to USB or DVD
Reusability One version at a time Store multiple ISOs, use Ventoy for multi-boot
Best for Single PC clean install Multiple PCs, VM installs, or archiving
Bypass TPM/Secure Boot Not directly Yes, with Rufus
Works on Mac No (MCT is Windows-only) ISO can be used with Boot Camp or third-party tools

How to Install Windows 11 from Your Bootable USB

Plug the USB into the target PC. Then:

  1. Boot menu. Restart. Smash the boot menu key as soon as the manufacturer logo flashes. Key depends on brand, see table below.
  2. Pick your USB. Should be in the list. If not, check BIOS/UEFI to make sure USB boot is enabled. Secure Boot should also be on for Windows 11 to install cleanly.
  3. Run the installer. Pick language, keyboard, click Install Now. Enter your product key or skip with “I don’t have a product key.” You can activate later.
  4. Edition. If you skipped the key, pick Home or Pro. Match whatever key you plan to use later or it’ll just ask again.
  5. Custom install. Click “Custom: Install Windows only.” Pick the drive. Empty drive, just Next. Existing install, delete the old partitions first. And yes, that wipes everything on that drive, so don’t pick the wrong one.
  6. Walk away. Windows installs itself, reboots a few times, eventually shows you the region/keyboard/Wi-Fi/Microsoft account screens. That’s OOBE.

Boot Menu Keys by Manufacturer

No standard here. Every manufacturer picked a different key because why would this be easy. Start tapping right when you hit power:

Manufacturer Boot Menu Key BIOS/UEFI Key
Dell F12 F2
HP F9 F10
Lenovo F12 F1 or F2
ASUS F8 F2 or Delete
Acer F12 F2
MSI F11 Delete
Gigabyte F12 Delete
Custom build F8, F11, or F12 Delete or F2

Newer laptops with fast boot enabled will speed past the moment you’re supposed to tap the key. On some, it’s basically impossible to catch. If you’re hitting that, boot normally into Windows first, then go to Settings > System > Recovery and click Restart now under Advanced startup. The next menu has a “Use a device” option, and your USB shows up there.

After install, activation is next. Need a key? Windows 11 Home keys are cheaper than Microsoft’s retail pricing. Paste into Settings > System > Activation and it verifies in about 30 seconds.

Common Media Creation Tool Errors and Fixes

The tool usually works without trouble, but there are a few errors that pop up regularly. Is the Media Creation Tool not working for you? You are not alone. I checked Reddit threads and Microsoft forums to compile the most common problems people run into.

Error 0x80072f8f – 0x20000

Tool can’t talk to Microsoft’s servers securely. 9 times out of 10 your PC clock is wrong. Check the date and time in Settings > Time & Language. Turn on “Set time automatically.” If the date was already right, your TLS certs are probably out of date. Windows Update, install whatever’s pending, retry.

Media Creation Tool Closes Immediately on Windows 10

Disaster in late 2025. MCT build 26100.6584 from September 2025 straight-up crashed on Windows 10 22H2. No error message. Just closed. Tons of people thought their PCs were broken. Microsoft finally fixed it on October 28, 2025 with version 26100.7019. If you still see this, you have the broken version. Delete it, download fresh. If it still crashes, the workaround everyone used was grabbing the ISO directly and using Rufus.

USB Drive Not Detected

Try a different port. Feels dumb to suggest but USB 3.0 ports sometimes confuse MCT’s detection. A 2.0 port can fix it. Check the drive has 8+ GB free. Format it FAT32 or NTFS in Disk Management before running MCT. If all that fails? Your USB might be dead. Cheap ones from AliExpress die faster than you’d think.

Download Stuck or Failing

VPNs love to kill Microsoft downloads. So do corporate firewalls and DNS filters. Disconnect the VPN. Try a different network if one’s available. If not, switch your DNS to 8.8.8.8 or 1.1.1.1 (Cloudflare). Also clear your temp folder: Win+R, type %TEMP%, delete everything. Then try MCT again.

“Something Happened” Error

Classic uninformative Microsoft error. Almost always one of two things. Either your C: drive is low on space (needs ~20 GB free), or your antivirus is blocking the tool. Disable real-time protection. That includes Windows Defender. Rerun.

Error 0x80070456 – 0xA0019

Write-to-USB step failed. Every time I’ve hit this, the fix was the same: pull the USB, open Disk Management (right-click Start), format it NTFS, plug it back in, restart MCT. If the error comes back with the same drive, the drive’s dying. Grab a different one.

Error 0x80080005 – 0x90016

Permissions. Close MCT, right-click the .exe, Run as administrator. Work laptop with Group Policy? You’re probably stuck without IT help. On your own machine, open Registry Editor. Head to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade. AllowOSUpgrade should be 1. Create the key if it’s missing.

How Long Does the Whole Process Take?

Depends heavily on two things: internet speed and what kind of USB you have. My benchmark runs, 100 Mbps connection, USB 3.0 drive:

Step Time estimate
Download the MCT (.exe file) ~10 seconds
Accept license and pick settings ~1 minute
Download Windows 11 image 10-30 minutes (depends on internet speed)
Write to USB drive 5-15 minutes (depends on USB speed)
Install Windows from USB 15-30 minutes (depends on drive speed)
Post-install setup (OOBE) 5-10 minutes
Total 35-90 minutes

My fastest run was 38 minutes total on a gigabit fiber line with a Samsung Fit Plus USB 3.2 stick writing to a PC with an NVMe SSD. Flip that around to a DSL connection with a random Kingston USB 2.0 I found in a drawer, and the same install pushed past 90 minutes. Either way, have something to drink ready, you’ll be staring at a progress bar for a while.

Media Creation Tool vs Rufus: When to Use Each

MCT’s big advantage is that it’s brain-dead simple. Microsoft-approved workflow, always pulls the current image, no other software to install. You click through a wizard and a USB comes out the other end.

Rufus asks more of you but gives you more back. You hand it an ISO (either one MCT made, or one you grabbed directly from Microsoft), and Rufus writes that ISO to a USB with a bunch of optional tweaks MCT flat-out won’t do. Want to skip the TPM 2.0 check on an old Dell? Rufus can do that. Don’t want to sign into a Microsoft Account during OOBE? Rufus can kill that prompt. BitLocker auto-enabling on first boot drive you mad? Turn it off in Rufus. These are the reasons power users have basically ditched MCT for Rufus.

Easy way to decide: if your PC is on Microsoft’s approved hardware list and you don’t mind the pushy Microsoft Account setup, MCT gets you there fastest. If you’re on older hardware that fails the TPM or CPU check, or you just don’t want Windows setup forcing you into account creation, download the raw ISO and use Rufus instead.

What Changed in the Media Creation Tool in 2026

The change that made the most practical difference: monthly image refreshes. Microsoft started doing this somewhere in October 2025 and it’s been regular since the start of 2026. Used to be the MCT would be shipping a six-month-old build at times, which meant hours of cumulative updates after any clean install. Brutal. That’s mostly over now.

If you run it today in April 2026, you get Windows 11 build 26200.8037. That’s the March 2026 Patch Tuesday baseline. After install you’re maybe one month behind current, and Windows Update cleans that up in a few minutes instead of several hours.

The other notable addition was ARM64 support, which landed in version 26100.7019 at the end of October 2025. Before that, anyone with a Surface Pro X or similar had to manually grab the ARM ISO off Microsoft’s site. Small thing overall, but those folks had been asking for it since Windows 11 launched.

Do You Need a Product Key?

Not for the tool itself. MCT is free, Microsoft doesn’t charge for it, and it doesn’t even prompt you for a key at any point during media creation.

For Windows 11 to actually be activated? Yes, eventually. Unactivated Windows runs fine for months, but you get two annoyances. A watermark sits in the bottom-right corner of every screen, and your Personalization settings go grey. Can’t change the wallpaper, can’t tweak the accent color. That watermark is what really drives people crazy. Our guide on removing the Activate Windows watermark walks through the real fixes without any sketchy registry hacks or random key generators.

If that PC had activated Windows 10 or 11 on it previously, just skip the key prompt and click “I don’t have a product key.” Once Windows is online after install, it checks in with Microsoft’s servers, matches your hardware to its records, and activates itself. Takes maybe a minute if the internet cooperates.

Tips for a Smooth Media Creation Tool Experience

Stuff I’ve learned the hard way over maybe 30 reinstalls in the last couple years:

  • Use a USB 3.0 drive in a USB 3.0 port (it’s the blue one). You’d be shocked how much faster the write step finishes compared to USB 2.0, we’re talking 10 minutes versus close to an hour.
  • Always right-click and Run as administrator before launching. Half the silent failures I see trace back to people who just double-clicked and wondered why things stopped working.
  • Quit everything. Chrome with 40 tabs, Spotify, Discord, the works. Disk I/O matters here and every other app fighting for the drive slows your write.
  • After you’ve made a USB, also save a copy of the ISO before you wipe anything. That way next time you need to reinstall, Rufus turns the ISO into a USB in about four minutes and you skip the big download entirely.
  • Once the install is done, hit Win+R and type winver. The build should say 26200.8037 or higher if you grabbed MCT recently. If it’s older, your MCT download was outdated and you should grab a fresh one next time.

FAQ

What is the Windows 11 Media Creation Tool?

The Windows 11 Media Creation Tool is a free Microsoft utility that downloads Windows 11 and creates bootable USB or ISO installation media. You can use it for clean installs, reinstalls, or upgrades on x64 PCs.

How do I download the MCT for Windows 11?

Go to microsoft.com/software-download/windows11 and click Download Now under Create Windows 11 Installation Media to get the MCT file. The file is called MediaCreationToolW11.exe and is about 10 MB in size.

What size USB do I need?

You need a USB flash drive with at least 8 GB of space, and any existing data on it will be erased. Back up anything important before you start.

Can I use the MCT on Windows 10?

Yes, but some MCT versions have had crashes on Windows 10 22H2, so use a recent version from Microsoft. If the tool closes immediately, download the ISO directly and use Rufus to make a bootable USB.

Does the MCT work on ARM-based PCs?

No, the MCT only creates installation media for x64 Intel and AMD processors on recent builds. ARM-based PCs like Surface Pro X need to get Windows 11 through Windows Update instead.

What is error 0x80072f8f – 0x20000?

Error 0x80072f8f means the tool cannot establish a secure connection with Microsoft servers, usually due to a clock issue. Fix your date and time settings first, then run Windows Update to refresh TLS certificates.

Media Creation Tool vs Rufus: which should I use?

Use the Media Creation Tool if you want the simplest official method and your PC meets Windows 11 requirements. Use Rufus if you need to bypass TPM or Secure Boot checks, skip the Microsoft Account requirement, or if the MCT keeps crashing.

Can I use the MCT on Mac?

No, the MCT is a Windows-only application, so Mac users need to download the ISO directly from Microsoft’s site. Then use Boot Camp Assistant or a third-party tool to create a bootable USB from the ISO.

How long does the process take?

On a 100 Mbps connection with a USB 3.0 drive, creating a bootable USB takes about 20 to 30 minutes total. The actual Windows installation from the finished USB takes another 15 to 30 minutes.

Is the MCT free?

Yes, the MCT is completely free to download and use from Microsoft’s official website. It does not include a Windows license key, so you need a valid product key to activate Windows 11 after installation.

Final Thoughts

There’s not much to say about the MCT that hasn’t been covered. It’s boring software that does its one job reliably, which is what you want from an installer. The monthly image updates Microsoft started rolling out fix the one legitimate complaint people had about it, and unless you actually need what Rufus offers, I don’t see a reason to look past MCT in 2026.

Going deeper than the install media step? Our Windows 11 installation guide picks up from the moment you boot off the USB and walks through OOBE, driver issues, and first-day config. Curious what’s around the corner? We’ve also written up the latest on the Windows 12 release date and what’s leaked so far. Whichever way you go, the Media Creation Tool is still the obvious starting point for Windows 11 media in 2026.

Guide to the Windows 11 Media Creation Tool. Last updated: April 2026.