Written by
Jenny ZengSummary: Need to create a Windows 11 installation media on Mac? Here are four ways to make a bootable Windows USB on Mac, applicable to Intel-based, M1, M2, M3, and M4 Macs. To prevent the failure of making a bootable Windows 11 USB, download iBoysoft DiskGeeker for Mac to clean up your Mac.
Sometimes, you run into problems with your Windows PC, which becomes unbootable. While it's easy to create a Windows 11 bootable USB on a Windows computer so that you can reinstall Windows 11, you may be left with only a Mac to work on.
In this case, you'll want to learn how to create a Windows 11 installation media on Mac, which is what this post is about.
Here's a summary of the methods included in this article:
Make Windows 11 bootable USB on Mac via Boot Camp | For Intel-based Macs running macOS Catalina or earlier |
Create installation media for Windows 11 on Mac using WinDiskWriter | For Intel-based, M1, M2, M3 & M4 Macs |
Create Windows 11 bootable USB on Mac Terminal | For Intel-based, M1, M2, M3 & M4 Macs |
Burn Windows 11 ISO to USB on Mac using Rufus | For Intel-based, M1, M2, M3 & M4 Macs |
Before creating Windows 11 bootable USB on Mac
Before you start, make the following preparations to avoid potential problems, such as network issues or insufficient space, that could hinder the creation of Windows 11 installation media.
1. Get a USB flash drive or any external drive with 8GB or larger storage space.
Back it up because we'll remove its data during the process.
2. A stable internet connection.
3. A working Mac plugged into power or one with enough battery.
4. A copy of the Windows 11 ISO file.
Visit Microsoft's Download page, and scroll down to the section "Download Windows 11 Disk Image (ISO) for x64 devices."
If your computer uses x86/x64 processors, click "Select Download," choose the Windows 11 ISO for x64 devices, and click "Download Now." If it uses Arm-based processors, click here next to "Windows 11 ISOs for Arm64 devices are available," then choose the correct version and click "Download Now." Then choose your preferred language and then 64-bit Download.
5. Free up more space on your Mac.
A common reason stopping users from making a Windows 11 bootable USB on Mac is space shortage. To prevent your Mac from running out of space during the download of the Windows 11 ISO file or the creation process, we suggest you clean up your Mac beforehand using iBoysoft DiskGeeker for Mac.
This disk cleaner can analyze your Mac hard drive's disk space and present all of your files in descending order by size, allowing you to quickly find and remove large files that are no longer necessary. You can also utilize its "Clean Junk" feature to delete garbage files like caches, logs, preference files, etc swiftly.
Now that you're ready, let's create the Windows 11 installation media together!
Make Windows 11 bootable USB on Mac via Boot Camp
If you have an Intel-based Mac that runs macOS Catalina or earlier, the best way to create an installation media for Windows 11 is by using Boot Camp Assistant. It's a built-in tool for installing Windows on Intel-based Macs and creating bootable Windows 10 or 11 media. Here's how:
- Connect the USB drive to your Mac.
- Launch Boot Camp Assistant. (Press Command-Space, type "boot camp assistant," then open the app.)
- Choose "Create a Windows 10 or later install disk" and click Continue.
- Select the Windows 11 ISO image and the USB intended for the operating system.
- Wait till the bootable USB is created.
If the Windows 11 bootable USB won't create and keeps saying there's not enough space, get a professional disk cleaner to declutter your Mac and try again.
If you have an M1, M2, M3, or M4 Mac, try one of the three methods below.
Share to benefit others who want to create installation media for Windows 11 on Mac!
Create installation media for Windows 11 on Mac using WinDiskWriter
WinDiskWriter is an open-source tool that enables you to write flash drives with Windows on Mac. It's lightweight and easy to use, a great option for making a Windows 11 bootable USB on Mac. To use it,
- Ensure your USB drive is connected.
- Download the latest build of WinDiskWriter from GitHub.
- Double-click to expand the zip file.
- Under "Windows Image," choose your Windows 11 ISO file and click Open.
- Ensure your USB drive is selected beneath "Target Device."
- Click Start to begin the process.
Create Windows 11 bootable USB on Mac Terminal
Another way to create a Windows 11 bootable USB on Mac M1/M2/M3/M4/Intel is through Terminal. It's the command-line interface of the Mac operating system. Working with it is slightly more complex than previous methods, but you'll be fine as long as you follow our instructions.
- Install Homebrew on your Mac.
- Launch Terminal.
- Type the command below and hit Enter.diskutil list external
- Note down the identifier of your external drive.
- Format the external drive.diskutil eraseDisk exFAT WIN11 disk_identifierE.g., to format the disk2 with exFAT and the name WIN11: diskutil eraseDisk exFAT WIN11 disk2
- Navigate to the Windows 11 ISO file and double-click to mount it.
- Install wimlib with Homebrew.brew install wimlib
- Create a folder named sources in the root directory of your external drive (Replace drive_name with your drive's name, such as WIN11.mkdir sources /Volumes/drive_name/sources
- Split one of the files into two parts to ensure the installer will boot.wimlib-imagex split /Volumes/CCCOMA_X64FRE_EN-US_DV9/sources/install.wim /Volumes/drive_name/sources/install.swm 3800
- Copy all the remaining files to the USB drive.rsync -vha --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_EN-US_DV9/* /Volumes/drive_name
Burn Windows 11 ISO to USB on Mac using Rufus
If none of the above methods produce a bootable Windows 11 installation media, create a Windows 11 virtual machine, then make the Windows bootable USB through Rufus on Mac.
You can choose a free virtual machine like VirtualBox or make use of the free trial of Parallels Desktop to create the Windows virtual machine. Here, we use Parallels Desktop as an example.
- Download the latest version of Rufus.
- Download the free trial of Parallels Desktop.
- Follow the instructions on the screen to install Windows 11 on Parallels Desktop.
- When it asks for the Windows license key, uncheck the option and click Continue.
- After Windows 11 boots up, install Rufus on it.
- Connect the USB external drive to your Mac with Windows 11.
- Open Rufus.
- Make sure your USB device is selected.
- Beneath "Boot selection," click SELECT and choose the Windows 11 ISO file.
- Click Start to burn Windows 11 to the USB on Mac from Rufus.
Which method do you use? Share the post to help others make Windows 11 boot USB on Mac!