Windows 11 Bootable USB

Windows 11 bootable USB drive on-hand, you can use it to clean install your OS, or perform an upgrade. The bootable USB also helps you troubleshoot your PC and clean install Windows on multiple PCs when you’re offline.

Microsoft makes it easy to create an installation media with its Media Creation Tool. In addition, you can also use Rufus and Command Prompt to create one.

Create Windows 11 bootable USB with Rufus:

Rufus-usb-drive
  1. Open Rufus website.
  2. Under the “Download” section, click on the link to download the latest version.
  3. Double-click to launch the tool.
  4. Click the Settings button.
  5. Under the “Settings” section, use the “Check for updates” drop-down menu and select the Daily option.
  6. Click the Close button and again for confirmation press Close.
  7. Open Rufus again.
  8. Under the “Boot selection” section, use the drop-down menu and select the Disk or ISO image option.
  9. Click the down-arrow button and select the Download option.
  10. Click the Download button.
  11. Select the Windows 11 option and click the Continue button.
  12. Under the “Release” section, select the Windows 11 ISO you want to download.
  13. Click the Continue button.
  14. Select the Windows 11 Home/Pro option and click the Continue button.
  15. Choose installation language of Windows 11 and click the Continue button.
  16. Choose the x64 option for the OS architecture and click the Download button.
  17. Select the location to save the Windows 11 ISO file automatically.
  18. Click the Start button and click on the OK option.

Create Windows 11 bootable USB with Command Prompt:

Create-Windows-11-bootable-USB-with-Command-Prompt
  1. Open Microsoft Support website.
  2. Under the “Download Windows 11 Disk Image (ISO)” section, select the Windows 11 option.
  3. Click the Download button and choose the installation language.
  4. Click the Confirm button and tap on the download button to save the Windows 11.
  5. Open Start menu and search for Command Prompt, to Run Administrator option.
  6. Type the following command to open Diskpart and press Enter:
    diskpart
  7. Type the following command to determine the USB flash drive and press Enter:
    list disk
  8. Type the following command to select the storage and press Enter:
    select disk 1
  9. Type the following commands to delete everything from the USB flash drive and press Enter:
    clean
  10. Type the following command to create a primary partition and press Enter:
    create partition primary
  11. Type the following command to select the new partition and press Enter:
    select partition 1
  12. Type the following command to make the USB flash drive bootable and press Enter:
    format FS=FAT32 quick
  13. Type the following command to assign a volume and a drive letter for the USB flash drive and press Enter:
    assign letter=X
  14. Type the following command to quit the tool and press Enter:
    exit
  15. Type the following command to mount the Windows 11 ISO file and press Enter:
    PowerShell Mount-DiskImage -ImagePath “C:\path\to\Windows11.iso”
  16. Type the following command to relaunch Diskpart and press Enter:
    diskpart
  17. Type the following command to determine the drive letter for the mounted Windows 11 ISO file and press Enter:
    list volume
  18. Type the following command to exit Diskpart and press Enter:
    exit
  19. Type the following command to access the Windows 11 ISO file and press Enter:
    E:
  20. Type the following command to the boot folder and press Enter:
    cd boot
  21. Type the following command to update the volume boot code for the USB flash drive and press Enter:
    bootsect /nt60 X:
  22. Type the following command to copy all the Windows 11 installation files to the USB flash drive and press Enter:
    xcopy E:*.* X:\ /E /F /H

Create Windows 11 bootable USB with Media Creation Tool:

Create-Windows-11-bootable-USB-with-Media-Creation-Tool
  1. Open Windows 11 download page.
  2. Under the “Create Windows 11 Installation Media” section, click the Download now button to save the file on the device.
  3. Double-click the MediaCreationToolW11.exe file to launch the tool.
  4. Click the Accept button to agree to the terms & Conditions.
  5. Select the correct language and edition of Windows 11.
  6. Click the Next button and select the USB flash drive option.
  7. Click the Next button and then tap on the Finish button.