How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (2024)

How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (1)

If you have created a bootable USB drive, you may be wondering whether it will successfully initialize and boot. You don’t always have to restart your PC/laptop to find out. The following techniques can easily determine whether a USB drive is bootable in Windows 10/11. These include methods native to your Windows system as well as external recommended software.

Content

  • How to Create a Bootable USB Drive
  • Check USB Drive Bootable Status From Disk Management
  • Check USB Drive Bootable Status From Command Prompt
  • Check USB Drive Bootable Status From Windows PowerShell
  • Check Whether USB Is Bootable Using MobaLiveCD
  • Using Magic ISO Maker to Test Disk Images
  • Frequently Asked Questions

Also read: 6 of the Best Super Portable USB Flash Drives

How to Create a Bootable USB Drive

Here’s a quick primer that shows how to make a USB drive bootable and check the bootable status of such drives.

1. Using BalenaEtcher

For Windows systems, the fastest and most reliable way is to download and install BalenaEtcher. This software readily etches any ISO file on the USB drive.

  1. After installing, open the application and select your current USB drive as the source drive.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (2)
  1. Many ISO files (the following example is for Raspberry Pi Desktop) can be huge. Fortunately, you don’t always need to first download the ISO separately.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (3)
  1. Copy-paste the ISO download link, and it will etch much faster on your drive.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (4)
  1. Once you can see both the source and destination drives, it’s time to click the “Flash” button.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (5)
  1. All the data on the drive will be erased while a bootable media is created. In some cases, the USB drive will decompress first, which may take a little while.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (6)
  1. Wait for the USB drive to start flashing. This stage is seen after decompression is completed or directly afterward.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (7)
  1. After flashing, BalenaEtcher will validate the bootable disk, which doesn’t take very long.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (8)
  1. You’ll see a “Flash Complete” message once the USB drive is converted into a bootable disk.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (9)

Also read: How to Fix a Windows Infinite Reboot Loop Problem

2. With Rufus

Rufus is a commonly-used bootable disc/USB drive creator. As an open source application, it’s lightweight, and you have a choice not to install anything. Check this guide to learn how to use Rufus properly.

Here’s a quick summary of how to create a bootable drive with Rufus.

  1. Open the installed or portable Rufus application.
  2. Insert a USB drive in your computer. Rufus will automatically detect it as the source device.
  3. For the destination, click “Select” next to “Boot Selection” and choose your ISO installation file.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (10)
  1. You may set advanced drive property and format options. Make sure the partition scheme in Drive Properties is set as “MBR,” which stands for Master Boot Record.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (11)
  1. Click the “Volume Label” under “Format Options” and name it.
  2. Make sure the File system is set as “FAT32,” which is the default for bootable drives. Doing a “Quick format” will erase all existing files in removable media.
  3. You can also check the option to “Create extended label and icon files,” which generates an “autorun.inf” file. “Check the device for bad blocks” is optional as well.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (12)
  1. Once everything is done, click the “Start” button to proceed with creating a bootable USB device.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (13)

Also read: How to Fix an Unformattable and Unusable USB Drive in Windows

Check USB Drive Bootable Status From Disk Management

  1. Open a Search window on your PC and type in “disk manager.”
  2. Select the “Create and format hard disk partitions” entry.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (14)
  1. Select the formatted drive (“disk 1” in our example) and right-click to go to “Properties.”
  2. Navigate to the “Volumes” tab and check the “Partition style.” You should see it marked with some kind of boot flag, such as Master Boot Record (MBR) or GUID Partition Table. Also, the removable media with bootable ISO will display a “Status” like “No Volume/No Media” or very little volume (just a few MB).
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (15)
  1. If you don’t see the “No Media” status in the USB Device Properties, it means you cannot create a bootable device.

Also read: How to Create a USB Image to Back Up Your Data

Check USB Drive Bootable Status From Command Prompt

Another way to check the external drive’s bootability is to run a few lines on the Command Line prompt.

  1. Open cmd from “Search” and make sure you run in Administrator mode.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (16)
  1. Enter the following commands:
diskpartlist disk
  1. The formatted removable media with ISO will display “No Media/No Volume” or very little volume in MB.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (17)

Also read: SSD vs. HDD vs. USB Flash Drive: Everything You Need to Know

Check USB Drive Bootable Status From Windows PowerShell

Even Windows’ PowerShell can give a quick overview of the drive’s bootability.

  1. Look for PowerShell using the “Search” functionality in Windows and run it as Administrator.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (18)
  1. Enter get-disk to gather information about your USB drive.
  2. Check if the device health status is “Healthy” and whether it displays “No Media” operational status and 0 Bytes volume (or very low volume).
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (19)

Also read: How to Defrag Your Windows Hard Drive

Check Whether USB Is Bootable Using MobaLiveCD

The easiest third-party software to check a drive’s bootable state is MobaLiveCD, a wrapped-for-the-Qemu-system emulation software. It will actually run a virtual machine (an ad-hoc one) and attempt to boot from your USB, so it’s a fairly robust way to check the drive’s bootable state.

  1. Download the “MobaLiveCD.exe” file from the developer’s website.
  2. After the download is complete, right-click on the downloaded .exe and choose “Run as Administrator.” If you don’t, you’ll get an error reading “Setup cannot copy the file kqemu.sys” and won’t be able to proceed past step five.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (20)
  1. Click on the button labeled “Run the LiveUSB” in the bottom half of the window.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (21)
  1. Choose the USB drive you want to test from the drop-down menu. In this case we’ve selected the “F:/ drive.” If you’re not sure what the drive letter is, check an Explorer window and locate the drive in the sidebar.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (22)
  1. When asked to create a hard disk for your virtual machine, click “No” next to the red “x” icon.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (23)
  1. The Qemu emulator will boot the USB drive. You’ll also see a command prompt appear with a little boot-up text. This means the virtual machine is attempting to boot from the drive you selected in the previous step.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (24)
  1. If you see a booting screen next, it means your drive is bootable! Depending on what you’re trying to boot, there may be multiple boot options as shown below. Press Enter to boot or Tab to edit a menu entry.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (25)

If you get a message that the USB drive is not bootable, it doesn’t always mean that’s the case, as counterintuitive as it may sound. There is one last method you can try below.

How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (26)

Also read: How to Boot to Safe Mode in Windows

Using Magic ISO Maker to Test Disk Images

You can also use the (admittedly very old) freeware Magic ISO Maker to see whether a disk image is bootable. This actually works best on images, but it’s a good way to ensure an image is bootable before you burn it to a USB.

  1. Download Magic ISO Maker.
  2. Open the software and chose “Open” from the “File” menu.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (27)
  1. Choose your ISO file from the menu.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (28)
  1. Look in the menu bar. If it says “Bootable,” that ISO will be bootable once it’s burned to a CD or USB drive. If it doesn’t say bootable, it obviously won’t work to create bootable media.
How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (29)

Also read: Stop Your PC from Making Random USB Noises

Frequently Asked Questions

What format does USB have to be to remain bootable?

For Windows 10/11, the USB drive should not be in NTFS format, as it can’t boot from a USB device. FAT32 format should be used. However, if you’re diagnosing USB capabilities, NTFS can be used with Windows systems.

Is there a way to know if an ISO is bootable?

Yes. A service like PowerISO helps you determine whether an ISO is bootable. If you want to start over, we can show you how to format USB drives on Windows and format drives in FAT32 specifically, if required.

Image credit: Kaboompics via Pexels All screenshots by Sayak Boral

Subscribe to our newsletter!

Our latest tutorials delivered straight to your inbox

How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (30)

Sayak Boral - Staff Writer

Sayak Boral is a technology writer with over eleven years of experience working in different industries including semiconductors, IoT, enterprise IT, telecommunications OSS/BSS, and network security. He has been writing for MakeTechEasier on a wide range of technical topics including Windows, Android, Internet, Hardware Guides, Browsers, Software Tools, and Product Reviews.

  • Facebook
  • Tweet

As a seasoned technology enthusiast with over a decade of experience in various industries, including semiconductors, IoT, enterprise IT, telecommunications OSS/BSS, and network security, I bring a wealth of knowledge to guide you through the intricacies of creating and verifying bootable USB drives. My expertise is grounded in hands-on experience and a deep understanding of the technological landscape.

Now, let's delve into the concepts discussed in the provided article about checking whether a USB drive is bootable in Windows 10/11.

1. Creating a Bootable USB Drive: The article covers two popular tools for creating bootable USB drives - BalenaEtcher and Rufus. BalenaEtcher is highlighted for its speed and reliability on Windows systems. It emphasizes the simple steps of selecting the USB drive, choosing the ISO file, and clicking the "Flash" button. Similarly, Rufus, an open-source application, is recommended for its lightweight nature and the ability to create bootable drives without installation.

2. Checking USB Drive Bootable Status: The article provides several methods to check whether a USB drive is bootable without restarting the computer.

  • Disk Management: Explains how to open Disk Management, select the formatted drive, check the partition style (e.g., Master Boot Record or GUID Partition Table), and verify the "Status" as an indicator of bootability.

  • Command Prompt: Guides users to open the Command Line prompt as an administrator, run commands like diskpart and list disk to check the bootable status based on displayed information.

  • Windows PowerShell: Recommends using PowerShell to check the USB drive's bootability, looking for a "Healthy" status and specific volume information.

3. Using MobaLiveCD to Check Bootable State: Introduces MobaLiveCD as third-party software that runs a virtual machine to test the bootable state of a USB drive. The process involves downloading MobaLiveCD, running it as an administrator, selecting the USB drive, and observing the virtual machine's attempt to boot from the drive.

4. Magic ISO Maker for Testing Disk Images: Suggests using Magic ISO Maker to verify whether a disk image is bootable before burning it to a USB drive. Users can open the software, select the ISO file, and check if the menu bar indicates "Bootable."

5. Frequently Asked Questions (FAQs): Addresses common queries related to USB drive formats for bootability (FAT32 recommended), ways to determine if an ISO is bootable (services like PowerISO), and provides additional insights on formatting USB drives on Windows.

This comprehensive guide equips users with a range of techniques, both native to Windows and using external software, to create and verify the bootable status of USB drives, catering to users with varying preferences and levels of technical expertise.

How to Check Whether a USB Drive Is Bootable in Windows - Make Tech Easier (2024)
Top Articles
Latest Posts
Article information

Author: Eusebia Nader

Last Updated:

Views: 6311

Rating: 5 / 5 (60 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Eusebia Nader

Birthday: 1994-11-11

Address: Apt. 721 977 Ebert Meadows, Jereville, GA 73618-6603

Phone: +2316203969400

Job: International Farming Consultant

Hobby: Reading, Photography, Shooting, Singing, Magic, Kayaking, Mushroom hunting

Introduction: My name is Eusebia Nader, I am a encouraging, brainy, lively, nice, famous, healthy, clever person who loves writing and wants to share my knowledge and understanding with you.