How to Create a Bootable USB Drive
Creating a bootable USB drive writes Windows installation files to a USB stick the PC can start from, producing the media every Windows install and clean install requires. A bootable USB drive needs an 8GB or larger USB stick and a Windows ISO or the Media Creation Tool, and the drive is erased during creation. This article walks through both standard methods in order: gather an 8GB USB drive and the Windows ISO, build the drive with the Media Creation Tool, build the drive with Rufus and a downloaded ISO including the GPT and UEFI partition settings, and verify the drive boots.
The article also notes Ventoy as an alternative that holds several ISO files on one drive. Each method states its goal and gives the exact steps. The result is a bootable Windows installation drive that the firmware boot menu loads, ready to install or reinstall Windows on any compatible PC.
What You Need Before You Start
Creating a bootable USB drive requires an 8GB or larger USB stick and either the Media Creation Tool or a Windows ISO. The items required to build a bootable USB drive are listed below, in the order each is needed:
- An 8GB or larger USB drive holds the Windows installation files and is fully erased during creation.
- The Media Creation Tool or a Windows ISO supplies the installation image, with the tool downloading the image itself.
- Rufus writes a downloaded ISO to the USB drive and sets the partition scheme for UEFI or Legacy systems.
- A backup of any files on the USB drive protects data, since the creation process erases the entire stick.
- A reliable internet connection downloads the Windows image, which is roughly 5GB to 6GB in size.
A bootable USB drive is the foundation for installing Windows, so this guide serves as the reference the install Windows 11 guide and the clean install of Windows guide both point to. A USB drive smaller than 8GB cannot hold the Windows image, and a drive already holding data needs that data copied off first.
What Is a Bootable USB Drive?
A bootable USB drive is a USB stick that contains a boot loader and installation files, letting the firmware start an operating system installer from the drive instead of the internal disk. The firmware reads the drive’s boot sector and loads the Windows setup environment directly from the USB. A bootable USB drive holds three required elements:

- A boot loader tells the firmware the drive is bootable and starts the setup environment.
- The Windows installation files contain the operating system image the setup process writes to the target drive.
- A partition scheme sets the drive as GPT for UEFI systems or MBR for older Legacy systems.
A standard file copy of an ISO to a USB drive does not create a bootable drive, because the boot sector and partition scheme are missing. The Media Creation Tool and Rufus both write the boot loader and partition the drive correctly, which a simple drag-and-drop copy cannot. How the firmware locates and loads a boot device connects to the overview of what an operating system is and how it starts.
Method A: Create the USB With the Media Creation Tool
The Media Creation Tool builds a bootable Windows USB drive by downloading the image and writing it in one step. Microsoft’s Media Creation Tool downloads the current Windows version and formats the USB drive into bootable installation media without a separate ISO. Follow these steps:
- Download the Media Creation Tool from Microsoft’s official Windows 10 or Windows 11 download page.
- Insert an 8GB or larger USB drive, accepting that the tool erases all existing files on it.
- Run the tool and accept the license terms, then choose ‘Create installation media for another PC’.
- Select the language and edition, choose USB flash drive, and pick the drive, then let the tool download and write the files.
The Media Creation Tool sets the correct partition scheme automatically, producing a drive that boots on both UEFI and Legacy systems without further configuration. The tool downloads roughly 5GB to 6GB, so the process takes time on a slow connection. The finished drive boots directly from the firmware boot menu.
Method B: Create the USB With Rufus and an ISO
Rufus builds a bootable USB drive from a downloaded Windows ISO and exposes the partition scheme settings for UEFI or Legacy systems. Rufus writes any Windows ISO to a USB drive and lets the partition scheme be set manually, which suits systems that need a specific boot mode. Follow these steps:
- Download the Windows ISO from Microsoft’s official site, then download Rufus from its official page.
- Insert the 8GB or larger USB drive and open Rufus, which detects the drive automatically.
- Select the ISO with the Select button, then choose the partition scheme: GPT for UEFI systems or MBR for Legacy BIOS systems.
- Click Start and confirm the erase warning, then wait for Rufus to write the bootable drive.
The partition scheme determines which systems the drive boots. GPT with the UEFI target boots modern systems and is required for a Windows 11 installation, while MBR with the BIOS or Legacy target boots older systems. Choosing the wrong scheme produces a drive the firmware does not recognize, so matching the scheme to the target system is the critical Rufus setting.
| Setting | UEFI System (modern) | Legacy BIOS System (older) |
|---|---|---|
| Partition scheme | GPT | MBR |
| Target system | UEFI (non-CSM) | BIOS or UEFI-CSM |
| Secure Boot | Supported | Not used |
| Required for Windows 11 | Yes | No |
Verify the Drive Boots
Verifying the drive boots confirms the USB was created correctly before relying on it for an installation. A drive that fails to appear in the boot menu or loads back into the existing operating system was not written correctly.
Testing the drive in the firmware boot menu confirms it works. Follow these steps:
- Insert the finished USB drive and restart the PC, then press the boot menu key such as F12, F10, or Esc.
- Confirm the USB drive appears in the boot menu, listed under both a UEFI entry and a legacy entry on most systems.
- Select the UEFI USB entry for a modern installation, since this matches the GPT partition scheme.
- Confirm the Windows setup screen loads, which proves the drive boots and the installation files are intact.
A drive that loads the Windows setup language screen is verified and ready for an installation. A drive missing from the boot menu was likely written with the wrong partition scheme, so recreating it in Rufus with the matching GPT or MBR setting resolves the failure. The verified drive then serves the Windows 11 installation procedure and the clean install procedure.
Use Ventoy for Multiple ISO Files
Ventoy creates a USB drive that holds several ISO files and presents a boot menu to choose between them, removing the need to rewrite the drive for each image. Ventoy installs once to the USB drive, after which ISO files copy onto the drive normally and appear in a selection menu at boot. Follow these steps:

- Download Ventoy from its official page and run the installer against the target USB drive.
- Install Ventoy to the drive once, which formats the drive and adds the Ventoy boot loader.
- Copy one or more ISO files onto the drive using normal file copy, since Ventoy reads them directly.
- Boot from the drive and select an ISO from the Ventoy menu that appears at startup.
Ventoy suits a drive that holds multiple Windows versions or recovery tools at once, while the Media Creation Tool and Rufus each write a single image. A Ventoy drive does not require rewriting to swap images, since new ISO files copy onto the existing drive. The single-image methods remain the standard choice for a one-time Windows installation.
Common Mistakes to Avoid
A bootable USB drive fails when the partition scheme is wrong or the drive is too small. The mistakes that produce a non-booting drive are listed below:
- Copying the ISO instead of writing it leaves no boot loader, so the firmware never sees the drive as bootable.
- Choosing the wrong partition scheme in Rufus produces a drive the target firmware does not recognize.
- Using a drive under 8GB cannot hold the Windows image, halting the creation process.
- Forgetting to back up the drive loses any files on it, since creation erases the entire stick.
- Selecting the legacy entry on a UEFI system can mismatch the GPT scheme, so the UEFI entry matches a GPT drive.
A drive that fails to boot most often has a partition scheme that does not match the target system, which recreating it with the correct GPT or MBR setting resolves. Matching the partition scheme to the firmware and using an 8GB or larger drive prevents the two most common failures.
Key Takeaways
- Use an 8GB or larger USB drive, since the Windows image fills the drive and creation erases all existing files.
- The Media Creation Tool downloads and writes in one step, setting the partition scheme automatically.
- Rufus writes a downloaded ISO and exposes the GPT for UEFI or MBR for Legacy partition setting.
- Match the partition scheme to the target system, using GPT and UEFI for Windows 11.
- Verify the drive boots through the firmware boot menu before relying on it for an installation.
- Ventoy holds multiple ISO files on one drive, while the single-image methods suit a one-time install.
How do I create a bootable USB drive for Windows?
Use the Media Creation Tool, which downloads Windows and writes it to an 8GB or larger USB drive, or use Rufus with a downloaded ISO and the correct partition scheme.
What size USB drive do I need?
An 8GB or larger USB drive holds the Windows installation image. The image is roughly 5GB to 6GB, and creation erases the entire drive, so back up any files first.
Should I choose GPT or MBR in Rufus?
Choose GPT with the UEFI target for modern systems, which Windows 11 requires. Choose MBR with the BIOS or Legacy target for older systems. Match the scheme to the firmware.
Can I just copy the ISO to the USB drive?
No. A file copy leaves no boot loader, so the firmware does not see the drive as bootable. The Media Creation Tool or Rufus writes the boot sector and partitions the drive.
What is Ventoy?
Ventoy is a tool that installs once to a USB drive, then lets you copy multiple ISO files onto it. A boot menu at startup chooses between them, with no rewrite needed to swap images.
Why won’t my bootable USB drive boot?
A non-booting drive usually has the wrong partition scheme or was created by a file copy. Recreate it with the matching GPT or MBR setting and select the UEFI entry in the boot menu.
Last Thoughts on Creating a Bootable USB Drive
Creating a bootable USB drive produces the installation media every Windows install depends on, so the process centers on the right tool and the right partition scheme: gather an 8GB or larger drive and a Windows ISO or the Media Creation Tool, build the drive with the Media Creation Tool or with Rufus using GPT for UEFI or MBR for Legacy, verify the drive boots, and use Ventoy when several ISO files belong on one drive. The verified drive then drives the install Windows 11 guide and the clean install of Windows guide. Readers can continue with the factory reset Windows guide or the PC tutorials hub for related procedures.


