Windows 11 Boot USB

Windows 11 Bootable USB

If you plan to install Windows 11 on your PC through Bootable USB & you don’t know how to make USB Bootable, then we guide you in multiple ways on how to do it easily. Before starting, you need to have downloaded the window ISO file. If you don’t have an ISO file, download it from Microsoft’s official page.

Methods to create Windows 11 Bootable USB:

First Method: Create Windows 11 USB Bootable through Rufus

You need to download Rufus Software first from the official Rufus website

Rufus is an open-source utility to create a bootable USB flash drive for the Windows operating system. Follow the steps to create a Windows 11 USB drive using Rufus. Once you have done it, Rufus will show a success message. After that, you can use your bootable USB flash drive to install Windows 11 on your Laptop or Pc.

1: After downloading, once you install Rufus, the interface is opened like in this Picture.

2: Connect your USB flash drive with your PC or Laptop and wait for the Rufus to detect and show it under the Device section.

3: Click on the drop-down for Boot selection and select Disk or ISO image.

4: Click on the SELECT Button.

5: Select the Windows ISO file from your PC/LAPTOP.

6: Click on the drop-down Image option and select the option of Standard Windows 11 Installation (TPM 2.0 + Secure Boot).

7: In case you can 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 installation.

8: You don’t need to select any option for Partition scheme (GPT) and Target system (UEFI); just leave it as default.

9: Under the Volume label, enter your USB flash drive name (any name).

10: Leave the File system, Cluster size, and the other options as default.

11: Please make sure before clicking on the start button (the Quick format and Create extended label and icon files option is checked).

11: Finally, click the Button to initiate the Bootable drive process.

—————————————————————————————————————————-

Our 2nd method for Windows 11 Bootable USB Flash Drive is a Microsoft in-built solution.

This method is also a very easy & fast way to make your USB Flash Drive bootable for windows 11.

Microsoft recommends this method, but it doesn’t mean our first method is not good. The fact is most users use Rufus for making USB Flash Drive bootable for windows 11 or any other windows. It purely depends on the user which method he/she would like to choose for Bootable.

Second Method: Create Windows 11 Boot USB through Media Creation Tool

Media Creation Tool is Microsoft’s in-built solution to create an installation media. Follow these steps to create a bootable USB Flash drive using the Media Creation in-built tool:

1: Connect your USB flash drive to your PC. Make sure the window detects your Flash Drive, and then you have taken a backup of all the files on your USB Flash drive.

2: Next Step, visit the official Microsoft download center page.

3: Download the Windows 11 Installation Media section, click on the Button Download Now and save the file on your PC.

4: After downloading the Windows 11 Installation Media section then, run the MediacreationtoolW11.exe file and click yes if prompted by UAC. This tool can take a few seconds to launch, so wait until you see the Setup wizard.

5: Click on the Accept button to agree to these terms.

6: Media Creation Tools automatically select the Language and Edition. To change the language, uncheck the box (Use the recommended options for this PC).

7: Choose your options and click on the Next Button.

8: After clicking on the next Button, a new option will appear (choose which media to use) window; select the USB flash drive option.

9: Click on the Next Button.

10: Please select your USB Flash drive from the list of drives available if your USB Flash drive is not showing on the list, click the (Refresh drive list) and then your drive will show after refresh.

11: After that, just click on the Button to continue.

12: Next, Click on the finish button & your Process is done.

After that, your Process Media Creation Tool automatically downloads the necessary Windows 11 files and creates an installation media. This Process can take some time, so you have to be patient, so feel free to grab a coffee or tea or whatever you like you can take in the meantime.

When the “your USB flash drive is ready” message appears on the screen, click the Finish button to close the setup wizard. Now you easily boot from the USB drive to troubleshoot or install Windows 11 for your pc.

—————————————————————————————————————————-

The 3rd method we can use for Windows 11 Bootable USB Flash Drive is a Command Prompt to create installation media. Command Prompt is a command line interpreter application in most Windows operating systems.

Command Prompt used to execute Process through commands. Commands Prompt is like to direct contact with the operating system without any user interface tool.

Most of those commands operate tasks through scripts and batch files, perform advanced-level administrative functions, and troubleshoot or solve certain kinds of Windows issues or for windows Bootable.

Third Method: How to Create Windows 11 USB installer Using Command Prompt

If you don’t want a third-party tool to create a bootable drive like Rufus or Microsoft Media Creation tool, then you can use the Command Prompt to create installation media. In this method, you can create Windows 11 Bootable USB Flash drive. Here’s a discussion of the steps.

1: First, take a backup of all your Windows or any other files on your USB drive and then connect with your PC. (Always take your files backup in case you lose your important files)

2: Go to your window button in your PC & Type on the search area (cmd) & Press enter, or Press the Win key & type cmd, and click on Run as Administrator under Command Prompt. Even you can use PowerShell if you prefer it over Command Prompt.

PowerShell is a cross-stage task computerization arrangement comprised of a command line shell, scripting language, and a setup management framework. PowerShell executes on Windows, Linux, and macOS.

3: In Command Prompt window, please type the following command and hit the enter button to launch the Windows Diskpart utility.

DISKPART

4: Next Step, Now type the following command to show all the available storage devices listed in your PC/Laptop:

LIST DISK

5: After Typing the List disk, locate your USB drive in the open storage list. You can determine your USB drive by looking at the size of your USB Flash drive storage. In our attached image, the USB Flash drive is listed as Disk 2.

6: After locating your drive in a list, type the following command to select your drive in a list:

SEL DISK 2

7: In the above command list, change DISK 2 with the number assigned to your USB Drive. For example, if you have a single SSD or SATA drive setup in your PC/Laptop, it means in your system, you have one local drive (C drive) & not divided into other local drives only C dive then, in this case, your primary drive will show as DISK 0 and USB drive as DISK 1. It is important that you select the right drive for the next step, which involves wiping clean the selected drive.

8: Next, type the following command and hit the enter button to erase all the content from your selected USB Flash drive:

Clean

9: Next, type the following command to create a main/primary partition:

Create Partition Primary

10: Next, type the following command to select the main/primary partition:

List par

11: After running this command, the List par Command Prompt will show the details of your USB Flash drive.

12: Next, Type the following command and hit enter Button to activate the selected partition:

Active

13: After the active command, type the following command to format the USB Flash drive. It is very important to format the drive in NTFS format as the FAT32 format wrong command will cause the incorrect parameter error.

FORMAT FS=NTFS LABEL=“ BootableUSB” QUICK OVERRIDE

14: Once done, type the Exit command and enter the Button to exit the Disk Part utility.

Now you need to mount the ISO image and then move its content to your USB Flash drive.

1: To do this step (mount the ISO image and then move its content to your USB Flash drive), type the following command and hit Enter Button to mount the Windows 11 ISO file:

PowerShell Mount-DiskImage -ImagePath “C:\Users\UserName\Downloads\Win11_English_x64v1.iso”

2: In the above command, first, you need to replace the file path with the location of your Windows 11 ISO files.

3: Once the ISO files are mounted, type the following command to launch the diskpart section.

Diskpart

4: In the Next Step, type the following command to show the available volume in a list.

List volume

5: This will assist you in determining the Drive letter for the Mounted ISO file. In the Type column, the Mounted ISO is listed as DVD-ROM. Also, the Ltr column lists the letter related to the volume. Note down the detail of the ISO volume as you will use it move forward.

6: Once you get the volume details for the Mounted ISO files, type the following command to exit Diskpart:

Exist

7: Next Step, type the Mounted ISO volume letter and hit the enter Button. For example, if your Mounted ISO volume letter is J, type the following command and press the Enter button.

J:

8: Now Type this command to boot from CD:

cd boot

8: Type the following command to apply the master boot code compatible with Bootmgr to the USB flash drive:

Boots/nt60 I:

9: In the above command, replace I with the drive letter associated with your USB drive.

10: Next step, type the following command and hit Enter button to copy Windows 11 system files to your USB flash drive:

xcopy J:\*.* I:\ /E /F /H

11: In the above command (xcopy J:\*.* I:\ /E /F /H), replace K: and I: with your Mounted ISO Volume and USB drive letter, respectively.

The Process can take 3-10 minutes to complete. If you feel Command Prompt is stuck, you don’t need to worry; it is normal behavior, so wait until the process is complete.

Once this process is successful, you will see a File (s) Copied message on your PC/LAPTOP screen.

That’s it; now you can use your USB Flash Drive bootable for windows 11 to install it on your PC/Laptop.

Conclusion on Windows 11 Boot USB

We discussed three different ways to create windows 11 bootable USB Flash drive. All these methods are easy & 100% working. If you have a windows ISO- the ready file, you can use Rufus or the command prompt to create your drive Bootable quickly. This bootable USB Flash Drive can be used for any operating system for installing windows 11 even you can use these methods to create your USB Flash Drive Bootable for any windows like Windows 10 or Windows 8. These methods work are same to create Bootable USB Flash Drive for windows. create bootable USB windows 11

Leave a Reply

Your email address will not be published. Required fields are marked *

New Order

Save 15%

Coupon Code - neworder
SHOP NOW
* Terms & Conditions Apply
close-link