How to move photos from an Android phone to a Mac
Updated 21 September 2026 · KirsuLab
Every Android phone stores photos in an ordinary folder, and every Mac can read ordinary folders. The awkward part is what sits between them: macOS has no built-in support for the protocol Android phones use over USB, and the small Google app that used to bridge the gap, Android File Transfer, was discontinued in 2024.
Here are the four routes that still work, and what each one costs you. We make one of the tools mentioned, Conduit, so weigh that section accordingly.
1. USB cable
The fastest route for large amounts, and the only one that never touches the internet.
- Plug the phone into the Mac with a cable that carries data. Many charging cables do not.
- Unlock the phone. A notification appears about the USB connection; open it and choose File transfer, not Charging only.
- Open the phone in an app that can read it. macOS will not show it in Finder on its own.
- Copy from DCIM/Camera for camera photos and videos, Pictures/Screenshots for screenshots.
Apps that do step three include Conduit, OpenMTP, MacDroid and Commander One. The side-by-side comparison is on our Android File Transfer alternatives page.
One limit worth knowing: tools built on MTP, the protocol Android File Transfer used, cannot copy a single file larger than 4 GB. That is about twenty minutes of 4K video. Tools built on adb, including Conduit, have no such limit.
2. Local Wi-Fi
No cable, no cloud. The phone and the Mac talk directly over your own network, so the files never leave the building. This is the route we use for a handful of photos while the phone is charging in another room.
Setup is a one-time pairing, usually by scanning a QR code on the Mac with the phone. After that the phone appears the same way it would over USB. Transfer speed depends on your Wi-Fi, and for a few dozen photos it is more than enough.
3. Cloud sync
Google Photos, iCloud, Dropbox and the rest. Install on the phone, let it upload, then download on the Mac.
It is the most convenient option if it is already running, and the slowest for anything large, because every file travels twice: up to the service and back down. Check the upload quality setting before relying on it. Several services default to a compressed copy, and the original stays only on the phone.
4. SD card reader
If the phone records to a memory card, take the card out and put it in a reader. The Mac mounts it as an ordinary disk, Finder opens it, and nothing has to understand Android at all. This is the quickest route for hours of video from a phone or an action camera, and it is the one most people forget.
Which to choose
| Situation | Route |
|---|---|
| A few photos, phone in hand | Cable or Wi-Fi |
| Hours of 4K video | Cable, or the SD card if there is one |
| Phone is across the room | Local Wi-Fi |
| Already all in Google Photos | Cloud, and check the quality setting |
| Files must not leave the house | Cable, Wi-Fi or card, never the cloud |
Where Conduit fits
Conduit is our free macOS app for the cable and Wi-Fi routes. It opens the phone in a Finder-like window: browse DCIM and Pictures, preview a photo or play a video straight from the phone before copying, select a run of files with Shift-click, and drag them out to Finder. Transfers run in a background queue, so you can keep working, and nothing is ever uploaded anywhere.
It talks to the phone through adb, Google's debug bridge, which is what removes the 4 GB limit and makes Wi-Fi pairing possible. The cost is a one-time setup: install Google's platform-tools package, then turn on Developer options and USB debugging on the phone. The app walks you through both steps on first run.
If that setup is more than you want for a one-off copy, use OpenMTP instead. It is free, open source, and needs nothing on the phone.
Conduit is on the Conduit page: a notarized download, Homebrew, or Ko-fi if you would like to support the work.
Questions & answers
Why doesn't my Mac see my Android phone when I plug it in?expand_more
macOS has no built-in support for Android's file transfer protocol, so nothing opens on its own. You also have to unlock the phone and change the USB mode from charging to file transfer. Google's own Android File Transfer app, which used to fill that gap, was discontinued in 2024.
Does transferring photos over USB reduce their quality?expand_more
No. A cable copies the original file byte for byte. Quality is lost when photos go through a messaging app or a cloud service that compresses uploads, not when they are copied.
How do I move photos without a cable?expand_more
Pair the phone and the Mac over your local Wi-Fi network with an app that supports it, or use a cloud service both devices can see. Local Wi-Fi keeps the files off the internet and is usually faster for large videos.
Where does Android keep photos?expand_more
Photos from the camera are in DCIM/Camera. Screenshots are usually in Pictures/Screenshots, and images saved from apps land in Pictures or Download, each in its own folder.
What is the fastest way to move many gigabytes of video?expand_more
A USB cable, or an SD card in a card reader if the phone records to a card. Both avoid uploading and downloading the same footage twice, which is what makes the cloud route slow.