Moving files from a Mac to a Windows PC should be simple. It isn't, because the two systems disagree on almost everything: file systems, network protocols, even which sharing tools exist. AirDrop - The Mac's best trick - Flat-out ignores Windows machines.

The good news is that four methods work reliably, and at least one of them takes under a minute with zero setup. Which one you should use depends on how big the files are, how often you transfer, and whether the two computers sit on the same network.

Let's start with why the obvious option fails, then walk through each method that actually works.

Key takeaways

  • AirDrop uses Apple's private AWDL protocol and has no Windows support, while Windows' Nearby Share talks only to Windows and Android.
  • A browser share link is the fastest to set up - 10 files or 200 MB per transfer, with expiry choices of 1 hour, 12 hours, 24 hours, 3 days, or 7 days.
  • For big local jobs, SMB over gigabit Ethernet moves around 100 MB/s, so a 10 GB folder copies in under 2 minutes.
  • On a USB drive, format as exFAT - Both systems read and write it, and unlike FAT32 there is no 4 GB per-file cap.

Why AirDrop Won't Work (and What Will)

AirDrop is built on Apple's private AWDL protocol, and Apple has never released it for Windows. No third-party Windows app can genuinely join an AirDrop exchange - Anything claiming to is using a different transfer method under the hood. Windows' own Nearby Share has the mirror-image problem: it talks to Windows and Android, not Macs.

So cross-platform transfers come down to four real options: a browser share link, a shared network folder, a USB drive, or a cloud drive.

For everyday transfers - Documents, photo batches, design files - The quickest route is a temporary share link. Both machines have a browser, and that's all you need.

  1. On the Mac, open any browser and go to ShareIt.onl.
  2. Drag in your files - Up to 10 files or 200 MB total per transfer. No account needed.
  3. Pick an expiry: 1 hour, 12 hours, 24 hours, 3 days, or 7 days.
  4. Copy the short link and open it on the Windows PC (or scan the QR code if the "PC" is actually a tablet or phone).
  5. Download. When the timer expires, the files are deleted from the server automatically.

This works across the room or across the world, needs no shared network, and involves no settings on either machine. It's the same approach we recommend for sharing files online in general. The 200 MB cap is the one limit - For a 60 GB video project, keep reading.

Method 2: Shared Network Folder (SMB)

If both computers live on the same home or office network, macOS and Windows can talk directly using SMB - The Windows file-sharing protocol that Macs also speak fluently.

Share from Windows, connect from Mac:

  1. On Windows, right-click a folder, choose Properties, then the Sharing tab, and share it with your user account.
  2. Find the PC's local IP address (Settings > Network, something like 192.168.1.25).
  3. On the Mac, in Finder press Cmd+K and enter smb://192.168.1.25.
  4. Sign in with the Windows username and password, and the folder mounts like a local drive.

Share from Mac, connect from Windows: System Settings > General > Sharing > File Sharing, turn on "Windows File Sharing (SMB)" for your account, then on the PC enter \\192.168.1.30 (the Mac's IP) in File Explorer.

Speed and Setup Trade-offs

SMB is fast - On gigabit Ethernet expect around 100 MB/s, so a 10 GB folder moves in under 2 minutes. The downsides: first-time setup takes 10–15 minutes, both machines must be on the same network, and permissions or firewall issues can eat an afternoon.

Method 3: USB Drive (Watch the Format)

A USB stick or external SSD is dead simple - Until the drive that works fine on one machine refuses to accept files on the other. The culprit is the file system format:

Format Mac Windows Max File Size
exFAT Read + write Read + write Effectively unlimited
NTFS Read only Read + write Effectively unlimited
APFS / HFS+ Read + write Not recognized Effectively unlimited
FAT32 Read + write Read + write 4 GB per file

The classic trap: most external drives ship formatted as NTFS, which a Mac can read but not write. You can copy files from the drive onto the Mac, but dragging files onto it silently fails.

Warning: The NTFS write failure is silent - The Mac may look like it copied the file when nothing actually landed on the drive. Always confirm the files open on the Windows side before you erase the originals.

The Fix: Format as exFAT

The fix: format the drive as exFAT, which both systems fully support. On the Mac, open Disk Utility, select the drive, click Erase, and choose exFAT (this wipes the drive, so move anything important off first). Avoid FAT32 unless you must - Its 4 GB per-file cap breaks on long videos and disk images.

Method 4: Cloud Drives

iCloud Drive, Google Drive, OneDrive, and Dropbox all run on both platforms. Install the client on both machines (or just use the web interface), and files sync automatically.

Cloud drives shine for ongoing sync - A folder you want mirrored on both machines all the time. They're clumsier for one-off transfers: you need an account, free storage is tight (5 GB on iCloud, 15 GB on Google Drive), big uploads sync on their own schedule, and transferred files pile up until you clean house. If you only need to send a large file once, a link that deletes itself is tidier.

Which Method for Which Job?

  • A few files, right now, any distance: Browser share link - Under a minute, no setup.
  • Sending to another person's PC: Share link again; you can't mount SMB across the internet safely.
  • Daily transfers between your own two machines at home: SMB shared folder - Set it up once, enjoy 100 MB/s forever.
  • A 60 GB video project or full backup: External SSD formatted exFAT.
  • A folder that must stay identical on both machines: Cloud drive sync.
  • No internet and no network: exFAT USB drive.

FAQ

Can I AirDrop from a Mac to a Windows PC?
No. AirDrop uses Apple's proprietary protocol and only works between Apple devices - Windows has no supported way to join. Use a browser share link for quick transfers or an SMB shared folder if both machines are on the same network.
What's the best USB drive format for both Mac and Windows?
exFAT. Both operating systems can read and write it, and it has no meaningful file-size limit. Avoid NTFS (Macs can't write to it), APFS (Windows can't see it at all), and FAT32 (4 GB per-file cap).
How do I transfer files without any setup or accounts?
Upload them in your browser to a temporary share link - Up to 10 files or 200 MB at a time - And open the link on the other machine. There's no sign-up, and the files delete themselves after the expiry window you pick, from 1 hour to 7 days.
Why is my Mac-to-Windows network transfer so slow?
SMB speed depends on your network link, not your computers. Over Wi-Fi, expect 10–40 MB/s depending on signal; over gigabit Ethernet you should see closer to 100 MB/s. If a wired transfer crawls, check that both machines negotiate gigabit and that you're not accidentally routing through a slow powerline adapter.