3 Ways to create USB bootable media to install Windows 8.1 (2024)

These instructions will help you to create a USB bootable media to install Windows 8.1.

Create bootable Windows 8.1 USB
Create bootable Windows 8.1 USB / Image: Mauro Huculak
  • To create a Windows 8.1 bootable USB, you can use third-party tools like Rufus and Ventoy.
  • You can also manually download the official Windows 8.1 ISO and use Command Prompt to create the bootable media.

You can still create a USB bootable flash drive to install Windows 8.1. In this guide, I will outline three ways to complete this process. Windows 8.1 reached the end of support back in January 2023, and even though it’s recommended to use a supported version (such as Windows 11 or 10) since the operating system no longer receives security updates or support, you may still have valid reasons to install it.

For example, in my case, due to the nature of my work, I sometimes need to access older versions of Windows to test software compatibility, access legacy features, check the evolution of the operating system across versions, etc. In your case, you may need to install Windows 8.1 for compatibility purposes, a specific hardware configuration that doesn’t support a newer version, or you may be curious.

If you need to create a bootable USB flash drive to install Windows 8.1, you have multiple options, including the Rufus, Ventoy, and Command Prompt.

In this guide, I will teach you how to create a USB bootable media to install Windows 8.1 on older hardware or a virtual machine. (You can download the Windows 8.1 ISO file with these instructions.)

Create Windows 8.1 bootable USB from Rufus

To create a bootable USB of Windows 8.1 with Rufus, connect a flash drive with enough space (4GB or more) and use these steps:

  1. Open Rufus website.

  2. Click the link to download the latest version under the “Download” section.

  3. Double-click the executable to launch the tool.

  4. Click the Settings button (third button from the left) at the bottom of the page.

  5. Use the “Check for updates” drop-down menu and select the Daily option under the “Settings” section.

  6. Click the Close button.

  7. Click the Close button again.

  8. Open Rufus again.

  9. Use the drop-down menu and select the USB flash drive to create the installation media under the “Device” section.

    Quick note: You must connect a USB flash drive of at least 4GB (or 8GB) to create the bootable drive. Also, remember that this process will delete everything on the flash drive, so make sure to back up any data before proceeding.
  10. Click the down-arrow button (on the right side) and select the Download option.

    Rufus ISO download option

    Quick tip: If you already have the ISO file, click the “Select” button, choose the image file, and continue with step 23.

  11. Click the Download button.

  12. Select the Windows 8.1 option.

    Rufus Windows 8.1 ISO download

  13. Click the Continue button.

  14. Select the latest update release available under the “Release” section.

  15. Click the Continue button.

  16. Select the “Windows 8.1 Standard” option.

  17. Click the Continue button.

  18. Select the installation language of Windows 11.

  19. Click the Continue button.

  20. Select the x64 (64-bit) (or x86 (32-bit)) option for the operating system architecture.

  21. Click the Download button.

  22. Select the location to save the Windows 8.1 ISO file automatically.

  23. Choose the “Standard Windows Installation” option under the “Image option” setting.

  24. (Optional) Continue with the default settings after the download.

  25. (Optional) Under the “Volume label” setting, specify a name for the drive, such as Windows 8.1 Setup.

  26. Click the Start button.

  27. Click the OK button.

Once you complete the steps, the tool will create a bootable media with the Windows 8.1 installation media.

Create Windows 8.1 bootable USB from Ventoy

Ventoy is a third-party tool that installs on a USB drive and makes any ISO file bootable from virtually any platform, including Windows 8.1.

To create a Windows 8.1 bootable USB with Ventoy, connect a flash drive with enough space (4GB or more) and use these steps:

  1. Open Ventoy GitHub page.

  2. Under the “Assets” section, click the ventoy-x.x.xx-windows.zip file and download it to your computer.

    Ventoy download

    Quick note: You may need to force and keep the file as the browser may detect it as malicious.
  3. Open File Explorer.

  4. Open the Zip folder location.

  5. Double-click the open the ventoy-x.x.xx-windows.zip file.

  6. Click the Extract all button from the command bar.

    Ventoy extract zip files

  7. Click the Browse button.

  8. Select a location to extract the files.

  9. Click the Select Folder button.

  10. Click the Extract button.

  11. Open the ventoy-x.x.xx folder.

  12. Double-click the Ventoy2Disk.exe file to launch the installer.

    Ventoy2Disk

  13. Choose the USB flash drive from the “Device” setting.

    Quick tip: If you have any important files in the flash drive, creating a backup is recommended, as this process will erase everything on the external drive.
  14. Click the Install button.

    Ventoy bootable USB install

  15. Click the OK button.

  16. Open the Ventoy drive with File Explorer.

  17. Open Microsoft Support website.

  18. Choose the Windows 8.1 option under the “Select edition” section.

    Windows 8.1 ISO edition

  19. Click the Confirm button.

  20. Select the installation language.

    Windows 8.1 ISO language

  21. Click the Confirm button.

  22. Click the 64-bit (or 32-bit) Download button.

    Windows 8.1 ISO download

  23. Copy and paste the ISO file into the Ventoy USB flash drive to make it bootable. 

After completing the steps, you can use the bootable USB flash drive to start a device with the Ventoy application, from which you can launch the Windows 8.1 Setup.

Create Windows 8.1 bootable USB from Command Prompt

If you don’t want to use third-party tools, you can still use commands to create a bootable flash drive and then transfer the installation files onto the USB storage. 

To create a bootable USB flash drive to install Windows 8.1 with Command Prompt, use these steps:

  1. Open Microsoft Support website.

  2. Choose the Windows 8.1 option under the “Select edition” section.

    Windows 8.1 ISO edition

  3. Click the Confirm button.

  4. Select the operating system installation language.

    Windows 8.1 ISO language

  5. Click the Confirm button.

  6. Click the 64-bit (or 32-bit) Download button.

    Windows 8.1 ISO download

  7. Open Start

  8. Search for Command Prompt, right-click the top result, and select the Run as Administrator option.

  9. Type the following command to open Diskpart and press Enter:

    diskpart
  10. Type the following command to determine the USB flash drive and press Enter:

    list disk
  11. Type the following command to select the storage and press Enter:

    select disk 1
    Quick tip: The select disk 1 command as an example, but you must replace 1 with the flash drive you want to use.
  12. Type the following commands to delete everything from the USB flash drive and press Enter:

    clean

    DiskPart clean USB

  13. Type the following command to create a primary partition and press Enter:

    create partition primary
  14. Type the following command to select the new partition and press Enter:

    select partition 1
  15. Type the following command to make the USB flash drive bootable and press Enter:

    format FS=FAT32 quick
  16. Type the following command to assign a volume and a drive letter for the USB flash drive and press Enter:

    assign letter=X

    Create UEFI bootable USB

    Change X for any available letter you want to use in the command.

  17. Type the following command to quit the tool and press Enter:

    exit
  18. Type the following command to mount the Windows 8.1 ISO file and press Enter:

    PowerShell Mount-DiskImage -ImagePath "C:\path\to\Windows8.1.iso"

    PowerShell mount ISO command

    In the command, update the path with the location where you have stored the Windows 8.1 ISO file.

  19. Type the following command to relaunch Diskpart and press Enter:

    diskpart
  20. Type the following command to determine the drive letter for the mounted Windows 8.1 ISO file and press Enter:

    list volume
  21. Type the following command to exit Diskpart and press Enter:

    exit
  22. Type the following command to access the Windows 8.1 ISO file and press Enter:

    E:
  23. Type the following command to enter the boot folder and press Enter

    cd boot
  24. Type the following command to update the volume boot code for the USB flash drive and press Enter:

    bootsect /nt60 X:
  25. Type the following command to copy all the Windows 8.1 installation files to the USB flash drive and press Enter:

    xcopy E:*.* X: /E /F /H

    Create Windows 11 USB

    In the command, change the E and X drive letters with the correct drive letters for the Windows 8.1 ISO image and the USB flash drive, respectively.

Once you complete the steps, you can install Windows 8.1 using the bootable flash drive.

Although it’s still possible to create a bootable USB flash drive, you should understand that Windows 8.1 is no longer supported, meaning there are no more security updates. Also, using an unsupported operating system exposes your computer and files to security risks from malware, viruses, and other exploits, and you will encounter compatibility problems with newer applications. 

If the hardware is supported, you should consider installing the latest version of Windows 10. You can also use these instructions to upgrade from Windows 8.1 to 10.

It’s important to note that I’ve used a computer running Windows 11 for this set of instructions, but the tools mentioned in this guide should work on Windows 10 and 8.1.

Finally, you can use bootable media as a recovery drive to start and repair the installation of your device.

About the author

Mauro Huculak is a Windows How-To Expert who started Pureinfotech in 2010 as an independent online publication. He has also been a Windows Central contributor for nearly a decade. Mauro has over 14 years of experience writing comprehensive guides and creating professional videos about Windows and software, including Android and Linux. Before becoming a technology writer, he was an IT administrator for seven years. In total, Mauro has over 20 years of combined experience in technology. Throughout his career, he achieved different professional certifications from Microsoft (MSCA), Cisco (CCNP), VMware (VCP), and CompTIA (A+ and Network+), and he has been recognized as a Microsoft MVP for many years. You can follow him on X (Twitter), YouTube, LinkedIn and About.me. Email him at [email protected].