If you've ever connected your iPad to Finder and let macOS create a local backup, you may be surprised to discover how much space that single archive consumes. Knowing how to delete an iPad backup on Mac without accidentally wiping your iPhone backup is one of those tasks that sounds straightforward but trips up a lot of users -- especially since Finder lists every device backup in the same sidebar panel. This guide walks you through exactly where these backups live, how to remove only the iPad ones, and how to confirm nothing else was touched in the process.
Where Mac Stores Local Device Backups
When you back up an iPhone or iPad through Finder (macOS Catalina and later), macOS writes the archive to a single folder on your startup disk:
~/Library/Application Support/MobileSync/Backup/
Inside that folder you will find one subdirectory per device, named with a long alphanumeric identifier (a UUID) rather than a human-readable device name. That is why it is so easy to delete the wrong one if you go poking around in Finder -- there is nothing labeled "Yuki's iPad" in the folder itself.
Each backup subdirectory can range from a few hundred megabytes for a lightly used device to well over 20 GB for an iPad loaded with apps, photos, and downloaded media. These backups are not included in iCloud storage; they live entirely on your Mac's local drive.
How to Identify Which Backup Belongs to Your iPad
Before you delete anything, you need to know which UUID maps to your iPad. The safest way is to let Finder tell you directly:
- Connect your iPad to your Mac with a cable (USB-C or Lightning to USB-C).
- Open a Finder window and click your iPad's name in the left sidebar under Locations.
- In the device pane, click Manage Backups. A sheet will appear listing every local backup for every device you have synced with this Mac.
- Right-click (or Control-click) the iPad entry and choose Show in Finder. Finder will open the exact UUID folder for that backup.
- Note the UUID shown in the path bar at the bottom of the Finder window, or reveal it via View > Show Path Bar.
If your iPad is not available to connect right now, you can cross-reference device names and dates in the Manage Backups sheet -- it shows the device name, iPadOS version, and the date of the most recent backup. Just make sure you are selecting only iPad entries before proceeding.
How to Delete an iPad Backup on Mac (Step-by-Step)
Once you have confirmed which backup is the iPad's, deletion is a two-click process inside Finder:
- Open Finder, then connect your iPad or navigate to any device under Locations in the sidebar.
- Click Manage Backups in the device pane. If the device is not connected, you can reach the same sheet by going to Finder > Settings, then clicking General > Manage Backups -- though the easiest path remains connecting any iOS device first.
- In the Manage Backups sheet, locate the iPad backup you want to remove. Confirm it by device name and backup date.
- Select that backup entry, then click Delete Backup.
- Confirm when prompted, then click Done.
macOS removes only that specific backup folder from ~/Library/Application Support/MobileSync/Backup/. Every other device backup -- including all iPhone backups -- remains completely untouched.
Deleting via Terminal (advanced users)
If you prefer the command line, you can remove the backup manually once you have the correct UUID:
rm -rf ~/Library/Application\ Support/MobileSync/Backup/<UUID>
Replace <UUID> with the exact folder name you identified earlier. Triple-check the UUID before running this -- rm -rf does not move the folder to Trash; it removes it permanently. A safer alternative is to move the folder to your Desktop first and verify that your devices still back up correctly before emptying Trash.
Backup Size Reference: What to Expect
To help you decide whether a backup is worth keeping or deleting, here is a general sizing breakdown based on device type and usage pattern:
| Device | Light use (minimal apps) | Typical use | Heavy use (media-heavy) |
|---|---|---|---|
| iPhone 15 / 16 | 1-3 GB | 5-12 GB | 15-30 GB |
| iPad (standard, 10th gen+) | 2-5 GB | 8-18 GB | 20-50 GB |
| iPad Pro (M4) | 3-6 GB | 10-25 GB | 30-80 GB |
| iPad mini | 1-4 GB | 6-14 GB | 15-35 GB |
These are local backup sizes after macOS deduplicates app binaries. Actual sizes vary with the amount of app data, offline media, and Messages history stored on the device.
Will Deleting the iPad Backup Affect iCloud Backup or the Device Itself?
No. A local Mac backup and an iCloud backup are completely separate. Deleting a local backup:
- Does not delete any data on your iPad.
- Does not affect any iCloud backup the device has created.
- Does not remove photos from your Photos library or iCloud Photos.
- Does not affect any other device's backup stored in the same MobileSync folder.
The only thing that changes is that you can no longer restore your iPad to the state captured in that specific local snapshot. If the iPad is also backing up to iCloud, or if you create a new local backup immediately after, there is no practical loss of recoverability.
Should You Keep a Local Backup at All?
Local Mac backups offer a few advantages over iCloud backups: they are faster to restore from, they are not subject to iCloud storage limits, and they can be encrypted to include Health and password data that iCloud does not always capture by default. The tradeoff is the disk space they occupy on your Mac.
A reasonable strategy for most users:
- Keep one recent local backup per device you actively use.
- Delete local backups for devices you have sold, replaced, or no longer own.
- If you use iCloud Backup reliably, consider whether a duplicate local backup is necessary at all.
- Before a major iPadOS upgrade, create a fresh local backup and then delete the old one -- so you always have a known-good restore point during the upgrade window.
If you are trying to get a broader picture of what is taking up space on your Mac, MobileSync backups are often an overlooked contributor alongside caches, Xcode data, and large app bundles. A tool like Crumb can audit all of these at once and show what is safe before you delete.
Other Backup-Adjacent Files Worth Knowing About
Beyond the MobileSync folder, a few related locations sometimes accumulate data from device management and Xcode simulator workflows:
~/Library/Application Support/MobileSync/-- also contains device pairing records and sync metadata (safe to leave alone).~/Library/Developer/Xcode/iOS DeviceSupport/-- debug symbols downloaded when you connect a device to Xcode for debugging; can be deleted if you are no longer developing for that specific OS version.~/Library/Logs/CrashReporter/MobileDevice/-- device crash logs collected by macOS; rarely large but worth knowing about.
None of these contain your actual device backups, so cleaning them out does not affect your ability to restore your iPad or iPhone. For a deeper dive into freeing up additional space, see our guide on how to free up space on Mac.
Quick Recap
To safely delete an iPad backup on your Mac: open Finder, connect your iPad or use Manage Backups under any connected device, identify the correct backup by device name and date, click Delete Backup, and confirm. The process is isolated per device -- your iPhone backup, iCloud data, and the files on the iPad itself are not affected. Afterward, check your available disk space in System Settings > General > Storage to confirm the reclaimed space, and decide whether to keep iCloud Backup enabled as your ongoing safety net.