Other

Booting Windows from USB: Creating a Bootable Drive

This guide will help you create a bootable USB drive with Windows 10 or 11 using Microsoft's official tools or third-party software. You'll be able to perform a clean install, upgrade, or system recovery.

Updated at February 16, 2026
20-30 minutes
Medium
FixPedia Team
Применимо к:Windows 10 (all editions)Windows 11 (all editions)Windows 8.1

Introduction / Why This Is Needed

Creating a bootable USB drive with Windows is a fundamental skill for any PC user. It allows you to:

  • Perform a clean install of the operating system on a new or formatted computer.
  • Upgrade your current Windows version, for example, from 10 to 11.
  • Restore the system in case of serious failures when booting from the hard drive is impossible.
  • Reset a password or configure disk settings via the recovery environment (WinRE).

This guide covers the process from downloading the image to successfully booting from the flash drive for Windows 10 and 11.

Requirements / Preparation

Before you begin, ensure you have:

  1. A computer with working Windows (to create the media) and a target computer (to boot from).
  2. A USB drive (flash drive) with at least 8 GB of capacity. All data on it will be permanently erased. It is recommended to use a USB 3.0/3.1 flash drive (blue port) for significantly faster writing and subsequent boot speeds.
  3. A stable internet connection to download the Windows image (size ~5 GB).
  4. A Windows license key (if you plan a clean install). For an upgrade or recovery, the key is usually not required at the boot stage.
  5. Knowledge of which boot mode your target computer usesUEFI (modern, most common) or Legacy/CSM (older). If you are unsure, create the media in UEFI mode (GPT+FAT32), as most computers released after 2012 support it.

Step-by-Step Instructions

Step 1: Download the Official Windows Image

The most reliable way to get a clean image is to use Microsoft's official tool.

  1. Go to the download page for the Media Creation Tool for Windows 11 or Windows 10.
  2. Click the "Download tool now" button.
  3. Run the downloaded MediaCreationTool*.exe file and accept the license agreement.
  4. Select "Create installation media for another PC""Next".
  5. Specify the language, edition, and architecture (x64 for the vast majority of modern PCs). Uncheck "Use the recommended options for this PC" if you need to choose different settings.
  6. On the next screen, select "USB flash drive""Next".
  7. Select your prepared flash drive from the list and click "Next".
  8. Wait for the download and writing process to complete. This can take from 20 minutes to several hours, depending on your internet speed and USB port.

💡 Tip: If the Media Creation Tool doesn't work or you need a specific image (e.g., Windows 10 21H2), you can download the ISO file directly from the Microsoft website by manually selecting the version.

Step 2: Alternative Method — Using Rufus

Rufus is a free, portable, and very flexible utility that often works more stably and faster than the official tool, especially with non-standard configurations.

  1. Download Rufus from the official website (the portable version requires no installation).
  2. Run rufus.exe.
  3. Under "Device", select your flash drive.
  4. Under "Boot selection", click "SELECT" and point to the Windows ISO image you downloaded manually, or let Rufus download it itself (use the "DOWNLOAD" button next to it).
  5. Critical settings:
    • Partition scheme: GPT for UEFI or MBR for Legacy BIOS/CSM.
    • Target system: Will adjust automatically based on the scheme. Usually UEFI (non CSM) or BIOS (or UEFI-CSM).
    • File system: For GPT/UEFIFAT32 (mandatory!), for MBR/LegacyNTFS.
  6. Leave the other parameters at their defaults. Click "START".
  7. Rufus will warn that all data on the flash drive will be erased. Agree.
  8. Wait for completion. The flash drive is ready.

Step 3: Configuring Boot in the Computer's Firmware (UEFI/BIOS)

This is the most crucial step; without it, booting from the flash drive won't start.

  1. Insert the prepared flash drive into a USB port on the back panel of the motherboard (these often work more reliably than front ports).
  2. Turn on or restart the target computer.
  3. Immediately after power-on, repeatedly press the key to enter UEFI/BIOS. Common keys: Del, F2, F10, F12, Esc. The exact key is usually shown on the screen during boot (e.g., Press F12 for Boot Menu).
  4. Two main scenarios:
    • Via the Boot Menu: Press a key (often F12, F8, Esc) to bring up a one-time boot device selection menu. Select your flash drive. The name may include UEFI: at the beginning if it's UEFI mode, or just the flash drive's model.
    • Via UEFI/BIOS settings: Navigate to the Boot or Boot Order section. Change the order so that the USB device or your specific drive is first. Save changes and exit (usually F10).

⚠️ Important: If you created the flash drive in GPT/UEFI mode, look for an option with the prefix UEFI: before the flash drive name in the boot menu. Choosing the option without UEFI (Legacy) will result in a No bootable device error.

Step 4: Starting Windows Installation or Recovery

After successfully booting from the flash drive, you will see the first screen of the Windows installer.

  1. Select language, time format, and keyboard layout → "Next".
  2. Click "Install now".
  3. Enter the product key (if prompted). You can skip this step and activate later.
  4. Select the Windows edition that matches your key or preferences.
  5. Accept the license agreement.
  6. Select the installation type:
    • "Upgrade" — will keep your files, settings, and applications. Use this if your current Windows is working but you need to move to a newer version.
    • "Custom: Install Windows only (advanced)" (often just called "Custom") — a full clean install. All data on the target disk will be deleted. Choose this option for a new PC or after a full format.
  7. On the "Where do you want to install Windows?" screen, select the target disk (usually Disk 0). If you need to create/delete partitions, use the "Format" or "Drive options (advanced)" button.
  8. Start the installation. The computer will restart several times. Do not remove the flash drive until the installation is fully complete and the user setup screen appears!

For system recovery at this stage, instead of clicking "Install now", you can click "Repair your computer" or "Troubleshoot""Advanced options" to access commands like chkdsk, sfc /scannow, restore from a recovery point, etc.


Verifying the Result

  • Successful installation: After the final restart, you see the standard Windows welcome screen prompting you to set up a user. The system boots from the internal drive.
  • Successful recovery: The system boots into the recovery environment (WinRE) with a blue or black background and a prompt to choose actions.
  • Failure: The computer tries to boot from the flash drive again or displays an error (Bootmgr is missing, No bootable device). This means booting from the flash drive succeeded, but the problem is either with the image/flash drive itself or with the boot settings of the target PC.

Potential Issues

ProblemLikely CauseSolution
Computer doesn't see the flash drive in Boot Menu/UEFIFlash drive created in an incompatible mode (e.g., NTFS for UEFI). Flash drive in a non-working port.Recreate the media using Rufus, selecting GPT + FAT32 for UEFI or MBR + NTFS for Legacy. Try a different USB port (preferably a 2.0/3.0 port on the back panel).
Bootmgr is missing or No bootable device error after selecting the flash driveWrong boot option selected (Legacy instead of UEFI or vice versa). Corrupted image.In the Boot Menu, choose the option with the prefix UEFI: if the flash drive is GPT/FAT32. Rewrite the flash drive, ensuring the mode (UEFI/GPT or Legacy/MBR) matches your target PC's settings.
Installation froze or gave "Cannot find files for installation" errorCorrupted ISO image or write error to the flash drive.Download the image again (check the checksum if available). Rewrite the flash drive, first completely formatting it in Rufus (using the "Reset" option).
After installation, Windows doesn't see the NVMe/SSD diskMissing disk controller drivers in the installation image or AHCI mode disabled in UEFI.On the disk selection screen, click "Load driver" and point to the driver from the flash drive/disk. Alternatively, enter UEFI and enable AHCI mode for SATA/NVMe.
Slow boot from flash driveSlow flash drive (USB 2.0) or using a USB 3.0 port but the flash drive doesn't support it.Use a USB 3.0/3.1 flash drive and connect it to blue USB 3.x ports. In Rufus, during writing, you can select ISO Image mode instead of DD Image mode for a potential speed increase.

F.A.Q.

Can I use the same USB drive for different Windows versions?
Why doesn't the computer detect the USB drive during boot?
Which file system to choose: FAT32 or NTFS?
Can I use a USB drive smaller than 8 GB?

Hints

Preparing the USB Drive and Windows Image
Creating the Bootable Drive (Official Method)
Creating the Bootable Drive (Rufus)
Configuring Boot in UEFI/BIOS
Starting Installation or Recovery
FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community