How to Create a Windows 11 Bootable USB
As Windows 11 is now released, Windows users are searching for answers to “how to
create a Windows 11 bootable USB.” That’s because, even though you can start a clean
install of Windows 11 using the Media Creation Tool or by mounting an ISO file, booting
the device using USB installation media is still the best way to complete the process.
Perhaps installing Windows 11 on a new computer or device with an empty hard drive is
the only option.
A Windows 11 bootable USB is a USB flash drive that has been prepared to contain the
necessary files and settings to install or repair the Windows 11 operating system on a
computer. It allows you to boot your computer from the USB drive and initiate the
installation or troubleshooting process for Windows 11.
Using the instructions in this article, you will be able to create a USB bootable media that
you can use to execute an in-place or clean installation of Windows 11 with support for
UEFI. To follow these steps, you may use either Windows 10 or Windows 11. So let’s get
started.
- How to Create a Windows 11 Bootable USB with the Media Creation Tool
The Media Creation Tool for Windows 11 has been made available immediately after the
official launch sometime in October 2021. Because the new operating system is based on
Windows 10, the procedure is highly comparable to the current edition of the program.
Using the Media Creation Tool, follow these steps to create a bootable Windows 11 USB
install media:
- Open Microsoft’s support site by clicking on the link
- Click the Download Now button in the “Create Windows 11 installation media” section.
- To launch the tool, double-click the MediaCrationToolW11.exe file.
- Click the Accept button.
- To proceed, just click the Next button.
- You can choose to use a USB flash drive.
- Click the Next button.
- Please ensure that your USB flash drive does not contain any vital files before selecting it from the list.
- Then, click the Next button.
- The last step is to click the Finish button.
Once you finish the steps, you can use the USB stick to install Windows 11 on a UEFI system.
- How to Create a Windows 11 Bootable USB with Rufus
To use Rufus to create a bootable USB drive to install Windows 11, follow these steps:
- Open the Rufus website.
- To download the most recent version, go to the “Download” section and click the link there.
- To run the tool, double-click on the executable.
- Click the Settings button at the bottom of the page (the third button from the left).
- “Settings” > “Check for updates” > “Daily”
- Click the “Close” button.
- Once again, click the Close button.
- Open Rufus once again.
- Use the drop-down menu in the “Device” section to select the USB drive as the installation media source (optional).
- Use the drop-down menu in the “Boot selection” section to select either a disk or an ISO image.
- Select the Download option by clicking the down-arrow button on the right side.
- Click the Download button
- Choose the Windows 11 option.
- Click “Continue” to proceed.
- Select the Windows 11 ISO file you wish to download from the “Release” section. For
example, choose the 21H2 (Build 22000.194 – 2021.10) option to download the version 21H2 ISO file.
- Then click the Continue button.
- You may choose between Windows 11 Home and Pro.
- Go ahead and click the Continue button.
- Select the language of the Windows 11 installation.
- You can proceed by clicking the “Continue” button.
- For the OS architecture, choose x64.
- Click the Download button.
- Select where you want to save the Windows 11 ISO file.
- After the download, continue with the default settings if you connected a USB flash drive to create bootable media.
- Begin the process by clicking the Start button.
- To proceed, press the “OK” button.
The tool will create bootable media with Windows 11 installation media once you’ve completed the procedures.
- How to Create a Windows 11 Bootable USB with Command Prompt
Follow these instructions to create a USB flash drive for installing Windows 11 through the command prompt:
- Open Microsoft’s Support web page.
- Select the Windows 11 option in the “Download Windows 11 Disk Image (ISO)” section.
- Click the Download button.
- Select the language of the installation.
- Click the “Confirm” button.
- To save the Windows 11 ISO file to your device, click the Download button.
- Open Start
- You can search for the Command Prompt, right-click the top result. And click the Run as Administrator option from the context menu.
- Open Diskpart by typing the following command and pressing Enter:
Diskpart
In order to identify the USB flash drive, type the following command and hit the Enter key:
list disk
In order to select storage, type the following command and press Enter:
select disk 1
Enter the following command and press Enter to remove all data from the USB flash drive:
Clean
The main partition may be created by typing in the following command:
create partition primary
Select the new partition by typing the following command and pressing Enter:
select partition 1
In order to make the USB flash device bootable, type the following command and press Enter:
format FS=FAT32 quick
To assign a volume and a drive letter to the USB flash drive, type the following command and press Enter:
assign letter=X
Change X to any other available letter in the command.
To terminate the tool, enter the following command and hit Enter:
Exit
To mount the Windows 11 ISO file, use the following command and press Enter:
PowerShell Mount-DiskImage -ImagePath “C:\path\to\Windows11.iso”
- Update the path in the command with the location of the Windows 11 ISO file that you downloaded earlier.
- In order to relaunch Diskpart, use the following command:
Diskpart
To determine the drive letter for the mounted Windows 11 ISO file, use the following command and press Enter:
list volume
To exit Diskpart, type the following command and press Enter:
Exit
The Windows 11 ISO file may be accessed by typing the following command and pressing Enter:
E:
Enter the following command to the boot folder and hit Enter:
cd boot
To update the USB flash drive’s volume boot code, type the following command and press Enter:
bootsect /nt60 X:
Copy all the Windows 11 installation files to the USB flash drive by typing the command below and pressing Enter:
xcopy E:\*.* X:\ /E /F /H
Change E and X drive letters in the command to the appropriate drive letters for the Windows 11 ISO image and the USB flash drive, respectively.
Once you’ve finished, you’ll be able to use the bootable flash drive to install Windows 11 on UEFI-enabled hardware.