2 ways to create USB boot Windows 11 with Mac

Creating a Windows 11 USB boot on a Mac is definitely more difficult than on a Windows PC, but it's not impossible.

Let's explore a few different methods you can use to get work done on your Mac.

What you need before you start

You will need the following items to create a Windows 11 boot installer:

  1. Flash drive or any other form of removable media with a capacity of 8GB or more.
  2. Internet connection is active.
  3. You will also need the latest Windows 11 ISO file. To download, select Windows 11 from the Download Windows 11 Disk Image (ISO) for x64 devices section . Select your preferred language from Select the product language , then click Confirm and download the installer on your Mac by selecting 64-bit Download .

Warning : Both methods below will completely erase your USB, so make sure to back up any important files first.

Use a third-party application to create a Windows boot drive

The simplest way to create USB boot Windows 11 is to use a third-party application. The article recommends using WinDiskWriter because it is open source, lightweight and has an easy-to-use interface.

Just connect the flash drive to your Mac and follow these steps to create a Windows 11 boot drive using WinDiskWriter.

  1. and download the latest build available.
  2. After downloading the zip file, extract it and open the application by double-clicking on it.
  3. In the Target Device section , make sure the correct drive is selected. If another drive is displayed, click the drop-down menu option and select your USB.

2 ways to create USB boot Windows 11 with Mac Picture 12 ways to create USB boot Windows 11 with Mac Picture 1

  1. Click Choose in the Windows Image section to open a Finder window and locate the Windows ISO file you downloaded earlier. Then, click Open .

2 ways to create USB boot Windows 11 with Mac Picture 22 ways to create USB boot Windows 11 with Mac Picture 2

  1. Finally, click Start at the bottom to begin the process. Note that this process may take some time, so please be patient.

Once the process is complete, you can safely remove your USB and use it as a boot drive on any PC.

Create a Windows 11 boot drive using Terminal

If you don't want to use a third-party app, you can create a manual installer using the Terminal app on your Mac. Before you begin, make sure you have Homebrew installed on your Mac, as you will need it later.

  1. Open Disk Utility on your Mac using Spotlight Search or find it in the Applications > Utilities folder .
  2. In the sidebar, select your USB, then click Erase in the upper right corner.

2 ways to create USB boot Windows 11 with Mac Picture 32 ways to create USB boot Windows 11 with Mac Picture 3

  1. Name the drive to your liking, select ExFAT as the format, then click Erase.

2 ways to create USB boot Windows 11 with Mac Picture 42 ways to create USB boot Windows 11 with Mac Picture 4

  1. Open Terminal on your Mac and enter the following command to mount the ISO file. Make sure to replace the path of the ISO file to where you stored the file. In most cases, the file will be in your Downloads folder.
hdiutil mount ~/Downloads/Win11_23H2_English_x64v1.iso
  1. Now you will need to install wimlib via Homebrew. You can do it by entering this command:
brew install wimlib

2 ways to create USB boot Windows 11 with Mac Picture 52 ways to create USB boot Windows 11 with Mac Picture 5

  1. Next, enter the following command to create a folder named sources in the root directory of the flash drive. Make sure to replace USB with the name you assigned to the drive when formatting.
mkdir sources /Volumes/USB/sources
  1. Now, you will need to split one of the files into two parts. Otherwise, the installer may not be able to start. Note that this process may take some time to complete, so please be patient.
wimlib-imagex split /Volumes/CCCOMA_X64FRE_EN-US_DV9/sources/install.wim /Volumes/USB/sources/install.swm 3800

2 ways to create USB boot Windows 11 with Mac Picture 62 ways to create USB boot Windows 11 with Mac Picture 6

  1. Finally, you can copy all remaining files by entering this command:
rsync -vha --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_EN-US_DV9/* /Volumes/USB

Now that the Windows 11 boot drive is ready, you can use it to install a new copy of Windows on your PC. Creating a Windows boot installer on a Mac is not as simple as on a Windows PC, so if you're still having problems, it may be easier to create the installer directly on Windows.

3.5 ★ | 2 Vote