How To Install Windows 11 From USB (2024)

The installation process of Windows 11 from USB is very simple, but some of the Windows 11 requirements, such as Secure Boot capable UEFI with GPT partition flavor, TPM 2.0, CPU, etc., have left many users stumped.

First things first, you’ll need a Windows 11 ISO. You’ll use this ISO to create a bootable USB and install Windows 11. CD-ROMs are rarely used these days, but if your PC has one, you can also apply the steps in this article to install Windows 11 using a DVD.

How To Install Windows 11 From USB

Step 1 – Create Bootable USB

You can use Diskpart if you’re trying to install Windows 11 on your current PC. But if you’re not familiar with diskpart, it’s easy to mess up. Or perhaps you’re creating a bootable USB for future use on other PCs. In such cases, the Media Creation Tool or Rufus would be better options.

Disk Management / Diskpart

Here are the steps to create a bootable USB using Disk Management:

  1. Connect an 8 GB or higher capacity USB to your PC.
  2. Press Win + X and select Disk Management.
  3. Right-click and format the USB as FAT32 if it isn’t already so.
    usb-format-disk-management-mark-partition-as-active
  4. Right-click the USB and select Mark Partition as Active.
  5. Copy the Windows 11 ISO to the USB.

On GPT drives, the Mark Partition as Active option will be grayed out. In this case, you should use diskpart instead, as detailed below.

  1. Press Win + R, type cmd, and press CTRL + Shift + Enter.
  2. Execute the following commands:
    diskpart 
    list disk
  3. Type select disk 7, replace 7 with the drive number or letter of the USB drive, and press Enter.
    Disk-part-list-format
  4. If the USB is already formatted as FAT32, skip ahead to Step 5. If not, execute the following commands in the order listed below to format it to FAT32:
    clean
    create partition primary
    select partition 1
    format fs=ntfs quick
  5. Finally, execute the following commands to set the USB as the active partition, then exit diskpart:
    active
    exit
  6. Copy the Windows 11 ISO to the USB.
See also  How to Underclock GPU Without Damaging It (2024)

Media Creation Tool

Here are the steps to create a bootable USB using the Media Creation Tool:

  1. Download the Media Creation Tool.
  2. Launch the tool, accept the license agreement, and select Create Installation media for another PC.
    create-installation-media-for-another-pc
  3. Select USB flash drive as the type of media to use and press Next.
    choose-which-media-to-use

Rufus

Here are the steps to create a bootable USB using Rufus:

  1. Download a recent stable version of Rufus and launch it.
  2. Insert the USB and select it in Rufus.
  3. Press the SELECT button and browse the Windows 11 ISO.
  4. Under Image Option, you have two options.
    If your PC meets the Windows 11 requirements, select Standard Windows 11 Installation.
  5. If it doesn’t, you can bypass the requirements by selecting Extended Windows 11 Installation (no TPM/no Secure Boot/8GB- RAM) instead. We’ve included other ways to bypass the requirements further in this guide if you don’t want to do so via this method.
    rufus-select-image-options
  6. Next, select the partition scheme (GPT) and target system (UEFI non CSM).
  7. Finally, press Start at the bottom.
    start-rufus
  8. After the bootable media is created, you can use it to install Windows 11 without any problems.

Situational – Convert MBR to GPT

Windows 11 requires your PC to be running UEFI firmware with GPT partitioning. So, first, check if you’re currently using the MBR partitioning style on your system drive with the following steps:

  1. Press Win + R, type diskmgmt.msc, and press Enter.
  2. Right-click the system disk from the left and select Properties.
    system-disk-properties
  3. Switch to the Volumes tab and check the partition style.
    system-disk-partition-style-gpt
  4. If required, you can use either of the methods listed below to convert it to GPT.
See also  How to Fix “We Couldn’t Complete the Updates Undoing Changes” Error

MBR2GPT

You can use the mbr2gpt.exe tool with the following steps:

  1. Back up the contents of the system drive.
  2. Press Win + R, type cmd, and press CTRL + Shift + Enter.
  3. Execute the following command:
    mbr2gpt /convert /allowFullOS
    mbr2gtp

Diskpart

Unlike the mbr2gpt tool, the diskpart method requires you to delete all the data on the drive. So only use this method in case of empty drives or ones whose contents are backed up elsewhere.

  1. Launch an elevated Command Prompt window and execute the following commands:
    diskpart
    list disk
  2. Type select disk 7, replace 7 with the system disk number, and press Enter.
  3. Execute the following commands:
    clean
    convert gpt

    diskpart-convert-gpt

Step 2 – Install Windows 11

The final part of the puzzle is to simply use the bootable media to install Windows 11. Ideally, you should back up any personal files from the system partition (usually C:) so that you can format it later for a clean installation.

  1. Connect the USB to your PC, reboot your PC, and press the BIOS key as shown on the screen (F2, F10, F12, Del, or similar).
  2. Look for the Boot Priority / Order option and bring the USB to the top of the list.
    boot-priority-order
  3. Situational: Look for the Boot Mode or similar option. Change it to UEFI if it isn’t already so.
  4. Press the key shown on the screen (usually F10) to save the changes and exit.
  5. Upon rebooting, you should boot from the USB and arrive at the Windows installation wizard.
  6. Situational: In case you face the This PC can’t run Windows 11 error at this stage, we recommend referring to Bypass Windows 11 Requirements for detailed instructions on resolving this issue.
  7. Configure the language, and other preferences and press Install Now.
  8. Click on I don’t have a product key.
    i-dont-have-a-product-key
  9. Select the Windows 11 version to install and press Next.
  10. Accept the license agreement and press Next.
  11. Select the Custom: Install Windows only (Advanced) option.
    Custom-install-windows-only
  12. Select the partition to install Windows 11 on. Most users select the old system partition. If you directly press Next here, Windows 11 will install on said partition while the files of the previous installation will be moved to the Windows.old folder.
    Our recommendation is that you format the partition before pressing Next.
    windows-setup-partitions-screen
  13. After a few restarts, you’ll be prompted to configure the Device Name, privacy, and other preferences. Once that’s done, the Windows 11 installation is complete.
See also  How To Fix “Access Is Denied” When Executing Bootrec /Fixboot (2024)

Mohamed SAKHRI
Mohamed SAKHRI

I'm the creator and editor-in-chief of Tech To Geek. Through this little blog, I share with you my passion for technology. I specialize in various operating systems such as Windows, Linux, macOS, and Android, focusing on providing practical and valuable guides.

Articles: 1721

Newsletter Updates

Enter your email address below and subscribe to our newsletter

Leave a Reply

Your email address will not be published. Required fields are marked *