2 ways to create USB boot Windows 11 with Mac
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:
- Flash drive or any other form of removable media with a capacity of 8GB or more.
- Internet connection is active.
- 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.
- and download the latest build available.
- After downloading the zip file, extract it and open the application by double-clicking on it.
- 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.
- Click Choose in the Windows Image section to open a Finder window and locate the Windows ISO file you downloaded earlier. Then, click Open .
- 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.
- Open Disk Utility on your Mac using Spotlight Search or find it in the Applications > Utilities folder .
- In the sidebar, select your USB, then click Erase in the upper right corner.
- Name the drive to your liking, select ExFAT as the format, then click Erase.
- 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
- Now you will need to install wimlib via Homebrew. You can do it by entering this command:
brew install wimlib
- 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
- 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
- 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.
You should read it
- Here's how to uninstall Windows 10 to return to using Windows 7 or 8.1
- The chart for the 10 most amazing versions of Windows
- Windows revolution and breakthrough changes through each version
- Summary of several logout methods on Windows 8 and Windows 10
- Looking back at 27 years of 'evolution' of Windows
- Instructions on how to upgrade from Windows XP to Windows 8
- 4 ways to 'revive' Windows XP on Windows 10
- What is Windows Hello? How does Windows Hello work? How to install Windows Hello
- Instructions for setting up Windows Hello face recognition on Windows 10
- 9 Windows 8.1 errors have not been resolved
- How to download Windows 10 Theme for Windows 7
- Compare Windows 10 and Windows 11
Maybe you are interested
How to Enable and Disable Tabs in File Explorer on Windows 11
5 macOS Sequoia Features Not Available on Windows 11
Why does Windows operating system have such a bad reputation?
Quickly fix Unmountable Boot Volume error on Windows 10/11
15 safe software and application download websites for Windows
How to Fix Clipboard History Error in Windows 11 Latest Update