Home > News Tips

How to Create Windows 10 Bootable USB on Mac?

Updated on Monday, April 8, 2024

iBoysoft author Eudora Liu

Written by

Eudora Liu
Professional tech editor

Approved by

Jessica Shee

English Français Deutsch やまと Español Português

How to Create Windows 10 Bootable USB on Mac

Summary: As we all know how to create a Windows 10 bootable USB on Windows, do you know how to create it on Mac? This post introduces you to three ways to create Windows 10 bootable USB on Mac.

How to create Windows 10 bootable USB on Mac

Is your Windows 10 crashed and not working when you try to turn it on? Or else have you ever seen any error code like Error Code 0xc0000225 on your screen when you boot your PC? If so, you may need to create a bootable Windows 10 USB to rescue this solution by running a diagnosis or installing a new Windows system.

It's easy to create a bootable Windows 10 USB on Windows, but if only a Mac system is available, how do you create Windows 10 bootable USB on Mac?

Don't worry. This post introduces three ways to create a bootable Windows 10 USB on Mac, so keep reading and learn how to operate it.

Table of Contents:

Three ways to create Windows 10 bootable USB on Mac

A bootable USB drive is a USB drive that allows you to use the file system stored in a flash drive to boot the computer rather than using hardware. 

About how to create a bootable Windows 10 USB on Mac, there are three ways introduced to you and you can use them as a reference. No matter which way you want to use it, you need to prepare a USB drive with at least 16GB first.

Use Disk Utility to create a bootable USB on Mac

Disk Utility, a built-in disk manager on Mac, can repair, restore, partition, and erase internal disks and external storage devices. Before you use Disk Utility to create a bootable USB on Mac, you need to prepare a Mac running older macOS and a Windows ISO file with the latest version.

  1. Plug the USB drive into your Mac.
  2. Press Command + Space to open Spotlight and type in Disk Utility to open. (Or you can turn to Finder > Choose Go > Utilities, and double-click to open it.)
  3. Right-click the USB drive on the left and format it using MS-DOS (FAT).
     Create bootable USB from Disk Utility
  4. Drag and drop the download Windows ISO file to your USB to start the writing process.

After the process is finished, you can use the USB drive to install the operating system on your unbootable Windows 10 or fix the current problem with the Windows operating system.

But this way is only helpful with old macOS users, so if your Mac runs on a newer edition, you need to take other ways to create a bootable Windows 10 USB on Mac.

Use BootCamp Assistant on Mac

BootCamp Assistant, a multi-boot program, can help users to install the Windows operating system on a Macintosh system computer. So you can use it to create a bootable Windows 10 USB on Mac. And you need to download Windows ISO files first.

  1. Finder > Applications > Utilities > BootCamp Assistant.
  2. Check the create a Windows 10 or later version install disk and click Continue.
  3. Click Choose and import the Windows 10 ISO file from Mac's internal storage, and click Continue.
  4. Check if it is renamed WININSTALL after BootCamp Assistant creates a bootable Windows 10 USB.
  5. Eject the USB drive on Mac.

Use BootCamp Assistant on Mac

What you need to pay attention to is that this way is only suitable for those whose Mac with Intel chip. Because of the difference in the ARM chip's architecture, it doesn't allow traditional Windows installations and Apple Inc. did away with BootCamp for good. Therefore, you can't use BootCamp Assistant on Macs with M1 or later chips.

Share this with more people to learn about how to create Windows 10 bootable USB on Mac.

 

Create a bootable USB from Terminal

Terminal is a command line interface for the Mac operating system. And you can create a bootable Windows 10 USB on Mac by using the command.

  1. Insert the prepared USB into your Mac.
  2. Press Command + Space to open Spotlight and type in Terminal to open. (Or you can turn to Finder > Applications > Terminal, and double-click to open it.)
  3. Type in the following command, press enter to get the list of connected devices, and find your USB name. 
    diskutil list
  4. Type in the following command and enter your USB name. 
    diskutil eraseDisk MS-DOS "WINDOWS10" GPT drive name
  5. Download the ISO file from Microsoft's official website. 
    Download Windows 10 ISO file
  6. Type in the following command to mount the file and replace WINDOWS10IMAGE with the download ISO file name.
    hdiutil mount ~/Downloads/WINDOWS10IMAGE.iso
  7. Type in the following command to make sure to replace MOUNTED with the mounted file name.
    cp -rp /Volumes/MOUNTED-ISO/* /Volumes/WINDOWS10/
  8. Type in the following command and then close Terminal.
    hdiutil unmount/Volumes/MOUNTED-ISO

Use Terminal to create Windows 10 bootable USB on Mac

After that, you can eject your USB on your Mac and use it on your crashed Windows computer or install the operating system on it.

It's the most difficult and useful way to create a bootable Windows 10 USB on Mac. And this way won't limit the macOS version or your chip, so if the above two ways are not working, you can take this way to fix your problem.

Read more: [Explained] Fail to Use Boot Camp on M1 Mac?

If these ways help you to fix your problem, you can share it with your friends who have the same problem as you.

 

FAQ about creating a bootable Windows 10 USB on Mac

A

Sure. You can use the mentioned ways in the article to create Windows 10 bootable USB on your Mac.

A

You can use Terminal to create Windows 10 bootable USB on Mac M1.

A

You can create Windows bootable USB on Mac by using Disk Utility, BootCamp Assistant, and Terminal.