July 13, 2026

How to clear System Data on Mac storage

Sergio Tereshchenko
Written by
A Mac specialist with a QA engineering background, focused on troubleshooting and how-to guides.

Sergio Tereshchenko

Alex Holovchenko
Approved by
Reviewed by a QA engineer at Nektony and Apple Certified Support Professional with hands-on experience testing Mac software.

Alex Holovchenko

Share

If System Data shows 50, 80, or even 100 GB on your Mac, you see caches, logs, old backups, leftovers, and other overhead. Some of it is untouchable; most of it is safe to remove. And you don’t need to be a power user to do it. For example, quick wins are to:

  • Empty Trash and restart a Mac; this flushes temp cache and often reclaims GBs.
  • Delete any .dmg and .pkg installer files in your Downloads folder.
  • Use a cleaner tool to clear purgeable space, caches, and other clutter.

This post explains what System Data is, what it contains in Tahoe and Sequoia, what a normal size looks like in 2026, and 10 methods for clearing it, from the one-click option to targeted manual cleanup, so you can recover space without touching anything critical.

One-click cleanup for a clutter-free Mac

To get a Mac refreshed, you need a more sophisticated approach than just restarting it. Try MacCleaner Pro; this tool is our guarantee of optimizing your Mac and removing clutter without the risk of deleting the wrong files. Your total cleanup is a click away.

What is System Data on Mac?

Open System Settings → General → Storage, and you’ll see a color-coded bar showing what’s using your disk. The System Data category (called Other Storage in older macOS versions) is the catch-all for files that don’t fit neatly into Photos, Documents, or Apps.

In macOS Tahoe and Sequoia, System Data includes:

  • User and system caches
  • Log files and crash reports
  • Time Machine local snapshots
  • iOS and iPad device backups stored on a Mac
  • App support files and leftovers from uninstalled apps
  • Disk images and archived installers (.dmg, .pkg, .zip)
  • Fonts, plugins, and browser extensions
  • Aerial screensaver and wallpaper video assets downloaded by macOS
  • Apple Intelligence on-device AI model files (Tahoe)
  • Swap and sleep image files (auto-managed by macOS)

macOS hides most of this in the Library by design, because some files are critical to system stability and should not be manually deleted. However, a significant portion is safe to remove, and doing so regularly has a measurable impact on available storage and system performance.

Note:

macOS may flag some items, e.g., Time Machine local snapshots, as purgeable space. This may appear as part of System Data, which macOS can remove automatically when more disk space is needed. You can also clear it instantly using MacCleaner Pro.

Should you clean up System Data?

Yes, you have to do it selectively. Apple hides System Data because removing critical files can damage the system. But a significant portion is safe to delete, and cleaning it regularly is recommended for any Mac in daily use.

System Data to clean safely

  • User and system caches (~/Library/Caches and /Library/Caches)
  • Log files (~/Library/Logs)
  • Old Time Machine local snapshots
  • Leftover service files from apps you have already removed
  • Old installer and disk image files (.zip, .dmg, .pkg)
  • iOS and iPadOS backups you no longer need
  • Unused plugins, extensions, and fonts

System Data to handle carefully

  • Files in /System/ or /Library/ at the root level, these are used by macOS itself
  • Sleep image and swap files, macOS manages these automatically
  • Any file in ~/Library you cannot clearly identify

Note:

If you enabled Apple Intelligence or use the aerial screensaver, expect System Data to run 15-40 GB higher than on older macOS versions. Both features download and create large local files that count toward this value.

Why System Data gets so large

System Data grows from several sources: some obvious, some catch users off guard:

  • App caches that have never been cleared. Every app you use (browsers, Slack, Zoom, video editors) writes cache files that accumulate over time.
  • Leftover files from uninstalled apps. Dragging an app to Trash removes the main .app file but leaves support files in the Library. They stay until removed.
  • iPhone and iPad local backups. If you’ve ever connected an iPhone to a Mac, a full device backup may be stored locally. A single backup can reach 20-60 GB.
  • Time Machine local snapshots. macOS creates hourly snapshots on your disk as a recovery buffer. Each can be several GB, and they accumulate silently.
  • Aerial screensaver video cache. Apple’s cinematic screensavers download 4K video files locally. These can exceed 40 GB with no warning or notification.
  • Apple Intelligence AI model files (Tahoe). On-device AI models for Apple Intelligence range from 5-15 GB and grow as Apple releases new features.
  • macOS update remnants. After a major update, the old installer and APFS rollback snapshots stay on disk for days before Mac clears them automatically.
  • Forgotten disk images and installers. .dmg, .pkg, and .zip files in your Downloads folder count toward System Data and are typically forgotten.

Here’s how large each category can get:

Category Typical size range
Caches, logs, fonts, plugins 2-10 GB
System and app temporary files 1-8 GB
Time Machine local snapshots 5-30+ GB
iOS/iPad local backups 20-60 GB per device
Aerial screensaver video cache 20-40+ GB
Apple Intelligence AI model files 5-25 GB
Disk images and archives (.dmg, .zip) 1-15 GB
App leftovers in ~/Library 10+ GB

How System Storage can impact Mac performance

When System Data grows too large, its impact doesn’t go unnoticed. A bloated Mac can slow down key operations, cause errors, and even prevent the installation of updates.

Mac operation Effect of oversized System Data
Boot time Increased by 20–30%, especially if cache or swap files are oversized
App launch speed Slower due to reduced available RAM and swap file pressure
Spotlight indexing May fail or take significantly longer to update
Time Machine backups Larger backups take longer and consume more external storage
macOS updates May fail to install if insufficient free disk space is available
Also read:Speed up Mac

How to check System Data volume

  1. Open System Settings through the Apple Menu.
  2. Go to General.
  3. In the right panel, click Storage. System Settings showing General tab
  4. Locate System Data at the bottom. System Settings showing Storage tab

How to check what’s inside System Data on Mac storage

macOS does not give you a built-in file explorer for System Data. To understand what is actually taking up space before you delete anything, you have two options.

Option 1: Use Disk Space Analyzer (visual, no Terminal needed)

Disk Space Analyzer, which is a part of MacCleaner Pro suite, scans your drive and displays a colour-coded sunburst diagram of every folder and its size, including the Library locations that make up System Data. This is the fastest way to identify consumes space without using Terminal.

  1. Run Disk Space Analyzer.
  2. Click Start Scanning Macintosh HD.
  3. Go through the folders like System and Library → see what eats space. Additionally, find the culprits using the diagram.
MacCleaner Pro showing System folder

Option 2: Use Terminal (for tech-savvy guys)

Open Terminal (Applications → Utilities → Terminal) and run:

  • Check user cache size

    du -sh ~/Library/Caches

    Copy

  • Check user Logs

    du -sh ~/Library/Logs

    Copy

  • Check Application Support size

    du -sh ~/Library/Application\ Support

    Copy

  • Check system-level Library (requires admin password)

    sudo du -h -d1 /Library/

    Copy

The last one stands for listing every top-level folder under /Library with its size. Look for anything over 1 GB that looks unfamiliar.

How to reduce system data on Mac: 10 methods

I filter the methods below from easiest to most targeted. Work through them in order if you want maximum space recovery, or jump directly to the way relevant to your case.

Method 1: Clearing system data automatically with MacCleaner Pro

MacCleaner Pro scans System Data and extracts safely removable items (user and system caches, broken login items, app traces) without touching core macOS files.

  1. Download and run MacCleaner Pro.
  2. Go to the Clean Up section.
  3. Select the junk categories you want to remove.
  4. Click Review to Clean Up → confirm.
MacCleaner Pro Clean Up section

Note:

  • MacCleaner Pro won’t delete core macOS files or protected system data.
  • You can reduce system data more with MacCleaner Pro using embedded tools by removing support files of previously deleted apps and other service files.
  • Since System Data is dynamic, it may grow again after cleaning. macOS recreates necessary caches and swap files as you use your Mac.

Method 2: Optimizing storage with macOS built-in feature

Apple’s built-in storage tool scans your Mac and recommends safe, reversible actions: removing already-watched iTunes movies, enabling iCloud Drive, emptying Trash automatically, and reducing clutter in Downloads.

  1. Open System Settings → General → Storage.
  2. Click the i button next to any recommendation, or scroll to Recommendations.
  3. Review each option: common recommendations include storing files in iCloud, removing large unused files, and emptying the Trash automatically.
  4. Enable or action the recommendations that apply to your case.
System Settings showing Storage bar

Method 3: Clearing cache manually in Finder

User caches are safe to delete; apps rebuild them automatically on the next launch. System caches require more care; target only folders you can identify, and don’t delete the Caches folder itself, delete its contents.

Clear user caches:

  1. Open Finder.
  2. Press Command+Shift+G and type
    ~/Library/Caches

    Copy

    → press Return. Finder showing caches directory in placeholder
  3. Delete the subfolders for apps you recognize: browser names, app/dev names.

Clear system caches:

  1. Press Command+Shift+G again and go to
    /Library/Caches

    Copy

    (no ~).
  2. Remove subfolders for third-party apps you recognize.

Note:

MacCleaner Pro automates this: open the Clean Up section, select Caches, and it identifies what’s safe to remove without requiring you to browse Library folders manually.

Method 4: Removing app service files and leftovers

In addition to caches, apps store their service files on the Mac. They scatter logs, saved state, preferences, extensions, and other files across your Library. Over time, these accumulate, especially if you trial and discard many apps.

Remove app service files and leftovers using App Cleaner & Uninstaller

MacCleaner Pro has this utility in its suite. After you go to the Applications tab, you can run it from there by clicking Manage apps with App Cleaner.

MacCleaner Pro showing applications tab
  1. Run App Cleaner & Uninstaller.
  2. Go to the Remaining Files tab, where you’ll see leftover service files from apps no longer installed.
  3. Select all leftovers, or review and select individual items.
  4. Click Remove → confirm.
App Cleaner & Uninstaller showing Remaining Files tab

Remove app service files and leftovers manually in Finder

Important!

Do not delete subfolders whose names begin with com.apple. These are macOS system components, and removing them can damage your Mac.

  1. Open Finder → Go → Go to Folder (or press ⌘+Shift+G).
  2. Check these folders in ~/Library for subfolders named after apps you’ve deleted:
    • ~/Library/Application Support

      Copy

    • ~/Library/Logs

      Copy

    • ~/Library/Containers

      Copy

    • ~/Library/Preferences

      Copy

    • /Library/Application Support

      Copy

    • /Library/Logs

      Copy

    • /Library/Containers

      Copy

    Finder showing Application Support folder
  3. Right-click the folders with unneeded service files → Move to Trash → Empty Trash.

Method 5: Removing Time Machine local snapshots

Time Machine stores hourly local snapshots on your startup disk as a recovery buffer. They’re useful for quick file restoration, but they accumulate to tens of GB over time and are counted in System Data. macOS frees them automatically when storage pressure requires it, but you can remove them manually for immediate recovery.

Option A: Disable local snapshots via System Settings

  1. Go to System Settings → General → Time Machine.
  2. Toggle off Back Up Automatically temporarily. By doing so, you stop new local snapshots from being created. System Settings showing Time Machine
  3. To remove existing snapshots, use the Terminal or Disk Utility method below.

Option B: Delete snapshots via Terminal

  1. Open Terminal (Applications → Utilities → Terminal, or Spotlight → Terminal).
  2. List all local snapshots by running this command:
    tmutil listlocalsnapshotdates

    Copy

  3. Delete a specific snapshot by date (replace the date string with the relevant one):
    tmutil deletelocalsnapshots YYYY-MM-DD-HHMMSS

    Copy

  4. Repeat for each snapshot you want to remove.

Option C: Remove snapshots with Disk Utility

  1. Open Disk Utility (Applications → Utilities → Disk Utility).
  2. Select your startup disk in the sidebar.
  3. Click Info to see snapshot data associated with the volume.
  4. Review and remove snapshots from there.

Method 6: Deleting disk images and installer files

Disk image files (.dmg) and installer packages (.pkg) have a single purpose: to install an app. Once installation is complete, they serve no further use, but they remain in your Downloads folder indefinitely, taking up space.

  1. Open Finder and go to your Downloads folder.
  2. Sort by Kind (View → Sort By → Kind) to group .dmg and .pkg files together.
  3. Select all disk images and packages you no longer need.
  4. Move them to TrashEmpty Trash.
  5. Also check your Desktop, Documents, and other possible directories for .dmg files that may have been saved there.

Method 7: Reviewing and clearing the Downloads folder

The Downloads folder accumulates files silently (browser downloads, email attachments saved to disk, video files, ZIP archives) and most of them you never revisit. If your Mac is older than a year, it is one of the most reliable sources of quick storage recovery.

  1. Open Finder → Downloads.
  2. Sort by Date Added, oldest files first.
  3. Review files older than 30-60 days; delete anything you no longer need.
  4. Empty the Trash after.

Method 8: Managing Apple Intelligence

Starting with macOS Tahoe, Apple downloads on-device AI files for Apple Intelligence features, writing assistance, image generation, Smart Reply, and more. These files are stored as part of System Data and can occupy 5-10+ GB, growing as Apple releases new features in updates.

Apple doesn’t provide a way to remove individual AI models manually. If you don’t use these features, you can disable Apple Intelligence:

  1. Go to System Settings → Apple Intelligence & Siri.
  2. Toggle off Apple Intelligence → confirm.
System Settings showing Apple Intelligence & Siri tab

Method 9. Installing pending macOS updates

When a macOS update is downloaded but not yet installed, its installation package sits in System Data. Installing it removes the installer file and sometimes also triggers the cleanup of old system files used for rollback.

  1. Open System Settings → General → Software Update.
  2. If an update is available or downloaded, click the appropriate button to install it.
System Settings showing Software Update tab

Method 10. Deleting iPhone and iPad Backups

If you’ve ever synced your iPhone or iPad to your Mac, your Mac created local backups automatically and counted as System Data. A single iPhone backup can easily be 20-60 GB, and old backups from previous devices may still be taking up space.

If you use iCloud Backup, you likely don’t need any local backups at all. If your iPhone is set to back up via iCloud, all local Mac backups are redundant and can be removed.

  1. Open Finder.
  2. Click your device name in the sidebar under Locations (connect the device first if needed, or proceed without it for the manual path).
  3. Click Manage Backups.
  4. Select outdated or unneeded backups and click Delete Backup.

Alternatively, you can browse and delete backup folders manually at:

~/Library/Application Support/MobileSync/Backup/

Copy

Each subfolder in that path is a separate device backup. Check the modification date to identify outdated ones before deleting.

Why System Data won’t decrease after cleaning

This is one of the most common frustrations Mac users report after cleaning: you clean everything, empty the Trash, and restart, but System Data barely moves. There are four main reasons this happens, and none of them mean your cleanup failed.

  1. macOS updates the storage chart on its own schedule. The bar chart in System Settings doesn’t refresh in real time. After cleaning, wait a few minutes and check again. Restarting your Mac forces a full recalculation.
  2. APFS local snapshots are only freed when macOS decides to. Deleting snapshots via Terminal marks them for removal. Still, macOS may not immediately release the space; it does so when storage pressure requires it. Running Disk Utility → First Aid on your startup disk can accelerate this.
  3. Spotlight re-indexing temporarily inflates System Data. After any cleanup, Spotlight re-indexes your drive. During this process, it temporarily writes large index files that can inflate System Data by several GB. This resolves on its own within 30-60 minutes. You can check if Spotlight is indexing by clicking the magnifying glass icon in the menu bar.
  4. Some caches are rebuilt immediately. Certain system caches, particularly kernel caches and font caches, are rebuilt automatically after being cleared. Their size is determined by your installed apps and macOS version, not by accumulated junk, so there’s limited headroom to reclaim here.

Troubleshooting: System Data still too large?

Boot in Safe Mode to get an accurate reading

If System Data appears abnormally large and none of the cleanup methods above have made a visible difference, the macOS storage report itself may be inaccurate. Booting in Safe Mode forces macOS to report actual disk usage rather than a cached figure.

For Apple Silicon Macs:

  1. Shut down your Mac completely.
  2. Press and hold the Power button until you see startup options.
  3. Hold Shift and click Continue in Safe Mode.
  4. After booting, go to System Settings → General → Storage.
  5. Check System Data.
  6. Restart normally and check storage again; the reading should now align.

For Intel Macs:

  1. Restart and immediately hold the Shift key until the Apple logo appears.
  2. Release when you see the login screen with ‘Safe Boot’ in the menu bar.
  3. Check System Data in System Settings → General → Storage.

Rebuild the Spotlight Index

A corrupted or oversized Spotlight index can inflate System Data by tens of GB, a known macOS issue confirmed in Apple Discussions threads. To rebuild it:

  1. Go to System Settings → Spotlight.
  2. Scroll down to the bottom and click Search Privacy.
  3. Click the + button and add your disk to the Privacy list to pause indexing.
  4. Wait 30 seconds, then select your disk in the Privacy list and click to remove it.
  5. macOS will begin rebuilding the Spotlight index from scratch.

Final method to get System Data low on Mac

So, clearing System Data on Mac is kind of sensitive. If you’re unsure how to get started, there is always a way out:

  • Fastest and safest: run MacCleaner Pro. It scans, sorts junk from essentials, and clears caches, app leftovers, purgeable space, and the bulk of System Data, with zero risk to macOS.
  • Manual and targeted: Whether you know exactly what’s bloated or not, go through possible culprits yourself: from Time Machine snapshots and cached apps to old iPhone backups and forgotten installers.

Frequently asked questions

How much System Data on Mac Storage is normal?

  • Under 25 GB is normal. Typical for a healthy device running macOS Tahoe or Sequoia, especially on a newer or lightly used Mac.
  • 25-50 GB is common. Typical on Macs with heavy daily use, multiple large apps, or Apple Intelligence enabled. No immediate action needed.
  • 50-80 GB is worth investigating. System Data has likely grown due to accumulated Time Machine snapshots, app caches, logs, backups, or other temporary files. A review and cleanup are recommended.
  • 80 GB+ needs attention. Something specific is taking a disproportionate amount of space.

How to prevent System Data from growing again?

Cleaning System Data is more effective when paired with habits that stop it from piling up at the same rate. These five steps require minimal ongoing effort and keep your storage manageable long-term.

  1. Uninstall apps properly. Dragging to Trash leaves service files behind every time. Use App Cleaner & Uninstaller to remove apps completely, including all related files. This is the single highest-impact step for keeping System Data lean.
  2. Switch your iPhone to iCloud Backup. If your iPhone backs up to iCloud instead of your Mac, local backups are redundant, which avoids the single largest potential source of surprise System Data growth.
  3. Disable aerial screensavers if storage is limited. Set your screensaver to a static image in System Settings → Wallpaper.
  4. Schedule a monthly cache clean. Do it manually by digging the Caches folder, or MacCleaner Pro includes scheduled cleanup, set it to run once a month to prevent caches from accumulating between manual reviews.
  5. Install macOS updates promptly. Leaving a downloaded update uninstalled means the installation package sits in System Data indefinitely. Installing updates as they arrive also leads to cleaning out old system snapshots used for rollback.

Is it safe to delete System Data on a Mac?

Yes, but only certain parts of System Data are safe to remove:

  • User and app caches
  • Log files and crash reports
  • Old iPhone and iPad backups you no longer need
  • Outdated Time Machine local snapshots
  • Installer files such as .dmg and .pkg
  • ZIP archives and other downloaded installation files
  • Leftover files from apps you've already uninstalled

Avoid deleting:

  • Files inside /System
  • Unknown files in /Library
  • Swap files and sleep images
  • Files you can't clearly identify
  • Anything related to core macOS components, e.g. com.apple files.

1 thought on “How to clear System Data on Mac storage”

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top