Best Ways to Send Files from Mac to Windows
So you edited a video on your MacBook, and now your teammate needs it on their Windows PC. You plug in a drive, and Windows says something about the disk not being readable. Or you AirDrop — oh wait, Windows doesn't have that. Great.
Cross-platform file sharing isn't hard once you know which paths don't fight each other. Here's what I use after years of bouncing between Mac and Windows machines.
Understand the format trap first
Macs often format drives as APFS or Mac OS Extended. Windows won't read those without extra software. If you live in both worlds, format shared drives as exFAT. Both sides open it fine. FAT32 works too but chokes on files over 4GB.
Method 1: exFAT USB drive (simplest)
- Format USB as exFAT (Disk Utility on Mac).
- Copy files onto the stick.
- Plug into Windows — shows up like normal.
For a 50GB project folder, this is still my go-to. No accounts, no internet.
Method 2: Local network sharing
When both computers are on the same home WiFi, you can share folders directly.
On Mac
System Settings → General → Sharing → turn on File Sharing. Add a folder and set permissions.
On Windows
Open File Explorer, type the Mac's network address, connect with your Mac login. Drag files across.
It can be fiddly the first time. Once it works, it's fast for daily work.
Method 3: Browser-based local transfer
Open the same offline share page on both machines. One creates a room, the other joins. Pick files, send. This avoids wrestling with SMB settings — nice when you're at someone else's house and just need it done.
Method 4: Cloud (when you're not in the same room)
Google Drive, OneDrive, Dropbox — all work from Mac upload and Windows download. Watch storage limits on free tiers. For huge raw video, cloud gets expensive or slow.
Method 5: Email and chat — only for small stuff
Under 25MB? Sure. Over that? You're wasting time. Don't send ProRes files through Slack unless you enjoy suffering.
Filename and compatibility tips
- Avoid weird characters in filenames — stick to letters, numbers, dashes.
- Mac .dmg files won't run on Windows — that's installers, not general files.
- Font files and Apple-specific formats might need conversion.
- Zip folders if you're sending hundreds of small files — faster on Windows extraction.
What I'd pick for each situation
Same desk, big project: exFAT drive. Same house, no cable: local browser transfer or network share. Different cities: cloud with a link, then delete. Tiny PDF: email.
SMB sharing when browser transfer isn't an option
On a trusted home network, Windows can see the Mac as a network computer. It feels old-school but throughput is solid. Write down the Mac's local IP (System Settings → Network) so you're not guessing.
If Windows asks for credentials, use the Mac account username and password — not your Apple ID email unless that's your local login.
Rename rules that prevent "why won't this open?"
Keep names short, no slashes, no percent signs. Mac allows spaces; Windows is fine with them too in modern versions. Avoid emoji in filenames for older Windows builds — yes, really.
After the transfer lands
Open one large video and one photo on the Windows machine before you delete anything on the Mac. Spot-check beats assuming. If it's a work project, keep the Mac copy until the client confirms receipt.
Parallels and VMware — another path
If you run Windows inside Parallels on Mac, drag-and-drop between VMs feels like cheating for daily work. Not everyone has Parallels, but students and devs swear by it. Shared folders map to a drive letter — copy, done.
For one-off huge archives, I still prefer exFAT USB because it's portable to any physical Windows machine, not just your VM.
Teaching someone non-technical
Write three steps on a sticky note. Don't mention SMB or exFAT out loud unless you enjoy watching eyes glaze over. Say "use this stick, plug into Windows, drag folder."
Walkthrough: designer Mac to client Windows
You export a zip from Mac — project files, fonts folder, readme. Format stick exFAT, copy zip, mail stick or hand off at meeting. Client unzips on Windows. Open one font file and one layout file to confirm before you leave the room.
Same job but client is remote? Upload zip to cloud from Mac on ethernet, send link, they download on Windows, you revoke link after confirmation email. Two workflows, same zip.
One more thing: Time Machine and external drives
Mac users sometimes forget Time Machine drives are Mac-friendly formats. Don't hand a Time Machine disk to Windows users expecting it to open. Copy the project folder to exFAT first. Learned that one at a freelance gig — awkward silence in the room.
Final thoughts
Mac and Windows will keep coexisting — freelancers, offices, families all live in both. You don't have to love either platform to move files well. exFAT USB, local browser share, and careful cloud links cover almost every desk I've sat at.
Save this guide somewhere you'll find it the next time a Windows laptop stares at your Mac drive like it's from Mars.
FAQ
Why won't my Mac USB show on Windows?
Probably APFS or HFS+ format. Reformat to exFAT (erases the drive) or use a reader app on Windows.
Is AirDrop to Windows possible?
No. Use one of the methods above instead.
Will quality change?
Not with direct copy. Only compression apps mess with quality.
Can I send from Windows to Mac the same way?
Yes — all these methods work both directions.
What if Windows says "access denied" to the Mac share?
Usually wrong username/password or the Mac asleep. Wake the Mac, confirm File Sharing is on, and use the short username from Users & Groups — not always your Apple ID email. Firewall on Mac can block first try; allow SMB when prompted.