HomeMac Guides › Other Storage

What is “Other” storage on a Mac, and how do you clear it?

If your Mac runs macOS Monterey or earlier, the storage bar shows a slice called Other. On Ventura and later Apple renamed it System Data, but it is the same thing: everything macOS could not file under Apps, Documents, Photos, Music, Mail, iCloud Drive or macOS itself. It is often the largest slice on the disk, and Apple gives you no button to open it.

Updated 2026-08-02 · Written by the CleanerMac team · macOS 13–15 tested

Other is a leftover category, not a folder

This is the single most useful thing to understand. macOS classifies files by type and location. A .pages file in your Documents folder is a Document. A .app in Applications is an App. A disk image, a virtual machine, a database file, a plug-in, a font, a cache, a log, a device backup — none of these map cleanly to a named category, so they all land in Other.

That means there is no “Other folder” to open and empty. Clearing it means identifying the specific large things inside it and dealing with each one. The good news is that a small number of culprits account for the vast majority of the space on almost every Mac.

The usual contents of Other

If you are on Ventura, Sonoma or later and the label reads System Data instead, our dedicated System Data storage guide covers the same territory with the newer terminology.

Inspecting Other before you delete anything

Start at Apple menu → System Settings → General → Storage (Apple menu → About This Mac → Storage → Manage on macOS Monterey and earlier). The pane gives you a rough split and a few useful built-in tools, but it will not open Other for you.

For real numbers, Terminal is faster than any amount of clicking:

You can also point Finder at hidden folders: press Shift-Command-G and paste a path such as ~/Library/Application Support, then switch to list view and sort by size after enabling Calculate All Sizes in View → Show View Options. It works, but Finder computes folder sizes slowly. A purpose-built disk space analyzer gives you the same map in seconds.

Clearing Other, step by step

  1. Thin local snapshots. Run sudo tmutil thinlocalsnapshots / 999999999999 4. This asks macOS to reclaim as much snapshot space as it can at the highest urgency level. Your external Time Machine backups are not touched.
  2. Delete old device backups. Open ~/Library/Application Support/MobileSync/Backup, check modification dates, and remove backups for devices you no longer own or have already restored.
  3. Empty Downloads. Sort by size, delete every .dmg and .pkg for software you have already installed, and every archive you have already extracted.
  4. Clear caches. Quit the app, then empty the contents of its folder in ~/Library/Caches. Never clear a running app's cache.
  5. Prune Application Support. Look for folders belonging to apps you removed years ago — dragging an app to the Trash never removes these. See how to completely uninstall apps on Mac.
  6. Reclaim Docker and VM disk images. These grow to a high-water mark and never shrink on their own. Use the app's own settings to prune or reduce the virtual disk.
  7. Empty the Trash. Nothing above counts until you do.

Manual versus assisted cleanup

By handWith a cleaner
CostFreeOne-time purchase
Time for a full passUsually an hour or moreMinutes
Finds hidden Library foldersOnly if you know the pathsAutomatically
Protects running appsYour responsibilityHandled for you
ReversibleOnly if you use the TrashYour own files go to the Trash
Repeatable next quarterYou redo the whole huntOne scan

Both approaches genuinely work. The manual route above is complete on its own — nothing here is withheld. CleanerMac exists because most people do not want to memorise tmutil flags twice a year; it performs the same inspection visually, flags each item with plain-language advice, and skips anything currently in use.

Why Other refuses to shrink

Three recurring reasons:

Preventing Other from ballooning again

Connect your Time Machine drive on a schedule so snapshots flush instead of piling up. Delete an iOS backup the moment you have finished restoring from it. Keep Downloads empty by habit. Uninstall apps properly rather than dragging them to the Trash. And check du -sh ~/Library/* | sort -h once a quarter — it takes thirty seconds and tells you immediately if something has started growing.

If Other is large because of genuine duplicates scattered across folders, our guide to removing duplicate files on Mac covers finding identical copies by content rather than filename. And if your disk is already throwing warnings, work through startup disk full on Mac for the emergency sequence.

Turn “Other” into something you can actually see

CleanerMac maps every hidden folder and clears it safely.

Download CleanerMac — free for 3 days

macOS 13+ · Apple Silicon & Intel · $24.99 once, no subscription

Frequently asked questions

What is the difference between Other and System Data on a Mac?

They are the same category under two names. Apple used Other through macOS Monterey and renamed it System Data in Ventura. The contents — caches, snapshots, backups, logs, Application Support data — are identical.

Can I delete Other storage on my Mac?

Not as a single action, because it is a category rather than a folder. You clear it by removing the specific items inside it: local snapshots, old iOS backups, caches, logs and forgotten disk images. Each of those is safe to delete individually.

Why is Other storage on my Mac 100 GB?

Almost always Time Machine local snapshots or old iOS device backups, sometimes a Docker or virtual machine disk image. Run tmutil listlocalsnapshots / and check the MobileSync Backup folder first — those two checks resolve most cases.

Does emptying the Trash reduce Other storage?

It reduces the Trash category, and it is a required step before any deletion frees real space. But if the files were held by an APFS snapshot, the space stays occupied until that snapshot is thinned or expires.

Is Other storage a virus or malware?

No. It is a normal macOS storage classification and every Mac has one. A large Other figure means you have accumulated caches, backups and snapshots, not that anything is wrong with the machine.

How often should I clean Other storage?

Once every few months is plenty for most people. Developers, video editors and anyone running Docker or virtual machines will want to check monthly, since those tools generate large amounts of uncategorised data quickly.