Windows 11How To

Windows 11: How to Create a Bootable USB Drive 3 Ways

A Windows 11 bootable USB drive is always good to have around, even if it's just for emergencies. Here's how to make one.

ADVERTISEMENT

If you have a 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 while you’re offline.

ADVERTISEMENT

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. This guide shows you the three different ways to create a USB flash drive installer for Windows 11.

How to Download the Windows 11 ISO Image

download-windows-11-ISO

To successfully create a Windows 11 USB bootable drive, you will need a Windows 11 ISO file also known as an ISO image. As such, it’s a good idea to get this sorted before moving on to the three ways to create a Windows 11 USB stick.

Here’s how to download the Windows 11 ISO to your PC.

  1. Visit Microsoft’s official page to download Windows 11.
  2. Scroll down to the Download Windows 11 Disk Image (ISO) section.
  3. Click the drop-down menu and select Windows 11.
  4. Then, click on the Download button to continue.
  5. The current page will load additional information and show the Select the product language section. Click the drop-down for Choose one and select your preferred language. Then, click Confirm to continue.
  6. When the download section loads, click the 64-bit Download button.
  7. Your download will begin immediately. However, it may take some time to finish downloading, depending on your Internet speed.

Once you have the ISO file downloaded, follow one of the methods below to create a Windows 11 bootable USB drive.

How to Create a Windows 11 Bootable USB With Rufus

create-windows-11-bootable-usb-drive-with-rufus

Rufus is an open-source utility to format and create a bootable USB flash drive for the Windows operating system. Follow these steps to create a Windows 11 USB drive using Rufus.

  1. Visit the Rufus website and scroll down to the Download section.
  2. Click on the Rufus link to download the latest version.
  3. Run the executable file and click Yes if prompted by UAC.
  4. Connect your USB flash drive to your PC and wait for Rufus to detect and show it under the Device section.
  5. Click the drop-down for Boot selection and select Disk or ISO image.
  6. Then, click the SELECT button.
  7. Select the Windows ISO file and click Open.
  8. Click the drop-down under the Image option and select Standard Windows 11 Installation (TPM 2.0 + Secure Boot).
  9. Alternatively, select Extended Windows 11 Installation (no TPM / no Secure Boot) to create a bootable drive for an unsupported system. This will skip the system requirement during install.
  10. Leave the Partition scheme (GPT) and Target system (UEFI) as default.
  11. Under Volume label, enter a name for your USB flash drive.
  12. Leave the File system and Cluster size, and other options as default.
  13. Make sure the Quick format and Create extended label and icon files option is checked.
  14. Click the Start button to initiate the bootable drive creating process.

Once done, Rufus will show a success message. After that, you can use the Windows 11 bootable drive to install the OS on a compatible system.

How to Create a Windows 11 Bootable USB Drive With Media Creation Tool

select-langugae-and-edition

Media Creation Tool is Microsoft’s inhouse solution to create an installation media. Follow these steps to create a bootable USB drive or DVD using the Media Creation Tool:

  1. Connect your USB flash drive of at least 8GB to your PC. Make sure it is detected, and you have taken a backup of all the files on your USB drive.
  2. Next, visit the Microsoft download center page.
  3. Under the Create Windows 11 Installation Media section, click the Download Now button and save the file to your PC.
  4. Next, run the MediacreationtoolW11.exe file and click Yes if prompted by UAC. The tool may take a few seconds to launch, so wait till you see the Setup wizard.
  5. Click the Accept button to agree to terms.
  6. Media Creation Tools will automatically select the Edition and Language. To change the language, uncheck Use the recommended options for this PC box.
  7. Choose your options and click Next.choose-which-media-to-use
  8. In the Choose which media to use window, select USB flash drive.
  9. Click the Next button.
  10. Select your USB drive from the list of drives available.select-a-usb-drive
  11. Click the Next button to continue.
  12. Next, click the Finish button.
  13. Media Creation Tool will now download the necessary Windows 11 files and create an installation media. This may take a while, so feel free to grab a coffee in the meantime.

When the Your USB flash drive is ready message appears, click the Finish button to close the setup wizard. Now you can boot from the USB drive to troubleshoot or clean install Windows 11.

How to Create a Bootable Drive Using Command Prompt

If you don’t want to use a third-party tool to create a bootable drive, you can use the Diskpart utility and Command Prompt to create installation media. Here’s how to do it.

  1. First, take a backup of all the files on your USB drive and then connect it to your PC.
  2. Press the Win key, type cmd, and click on Run as Administrator under Command Prompt. You can also use PowerShell if you prefer it over Command Prompt.disk-part-windows-11-bootable-drive
  3. In the Command Prompt window, type the following command and hit enter to launch the Windows Diskpart utility.
    DISKPART
  4. Next, type the following command to list all the available storage devices:
    LIST DISK
  5. Here, locate your USB drive. You can look at the Size column to determine your USB drive. In this case, the USB drive is listed as Disk 2.
  6. Next, type the following command to select your drive:
    SEL DISK 2
  7. In the above command, change DISK 2 with the number assigned to your USB Drive. For example, if you have a single SSD or SATA drive setup, your primary drive will show as DISK 0 and USB drive as DISK 1. It is of extreme importance that you select the right drive as the next step involves wiping clean the selected drive.
  8. Next, type the following command and hit enter to erase all the content from the drive:
    Clean
  9. Next, type the following command to create a primary partition:
    Create Partition Primary
  10. Next, type the following command to select the main partition:
    List Par
  11. Command Prompt will show the details of your USB drive.
    format-usb-drive-windows-11-cmd
  12. Type the following command and hit enter to activate the partition:
    Active
  13. Then type the following command to format the USB drive. It is important to format the drive in NTFS format as the FAT32 format will cause the incorrect parameter error.
    FORMAT FS=NTFS LABEL=“BootableUSB” QUICK OVERRIDE
  14. Once done, type Exit and hit enter to exit the Disk Part utility.
  15. Now you will need to mount the ISO image and then move its content to your USB drive.mount-ISO-image-Windows-11-Command-Prompt
  16. To do this, type the following command and hit Enter to mount the Windows 11 ISO file:
    PowerShell Mount-DiskImage -ImagePath "C:\Users\UserName\Downloads\Win11_English_x64v1.iso
  17. In the above command, replace the file path with the location of your Windows 11 ISO.
    cmd-list-volume
  18. Once the ISO is mounted, type the following command to launch Diskpart.
    Diskpart
  19. Next, type the following command to show the available volume.
    List volume
  20. This will help you determine the Drive letter for the Mounted ISO file. In the Type column, the Mounted ISO will be listed as DVD-ROM. And the Ltr column lists the letter associated with the volume. Note down the details of the ISO volume as you will be using it moving forward.
    list-volume-cmd-windows-11
  21. Once you have the volume details for the Mounted ISO, type the following command to exit Diskpart:
    Exit
  22. Next, type the Mounted ISO volume letter and hit enter. For example, if your Mounted ISO volume letter is J, then type the following command and press Enter.
    J:
  23. Type the following command to boot from CD:
    cd boot
  24. Next, type the following command to apply the master boot code compatible with Bootmgr to the USB flash drive:
    Bootsect /nt60 I:
  25. In the above command, replace I with the drive letter associated with your USB flash drive.
    copy-iso-files-to-usb-drive
  26. Next, type the following command and hit Enter to copy Windows 11 system files to the USB flash drive:
    xcopy J:\*.* I:\ /E /F /H
  27. In the above command, replace K: and I: with your Mounted ISO Volume and USB drive letter, respectively.
  28. The process may take a 5-10 minutes to complete. If the Command Prompt feels stuck, it is normal behaviour, so wait until the process is complete.
  29. If successful, you will see a Files (s) Copied message.

That’s it. Now you can use the USB bootable drive to clean install Windows 11.

Multiple Ways to Create a Windows 11 Bootable USB Drive

With its Media Creation Tool, Microsoft makes it easy to create installation media. However, if you have a Windows 11 ISO image ready, you can use Rufus or the Command Prompt to create a Windows 11 bootable USB drive quickly. You can use the same to clean install Windows 11 on a new PC, troubleshoot your Windows computer or dual boot Windows 10 with Windows 11.

Source
makeuseof.com
ADVERTISEMENT
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments