Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Operating System»How To Install Windows 11 From USB

How To Install Windows 11 From USB

Anup ThapaBy Anup ThapaDecember 18, 2022
how to install windows 11 from usb

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.

Table of Contents

  • Step 1 – Create Bootable USB
  • Disk Management / Diskpart
  • Media Creation Tool
  • Rufus
  • Situational – Convert MBR to GPT
    • MBR2GPT
    • Diskpart
  • Step 2 – Install Windows 11

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.

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.

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-don't-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.
how-to
Anup Thapa
  • LinkedIn

Anup Thapa is a tech writer at TechNewsToday. He mostly writes informative articles, tutorials, and troubleshooting guides related to Windows systems, networking, and computer hardware. Anup has been writing professionally for almost 5 years, and tinkering with PCs for much longer. His love for all things tech started when he got his first PC over 15 years ago. It was a Pentium IV system running Windows XP on a single 256 MB stick. He spent his formative years glued to this PC, troubleshooting any hardware or software problems he encountered by himself. Professionally, Anup has had brief forays into a variety of fields like coding, hardware installation, writing, etc. In doing so, he's worked with people of different backgrounds and skill levels, from average joes to industry leaders and experts. This has given him not just a versatile skillset, but also a unique perspective for writing that enables him to concisely communicate complex information and solve his reader's problems efficiently. You can contact him at anup@technewstoday.com

Related Posts

show-folder-size-windows-mac-linux

How to Show Folder Size in Windows, Mac, or Linux 

August 16, 2022
How to Reformat a Computer

How to Reset and Reformat a Computer

July 26, 2022
Virtualbox Vs Vmware

Virtualbox Vs Vmware – Which One Is Better?

June 27, 2022
how-to-check-cpu-usage

How To Check CPU Usage in Windows, Linux, and Mac

June 20, 2022
black screen after bios

Why Is There a Black Screen After BIOS? How to Fix It

June 16, 2022
boot-drive-not-showing-up-in-bios

Boot Drive Not Showing Up in BIOS? Try These Fixes

June 12, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
Best-1200W-PSU

8 Best 1200W PSUs for Extreme PC Builds in 2023

May 16, 2023
Best-1000W-PSU

10 Best 1000W PSUs in 2023

May 16, 2023
best-700w-psu

10 Best 700W PSUs for Gaming in 2023

May 14, 2023
You may also like
antimalware service executable high memory

Fix: Antimalware Service Executable High Memory

May 18, 2023
printer-printing-pink

Why is My Printer Printing Pink? 6 Ways to Fix It

May 18, 2023
how to clean usb c port

How to Clean USB-C Port Safely

May 17, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.