Installing Windows 10 or 11 from a USB drive is a straightforward process. Before you begin, make sure you have a USB drive with at least 8 GB of storage.
This guide includes two sets of instructions: basic and advanced. Most people will find the basic instructions sufficient, but if you need more detail, feel free to explore the advanced sections.
Basic Install Instructions
Create a UEFI-bootable USB drive
- Download the Windows 10 or Windows 11 Media Creation Tool directly from the Microsoft website.
- Run the Media Creation Tool.
- Read and accept the license terms, then click Next.
- Leave the Use the recommended options for this PC box checked, then click Next.
- Select USB flash drive when asked to choose which media to use, then click Next.
- Choose the correct USB drive from the list.
- Click Next, and the tool will download and create a bootable Windows USB drive.
Prepare your computer
- Turn off your computer.
- Ensure the installer USB and the drive you are going to install Windows on are installed in the PC.
- Unplug all other HDDs, SSDs, or USB Drives from your PC to prevent accidentally formatting them.
- To bring up the boot menu, press the appropriate function key immediately after turning the PC back on. Refer to the table below.
| Manufacturer | Boot Menu Hotkey(s) |
|---|---|
| Acer | F12, F9, F2, ESC |
| ASUS | F8, ESC |
| Dell | F12 |
| HP | F9, ESC |
| Lenovo | F12, Novo Button, F8, F10 |
| Sony | F11, F12, ESC, F8 |
| Samsung | ESC, F12, F2 |
| Toshiba | F12 |
| Apple | Hold Option key |
| Intel | F10 |
| MSI | F11 |
| Gigabyte | F12 |
| Fujitsu | F12, F2 |
- In the boot menu, select your USB drive and press Enter.
Install Windows
- Wait for the Windows setup screen to appear.
- If prompted, select the appropriate language, time/currency format, and input method, then click Next.
- Click Install now.
- If you have the license key or have the sticker, enter it now. If not, click on I don't have a product key to continue.
You can enter the key later, after installation.
- Choose the Windows edition you want to install and click Next.
- Read and accept the license terms, then click Next.
- Select the Custom: Install Windows only (advanced) option.
- Locate the target drive where you wish to install Windows.
Generally, only two drives will be displayed: the USB and your target disk. The target disk may show 2-3 partitions. If the target is a new drive or you've cleaned it using diskpart, it'll be the one with the most unallocated space.
- On the target drive, select each partition one by one and click Delete. Continue until only the USB drive and unallocated space remain.
- Click Next and the installation process will begin. Your computer may restart several times. Be patient.
Complete the Setup
- After the installation, Windows will guide you through the setup process.
- Customize your settings, connect to Wi-Fi, and create or sign in with a Microsoft account.
Logging in with a Microsoft account is the best way to store a digital license key for Windows on your account.
- After setup has been completed and the system has rebooted, you'll be at the Windows desktop.
Install Drivers and Updates
- Connect to the internet, if you haven't already.
- Use Windows Update to install any necessary drivers for your computer's hardware.
If the drivers for Wi-Fi/Ethernet aren't loading, you may have to visit the manufacturer's support website for the motherboard model and download applicable drivers.
- Check for Windows updates by navigating to Settings > Update & Security > Windows Update and clicking Check for updates. Install any available updates.
Your Windows installation is now complete. You can remove the USB drive and start using your computer.
Custom Install Procedures
Using Rufus to Make a USB Bootable
- Download the Windows 10 or Windows 11 Media Creation Tool.
- Run the Media Creation Tool as administrator and accept the license terms.
- Choose Use the recommended options for this computer and click Next.
- Select ISO file and click Next.
- Choose a location to save the ISO.
- Download and run Rufus.
- For Device at the top, choose the USB drive you want to use.
- Click on the SELECT button to open the file manager and select the newly created ISO.
- Ensure the partition scheme is GPT for UEFI systems or MBR for BIOS systems.
- Click Start to continue. You may have pop-ups that require acknowledgment.
- The next step is to prepare your computer (see above).
Using Diskpart to Clean Drive
You must have completed up to but not started Install Windows to proceed with this section.
- Wait for the Windows setup screen to appear.
- Press SHIFT + F10 keys. A command prompt window will open.
- Enter the following commands, pressing Enter after each line:
diskpart
list disk
select disk 0
clean
convert gpt
create part efi size=260
format fs=fat32 quick label=System
create part msr size=16
create part pri
shrink minimum=500
format fs=ntfs quick label=Windows
create part pri
format fs=ntfs quick label=Recovery
set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
gpt attributes=0x8000000000000001
list volume
exit
- You may close the command prompt window and continue the installation at the Install Windows section above.
Need help instead?
If you would rather hand this off than risk the device or the data on it, request repair and include the guide you were following.