1 Rookie
•
1 Message
•
2 Points
0
1083
September 28th, 2025 09:07
Is it possible to create Windows 11 bootable usb on mac?
Hey all, I only have a MacBook (latest macOS) and I need to install Windows 11 on a couple of PCs at home. Problem is, I don’t have a Windows machine to use the Media Creation Tool. I tried formatting a USB stick in Disk Utility and just copying the ISO, but the PCs won’t boot from it.
Is there a way to create a Windows 11 bootable USB on Mac that actually works? Preferably something simple (I’m not great with Terminal commands), but if command line is the only way, I’d love a step-by-step guide. Also, do I need to worry about Secure Boot being on/off when I try to boot the installer?
Thanks in advance for any tips!
No Events found!


Sephie
1 Rookie
•
3 Posts
•
2 Points
0
September 28th, 2025 09:21
Boot Camp Assistant on macOS can help you create a Windows 11 bootable USB, but only on Intel-based Macs (Apple Silicon Macs don’t support Boot Camp). It is a built-in app with modern macOS.
What You Need
How to create windows 11 bootable usb on mac with bootcamp:
Step 1: Go to Microsoft’s Windows 11 download page . Select the ISO and save it to your Mac.
Step 2: Plug in the USB flash drive. Make sure it’s empty (Boot Camp will erase everything on it).
Step 3: Go to Applications > Utilities > Boot Camp Assistant.
Step 4: In the menu bar, choose Action > Create a Windows Install Disk.
Step 5: Browse and select the Windows 11 ISO. Pick the USB drive as the destination and click Continue.
Step 6: Boot Camp will format the USB and create a Windows 11 bootable USB on your Mac. Please wait about 10 minutes.
Notes: This method only works on Intel Macs. On Apple Silicon (M1, M2, M3 and M4), you can't create a Windows 11 bootable USB with Boot Camp since it's not supported.
(edited)
user_44f603
1 Rookie
•
1 Message
•
2 Points
0
September 28th, 2025 09:27
Try command line to make bootable usb on mac!
WaynerCuRax
1 Rookie
•
3 Posts
•
2 Points
0
September 28th, 2025 09:34
Creating a Windows 11 bootable USB on a Mac might seem tricky, especially since Apple’s Boot Camp doesn’t always support the latest versions of Windows. That’s where SysGeeker WonderISO comes in. This powerful ISO utility lets you quickly turn a Windows 11 ISO file into a fully bootable USB drive right from macOS—no complicated commands or extra tools required. With just a few clicks, you can prepare a USB stick that works seamlessly on both Intel and Apple Silicon Macs.
Steps for creating Windows 11 bootable USB on any Mac:
1. Connect a USB flash drive to the Mac. Back up any important data since the process will erase it.
2. In WonderISO app, go to the “Burn” section. Click Browse and select your downloaded Windows 11 ISO file.
3. Pick your USB drive from the list of connected devices. Double-check to avoid formatting the wrong drive.
4. Click Burn. WonderISO will format the USB and write the ISO. Wait until it says the process is complete.
5. Insert the USB into the target PC. Restart and press the correct boot key (F12, Esc, or Del, depending on your PC). Select the USB drive and install Windows 11.
Extra Tips
Speed: Using a USB 3.0 stick makes the process much faster.
Compatibility: Always match GPT/MBR to your target computer’s firmware.
Verification: Some versions of WonderISO let you verify the bootable media before closing. Use it if available.
(edited)
mikelawren01
1 Rookie
•
1 Message
•
2 Points
0
September 30th, 2025 11:32
Yes, you can create a Windows 11 bootable USB on a Mac. The easiest way is with Boot Camp Assistant (Action → Create a Windows install disk), which formats the USB and makes it bootable from the ISO. If that option isn’t available, you can use third-party tools like UUByte ISO Editor or UNetbootin, which are simpler than Terminal.
Secure Boot usually doesn’t need to be disabled since Windows 11 supports it, but if the installer doesn’t boot, temporarily turn it off in BIOS.
I Hope you will find this helpful
(edited)
WaynerCuRax
1 Rookie
•
3 Posts
•
2 Points
0
March 16th, 2026 03:20
Yep, you can make a Windows 11 bootable USB on a Mac, but just copying the ISO won’t work. Best bet is to use a simple tool like UUBYTE ISO Editor, balenaEtcher.
Or check out this Apple discussions for a step‑by‑step guide.
https://discussions.apple.com/thread/255200443?sortBy=rank
Idriss_Gassan
1 Rookie
•
4 Posts
•
2 Points
0
March 16th, 2026 03:23
You can do it entirely in Terminal on your Mac—just format the USB as FAT32/ExFAT, then use the dd command to write the Windows 11 ISO. It’s free and works, but make sure you double‑check the USB path because dd will erase the drive completely.