DEV Community

Cover image for How to Create a Bootable Windows 11 USB Drive (Step-by-Step Guide)
Tutomod
Tutomod

Posted on • Originally published at yoelmod.blogspot.com

How to Create a Bootable Windows 11 USB Drive (Step-by-Step Guide)

Originally published on Tutomod.

Two reliable methods to build a Windows 11 installation USB from scratch: Microsoft's official Media Creation Tool and the powerful Rufus utility , plus how to boot from it and fix the most common problems.

Updated August 08, 2026, after a fresh review, with updated visuals and links.

A bootable Windows 11 USB drive is the single most useful rescue tool you can own: clean installs, repair after a failed update, password recovery, even reviving a PC that will no longer start. Creating one takes about 15 minutes and everything you need is free.

In this tutorial you will learn:

  • What you need before starting
  • Method 1 , the official Media Creation Tool (easiest)
  • Method 2 , Rufus (more control, optional bypasses)
  • How to boot your PC from the USB drive

USB flash drive ready to become a Windows 11 installer

Photo by Get Lost Mike on Pexels

What You Need

  • A USB flash drive with at least 8 GB (everything on it will be erased , back it up first)
  • A working Windows PC with an internet connection
  • Windows 11 license (activation happens after install; you can install first and activate later)

Method 1 , Media Creation Tool (Official, Easiest)

  1. Go to Microsoft's official Download Windows 11 page (microsoft.com/software-download/windows11).
  2. Under Create Windows 11 Installation Media, click Download Now.
  3. Run MediaCreationTool_Win11.exe and accept the license terms.
  4. Keep the recommended language/edition, click Next.
  5. Choose USB flash driveNext.
  6. Select your USB drive from the list → Next.
  7. Wait while Windows 11 downloads and the tool writes the USB (10–30 minutes depending on your connection).
  8. When you see "Your USB flash drive is ready", click Finish.

Method 2 , Rufus (More Control)

Rufus is a free, open-source utility that gives you extra options , including the well-known option to relax the TPM 2.0 / Secure Boot / 4 GB RAM requirements on older hardware.

  1. Download Rufus from its official site (rufus.ie) , no installation needed.
  2. Also download the Windows 11 ISO from Microsoft's page (under Download Windows 11 Disk Image).
  3. Plug in your USB drive and run Rufus.
  4. Under Device, select your USB drive.
  5. Under Boot selection, click SELECT and pick the Windows 11 ISO.
  6. Leave Partition scheme: GPT and Target system: UEFI (non CSM) , correct for any Windows 11 PC.
  7. Click START. A dialog may offer customizations:
    • Remove requirement for 4GB+ RAM, Secure Boot and TPM 2.0 , useful only for unsupported older PCs
    • Remove requirement for an online Microsoft account
    • Create a local account with your chosen username
    Pick what you need (all are optional) and click OK.
  8. Confirm the erase warning and wait for READY.

Laptop on a desk ready to boot from the installation USB

Photo by olia danilevich on Pexels

How to Boot From the USB Drive

  1. Insert the USB into the target PC and power it on (or restart).
  2. Immediately tap the boot menu key repeatedly:
    Brand Boot menu key
    ASUS F8 or Esc
    Acer F12
    Dell F12
    HP F9 or Esc
    Lenovo F12
    MSI F11
  3. Select your USB drive (usually prefixed with UEFI:) and press Enter.
  4. The Windows Setup screen appears , follow it to install or open Repair your computer (bottom-left) for recovery tools.

Troubleshooting

Problem Fix
PC ignores the USB Try a rear USB 2.0/3.0 port; disable "Fast Boot" in BIOS so the boot menu key registers
"This PC can't run Windows 11" If the hardware is older, recreate the USB with Rufus' TPM/Secure Boot bypass option checked
Media Creation Tool errors out Reformat the USB drive as FAT32/exFAT first, or switch to the Rufus method
Setup says a driver is missing Recreate the USB , that message usually means a corrupt download or write

FAQ

Can I reuse the USB drive afterwards?
Yes , just format it. The installer files are only needed during setup.

Do I need a product key before installing?
No. Click "I don't have a product key" during setup and activate later from Settings → System → Activation.

Is the Rufus TPM bypass safe?
It is widely used, but bypassed machines may not receive feature updates automatically , use it on older PCs you accept maintaining manually.

Conclusion

You now have a bootable Windows 11 USB built the official way (and an advanced alternative with Rufus), and you know how to boot any PC from it. Keep it in a drawer , the day a PC refuses to start, this little drive becomes your best friend. More hands-on tutorials are already brewing at Tutomod!

Keep reading

Top comments (0)