📋 Table of Contents
There is exactly one place to get Windows 11 installation media, and it is Microsoft's own download page at microsoft.com/software-download/windows11. Everything on it is free, requires no sign-in, and covers both routes compared here: the direct ISO download and the Media Creation Tool. That single-source principle is the whole game: an install image runs with full control of the machine, which makes it an obvious target for tampering.
Here is the short answer. Use the direct ISO download if you want a file you can verify and keep — it works from any operating system, and Microsoft publishes a SHA-256 hash for it right on the page. Use the Media Creation Tool when you are at a working Windows PC and want a finished bootable USB stick in one sitting. The rest of this page covers the edition, language, and verification details that trip people up.
1 One official page, three different tools
The download page lists three offers, only two of which produce installation media. The Windows 11 Installation Assistant, listed first, is an upgrade tool: it updates the PC it runs on and produces nothing you can carry to another machine. Skip it unless an in-place upgrade of that computer is exactly what you want.
The other two offers — the Media Creation Tool and the disk image (ISO) download — deliver the same operating system and differ in packaging, flexibility, and verifiability. Because the page asks for no account, payment, or license check, there is no gap for a third-party mirror to fill — worth remembering the next time a search engine surfaces a faster-looking link elsewhere.
2 The direct ISO download
Scroll to the section titled Download Windows 11 Disk Image (ISO), select Windows 11 (multi-edition ISO for x64 devices), pick a language, and the page generates a 64-bit download button. The link stays valid for 24 hours; after that you simply regenerate it — nothing went wrong on your end. And once a language is selected, the page also displays the SHA-256 hash for that exact file. Copy it now for the check that comes after the download.
The ISO is the right choice more often than not. It downloads on any operating system — a Linux or macOS workstation is fine — attaches directly to a hypervisor such as VirtualBox, and writes to USB with Rufus on your schedule. Because it is a single static file with a published hash, it is also the only form of Windows 11 media you can drop into a deployment share or an offline software kit with a verifiable chain back to Microsoft.
3 The Media Creation Tool
The Media Creation Tool is a small Windows-only executable downloaded from the same page. Run it, accept the license terms, and it walks you through language and edition selection before offering two outputs: a bootable USB drive — at least 8 GB per Microsoft, erased completely by the tool — or an ISO file saved to disk.
Watch the checkbox labeled Use the recommended options for this PC. It is ticked by default and locks language and edition to whatever the current machine runs; untick it when building media for another machine or language. The tool's appeal is that it handles partitioning and boot setup itself, so a non-specialist gets working media with nothing extra installed. Its drawbacks mirror the ISO's strengths: it needs a working Windows PC, and because it assembles media on the fly rather than handing you one fixed file, there is no published hash to check the result against. Its output has also typically contained the compressed install.esd image rather than the install.wim found in the downloaded ISO, which matters if you plan to service the image with DISM.
4 Edition and language traps
People search for a Windows 11 Pro ISO, but no such separate download exists. The consumer ISO is multi-edition: Home, Pro, and the education variants all live inside one image, and setup decides which one to install. On OEM hardware with a license embedded in firmware, setup reads that key and selects the matching edition on its own — which is why a laptop sold with Home quietly installs Home even when you intended something else. On machines without an embedded key, setup asks you to pick an edition — pick carefully, since correcting it later means far more work.
Language deserves the same attention. For a clean install, any language works. For an in-place upgrade — running setup.exe from inside Windows to move to a newer build while keeping applications and data — the media language generally must match the installed Windows language, or setup withholds the option to keep apps and settings. Check the installed language in Settings before downloading, not after. One last note: Enterprise and LTSC media come through volume licensing channels and Visual Studio subscriptions, so their absence from this page is expected.
5 Verify the hash, then build the USB — and skip the mirrors
Verification takes one command and removes a whole category of doubt. On Windows, certutil -hashfile Win11.iso SHA256 or PowerShell's Get-FileHash prints the file's SHA-256; compare it character for character with the value the download page showed you. A match means the file arrived intact and unmodified; a mismatch means delete and download again, no exceptions. The full workflow, including what hashes do and do not prove, is covered in the guide to verifying downloads with SHA-256 and signatures.
One caveat: Microsoft periodically refreshes the ISO with newer updates, and each refresh changes the hash, so take the value from the page at the moment you download — never from an old bookmark or forum post. That is also the closing argument against third-party ISO mirrors. A mirror serves either a stale image, a modified one, or — at most — an identical copy of a file Microsoft already gives away, and the hash you would need to prove that still has to come from Microsoft anyway. No scenario exists where a mirror adds value, and the failure case hands control of your machine to a stranger. Once the hash checks out, write the ISO to a bootable stick with Rufus, covered step by step in the bootable USB guide.
Frequently Asked Questions
Do I need a product key or Microsoft account to download the Windows 11 ISO?
No. The download page requires no sign-in, no payment, and no key. Edition selection happens later, during setup, and licensing is a separate matter with no bearing on downloading the media.
My ISO download link stopped working after a day. Did something go wrong?
No — generated download links are valid for 24 hours by design. Reselect the product and language on the page for a fresh link, and verify the new file's hash as usual — Microsoft may have refreshed the media in the meantime.
Is there an official Windows 11 ISO for Arm devices?
Microsoft has added an Arm64 ISO option to the same official download site for Windows on Arm hardware. The standard multi-edition ISO is x64-only and will not install on Arm machines, so pick the download that matches your CPU architecture.
The Media Creation Tool keeps failing on my PC. Is there another way to get install media?
Yes — download the ISO directly, verify its hash, and write it to USB with Rufus. That path has fewer moving parts and works even from a Linux or macOS machine; the <a href="/guides/how-to-create-bootable-usb-from-windows-11-iso-using-rufus/">Rufus bootable USB guide</a> covers the final step.
Conclusion
Windows 11 media comes from one page on microsoft.com, in two forms: a direct ISO you can verify and archive, and a Media Creation Tool that trades verifiability for convenience. Choose the ISO when in doubt, check its SHA-256 against the value Microsoft publishes, and ignore every mirror offering the same file. From there, the Rufus guide takes you from ISO to bootable USB.