Where Is iPhone Backup Stored on Mac? (And How to Find It)
When you back up your iPhone to a Mac using Finder (or iTunes on older systems), the backup doesn't sit in an obvious place. It's tucked inside a hidden system folder — and knowing exactly where it lives can save you time when you need to manage storage, verify a backup exists, or troubleshoot a restore.
The Default iPhone Backup Location on Mac
iPhone backups created locally on a Mac are stored in a specific folder within your user Library directory. The path is:
The tilde (~) represents your home folder — the one named after your Mac username. So the full path looks something like:
Inside the Backup folder, you'll find one or more subfolders. Each subfolder has a long string of letters and numbers as its name — that's a unique device identifier (UDID) tied to a specific iPhone. If you've backed up multiple devices, you'll see multiple folders here.
How to Navigate to the Backup Folder
The Library folder is hidden by default in macOS, which is why most users never stumble across it naturally. There are two clean ways to get there:
Option 1 — Use Finder's Go menu:
- Open Finder
- Hold the Option key and click Go in the menu bar
- Select Library from the dropdown (it only appears when Option is held)
- Navigate to Application Support → MobileSync → Backup
Option 2 — Use Go to Folder:
- In Finder, press Shift + Command + G
- Paste this path: ~/Library/Application Support/MobileSync/Backup/
- Press Enter
This drops you directly into the backup directory.
How to Check Backups from Within Finder or iTunes
You don't always need to dig through system folders manually. If you're running macOS Catalina (10.15) or later, backup management lives inside Finder:
- Connect your iPhone or open Finder
- Select your device in the Finder sidebar
- Click Manage Backups to see a list of stored backups, their dates, and sizes
On macOS Mojave (10.14) or earlier, the same information is available through iTunes under Preferences → Devices.
These built-in views let you right-click a backup and choose Show in Finder — which jumps directly to that specific backup folder without manual navigation.
What's Actually Inside a Backup Folder? 🗂️
The contents of an iPhone backup folder are not human-readable files. Apple stores backup data in an encrypted, proprietary format. You'll see files with long hash-style names and no extensions — these are database records, app data, photos, messages, and settings compressed into a format only Apple's software (and some third-party tools) can interpret.
Key things to know about the backup contents:
| Element | Detail |
|---|---|
| File names | Cryptographic hashes, not original filenames |
| Readable format | No — requires Apple software or specialized tools to interpret |
| Encryption | Optional (you set this in Finder/iTunes); encrypted backups also store Health and password data |
| Size | Varies widely — from a few GB to 20+ GB depending on device usage |
Factors That Affect Where and How Backups Are Stored
Not every Mac user ends up with backups in the same state. Several variables shape the picture:
macOS version — The transition from iTunes to Finder (starting with Catalina) changed where backup settings are managed, though the underlying storage path stayed the same.
User account — Backups are stored under the logged-in user's Library folder. If multiple people use the same Mac with different accounts, each account has its own MobileSync/Backup folder.
iCloud Backup vs. local backup — If your iPhone is set to back up to iCloud rather than to your Mac, there will be no local backup folder on your Mac at all. iCloud backups live on Apple's servers and are accessible through iCloud settings on the device. Local and iCloud backups are completely separate — enabling one doesn't automatically disable the other, but you do choose which method runs when the iPhone is connected.
Custom backup location — macOS does not natively support redirecting the iPhone backup folder to a different drive. Some users create a symbolic link (symlink) to point the MobileSync folder to an external drive or a different internal location, particularly on Macs with limited storage. This is a manual process involving Terminal and carries some risk if done incorrectly.
Encrypted vs. unencrypted backups — Both types land in the same folder path, but encrypted backups are flagged differently and contain a broader dataset. The encryption password is set in Finder or iTunes — if lost, the backup cannot be restored without it.
Storage Space Considerations
Local iPhone backups can grow large, especially if you have a high-capacity iPhone with lots of photos, videos, and app data. Because the default backup location sits on your Mac's main internal drive, users on machines with smaller SSDs (common on older MacBook Air models or base-tier configurations) sometimes find their storage filling up unexpectedly. 🖥️
macOS doesn't automatically delete old or outdated backups. Each time you back up, the existing backup is updated rather than duplicated — but if you've backed up multiple devices, those folders accumulate separately.
When the Backup Folder Is Empty or Missing
If you navigate to ~/Library/Application Support/MobileSync/Backup/ and find it empty or absent, the most common reasons are:
- No local backup has ever been created — your iPhone may only use iCloud Backup
- Backups were manually deleted from Finder or iTunes/Finder preferences
- A different user account has the backups — if someone else set up the backup on the same Mac under a different login
The right interpretation depends on how your iPhone and Mac have been set up, and whether iCloud Backup is active on the device.
Understanding the folder path is straightforward — but whether that folder contains current, usable backups, and whether local or cloud backup makes more sense for your workflow, comes down to how your devices, accounts, and storage situation are currently configured. 🔍