HP TECH TAKES /...

Exploring today's technology for tomorrow's possibilities
How to Boot from a USB Drive on Windows 10 PCs

How to Create and Boot from a Windows 10 USB Drive: Complete Guide

Tulie Finley-Moise
|
Reading time: 6 minutes
Creating a bootable USB drive for Windows 10 is an essential skill for PC users. Whether you need to install Windows on a new computer, repair a system that won’t boot, or perform a clean installation to improve performance, having a bootable USB drive can be a lifesaver. This comprehensive guide will walk you through the entire process of creating a bootable Windows 10 USB drive and booting your computer from it.

What You’ll Need

Before getting started, make sure you have:
  • A USB flash drive (8GB minimum, 16GB recommended)
  • A working computer with Windows 7, 8, or 10
  • Internet connection to download necessary files
  • Administrator privileges on your PC
For the best results, consider using a high-quality USB 3.0 flash drive with decent read/write speeds. A reliable drive like this high-performance USB flash drive will significantly speed up both the creation process and the Windows installation time. When choosing a USB drive for Windows installation, look for one with at least 16GB of storage to accommodate future updates and drivers.

Creating a Bootable Windows 10 USB Drive

There are multiple methods to create a bootable Windows 10 USB drive. We’ll cover the three most popular approaches:

Method 1: Using the Media Creation Tool (Official Microsoft Method)

Microsoft’s Media Creation Tool is the simplest and most reliable way to create bootable Windows 10 media.
  1. Prepare your USB drive:
    • Insert your USB flash drive into your computer
    • Backup any important files on the drive as this process will erase everything
  2. Download the Media Creation Tool:
    • Visit the official Microsoft Windows 10 download page
    • Scroll down to “Create Windows 10 installation media”
    • Click “Download tool now”
  3. Run the Media Creation Tool:
    • Open the downloaded MediaCreationTool file
    • Accept the license terms
    • Select “Create installation media for another PC”
    • Click “Next”
  4. Choose your preferences:
    • Select language, edition, and architecture (32-bit, 64-bit, or both)
    • Click “Next”
  5. Select USB flash drive:
    • Choose “USB flash drive”
    • Click “Next”
    • Select your USB drive from the list
    • Click “Next” again
  6. Wait for the process to complete:
    • The tool will download Windows 10 and create the bootable USB
    • This may take 30 minutes to an hour depending on your internet speed
Once finished, you’ll have a bootable Windows 10 USB drive created using Microsoft’s official method.

Method 2: Using Rufus (Faster Alternative)

Rufus is a popular third-party tool that offers more options and can sometimes be faster than Microsoft’s tool.
  1. Download Rufus:
    • Visit the official Rufus website
    • Download the latest version (portable version recommended)
  2. Download the Windows 10 ISO:
    • You can use the Media Creation Tool to download just the ISO file
    • Or download it directly from Microsoft’s website
  3. Create the bootable USB:
    • Insert your USB drive
    • Run Rufus
    • Select your USB drive from the “Device” dropdown
    • Click the “SELECT” button and choose your Windows 10 ISO file
    • Keep the default settings for partition scheme (usually GPT) and file system (NTFS)
    • Click “START”
    • Accept any warnings about data destruction on the USB drive
Rufus typically completes the process faster than the Media Creation Tool and provides more configuration options.

Method 3: Using Command Prompt (Advanced Method)

For advanced users who prefer command-line tools, you can create a bootable USB using Command Prompt:
1. Insert your USB drive
2. Open Command Prompt as Administrator:
  • Search for “cmd” in the Start menu
  • Right-click “Command Prompt” and select “Run as administrator”
3. Use DISKPART to prepare the USB drive:
  • diskpart
  • list disk
  • select disk # (replace # with your USB drive number)
  • clean
  • create partition primary
  • select partition 1
  • active
  • format fs=ntfs quick
  • assign
  • exit
4. Copy Windows 10 installation files:
  • Mount the Windows 10 ISO by double-clicking it
  • Note the drive letter assigned to it (e.g., E:)
  • Copy all files from the ISO to your USB drive:
xcopy E:\*.* /s/e/f F:\ (replace E: with ISO drive letter and F: with USB drive letter)
This method provides full control but requires careful attention to avoid selecting the wrong disk. If you frequently need to create bootable drives or work with system installations, investing in a high-capacity, reliable USB flash drive can be a worthwhile addition to your tech toolkit.

Booting from a USB Drive on Windows 10 PCs

Once you’ve created your bootable USB drive, you’ll need to boot your computer from it. The process varies slightly depending on your computer manufacturer.

Step 1: Enter Boot Menu or BIOS/UEFI Settings

There are two main approaches:

Method A: Use Boot Menu Key

  1. Insert the bootable USB drive into your computer
  2. Restart or power on your computer
  3. As soon as the screen lights up, press the boot menu key repeatedly
Common boot menu keys by manufacturer:
  • HP: F9 or Esc
  • Dell: F12
  • Lenovo: F12 or F8
  • ASUS: F8
  • Acer: F12
  • MSI: F11
  • Gigabyte: F12
  • Microsoft Surface: Hold volume-down button

Method B: Access Through Windows Settings

If you can’t catch the boot menu key timing:
  1. Open the Start menu
  2. Click the power button
  3. Hold Shift while clicking “Restart”
  4. On the “Choose an option” screen, select “Troubleshoot”
  5. Select “Advanced options”
  6. Select “UEFI Firmware Settings” or “Startup Settings”
  7. Click “Restart”

Step 2: Select the USB Drive as Boot Device

  1. In the boot menu, look for your USB drive
    • It may be listed by brand name or as “USB Storage Device”
  2. Use arrow keys to highlight the USB drive
  3. Press Enter to boot from it

Step 3: Begin Windows 10 Installation or Recovery

Once your computer boots from the USB drive, you’ll see the Windows 10 setup screen. From here, you can:
  • Install Windows 10 on a new PC
  • Repair your existing Windows installation
  • Access command prompt for advanced troubleshooting

Troubleshooting USB Boot Issues

If you’re having trouble booting from your USB drive, try these solutions:

Issue 1: USB Drive Not Appearing in Boot Menu

Solutions:
  • Try a different USB port (preferably USB 2.0, as some BIOS don’t support booting from USB 3.0)
  • Recreate the bootable USB using a different method
  • Check if your USB drive is detected in Windows
  • Update your motherboard’s BIOS/UEFI firmware

Issue 2: “Non-System Disk” or “Boot Error” Messages

Solutions:
  • Verify the USB drive was created properly
  • Try recreating the bootable USB
  • Ensure you selected the correct boot device
  • Check if Secure Boot is enabled (try disabling it in BIOS)

Issue 3: Computer Bypasses USB and Boots to Windows

Solutions:
  • Make sure you’re pressing the boot menu key at the right time
  • Change boot order in BIOS to prioritize USB drives
  • Disable Fast Startup in Windows:
    1. Open Control Panel > Power Options
    2. Click “Choose what the power button does”
    3. Click “Change settings that are currently unavailable”
    4. Uncheck “Turn on fast startup”
    5. Save changes

Frequently Asked Questions

How big should my USB drive be for Windows 10?

While 8GB is the minimum requirement, a 16GB or larger drive is recommended. This provides extra space for Windows updates and additional drivers.

Can I use the bootable USB drive on multiple computers?

Yes, a properly created Windows 10 bootable USB drive will work on multiple computers. However, if you activate Windows on one PC, you’ll need a separate license for each additional computer.

Will creating a bootable USB erase my data?

Yes, the process will format your USB drive and erase all existing data. Always back up important files before creating a bootable USB.

Do I need a product key to create a bootable Windows 10 USB?

No, you don’t need a product key to create the bootable USB or install Windows 10. However, you will need a valid product key to activate Windows after installation.

How can I make my bootable USB drive faster?

For faster performance, consider using a USB 3.0 or higher drive with good read/write speeds. High-quality USB drives like this reliable USB flash drive will significantly reduce installation time. Using Rufus instead of the Media Creation Tool might also result in a faster creation process.

Conclusion

Creating a bootable Windows 10 USB drive is a valuable skill that can help you install, repair, or troubleshoot Windows systems. By following this comprehensive guide, you should be able to successfully create a bootable USB drive and boot your computer from it when needed.
Whether you’re setting up a new PC, performing a clean installation, or troubleshooting system issues, having a bootable Windows 10 USB drive ready to go can save you time and stress when you need it most.
Remember to keep your bootable USB drive in a safe place, and consider updating it periodically as Microsoft releases new versions of Windows 10.

About the Author

Tulie Finley-Moise is a contributing writer for HP Tech Takes. Tulie is a digital content creation specialist based in San Diego, California with a passion for the latest tech and digital media news.

Popular HP Docking Stations

Disclosure: Our site may get a share of revenue from the sale of the products featured on this page.