Creating a bootable USB drive with Windows 10 setup is a straightforward process. Here’s a step-by-step guide:
Method 1: Using Microsoft’s Media Creation Tool (Recommended)
This is the easiest and official method.
Requirements:
- A USB flash drive with at least 8GB of storage.
- A working Windows PC with internet access.
- Enough free space to download the Windows 10 ISO (around 5GB).
Steps:
- Download the Media Creation Tool:
- Go to Microsoft’s official Windows 10 download page.
- Click “Download tool now” under “Create Windows 10 installation media.”
- Run the Media Creation Tool:
- Open the downloaded MediaCreationTool.exe.
- Accept the license terms.
- Choose Installation Media:
- Select “Create installation media (USB flash drive, DVD, or ISO file) for another PC” and click Next.
- Select Language, Edition, and Architecture:
- Choose your preferred language, Windows 10 edition (Home/Pro), and architecture (32-bit, 64-bit, or both).
- Click Next.
- Select USB Flash Drive:
- Choose “USB flash drive” and click Next.
- Insert your USB drive if not already done.
- Select the USB Drive:
- The tool will detect your USB. Select it and click Next.
- Wait for Completion:
- The tool will download Windows 10 and create a bootable USB automatically.
- Once done, click Finish.
- Boot from USB:
- Restart your PC and enter BIOS/UEFI (usually by pressing F2, F12, DEL, or ESC during startup).
- Set USB as the first boot device and save changes.
- Follow on-screen instructions to install Windows 10.
Method 2: Using Rufus (For ISO Files)
If you already have a Windows 10 ISO file, you can use Rufus (a free tool) to create a bootable USB.
Requirements:
- A USB drive (min. 8GB).
- Windows 10 ISO file.
- Rufus tool (download from rufus.ie).
Steps:
- Download and Open Rufus:
- Run Rufus.exe (no installation needed).
- Select USB Drive:
- Under “Device”, select your USB drive.
- Select Windows 10 ISO:
- Click “SELECT” and browse to your Windows 10 ISO file.
- Partition Scheme:
- For UEFI (modern PCs): Choose GPT.
- For Legacy BIOS (older PCs): Choose MBR.
- File System: FAT32 (for UEFI) or NTFS (for Legacy).
- Start the Process:
- Click START and wait for completion.
- Boot from USB:
- Restart PC, enter BIOS, and boot from USB to install Windows.
Method 3: Using Command Prompt (Manual Method)
If you prefer using CMD (advanced users only):
- Insert USB and open Command Prompt as Admin.
- Run: cmd Copy Download diskpart list disk select disk X (replace X with your USB disk number) clean create partition primary format fs=fat32 quick active assign exit
- Mount the Windows 10 ISO and copy all files to the USB.
Final Notes:
- Backup USB data before proceeding (it will be erased).
- For UEFI systems, use FAT32 formatting.
- If installation fails, check BIOS settings (Secure Boot / Legacy Mode).