Skip to content

Installing Windows without external drives

Caution

This guide will help you install or reinstall Windows without needing a USB flash drive or DVD. It will involve deleting your primary Windows partition during installation. Back up any important data before continuing.

  • A Windows ISO file downloaded from Microsoft such as Windows 10 or Windows 11.
  • A currently working Windows installation (even temporary).
  • At least 10 GB of free space on your drive to create a temporary install partition.

Important

if you download the ISO using Microsoft Media Creation Tool (MCT) follow Method 1, if you download the ISO directly from Microsoft Website follow Method 2.


  1. Press your Windows+R and type diskmgmt.msc, then press enter.

  2. Right-click your main partition (usually C:) and select Shrink Volume.

    1.png

  3. Shrink the volume by at least 10,000 MB (~10 GB) to create enough space for the installer.

    2.png

  4. After shrinking, a new block of unallocated space will appear. Right-click it, select New Simple Volume, format it as FAT32, and label it INSTALL.

    3.png


  • After downloading the ISO using Media Creation Tool:
  1. Double-click the downloaded ISO to mount it.

  2. Copy all files from the mounted ISO to the new INSTALL partition.

    Tip

    You can press Ctrl + A in the mounted ISO window and then Ctrl + C, then paste to the INSTALL drive.


  • After downloading the ISO from Microsoft Website:
  1. Double-click the downloaded ISO to mount it.

  2. Copy all files from the mounted ISO to the new INSTALL partition except a folder named sources .

  3. Copy the folder named sources from the mounted ISO to the C partition root.

  4. Open Command Prompt as Administrator then run the following command:

    Dism /Split-Image /ImageFile:C:\sources\install.wim /SWMFile:C:\sources\install.swm /FileSize:4700

  5. After splitting the Windows Image, delete it:

    del C:\sources\install.wim

  6. Copy the file named sources from C partition to the new INSTALL partition then Shutdown your PC.


  1. Boot into BIOS.
Information

Hold Shift key and click Restart to open WinRE. Click Troubleshoot then UEFI Firmware Settings, this will redirect you to BIOS.

  1. You should see a new boot option called UEFI OS.
  2. Select it to boot into Windows Setup.

Caution

When you reach the partition selection screen, be sure NOT to delete the INSTALL partition until after the rest of Windows is installed. This will be the partition that shows up as 9.77GB in the list.

  1. Navigate the initial menus until you get to the screen asking which type of installation you want.

  2. Click “Custom: Install Windows only (advanced)”

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

  3. Delete all partitions except the INSTALL partition on the target drive.

  4. Select the unallocated space, click Next, and let Windows install.

Warning

Ensure that you only have partitions with all the same drive nummber 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.

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

(note that in the generic picture above, there is no ‘Install’ partition)

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


  1. After installation completes and you land on the desktop, press Win + R, type diskmgmt.msc, delete the INSTALL partition via Disk Management and extend your main partition to fill the drive.

    6.png 7.png


Congratulations!

You’ve now installed Windows without external media. This method can be reused any time you need to reinstall your windows without extra tools or drives, so long as you can still boot into Windows. Periodically updating the installation contents is advisable to avoid lengthy update sessions if you decide to use this as a reinstall tool.