Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»How to Create Bootable USB Flash Drive in Windows

How to Create Bootable USB Flash Drive in Windows

Anup ThapaBy Anup ThapaSeptember 22, 2022
create bootable usb windows

Having a bootable USB Flash Drive on hand is a good idea in case you ever need to troubleshoot booting issues or simply install Windows.

Windows offers multiple ways to create bootable USBs, from native tools like Diskpart and official ones like the Media Creation Tool to popular third-party options like Rufus.

Ultimately, these are all very straightforward to use, but certain methods will be better suited for certain cases. As such, we’ve detailed the steps for all three so that you can use the one best suited for your specific circumstances.

Table of Contents

  • How to Create a Bootable USB
    • Using Media Creation Tool
    • Using Disk Management / Diskpart
    • Using Rufus
  • How to Create A Recovery Drive?

How to Create a Bootable USB

If you’re trying to create a bootable Windows USB on Windows, you can use the Media Creation Tool. This will flash the USB with the latest Windows version. In case you’re trying to use the ISO of a specific version, you can instead use Diskpart. 

And finally, if you want to create a bootable Linux or Mac USB in Windows, you can use Rufus. For Windows USBs, you’ll want an 8GB USB at the minimum, while the requirements for Linux will be lower depending on the distro.

Using Media Creation Tool

As the Media Creation Tool is very simple to use, we’ll discuss that first. Here are the steps to create a bootable USB with this tool:

  1. Connect the USB to your PC if you haven’t already.
  2. Download and launch the Media Creation Tool.
  3. Accept the license agreement and select the Create installation media option.
    create-installation-media-usb
  4. Select USB Flash Drive and press Next.
    choose-which-media-to-use
  5. The creation tool will now burn the ISO onto the USB.

Using Disk Management / Diskpart

This method isn’t very popular, but it still has some use cases, such as when an internet connection is unavailable. Here’s how you can create a bootable USB using Disk Management:

  1. Press Win + R, type diskmgmt.msc, and press Enter.
  2. Right-click the USB and select Format.
    format-usb-disk-mgmt-fat32
  3. Select FAT32 as the filesystem and format the USB.
  4. Afterward, right-click the USB and select Mark Partition as Active. In case this option is grayed out, check the next section.
    mark-partition-as-active-greyed-out
  5. Mount the ISO and copy its contents to the USB.

The Mark Partition as Active option won’t be accessible on GPT drives. In such cases, you can use diskpart to set the USB as active. Here are the steps for this:

  1. Press Win + R, type cmd, and press CTRL + Shift + Enter.
  2. Execute the following commands:
    diskpart
    list disk
    list-disk-sel-disk
  3. Type select disk #, replace # with the drive number or letter of the USB drive, and press Enter.
  4. Use the commands listed below to format the USB as FAT32 and create a primary partition. If you already did this earlier, skip this part and move on to Step 5:
    clean
    create partition primary
    select partition 1
    format fs=fat32 quick
    create-partition-primary-format-fs=fat32
  5. Execute the following commands:
    active
    exit
  6. Now mount the ISO and copy the contents to the USB.

Using Rufus

Rufus is an excellent third-party utility for creating bootable USB drives and Live USBs on Windows. Assuming you’ve downloaded Rufus, here are the steps to use it:

  1. Launch Rufus and select the USB.
  2. Click on the SELECT button and select the ISO.
    rufus-select-iso-windows
  3. Specify the preferences such as OS version, partition scheme, etc.
  4. Once you’re satisfied, press the Start button.
    start-flashing-usb-rufus
  5. Rufus will now create the installation media with the preferences you’ve chosen.

How to Create A Recovery Drive?

A Windows recovery drive can come in handy if you ever face booting issues. The recovery drive will allow you to access recovery options, which you can use to try and restore the system to a working state. If you back up system files to the drive, you can even use it to reinstall Windows.

Microsoft recommends using a USB Drive that’s at least 16 GBs for this purpose. In some cases, you might need a USB with even higher capacity. With that said, here are the necessary steps:

  1. Connect the USB to your PC if you haven’t already.
  2. Press Win + R, type recoverydrive, and press Enter.
  3. Enable the Backup system files option and press Next.
    create-a-recovery-drive-windows
  4. Select the USB Drive and press Next > Create.
    select-usb-flash-drive-recovery-drive
  5. After the recovery drive is created, you’ll have the option to keep or remove the recovery files on your PC. As long as you store the Recovery USB safe, it’s fine to delete the files on the PC.
how-to
Anup Thapa
  • LinkedIn

Anup Thapa is a tech writer at TechNewsToday. He mostly writes informative articles, tutorials, and troubleshooting guides related to Windows systems, networking, and computer hardware. Anup has been writing professionally for almost 5 years, and tinkering with PCs for much longer. His love for all things tech started when he got his first PC over 15 years ago. It was a Pentium IV system running Windows XP on a single 256 MB stick. He spent his formative years glued to this PC, troubleshooting any hardware or software problems he encountered by himself. Professionally, Anup has had brief forays into a variety of fields like coding, hardware installation, writing, etc. In doing so, he's worked with people of different backgrounds and skill levels, from average joes to industry leaders and experts. This has given him not just a versatile skillset, but also a unique perspective for writing that enables him to concisely communicate complex information and solve his reader's problems efficiently. You can contact him at anup@technewstoday.com

Related Posts

how to delete win backup files

How to Delete Backup Files on Windows

January 29, 2023
how to reset password on hp laptop

How to Reset Password on HP Laptop

January 29, 2023
Reset BIOS password

4 Ways to Reset BIOS Password

January 28, 2023
how to make windows 11 look like windows 10

How to Make Windows 11 Look Like Windows 10

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
mouse not showing in chrome

Mouse Not Showing in Chrome? Here’s How to Fix It

January 25, 2023
View 1 Comment

1 Comment

  1. Bavandkala on January 2, 2023 4:14 pm

    Many thanks for this guiding information

    Reply

Leave A Reply Cancel Reply

Latest Posts
how long does a cmos battery last

How Long Does a CMOS Battery Last

January 25, 2023
thunderbolt vs usb c

Thunderbolt Vs USB C: What’s the Difference

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
You may also like
open chrome task manager

How to Open and Use Chrome Task Manager

January 29, 2023
how to delete win backup files

How to Delete Backup Files on Windows

January 29, 2023
how to reset password on hp laptop

How to Reset Password on HP Laptop

January 29, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.