How to install Windows 10 from a bootable USB stick

The days of burning operating system ISO images to a disc are long gone, today most PCs can boot from USB so it's just easier to update and more convenient to install Windows from a USB flash drive. Another good reason to install in this way is the installation speed, which is significantly faster than optical drive setup. Many modern devices do not come with an optical drive. Let's see how to transfer Windows 10 setup to a bootable USB stick. If you are running Windows 8 at this moment, then no third party software is required, but in Windows 7 you need some tool like 7-Zip archiver to extract the Windows 10 ISO file contents.

Warning! You will need to erase all data from the USB flash drive you use for this, so make a backup of the important data on it before you proceed.

You need to unpack the ISO file. In Windows 7, use the free and open source 7-zip archiver or install Virtual CloneDrive software which is also free. It creates a virtual drive which can mount ISO images and you can work with them like a regular DVD disk inserted in the physical DVD drive.

In Windows 8 and Windows 8.1, you don't need any third-party software to extract the ISO's contents to the USB flash drive: Windows 8 and Windows 8.1 have built-in support for ISO images. Simply double click the ISO to mount it; Windows 8 will create a virtual DVD drive inside the This PC folder. Then you can just copy and paste files from the virtual DVD drive to your USB stick.

Important Note: You cannot create a bootable 64-bit (x64) Windows 10 USB stick from a 32-bit (x86) edition of Windows. Use a 64-bit edition of Windows to create a 64-bit USB stick. However, you can create a USB drive with 32-bit (x86) edition of Windows from a 64-bit edition of Windows.

  1. Download Windows 10 if you do not have it as described here: Windows 10 Technical Preview direct download links.
  2. Open an elevated command prompt
  3. Type the following:
    diskpart


    Diskpart is a console disk management utility which is shipped with Windows by default. It allows you to perform all disk management operations from the command line.

  4. Connect your USB stick.
  5. Type the following in diskpart's prompt:
    list disk

    It will show a table with all your disks, including the currently connected USB stick. Note the number of the USB stick drive.
    In my case, it is Disk 1

  6. Now, you need to select your USB disk in diskpart. Type the following:
    sele disk #

    Where # is the number of your USB stick drive. In my case, it is 1, so I have to use the following command:

    sele disk 1

  7. Type the following command:
    clean

    This will erase all data from your USB drive.
    Note: You can skip this step if you are an advanced user and know that your USB stick has a proper filesystem. If you are not sure, it is better to clean the partitions and data.

  8. Type the following command:
    crea part prim

    This will create a primary partition which will store your data.

  9. Now you need to format the partition. Use the following command:
    format quick

  10. Next, type the following command:
    active

    This is to allow your USB stick to be able to load some bootloader.

  11. Now your work in diskpart is finished. Type 'exit' to leave it. You will return to the elevated command prompt - do not close it.
  12. Double click the ISO image in Windows 8 to mount it, and copy all files from the Windows 10 ISO image to the USB stick. This will take a few minutes depending on the speed of your USB flash drive. On Windows 7, open the Windows 10 ISO with 7-Zip and extract all the files to the drive letter of your USB stick.
  13. The final part: you need to write a bootloader to your USB stick. Suppose your mounted ISO image has the drive letter, D: in the This PC/Computer folder, and your USB stick has the drive letter E:
    Then you need to type the following command at the elevated command prompt:
    D:\Boot\Bootsect /NT60 E: /force /mbr

    This will write the NT6 boot sector to your USB stick. Replace the letters in my example with the appropriate letters in your OS.

That's it! Now you can use this USB stick to boot and install Windows 10 on any computer that supports booting from USB.

P.S. In fact, once you make the USB drive bootable by writing the boot sector, as long as you don't format the drive, you can simply erase all the files on it and copy newer files from an updated ISO to the same flash drive, and it will still boot.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

10 thoughts on “How to install Windows 10 from a bootable USB stick”

  1. Excellent guide but I have to ask: Isn’t using the Windows 7 USB/DVD Download Tool be a hell of a lot easier? You point it at the ISO then you point it at the USB stick and it does everything you have mentioned for you.

    Brumfondl

  2. Rufus is a nice USB maker and also supports UEFI (Yumi multiboot does not). A handy USB multiboot program is UEFI MULTI.

    FYI.

    1. I second this. Rufus also allows you to select between GPT UEFI, MBR UEFI-CSM or MBR Legacy BIOS modes which comes in handy troubleshooting certain boot environments.

  3. Don’t forget all those issues between USB ports and USB 3.0 sticks. That sh*t is annoying and completely impossible to predict. Acer’s E line of laptops for example, some have issues with USB 3.0 sticks in USB 2.0 ports causing them to fail to detect UEFI partitions. Other models is the reverse, where a USB 3.0 stick will only work in the USB 3.0 port.

Leave a Reply

Your email address will not be published.

Exit mobile version
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.