How to Create Bootable USB Drive For Windows 11

Last Updated : 12 Jan, 2026

Creating a bootable USB drive is the fastest and most reliable way to install, reinstall, or repair Windows 11—especially when your PC won’t boot normally. This guide covers the three best methods in 2025: Microsoft’s official Media Creation Tool, Rufus (with TPM/Secure Boot bypass options), and the advanced Command Prompt (Diskpart + manual copy) method.

Works on Windows 10/11 | No third-party sites needed | 100% free

1. Prerequisites (What You Need)

  • USB flash drive: ≥16 GB (8 GB works but 16 GB+ recommended). All data will be erased.
  • A working Windows PC with internet and administrator rights.
  • Windows 11 ISO (optional for Rufus/Command Prompt methods).
  • Product key (not required for creation, only for activation later).
  • Target PC must meet Windows 11 minimum requirements (TPM 2.0, Secure Boot, supported CPU).

2. What Makes a USB “Bootable”?

A bootable USB contains the full Windows 11 installation files plus a tiny bootloader that tells your PC to start from the USB instead of the internal drive.

2.1. Method 1: Using Media Creation Tool

This is one of the safest and easiest method to start Windows 11 installation using USB from its official website. Here's how you can do it:

Step 1: Download the Windows Media Creation Tool

You can visit the official website and select "Create Windows 11 Installation Media" file to download in your Windows 11 PC.

win-11-media
Download Media Creation Tool

Step 2: Run the downloaded Media Creation Installer

Once you select the path, click on "Save". Now, make a double-click to start the Windows 11 installer in your system. Start the Installation process and accept the License & Terms to proceed.

win-11-tnc
Windows 11 License Terms

Step 3: Select the Compatible Installer

Once you click on "Next" after agreeing the License and terms, choose the language (English - United States), compatible Windows edition and architecture (32 or 64 bit).

lang-win
Select Language

You can check the your device configuration by navigating through Win + S (to open Search menu) and type System Information, click to open it and from there you can check all your system configuration. (also if you choose not to select any version, your system might pick by default the compatible version.

system-info
System Info

Step 4: Insert USB Drive and Create the Bootable Drive

Plug in your USB drive in the computer and select "USB Flash Drive" as the media type to use. Click "Next" and wait till the download gets completed and create the bootable USB drive. Once finished, eject the USB drive.

final-ins
Complete the Installation

2.2. Method 2: Create Bootable USB using Rufus

You can also create bootable USB drive using Rufus which is an open-source software, compatible for Windows, Linux, and other operating systems.

Step 1: Download Rufus .exe file

Visit the Official Rufus site to download the .exe file in your system or if you're a Windows 10 user then you can also visit the Microsoft Store to download Rufus.

rufus2
Rufus

Step 2: Insert the USB Drive & Prepare the Windows ISO File

Plug in the USB drive and select "USB Flash Drive" as the media type to use. Also, get the Windows 11 ISO file from it's official website.

win-11-media
Windows 11 ISO file

Step 3: Prepare the USB Drive

Start running the Rufus .EXE file, a pop-up will get open. Make a double-click and choose your USB device name under "Device".

device-type
Select Device type

Step 4: Select the ISO File and add a Partition Scheme

Go to "Boot Selection" and select the ISO file and click on partition scheme. A drop-drown will appear with MBR (for old BIOS-based system) and GPT (for modern PCs). Ensure to make the selection carefully to avoid any interruption.

rufus-iso-22
Drive Properties

Step 5: Complete the Booting Process

Note: Do not Power-off or eject USB device during this process as this may cause failure.

Click on "Start" and wait for sometime. Once the installation gets completed. You'll see the status as GREEN "READY". Click on start and eject the device. Your USB is ready..!!

install-via-2
Booting Complete

2.3. Method 3: Using Command Prompt (Diskpart)

This method is for advance users who are comfortable with command-line tools. If you're looking for an alternative method to create a bootable USB, here's what you need to do:

Step 1: Open Command Prompt as Administrator

Press Win + S and type CMD and select "Run as Administrator". Alternatively, Press Win + X and select "Command Prompt as Administrator".

cmd-as-admin
Run Command Prompt as admin

Step 2: Run Diskpart and Prepare the USB Device

Now type and run the following command in CMD:

diskpart
diskpart
Diskpart

Now, type list disk (to check all the connected drives) and type select disk i ('i' is an external device here) and start formatting using the following command:

clean
create partition primary
select partition 1
format fs=ntfs quick
active
assign
dskpt2
Disk clean

Step 3: Prepare the Windows 11 ISO Files

Mount the ISO file by making a right click and copy all the contents to the USB drive. The command line should look like this:

PowerShell Mount-DiskImage -ImagePath “C:\PATH\Windows 11.iso
mount
Mount

Step 4: Copy the Windows 11 ISO File to the USB drive

Run the following command to copy the ISO files to the USB drive and wait for the Installation to get completed.

robocopy J:\ X:\ /E /xf install.wim
copy-iso-333
Copy ISO

Once the process is complete, save and exit.

clone
Wait and exit

Alternate Methods:

You can also use Third-party applications to perform a clean and safe USB booting for Windows 11. Below are some of the well-known software to perform this action:

  1. MyRecover
  2. iSunshare

3. Tips and Tricks

Once you create the bootable USB Drive in Windows from any of the provided method, you need to follow these steps to install Windows 11 in your system.

  • Restart your PC and press F12, F2 or Del (depending upon the brand) during Startup.
  • Select the inserted USB drive to boot from.
  • Follow the on-screen instructions to get a fresh Windows 11 installation in your machine.
Comment