Install Windows 10 from USB Drive

These days most PCs can boot from USB, so you need no DVD drive any more to install Windows 10. Installing Windows 10 from a USB flash drive is much faster than optical drive setup. Here is how you can transfer your Windows 10 setup to a bootable USB stick.

I assume that you already have an ISO image with Windows 10.

You will need to erase all data from the USB flash drive before proceeding, so please make a backup of your important data.

If you are running Windows 8 or Windows 10, double-click your Windows 10 ISO to open its contents. It will appear as a virtual DVD drive inside This PC in File Explorer.

If you are running Windows 7, use the free and open source 7-zip archiver or install Virtual CloneDrive by RedFox. Virtual CloneDrive is a freeware app which creates a virtual drive in which can mount ISOs.

How to Install Windows 10 from a Bootable USB Stick

Open Command Prompt as Administrator.

Type or copy-paste the following command:

diskpart

Diskpart is a special console tool which comes bundled with Windows 10 by default. It allows performing all disk management operations from the command line.

01 Diskpart 600x316

Connect your USB stick and type or copy-paste the next command.

list disk

It will print a list with all your disks, including the currently connected USB stick. Note its number in the output.
In my case, it is Disk 1.

02 List Disk 600x325

To proceed with your USB drive, you need to select it in Diskpart. This can be done with the following command.

sele disk #

Replace ‘#’ with the number of your USB stick drive.

03 Sele Disk 600x319

Warning! The next command will erase all data from the drive, so ensure you have no important files stored on the drive.

clean

04 Clean1 600x314

The next command will create a new partition on your drive so you will be able to put Windows 10 Setup files.

crea part prim

05 Create Part Prim 600x314

Format this partition with the next command.

format quick

06 Format Quick 600x316

Next, type the following command:

active

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

07 Active 600x317

Type ‘exit’ to leave the Diskpart app.

Copy all files from the Windows 10 ISO image to the USB stick.

Now 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.

09 Bootsect 600x313

Restart your computer and boot it from your USB drive. Now you can install Windows 10.

Windows 10 Setup Screen

Looks like you've read the post to the end. If you enjoyed it, please share it. You would greatly help our blog to grow!

Author: The MFTNEXT Team

The MSFTNEXT project is a small team of authors who love to engage with the latest technology and gadgets. Being passionate Windows bloggers, we are happy to help others fix their system issues.

Leave a Reply

Your email address will not be published.

css.php