iPhone/iPad backups on Mac

Where Are iPhone Backups Stored on a Mac? The Exact MobileSync Path (2026)

iPhone backups created through Finder (or the old iTunes) land in a specific hidden folder on your Mac — and if you have never cleaned it out, it may be consuming tens of gigabytes you did not know about. Knowing where iPhone backups are stored on a Mac is the first step to reclaiming that space safely.

The Exact iPhone Backup Location on a Mac

Every local iPhone (and iPad, and iPod touch) backup lives here:

~/Library/Application Support/MobileSync/Backup

The tilde (~) is shorthand for your home folder (for example, /Users/yourname). Inside Backup you will find one subfolder per device, each named with a long alphanumeric identifier — not a friendly device name. Each subfolder contains the full backup data for that device at the time of the last sync.

Why the Folder Is Hidden by Default

Apple hides the ~/Library folder to protect users from accidentally deleting system and application data. In macOS, user Library folders are flagged with the hidden attribute, so they do not appear in a normal Finder window. This is intentional — the contents are not meant for casual browsing — but it does make finding your backups unintuitive.

How to Open the MobileSync Folder in Finder

You do not need Terminal to get there. Finder's Go to Folder command accepts hidden paths directly:

  1. Open a Finder window.
  2. In the menu bar, click GoGo to Folder… (or press ⇧⌘G).
  3. Paste the following path and press Return:
~/Library/Application Support/MobileSync/Backup
  1. Finder opens the Backup folder. Each subfolder is one device backup.
  2. To see how large each backup is, right-click a subfolder and choose Get Info, or select it and press ⌘I.

Opening It from Terminal

If you prefer the command line, this opens the folder directly in Finder:

open ~/Library/Application\ Support/MobileSync/Backup

To list each backup subfolder and its size on disk:

du -sh ~/Library/Application\ Support/MobileSync/Backup/*

The output shows one line per device backup with its total size — a quick way to see which backups are worth investigating.

How Big Are iPhone Backups, Typically?

Backup size depends on how much is on your iPhone. A phone with a full camera roll and many apps can produce a backup of 20–60 GB or more. If you have backed up multiple devices, or kept backups across several years of upgrades, the MobileSync/Backup folder can quietly grow to well over 100 GB.

Which Backups Are Safe to Delete?

This is the part that matters most, because deleting a backup is permanent. Once it is gone, it cannot be recovered unless you have a Time Machine or other external backup of your Mac.

Backup type Safe to delete? Notes
Old backup from a device you no longer own Yes, generally Confirm the device UDID matches nothing you still use
Duplicate backups of the same device Yes — keep only the newest Older ones are superseded once a new backup completes
The only backup of your current iPhone No Delete only after you have a fresh iCloud or local backup
Backup of a device you might restore in the future Caution If there is any chance you need to restore, keep it

The Recommended Way to Delete Backups

Rather than deleting raw folders from MobileSync/Backup in Finder, use the built-in macOS interface so the system tracks what is removed correctly:

  1. Open Finder and connect your iPhone, or open Finder and select your device from the sidebar if it is already trusted.
  2. Alternatively, open System SettingsGeneraliPhone & iPad Storage (on macOS Ventura and later, or System PreferencesGeneral on earlier versions).
  3. On macOS Sonoma / Sequoia / macOS 26, go to Finder → select your iPhone in the sidebar → Manage Backups. Right-click any backup and choose Delete Backup.

This approach ensures macOS removes the backup cleanly. If you delete the raw folder manually, macOS may not update its internal records immediately.

Finding the MobileSync Folder Even Faster

If you want to see the MobileSync/Backup folder alongside all the other large directories consuming space on your Mac, Crumb can help. Its Visualize tab scans your entire disk and presents a size-sorted map of the largest folders — the MobileSync backup folder shows up immediately alongside other common space hogs like Xcode device support files, Docker images, and old downloads. It is a faster way to gauge exactly how much disk space your iPhone backups are taking before you decide what to remove.

That said, Crumb does not delete iPhone backup folders for you — use Finder's Manage Backups dialog for that so macOS handles the removal cleanly.

iCloud Backups vs. Local Backups

It is worth clarifying the difference, because they are in completely different places:

  • Local (Finder) backups — stored in ~/Library/Application Support/MobileSync/Backup on your Mac. Completely offline. Encrypted if you choose.
  • iCloud backups — stored on Apple's servers, not on your Mac at all. Managed through Settings → [your name] → iCloud → iCloud Backup on the iPhone itself. They do not appear in MobileSync/Backup.

If you only use iCloud backups and have never synced your iPhone to Finder or iTunes on this Mac, the MobileSync/Backup folder may be empty or may not exist.

Keeping the MobileSync Folder Under Control

A few habits that prevent the folder from ballooning over time:

  • After upgrading to a new iPhone, delete the old device's backup once you have verified everything transferred correctly.
  • If you switch to iCloud Backup exclusively, the local backup folder will stop growing — but any existing local backups remain until you delete them manually.
  • Periodically check the size of ~/Library/Application Support/MobileSync/Backup with ⌘I or the du command above.
  • If you want a broader view of what is consuming space across your entire Mac — not just MobileSync — tools like download Crumb and use the Visualize tab to get a complete picture in seconds.

Summary

iPhone backups on a Mac live in ~/Library/Application Support/MobileSync/Backup. The folder is hidden by default but reachable in seconds via Finder's Go to Folder (⇧⌘G). Before deleting anything, confirm which backups belong to devices you still own and make sure you have a current backup elsewhere. Cleaning up old or duplicate backups is one of the most reliable ways to recover significant disk space on a Mac — just do it through Finder's Manage Backups dialog rather than deleting raw folders.

Reclaim your disk in one click

Crumb audits your whole Mac, tells you what's safe to delete, and frees the space in seconds — private, local, and Apple-notarized.

Download Crumb for macOS

Frequently asked questions

Where are iPhone backups stored on a Mac?
iPhone backups are stored in ~/Library/Application Support/MobileSync/Backup. Each backup appears as a subfolder named with the device's unique identifier (UDID).
How do I open the MobileSync Backup folder in Finder?
In Finder, press Shift-Command-G, paste ~/Library/Application Support/MobileSync/Backup, and press Return. Finder will open the hidden folder directly.
Why is the Library folder hidden on a Mac?
Apple hides ~/Library to protect application and system data from accidental deletion. The folder exists but does not appear in normal Finder windows. You can always reach it via Go > Go to Folder.
Is it safe to delete iPhone backup folders from the MobileSync folder?
Deleting a backup is permanent and cannot be undone. Only delete backups for devices you no longer own, or older duplicates you no longer need. Use Finder's Manage Backups dialog rather than deleting raw folders so macOS tracks the removal correctly.
Do iCloud backups appear in the MobileSync Backup folder?
No. iCloud backups are stored on Apple's servers and do not appear in ~/Library/Application Support/MobileSync/Backup at all. Only backups made through Finder or iTunes appear in that folder.