Skip to content

What the macOS storage screen shows you, and what it hides

macOS has a storage tool built in and it is genuinely useful for four things. Here is exactly where it stops, and how to tell if you need anything else.

6 min read

Before installing anything, it is worth knowing what your Mac already does. Open System Settings, then General, then Storage. You get a coloured bar, a list of categories, and a set of Recommendations. For a certain kind of full disk, that screen is the entire answer and you can stop there.

It is also the reason people go looking for another tool, because the four things it does well and the four things it cannot do are not labelled.

What it is actually good at

  • Applications, sorted by size. Click into it and you get every app with a number next to it, which is the fastest way to find the 4 GB thing you installed once.
  • iOS Files. Old iPhone and iPad backups are frequently the single biggest item on a Mac and this is where they are listed. Nothing else surfaces them as clearly.
  • Trash, with a date. It shows what is sitting in the Trash and how long it has been there.
  • Recommendations. Emptying the Trash automatically and storing files in iCloud are real settings with real effects, described in what the recommendations actually do.

If your disk is full because of old backups or a few large applications, that screen finds it in a minute and no third party tool will be faster.

Where it stops, and why

The limits all come from the same design decision. It is a categoriser, not a file browser. It sorts what it finds into buckets and shows you the buckets.

QuestionThe storage screenWhy
What is in System Data?A size, and no way inIt is the bucket for everything that fits no other category
Which folder is the biggest?No answerIt never shows folders, only categories
What is inside a project folder?Counted as DocumentsBuild output and caches are ordinary files to it
Why did the number not drop?No answerSnapshots and purgeable space are accounted for elsewhere

System Data is the one that sends people looking. It is regularly the largest item on the bar, it is not clickable, and macOS offers no explanation of what went into it. The contents are knowable, they are just not knowable from that screen: what System Data is made of goes through the folders it is built from.

The measurement that shows the gap

Here is a check worth running, because it makes the limitation concrete rather than theoretical. Note the total the Applications category gives you, then run this:

du -sh ~/Library/Application\ Support/* 2>/dev/null | sort -h | tail -10

On the Mac these numbers were taken from, on 9 September 2026, that printed 6.3 GB for one browser and 3.0 GB for a single development tool. Neither figure appears anywhere in the Applications category, because that category totals the application bundles in your Applications folder and nothing else. The data those apps wrote lands in System Data, unlabelled and unattributed. An app that reads as 400 MB in System Settings can genuinely own several gigabytes.

This is not macOS being wrong. The bar is accurate about what it measures. It is measuring bundles rather than the footprint of an app, and those are different numbers that nobody tells you apart.

When you do not need another tool

Being honest about this is more useful than a list of features:

  • You need 5 or 10 GB, not 100 GB. Emptying the Trash and removing one large app gets you there.
  • You have old iPhone backups. They are listed under iOS Files, and deleting them there is the correct way to do it.
  • You have never turned on the Recommendations. Try them first. They are free and reversible.
  • You are not a developer and you do not edit video. The categories cover most of what is on a Mac like that.

If none of that is your situation, the gap is specific: you need per folder sizes, you need System Data broken open, and you need apps totalled with their scattered files. That is when a disk tool earns its place.

What to look for in one

Not features, but the questions it can answer that the built in screen cannot:

  1. Does it show folders by size, all the way down, including hidden ones?
  2. Does it total an app with the support files, caches and containers it created?
  3. Does it recognise build output and package caches as rebuildable rather than as documents?
  4. Does it move what you remove to the Trash rather than deleting it outright?

Free Mac answers all four, and the honest boundary is worth stating: the scan and the map are free and unlimited, while exact sizes, opening a folder and removing anything need a key at $19.99 every six months. If the built in screen already told you what you needed, you do not need any of it. If you want the whole plan rather than one number, the order to free 100 GB is the page to read next.

Common questions

Does macOS have a built in disk analyzer?

It has a storage screen, in System Settings under General then Storage, which sorts your disk into categories and lists applications and iOS backups by size. It is not a file browser: it never shows folders, and the System Data category cannot be opened at all.

Why can I not click into System Data on my Mac?

Because it is not a folder. It is the bucket macOS uses for everything that does not match another category, including caches, logs, snapshots and application support files. There is no drill down because there is no single place it corresponds to.

Is the Applications total in Storage settings the real size of my apps?

It is the size of the application bundles. The support files, caches and containers an app writes elsewhere are counted under System Data instead, so an app's true footprint on disk can be several times the number shown.

Do I need a third party tool to clean up my Mac?

Not if you need a few gigabytes and have old backups or large apps to remove, because the built in screen finds those quickly. It becomes worth it when you need per folder sizes, when System Data is the largest item, or when the space is inside project folders.

Read next