David Kumar
David KumarMay 26, 2026

How to Check Mac Storage: 5 Ways to See What Is Taking Space

Learn how to check Mac storage from System Settings, Finder, Disk Utility, Terminal, and Sensei so you can see what is filling your drive and clean next.

If your Mac says storage is almost full, the first job is not deleting files. It is finding out what is actually using the space.

I usually start with the built-in macOS chart, then switch tools depending on what the chart refuses to explain. System Settings shows broad categories, Finder shows folder sizes, Disk Utility shows volume-level space, and Terminal gives a fast technical readout. A storage analyzer like Sensei helps when the built-in views are too vague.

The goal here is simple: find the category that is actually responsible before you start deleting the wrong files.


Quick Answer

The fastest way to check Mac storage:

  1. Open System Settings.
  2. Go to General > Storage.
  3. Wait for macOS to calculate categories.
  4. Review Applications, Documents, Photos, System Data, iCloud Drive, and Trash.

If the chart is vague or System Data is huge, use Finder, Disk Utility, Terminal, or Sensei to drill deeper.


Step 1: Check Storage in System Settings

System Settings is the best starting point because it shows the same storage categories macOS uses for its warnings.

macOS Storage settings showing the colored category bar
  1. Click the Apple menu.
  2. Open System Settings.
  3. Choose General.
  4. Click Storage.
  5. Wait for the category chart to finish calculating.

Common categories include:

  • Applications: Installed apps.
  • Documents: Files in your user folders.
  • Photos: Your Photos library and media.
  • iCloud Drive: Synced cloud files stored locally.
  • System Data: Caches, logs, temporary files, snapshots, and other uncategorized data.
  • Trash: Files you deleted but have not permanently removed.

Use this view to decide which category deserves attention first. If Applications is huge, start with app cleanup. If Documents or Photos is huge, inspect folders. If System Data is huge, read our guide to System Data on Mac.

Tip: Wait for the chart to finish calculating before making decisions. System Data and iCloud categories often shift after a few seconds.

Apple's Mac storage settings guide is worth keeping open if you want the exact names Apple uses for each category.

Step 2: Use Finder to Check Folder Sizes

Finder is useful when you need to identify the actual folders taking space.

  1. Open Finder.
  2. Go to your home folder.
  3. Open View > as List.
  4. Open View > Show View Options.
  5. Enable Calculate all sizes.
  6. Sort by the Size column.

Check these folders first:

  • Downloads
  • Desktop
  • Documents
  • Movies
  • Pictures
  • Music

Finder can be slow when calculating large folder trees, but it is a good way to find obvious space hogs like old installers, screen recordings, exports, and duplicate media.

Tip: If Finder appears stuck, leave the window open for a minute. Folder sizes are calculated live, and the largest folders usually surface before every small folder finishes.

Step 3: Check Disk Space with Disk Utility

Disk Utility shows volume-level storage. It is useful when you want to confirm whether the whole internal drive is full or only one APFS volume is using space.

  1. Open Applications > Utilities > Disk Utility.
  2. Select your internal drive or main volume.
  3. Review the used and available space.

Disk Utility will not tell you which apps or files are responsible. Use it to verify the storage state, then move back to System Settings, Finder, or Sensei for cleanup decisions.

Tip: Disk Utility is useful when numbers disagree. If Finder says you have free space but macOS still complains, check the APFS volume view here before deleting anything.

Step 4: Check Storage in Terminal

Terminal gives a fast readout without waiting for the macOS storage chart.

Open Terminal and run:

df -h

Look for your main volume, usually mounted at /System/Volumes/Data or /.

For a quick look at the largest folders in your home directory:

du -sh ~/* 2>/dev/null | sort -h

Terminal is precise, but it is not forgiving. Do not delete files from system folders unless you know exactly what they are.

Step 5: Use Sensei for a Visual Breakdown

Built-in macOS tools often stop at broad labels. Sensei is more useful when you need to understand where storage is going and what is safe to clean.

Sensei storage overview showing disk usage and categories

Use Sensei when:

  • System Data looks too large.
  • You want to find large files quickly.
  • You want to identify app leftovers after uninstalling software.
  • You want a cleaner view than Finder can provide.
  • You want ongoing storage monitoring instead of one-off cleanup.

Sensei pairs storage analysis with app uninstalling, cleanup, and system monitoring, so it fits the full workflow: inspect, clean, verify, and keep watching.

What to Check First When Storage Is Full

Use this order:

  1. Trash: Empty it if you do not need the files.
  2. Downloads: Remove old installers, archives, and exports.
  3. Applications: Uninstall apps you do not use. For complete removal, use the steps in How to Uninstall Apps on Mac.
  4. Large media files: Check Movies, Pictures, screen recordings, and project exports.
  5. System Data: Investigate caches, logs, snapshots, and app support files.
  6. Duplicates: Use a duplicate finder if media or downloads are repeated.

How Much Free Storage Should a Mac Have?

As a practical rule, keep at least 15-20% of your internal storage free. If your Mac has a 256GB SSD, that means roughly 40-50GB free when possible.

When free space gets too low, macOS has less room for:

  • Swap files
  • App updates
  • macOS updates
  • Browser caches
  • Photo and iCloud sync
  • Temporary export files

Low storage can make the whole Mac feel slower, especially when memory pressure is already high.

Frequently Asked Questions (FAQ)

What is the fastest way to check storage on a Mac?

The fastest method is System Settings > General > Storage. It shows the broad categories first, then you can use Finder, Terminal, or Sensei to investigate the biggest category in more detail.

Why does Mac storage show System Data instead of exact files?

System Data is a catch-all category for caches, logs, local snapshots, app support files, and temporary files. macOS groups them together because they do not fit neatly into Documents, Photos, or Applications.

How much free storage should I keep on my Mac?

Keep at least 15-20% of the internal drive free when possible. macOS needs that space for swap files, updates, app caches, and temporary work files.

Is Terminal better than System Settings for checking storage?

Terminal is faster and more precise, but it is less visual. Use df -h for total disk space and du -sh for folder sizes, then avoid deleting anything you do not recognize.

Can Sensei show what is actually taking space?

Yes. Sensei gives a visual storage breakdown and pairs it with cleanup, app uninstalling, large-file review, and monitoring tools, so you can move from diagnosis to cleanup without jumping between utilities.

Next Steps

Once you know what is using space:

If you want one dashboard for storage, cleanup, and performance, Sensei is the fastest path from "what is taking space?" to "I reclaimed it safely."