How to Create Bootable USB Drive For Windows 11
Last Updated :
07 Apr, 2025
Creating a bootable USB drive is essential for installing or reinstalling Windows especially if you're facing an issue with your system. This method allows for a clean installation, system repairs, or upgrades from previous versions of Windows.
So whether you're upgrading from an older OS, troubleshooting a corrupted system, or setting up a new PC, this guide on how to create a bootable USB drive for Windows 11 covers the best-proven methods to create a bootable USB drive.
Prerequisites:
- USB Drive (with atleast 16GB of storage)
- Windows 11 (with product key)
- Administrator Access
- Compatible Device
- Internet Connectivity
- TPM 2.0 & Secure Boot
What is a Bootable Device
A bootable device is any hardware component that a computer can use to load and initiate its operating system during the startup process. These devices contain the necessary system files and instructions required for the computer to boot up properly. Common examples of bootable devices
- Internal Hard Drives (HDDs) and Solid-State Drives (SSDs)
- USB Flash Drives
- CDs/DVDs
- Network Boot via PXE (Preboot Execution Environment)
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:
You can visit the official website and select "Create Windows 11 Installation Media" file to download in your Windows 11 PC.
Download Media Creation ToolOnce 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.
Windows 11 License TermsStep 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).
Select LanguageYou 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 InfoStep 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.
Complete the InstallationMethod 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.
RufusStep 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.
Windows 11 ISO fileStep 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".
Select Device typeStep 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.
Drive PropertiesStep 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..!!
Booting CompleteMethod 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".
Run Command Prompt as adminStep 2: Run Diskpart and Prepare the USB Device
Now type and run the following command in CMD:
diskpart
DiskaprtNow, 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
Disk cleanStep 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
MountStep 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 ISOOnce the process is complete, save and exit.
Wait and exitAlternate 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:
- MyRecover
- iSunshare
Tips & 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.
General Troubleshoots
1. USB Not Detected (USB Device not recognized)
- You can try connecting with a different port (preferably USB 3.0)
- Try to format the drive to NTFS using Windows Disk Management.
2. Boot Failure
- You can enable UEFI Boot and disable Legacy Mode in BIOS
- To access it, press Del/F2 during Boot
- Verify ISO integrity using SHA-256 checksum
3. Windows Cannot Install to This Disk
- Run this command to convert into GPT (erase all data) using the Command Prompt:
diskpart > list disk > select disk [number] > convert gpt
Note: Admin access required to perform this action
Conclusion
Creating a bootable USB drive from ISO using Media Creation Tool, Command Prompt, Rufus or any third-party tool is a simple and efficient way to install or recover your Windows 11 PC. Whether you're a beginner or an experienced user, using these methods to create a Windows 11 bootable drive will ensure a smooth installation process. Make sure to keep your USB drive ready for any future installations or recovery needs.
Similar Reads
How to Create a Bootable USB Flash Drive in Windows Using CMD
Want to install new Windows on your computer using a USB drive and looking for a way to create a bootable USB? Then you can do it with a simple tool built into your computer called CMD (Command Prompt), and you donât need any extra software. This guide will show you 12 easy steps to turn your USB in
5 min read
How to Create a Multi-ISO Bootable USB Drive?
Creating a multi-ISO bootable USB drive allows you to store and boot multiple operating systems or utilities from a single USB stick. This can be incredibly useful for IT professionals, system administrators, or anyone who frequently switches between different operating systems or diagnostic tools.
5 min read
Create Windows 10 Bootable USB Stick With PowerShell
Windows is one of the most used operating systems which was launched by Microsoft back in 1985. The latest version of Windows is 10/11 which is mostly used all over the world. In some scenarios, the users may face problems related to their windows like their windows may get corrupted, may get affect
7 min read
How to Run Windows From a USB Drive?
Looking to run Windows from a USB drive? Whether you're using it for troubleshooting, testing, or as a portable version of your operating system, booting Windows from a USB drive can be extremely useful. With the right tools and setup, you can create a bootable Windows USB drive that lets you carry
5 min read
How to Create Bootable USB for Arch Linux?
A bootable USB or live USB is a USB flash drive that contains a bootable operating system. We create these USB flash drives when we wanted to refresh or change our operating system. Let's discuss how we can create a Bootable USB flash drive for Arch Linux. Download the Arch ISO image from the Arch d
2 min read
How To Change a Drive Name on Windows 11?
Quick Solution!Here is a quick solution for our active and speedy learners. Follow these steps to change a drive name on your Windows PC. Open File Explorer.Right-click on the drive you want to rename.Select "Rename."Type the new name and press Enter.The drive name is now changed on Windows 11. Wind
5 min read
How to Create a New User in Windows 10
Setting up a new user account in Windows 10 is essential for enhancing user experience and ensuring that your Windows 10 is running safely and securely. You can create a new user account for any Guest, Family member, Children etc. in just a few steps using different methods. Create a New User Accoun
6 min read
How to Install Windows 10 From a USB Flash Drive?
Installing Windows 10 from a USB flash drive is one of the most efficient ways to set up or upgrade your operating system. Whether youâre installing Windows 10 on a new PC or performing a clean installation on your existing device, using a bootable USB drive simplifies the process. This method allow
6 min read
How to Create a Bootable USB Installer for MacOS
Creating a bootable macOS installer is an essential process for installing macOS if your system is running slow (or if you want to make a clean macOS installation). If you want to perform a Quick and Clean MacOS Installation, you must Create a Bootable USB Installer. Keeping this in mind, we have cr
6 min read
How to Create an Unnamed file in Windows?
There is curiosity hidden inside everyone. So when it comes to computers we all try to know why this is happening, what will happen if I run this software, what will happen if I delete some of Windows files and etc. We also sometimes try to make a file without a name in Windows and fail and then, fi
2 min read