·8 min read

How to Transfer Files Between iPhone and Mac Without AirDrop

AirDrop not working? Here are the best ways to move files between your iPhone and Mac — including options that give you full remote filesystem access from anywhere.

AirDrop is great when it works. When it doesn't — and let's be honest, it fails often enough that you're here reading this — you need another way to transfer files between your iPhone and Mac without AirDrop.

The good news: there are plenty of alternatives, ranging from Apple's own tools to third-party apps that work from anywhere. Some are better than AirDrop ever was.

Why AirDrop Fails (and When to Just Fix It)

Before looking at alternatives, a quick troubleshooting checklist:

  • Both devices on the same WiFi network? AirDrop uses a combination of Bluetooth for discovery and WiFi for transfer. They need to be on the same network.
  • Bluetooth enabled on both? AirDrop requires Bluetooth for device discovery.
  • AirDrop visibility set correctly? Check Settings > General > AirDrop on iPhone. "Everyone for 10 Minutes" or "Contacts Only" — not "Receiving Off."
  • Personal Hotspot disabled? AirDrop doesn't work when Personal Hotspot is active.
  • Firewall blocking? On Mac, check System Settings > Network > Firewall. Try temporarily disabling it.

If AirDrop intermittently fails, it's usually a Bluetooth discovery issue. Toggling Bluetooth off and on (on both devices) fixes it 80% of the time.

But if you need to transfer files when you're *not on the same network* — or you just want something more reliable — read on.

iCloud Drive

The simplest non-AirDrop option is iCloud Drive. Save a file to iCloud Drive on your iPhone, and it appears in Finder on your Mac (and vice versa).

How:

  • iPhone: Open Files app > iCloud Drive > save or move your file there
  • Mac: Finder sidebar > iCloud Drive

Pros:

  • Built in, no extra apps
  • Works from anywhere with internet
  • Automatic — files sync in the background

Cons:

  • Requires iCloud storage (5GB free, then $0.99/month for 50GB)
  • Sync can be slow for large files
  • Not instant — there's a delay while the file uploads and downloads
  • Doesn't work without internet

Shared iCloud Folder

For regular transfers between the same devices, create a shared folder in iCloud Drive that's easily accessible on both.

On your Mac:

mkdir -p ~/Library/Mobile\ Documents/com~apple~CloudDocs/Transfers

On your iPhone, this appears as "Transfers" in the Files app under iCloud Drive. Drop files in from either side.

USB Cable + Finder

The old reliable. Connect your iPhone to your Mac with a USB or USB-C cable.

  1. Open Finder on your Mac
  2. Select your iPhone in the sidebar
  3. Go to the Files tab
  4. Drag files in or out of app folders

Pros:

  • Fast (USB 3 speeds)
  • No internet needed
  • No storage limits

Cons:

  • Need a physical cable
  • Can only access files within app sandboxes (not all files are visible)
  • Have to be physically near your Mac

Email / Messages

For small files (under 20MB for email, 100MB for iMessage), just send them to yourself.

On iPhone: Share > Messages > send to yourself, or email to your own address.

It sounds dumb, but for a quick screenshot or document, it's often the fastest method. No app to open, no setup.

Third-Party Cloud Storage

Dropbox, Google Drive, and OneDrive all have iPhone and Mac apps. Install both, save a file on one device, access it on the other.

The experience is similar to iCloud Drive but with cross-platform support if you also use Windows or Android.

Pros:

  • Cross-platform
  • Generous free tiers (Google Drive: 15GB, OneDrive: 5GB)
  • Selective sync on Mac to save disk space

Cons:

  • Yet another app to install and manage
  • Privacy concerns (your files on someone else's servers)
  • Sync conflicts can occur

Snapdrop / PairDrop (Local Network)

PairDrop (formerly Snapdrop) is an open-source AirDrop alternative that works in the browser. Both devices open the PairDrop website on the same network, see each other, and can transfer files.

Pros:

  • No app to install — works in Safari
  • Works across any platform
  • Open source, no account needed
  • Files are transferred directly between devices (not uploaded to a server)

Cons:

  • Devices must be on the same local network
  • Browser-based, so file size can be limited by browser memory
  • Not an option for remote transfers

SFTP / SSH

If you have SSH access to your Mac (see our SSH from iPhone guide), you can use SFTP to transfer files.

Apps like Termius and FE File Explorer support SFTP on iPhone.

Pros:

  • Full filesystem access (not limited to app sandboxes)
  • Encrypted transfer
  • Works remotely if SSH is configured

Cons:

  • Requires SSH setup (port forwarding or VPN)
  • SFTP clients on iPhone are clunky for browsing large directories
  • Not user-friendly for non-technical users

Seasalt File Browser

Seasalt includes a file browser that gives you full access to your Mac's filesystem from your iPhone. You can browse, preview, download, and upload files — all over an end-to-end encrypted connection.

How it works: The Seasalt agent on your Mac exposes the filesystem to the paired iPhone app through an encrypted relay. No ports to open, no SFTP configuration.

Pros:

  • Full filesystem access (not sandboxed)
  • Works from anywhere (not just local network)
  • End-to-end encrypted
  • Browse, preview, download, upload
  • Zero configuration
  • Also includes terminal and screen sharing

Cons:

  • Requires Seasalt installed on both devices
  • Transfer speed depends on internet connection (relay adds slight overhead)
  • macOS and iOS only

For developers who already use Seasalt for remote terminal access, the file browser is a natural extension. You can check on a build in the terminal, then download the output artifact through the file browser — all in the same app.

Comparison

MethodWorks RemotelyFull FilesystemSpeedSetup
AirDropNo (same network)NoFastNone
iCloud DriveYesNoMediumNone
USB CableNo (physical)PartialVery fastNone
PairDropNo (same network)NoFastNone
SFTPYesYesMediumHigh
SeasaltYesYesMediumLow

The Right Tool for the Situation

  • Same room, quick file: Fix AirDrop or use PairDrop
  • Small file, don't care about speed: Email or Messages
  • Large file, same location: USB cable
  • Regular syncing: iCloud Drive or Dropbox
  • Remote access to any file: Seasalt or SFTP
  • Developer who also needs terminal: Seasalt

Most people need more than one of these. The common pattern is iCloud Drive for everyday syncing and a remote-capable tool (like Seasalt) for when you need a specific file from your Mac while you're not home.

Try Seasalt Free

If you need persistent, encrypted terminal and file access from your iPhone to your Mac — with zero configuration and no open ports — that's exactly what Seasalt is built for.

Download free for macOS →

macOS 13+ · Apple Silicon & Intel · No credit card required

S

Seasalt Team

Building secure remote access for developers

More from the blog