Skip to content

Installing Windows 11

Caution

All files on the drive you plan to install Windows to will be deleted if you follow this guide - this is intended. Please ensure you have an adequate backup policy in place before proceeding if you have files of value.

Prerequisites

  • An internet connection.
  • A working computer to run the Windows Media Creation Tool.
  • A USB flash drive that is at least 8GB or greater.

Creating installation media

Using MCT to create the installation media

  1. Create a bootable USB flash drive using the Create Windows 11 Installation Media download from Microsoft. It can be found under the headline “Create Windows 11 Installation Media”
Warning
Save MCT to Desktop or Downloads folder. MCT must be saved and run from outside the USB flash drive. Just moving an ISO file to the USB flash drive will not make it bootable.
  1. Run MCT by double clicking it. You will be greeted with windows Terms Of Service, after reading it, press Accept.

wintos.png 3. You can leave this to default, press next.

kde.png 4. Select create installation media for another PC, and then click next.

aPC.png5. Select USB flash drive, then press next.

USB.png 6. Select the USB you want to use, press next.

Caution
This step will wipe the selected USB Flash drive, so ensure you have nothing important on the USB drive, and back up all important documents.

select.png 7. Wait until MCT finish its job. this may take some time.

downl.png 8. After MCT says it finished, shutdown your PC.

If MCT method failed, grab win11 ISO from Microsoft site and use one of the methods below:

Alternative methods

Windows

Caution
This will wipe all existing data on the USB drive.
  1. Download and run Rufus.
  2. Select “ISO Image” and then browse for the ISO image.
  3. Select which flash drive you want to put the installer on.
  4. Select the Partition scheme (GPT/MBR) depending on your motherboard’s capabilities.
  5. Click “Start” and wait for it to finish.
  6. Eject the USB flash drive.

There is no need to mess with any other settings in Rufus.

macOS

  1. Open the Terminal.
  2. First, without the flash drive inserted, run diskutil list in the Terminal.
  3. Plug in the flash drive and run diskutil list again. You can do this to identify the drive device path. The device path is in the form of /dev/diskN, where N is a number (example: /dev/disk1).
  4. Unmount the flash drive you have identified. diskutil unmountdisk /dev/diskN.
  5. Convert the ISO image. hdiutil convert /path/to/image.iso -format UDRW -o /path/to/ubuntu.img
  6. Run sudo dd if=/path/to/image.img of=/dev/rdiskN status=progress to create a bootable drive from the image. Using /dev/rdiskN instead of /dev/diskN usually results in faster media creation.
  7. Wait until dd finishes. The terminal will display the next prompt when it’s done.
  8. Eject the USB flash drive: diskutil eject /dev/diskN.

Linux

  1. First, without the flash drive inserted, run lsblk in the Terminal.
  2. Plug in the flash drive and run lsblk again. You can do this to identify the drive device path. The device path is usually in the form of /dev/sdX, where X is a letter (example: /dev/sdb).
  3. Run dd if=/path/to/image.iso of=/dev/sdX status=progress to create a bootable drive from the ISO.
  4. Wait until dd finishes. The terminal will display the next prompt when it’s done.

Ventoy (Windows and Linux)

Follow our Ventoy guide to make one flash drive that can boot multiple ISO files, this is a more advanced method but suitable for power users who may not have heard about it before.

BIOS and Setup

  1. Disconnect all storage disks except from the main (C Drive) disk from the computer before installing Windows 11. Not doing so can accidentally wipe other disks or result in the installer choosing the wrong disk as the boot drive and putting actual windows on another drive.
Information
The following section occurs in your BIOS, you can enter your systems’ BIOS by looking for the words “setup” when you see your BIOS boot screen then pressing the corresponding function key.
  1. Please make sure these settings are configured correctly.
  • CSM is disabled

  • Secure boot is enabled

  • TPM is enabled (Intel® Platform Trust Technology (Intel® PTT)/ fTPM)

  • The drive controller mode is set to AHCI/NVMe, and with RAID/VMD/IRST disabled

  1. Boot into your USB which has the Windows 11 Media on it, to do this Change the BIOS boot order to have USB media as the first priority (this can usually be found under the boot tab), or simply look for the words “boot menu” when you see your BIOS boot screen, press the corresponding function key and choose the USB flash drive to boot from it.

Installing Windows

  1. Follow the steps on screen to install Windows 11.

  2. Click “Install now”

    Warning
    If you do not see an installer like the below screenshot, click next twice, then click “Previous version of Setup” near the bottom left corner of the installer window.

    Windows 11-2021-10-05-15-03-05.png

  3. Continue on until you hit the license key screen. Here you can either enter your license code, or if Windows has been installed to this computer before, click on the I don't have a product key link.

    Windows 11-2021-10-05-15-02-59.png

    Windows 11-2021-10-05-15-03-29.png

  4. Continue on until you reach the “Which type of installation do you want?” screen. Click “Custom”.

    Windows 11-2021-10-05-15-09-05.png

  5. Click on each partition of the target drive and select delete, once all the partitions are gone you will be left with unallocated space. At this point click Next.

    Caution
    Ensure that you only have drive 0 partitions in this window before deleting. If you see any drive other than “Drive 0” as seen in our images, power down and unplug the extra drives that you don’t want to install windows on.
    Warning
    Each means ALL But do you mean ALL? Yes, All. Once all the partitions are gone you will be left with unallocated space.

    Windows 11-2021-10-05-15-20-37.png

    Windows 11-2021-10-05-15-11-30.png

    Important

    There are various errors you may encounter on this screen, various fixes can be found in the articles below.

  6. Windows will now install. When it finishes it will automatically restart your machine, when your screen goes black pull out your installation USB drive.

Congratulations!

You have successfully installed Windows 11. Once the computer has rebooted, you will be greeted with the Out-of-the-Box Experience and you can start setting up your new installation of Windows.

Post-install setup guides

If you need to setup Windows 11 without an internet connection or without a Microsoft account, follow this article.