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:
- A computer with working Windows (to create the media) and a target computer (to boot from).
- 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.
- A stable internet connection to download the Windows image (size ~5 GB).
- 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.
- Knowledge of which boot mode your target computer uses — UEFI (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.
- Go to the download page for the Media Creation Tool for Windows 11 or Windows 10.
- Click the "Download tool now" button.
- Run the downloaded
MediaCreationTool*.exefile and accept the license agreement. - Select "Create installation media for another PC" → "Next".
- 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.
- On the next screen, select "USB flash drive" → "Next".
- Select your prepared flash drive from the list and click "Next".
- 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.
- Download Rufus from the official website (the portable version requires no installation).
- Run
rufus.exe. - Under "Device", select your flash drive.
- 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).
- Critical settings:
- Partition scheme:
GPTfor UEFI orMBRfor Legacy BIOS/CSM. - Target system: Will adjust automatically based on the scheme. Usually
UEFI (non CSM)orBIOS (or UEFI-CSM). - File system: For GPT/UEFI —
FAT32(mandatory!), for MBR/Legacy —NTFS.
- Partition scheme:
- Leave the other parameters at their defaults. Click "START".
- Rufus will warn that all data on the flash drive will be erased. Agree.
- 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.
- Insert the prepared flash drive into a USB port on the back panel of the motherboard (these often work more reliably than front ports).
- Turn on or restart the target computer.
- 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). - 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 includeUEFI:at the beginning if it's UEFI mode, or just the flash drive's model. - Via UEFI/BIOS settings: Navigate to the
BootorBoot Ordersection. Change the order so that the USB device or your specific drive is first. Save changes and exit (usuallyF10).
- Via the Boot Menu: Press a key (often
⚠️ 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 withoutUEFI(Legacy) will result in aNo bootable deviceerror.
Step 4: Starting Windows Installation or Recovery
After successfully booting from the flash drive, you will see the first screen of the Windows installer.
- Select language, time format, and keyboard layout → "Next".
- Click "Install now".
- Enter the product key (if prompted). You can skip this step and activate later.
- Select the Windows edition that matches your key or preferences.
- Accept the license agreement.
- 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.
- 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. - 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
| Problem | Likely Cause | Solution |
|---|---|---|
| Computer doesn't see the flash drive in Boot Menu/UEFI | Flash 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 drive | Wrong 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" error | Corrupted 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 disk | Missing 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 drive | Slow 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. |