How to Create a Bootable Windows USB Installer
A complete walkthrough using the official Media Creation Tool, plus how to verify the resulting USB actually boots before you need it in an emergency.
A bootable Windows USB installer is essential for a clean install, an in-place upgrade repair, or recovering a system that won’t boot at all. This uses Microsoft’s own Media Creation Tool — no third-party software needed.
Step 1: get a USB drive of sufficient size
You’ll need at least an 8GB USB drive, ready to be completely erased — the tool will overwrite everything on it.
Step 2: download the Media Creation Tool
Download it directly from Microsoft’s official Windows download page for the version you need (search “Download Windows 11” or “Download Windows 10” from a browser, on Microsoft’s own site specifically — avoid third-party mirrors for a system-level installer like this).
Step 3: run the tool and choose the USB option
Launch MediaCreationTool.exe, accept the license terms, and when prompted choose “Create installation media (USB flash drive, DVD, or ISO file) for another PC” rather than “Upgrade this PC now” — this builds a standalone bootable installer rather than immediately upgrading the machine you’re running the tool on.
Step 4: choose language, edition, and architecture
By default the tool recommends options matching your current PC — uncheck “Use the recommended options” if you specifically need a different language, edition, or architecture (for example, building media for a different machine than the one you’re currently using).
Step 5: select USB flash drive as the media type
Choose USB flash drive (rather than ISO file) when prompted, then select your target drive from the list. Confirm you’ve selected the correct drive before continuing — this step erases it completely.
Step 6: wait for download and creation to complete
The tool downloads the necessary Windows files and writes them to the USB drive, showing progress through several stages. This can take a while depending on your internet connection speed, since it downloads the full OS image before writing it.
Step 7: verify the installer actually works, before you need it in an emergency
Don’t wait until an actual emergency to discover a bad USB installer. On a spare machine or a virtual machine, boot from the USB drive and confirm you reach the Windows Setup screen:
Restart the target machine, and during startup, access the boot menu (commonly F12, F11, Esc, or Del depending on manufacturer) and select the USB drive.
Step 8: know your options once booted from it
From the Windows Setup screen, Shift+F10 opens a command prompt — useful for advanced recovery tasks like manually repairing the boot configuration data (bootrec) without needing to proceed through the full graphical installer at all.
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
These three commands, run in that order from the Setup command prompt, are the standard sequence for repairing a corrupted or missing Windows boot configuration without reinstalling anything.
Why verify it in advance rather than trusting it blindly
A bootable USB installer is exactly the kind of tool you need most when something has already gone wrong — discovering at that moment that the USB creation silently failed, or that your specific machine’s BIOS boot order needs adjusting, turns a recoverable situation into a much more stressful one. Testing it once, calmly, ahead of any actual emergency, is a small time investment against a much larger potential cost later.