The best way to burn iso to usb on MAC for windows iso?

Hi all,


My mom's PC is no longer working and can't boot in. She needs a bootable USB to reinstall Windows 10 on it. As far as I have learnt, it is easy to do that on a PC. Unfortunately, we only have two Macs at home. Is there a simple way to let me burn ISO to USB on Mac so I can make a bootable USB from Windows 10 ISO.


NOT a tech savvy and urgently need some help on this matter.


P.S. Both of the two Macs don't have bootcamp on app. One is MBA M1 and the other is iMac M3.

iMac (M3, 2023)

Posted on Oct 12, 2025 8:52 PM

Reply
3 replies

Oct 13, 2025 12:39 AM in response to somedude7

I had to do the same thing a while back when my mom’s old PC completely refused to boot, and all I had was my MacBook. What ended up saving me was WonderISO — it’s honestly the easiest way to burn ISO to USB on Mac without fighting Terminal commands.


Here are two practical, real-world methods to burn ISO to USB on Mac, explained in a simple way (perfect if you’re not tech-savvy):


(1) The easiest option is WonderISO — it’s a full GUI app that lets you burn ISO to USB on Mac in just a few clicks.


  1. Open WonderISO → choose Burn to USB → select your Windows 10 ISO → pick the USB drive → click Start.
  2. It automatically sets up the partitions and makes the USB bootable on both Intel and Apple Silicon Macs.
  3. If you’re in a rush or don’t like commands, WonderISO is hands down the fastest and safest way to burn ISO to USB on Mac.


(2) If you prefer using built-in macOS tools, do it manually with Terminal.


First, erase the USB using Disk Utility as MS-DOS (FAT) + GUID (Apple’s official guide: support.apple.com/guide/disk-utility).


Then open Terminal and run:

hdiutil mount /path/Windows10.iso
diskutil list
cp -R /Volumes/CCCOMA_X64FRE_EN-US_DV9/* /Volumes/WINUSB/
diskutil eject /Volumes/WINUSB/


This command-line way also burns ISO to USB on Mac, but make sure the ISO doesn’t have files larger than 4GB (FAT32 limit).


If it does, you’ll need to use the first method.

Either way, both work perfectly to burn ISO to USB on Mac and get your mom’s PC ready for a clean Windows 10 install.

Oct 13, 2025 12:32 AM in response to somedude7

You can definitely create a bootable Windows 10 USB using your Macs, even without Boot Camp. Since both are Macs (including the newer M1 and M3), the easiest way is to use Terminal with the diskutil and dd commands, or a free app called BalenaEtcher that works on macOS.


How to burn ISO to USB on mac via Terminal commands:

  1. Download the Windows ISO.
  2. Convert it to a format suitable for creating bootable media.
  3. Use dd to burn ISO to USB.


On M1/M3 Macs, creating bootable Windows media directly for Intel-based PCs sometimes has compatibility quirks, but generally, the USB created with Etcher should work fine. After creating the USB, you might need to connect it to the PC, restart, and boot from USB (often by pressing F12, F10, or Esc during startup — check your PC’s boot menu).

The best way to burn iso to usb on MAC for windows iso?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.