Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to create bootable Windows 11 USB install media

If you plan to install Windows 11 on a computer that meets the minimum requirements using the clean process, you will need bootable USB media, and in this guide, you will learn how.

Although you can start a clean install of Windows 11 directly from the Media Creation Tool or mounted ISO file, booting the device with a USB installation media is still the best approach to proceed with the installation. Also, it’s perhaps the only way to install Windows 11 on a new computer or a device with an empty hard drive.

If you need to create a bootable USB flash drive to install Windows 11, you have multiple options, including the Media Creation Tool, Rufus, and Command Prompt.

In this guide, you will learn how to create a USB bootable media to perform an in-place or clean install of Windows 11 with support for UEFI. You can use Windows 10 or Windows 11 to use these instructions.

  • Create Windows 11 bootable USB from Rufus
  • Create Windows 11 bootable USB from Command Prompt
  • Create Windows 11 bootable USB from Media Creation Tool

Create Windows 11 bootable USB from Rufus

To create a bootable USB of Windows 11 with Rufus, use these steps:

  1. Open Rufus website.
  2. Under the “Download” section, click the link to download the latest version.
  3. Double-click the executable to launch the tool.
  4. Click the Settings button (third button from the left) at the bottom of the page.
  5. Under the “Settings” section, use the “Check for updates” drop-down menu and select the Daily option.
  6. Click the Close button.
  7. Click the Close button again.
  8. Open Rufus again.
  9. (Optional) Under the “Device” section, use the drop-down menu and select the USB flash drive to create the installation media.
  10. Under the “Boot selection” section, use the drop-down menu and select the “Disk or ISO image” option.
  11. Click the down-arrow button (on the right side) and select the Download option.
  12. Click the Download button.
  13. Select the Windows 11 option.
  14. Click the Continue button.
  15. Under the “Release” section, select the “22H2 (Build 22621.xxx – 2022.10)” option to download the Windows 11 2022 Update.
  16. Click the Continue button.
  17. Select the Windows 11 Home/Pro/Edu option.
  18. Click the Continue button.
  19. Select the language for the Windows 11 installation.
  20. Click the Continue button.
  21. Select the x64 architecture.
  22. Click the Download button.
  23. Select the location to save the Windows 11 22H2 ISO file automatically.
  24. Under the “Image option” setting, select the “Standard Windows 11 Installation” option.
  25. (Optional) Continue with the default settings after the download.
  26. (Optional) Under the “Volume label” setting, specify a name for the drive—for example, Windows 11 22H2 Setup.
  27. Click the Start button.
  28. Clear the “Remove requirement for 4GB+ RAM, Secure Boot, and TPM 2.0” option.
  29. Clear the “Remove requirement for an online Microsoft account” option.
  30. (Optional) Check the “Create a local account with username” option if you want an installation with a local account instead of a Microsoft account (not recommended).
  31. Click the OK button.

Once you complete the steps, the tool will begin creating a bootable media with the Windows 11 installation media.

Create Windows 11 bootable USB from Command Prompt

To create a bootable USB flash drive to install Windows 11 with Command Prompt, use these steps:

  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.
  4. Select the installation language.
  5. Click the Confirm button.
  6. Click the Download button to download the Windows 11 ISO on the device.
  7. Open Start
  8. Search for Command Prompt, right-click the top result, and select the Run as Administrator option.
  9. Type the following command to open Diskpart and press Enter: diskpart
  10. Type the following command to determine the USB flash drive and press Enter: list disk
  11. Type the following command to select the storage and press Enter: select disk 1 Quick tip: The select disk 1 command as an example, but you must replace 1 with the flash drive you want to use.
  12. Type the following commands to delete everything from the USB flash drive and press Enter: clean
  13. Type the following command to create a primary partition and press Enter: create partition primary
  14. Type the following command to select the new partition and press Enter: select partition 1
  15. Type the following command to make the USB flash drive bootable and press Enter: format FS=FAT32 quick
  16. Type the following command to assign a volume and a drive letter for the USB flash drive and press Enter: assign letter=X Change X for any available letter you want to use in the command.
  17. Type the following command to quit the tool and press Enter: exit
  18. Type the following command to mount the Windows 11 ISO file and press Enter: PowerShell Mount-DiskImage -ImagePath “C:\path\to\Windows11.iso” In the command, update the path with the location where you have stored the Windows 11 ISO file.
  19. Type the following command to relaunch Diskpart and press Enter: diskpart
  20. Type the following command to determine the drive letter for the mounted Windows 11 ISO file and press Enter: list volume
  21. Type the following command to exit Diskpart and press Enter: exit
  22. Type the following command to access the Windows 11 ISO file and press Enter: E:
  23. Type the following command to enter the boot folder and press Enter:  cd boot
  24. Type the following command to update the volume boot code for the USB flash drive and press Enter: bootsect /nt60 X:
  25. 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 In the command, change the E and X drive letters with the correct drive letters for the Windows 11 ISO image and the USB flash drive, respectively.

After you complete the steps, you can use the bootable flash drive to install Windows 11 on UEFI devices.

Create Windows 11 bootable USB from Media Creation Tool

To create a bootable Windows 11 USB with the Media Creation Tool, use these steps:

  1. Open Microsoft support website.
  2. Under the “Create Windows 11 installation media” section, click the Download Now button.
  3. Double-click the MediaCrationToolW11.exe file to launch the tool.
  4. Click the Accept button.
  5. Click the Next button. Quick note: If you want to create a Windows 11 USB for another device, you can also clear the “Use the recommended options for this PC” option to select the correct language, architecture, and edition.
  6. Select the USB flash drive option.
  7. Click the Next button.
  8. Select the USB flash drive from the list, but ensure it does not have any important files, as this process will erase everything on it.
  9. Click the Next button.
  10. Click the Finish button.

Once you complete the steps, you can start the UEFI-compatible device with the USB drive to install Windows 11.

The post How to create bootable Windows 11 USB install media appeared first on AndroidTechNews.



This post first appeared on AndroidTechNews, please read the originial post: here

Share the post

How to create bootable Windows 11 USB install media

×

Subscribe to Androidtechnews

Get updates delivered right to your inbox!

Thank you for your subscription

×