Skip to content
Back to blog
5 min read

Where did all my disk space go?

StoragemacOS

You didn't install a single new app this month. You didn't shoot 4K video. And yet “About This Mac → Storage” says you have 12GB free out of 512GB. This is one of the most common — and most confusing — states a modern Mac ends up in, especially for developers.

The honest answer is that Apple's own storage tool isn't built to help you here. It gives you a rough category breakdown (“System Data,” “Other”) and no way to drill in, sort, or act on what it finds. It's read-only by design.

The usual suspects

On a typical developer or power-user Mac, disk space rarely disappears into one big obvious file. It disappears into thousands of small, invisible ones, spread across a handful of categories:

  • Dev tooling caches — a node_modules folder per JavaScript project, a target/ folder per Rust crate, Python virtualenvs and __pycache__, .next/.nuxt build output, Gradle and CocoaPods caches.
  • AI tool caches and model weights — local model files from Ollama, LM Studio, and HuggingFace, or checkpoints from Stable Diffusion/ComfyUI, plus IDE and agent caches from Cursor, GitHub Copilot, Claude, ChatGPT desktop, Windsurf, and others.
  • Duplicate files — the same photo exported three times, the same PDF downloaded twice, backup copies nested inside other backup copies.
  • App leftovers — Application Support and Caches folders for apps you uninstalled months ago that macOS never cleans up.

Why it's invisible

Every item on that list lives several folders deep, often inside ~/Library, which Finder hides by default. None of it shows up when you scroll through your Applications folder looking for something to delete. And because each individual folder might only be a few hundred megabytes, no single one feels worth investigating — until they add up to tens or hundreds of gigabytes.

The fix isn't a bigger drive. It's actually being able to see where the space went — sized, sorted, and grouped by what's actually using it — before you decide what to remove.

See exactly what’s using your disk space.

Explore Reclaim