Home > How to Tips

How to Create Windows 10/11 Installation Media/Bootable USB?

Updated on Friday, June 28, 2024

iBoysoft author Amanda Wong

Written by

Amanda Wong
Professional tech editor

Approved by

Jessica Shee

English Français Deutsch やまと Español Português

Summary: This post provides three ways to create Windows 10/11 installation media on a Windows PC, you can follow the detailed steps to create a Windows 10/11 bootable USB via the Windows media creation tool, Rufus, and the CMD.

create windows 10 installation media

To reinstall Windows, perform a clean installation, troubleshoot a problematic PC, set up multiple computers without repeating downloading ISO files, upgrade Windows, etc., you may want to create installation media for Windows 10/11, which allows you to boot Windows from the USB flash drive/DVD containing system files. 

There are 3 free ways to create Windows installation media:

  • Create Windows 10/11 installation media via the Windows media creation tool
  • Create a bootable USB for Windows 10/11 using Rufus - an open-source utility
  • Create installation media for Windows 10/11 with CMD - complicated steps

Here is what you need to create installation media:

  • A computer with a stable and quality internet connection.
  • A blank USB flash drive/external hard drive with more than 8GB, or a DVD. 

 Note: Creating installation media will erase all data on the target USB flash drive/external disk, if there are important files, quickly and easily clone the drive with iBoysoft DiskGeeker for Windows.

Let's dive into each method to create Windows installation media on a PC.

Method 1. Use the Windows media creation tool

Microsoft's method for creating installation media is the media creation tool. You can download the ISO file to your local disk or use the media creation tool to make a bootable USB flash drive. This utility does not work with an existing Windows ISO image since it needs to download the ISO to make a bootable drive.

Here's how to create Windows 10 installation media via the media creation tool:

  1. Visit the Windows 10 download page, and tap the Download tool now button to download and install it. Or, head to the Windows 11 download page and click Download Now for the Media Creation Tool.
  2. Open the MediaCreationToolW10.exe and wait till you see the Setup wizard.
  3. Then, tap Accept to agree to the license terms.
  4. Select "Create installation media (USB flash drive, DVD, or ISO file) for another PC", and click Next. 
    create windows 10 installation media
  5. Choose a language, edition, and architecture for Windows 10. If you have different specification needs, different from the windows existing on your PC, uncheck the "Use the recommended options for this PC" box, then click Next.set language edition
  6. Choose which media to use, select USB flash drive, and click Next.select usb flash drive
  7. Select the target USB flash drive, and click Next > Finish to create the USB installation drive.

Method 2.  Install Rufus to burn ISO to USB drive

An open-source tool called Rufus helps with formatting and creating Windows bootable USB drives. It operates quickly and requires no installation. You can use the executable file right away after downloading it. To make a Windows 10/11 bootable USB using Rufus, follow the instructions below.

  1. Head to the Windows download page to download the Windows 10/11 disk image file(ISO).
  2. Go to the Rufus official site and download the utility under the Download section.download rufus
  3. Open Downloads on your PC and double-click the executable file to launch Rufus.
  4. Tap the Application Settings button at the bottom (third from left).select rufus app settings
  5. Expand the drop-down menu of Check for updates, select Daily (Default), and click Close.
  6. Close the main windows and relaunch Rufus.
  7. Select your USB under the Device section, choose the downloaded ISO file under the Boot selection section, and click Select.
  8. Navigate to the location of the Windows 10/11 ISO file, select the file, and click Open.
  9. Choose Standard Windows 10 Installation (TPM 2.0 + Secure Boot) under the Image Options tab.
  10. Set the Partition scheme (GPT) and Target system (UEFI) as default and name your USB drive under the Volume label tab.
  11. Set all other options as default. Check the boxes against Quick format and Create extended label and icon file options.
  12. Click Start at the bottom-right to start creating a Windows bootable USB.

Method 3. Run commands in the Command Prompt

In addition, there is another Windows native command-line tool - Command Prompt, you can use it to create Windows installation media by running the right commands. Here's how to create a Windows bootable USB using the diskpart command:

  1. Connect the USB drive to your Windows PC.
  2. Type cmd in the search bar and launch Command Prompt by clicking Run as administrator.
  3. Type the command "diskpart" and hit Enter.cmd diskpart
  4. Type the command "list disk" and press Enter to list your USB drives.
  5. Enter the command "select disk 1" (replace digit 1 with the USB's number in the list) press Enter to choose the target USB drive.
  6. You need to format the USB drive using the command "clean" and press Enter.
  7. Type the following commands one by one and press Enter after each. (Replace the letter X with a letter you prefer)create partition primarylist paractiveselect partition 1format FS=NTFS label=”bootableUSB” quick overrideassign letter=Xexit
  8. Type the following command to mount the ISO file and press Enter. (Replace with the correct path of the ISO file on your PC)PowerShell Mount-DiskImage -ImagePath "C:\path\to\Windows10.iso"
  9. Type the following commands and press Enter after each.DiskpartList volumeExit
  10. Then, insert the following commands one by one and press Enter after each. (Replace the letters X and E with the suitable letters for the ISO file and USB, respectively.)E:cd bootbootsect /nt60 X:xcopy E:\*.* X:\ /E /F /H

Share the method you prefer to create Windows 10/11 installation media!

 

Bonus tip: Boot Windows PC from the Windows installation media 

Once you have successfully created Windows installation media for the wanted Windows version, you can proceed to boot your PC where you want to reset settings, reinstall Windows, or upgrade OS from the Windows installation media, here are the steps:

  1. Connect the Windows installation media drive to the computer where you want to install Windows.
  2. Restart the PC and enter the BIOS or UEFI settings by pressing a specific key (such as F2, F10, or DEL) during startup.
  3. Locate the boot order settings and move the bootable USB drive to the top of the list.
  4. Save your settings and exit the BIOS or UEFI, then restart the PC to let it boot from the USB drive.
  5. When the Windows installation screen appears, follow the on-screen guide to complete the installation.

If you think this post is helpful, click the button below to share it!