How to Check Disk Space on a Mac: Every Method Explained
Running low on storage can slow your Mac down, trigger unexpected errors, or leave you unable to install updates. Knowing exactly how much space you have — and where it's going — is one of the most practical things you can do to keep your system running well. macOS gives you several ways to check, ranging from a quick glance to a detailed breakdown.
The Quickest Way: About This Mac
The fastest route to your storage summary is through the Apple menu.
- Click the Apple logo in the top-left corner of your screen
- Select About This Mac
- Click the Storage tab (on macOS Monterey and earlier) or navigate to General → Storage (on macOS Ventura and later)
You'll see a color-coded bar showing how your disk space is divided — categories like Apps, Documents, System Data, and iCloud Drive are each assigned their own color. Hovering over any section shows the exact amount used by that category.
This view gives you a visual summary, but it doesn't drill down to individual files or folders.
More Detail: System Information
For a more technical breakdown, go to About This Mac → System Report. Under the Hardware section, select Storage. This shows each volume mounted on your Mac, including its capacity, available space, and file system format (typically APFS on modern Macs).
This view is especially useful if your Mac has multiple partitions or you've connected external drives.
Using Finder to Check Space 🖥️
Finder lets you check available space in a couple of ways.
Status Bar method:
- Open a Finder window
- Click View in the menu bar
- Select Show Status Bar
A line at the bottom of the Finder window will now show how many items are in the current folder and how much space is available on your drive.
Get Info method:
- Right-click on your startup disk (usually called Macintosh HD) in Finder's sidebar
- Select Get Info
- The panel shows Capacity, Available, and Used storage in precise numbers
Terminal: For Exact Numbers
If you want precise, no-frills data, Terminal delivers it without any visual interpretation.
Open Terminal (found in Applications → Utilities) and type:
df -h This command displays all mounted disks and their usage in human-readable format — gigabytes rather than raw bytes. The column labeled Avail shows your free space. The Use% column shows what percentage of each volume is occupied.
For a more focused view of your main drive only:
df -h / Terminal output skips the color coding and estimates. What you see is exactly what macOS reports at the filesystem level.
What "System Data" Actually Means
One of the more confusing categories in the Storage view is System Data, which can appear surprisingly large. This bucket includes:
- Cache files from apps and the OS
- Virtual memory swap files used when RAM is under pressure
- Time Machine local snapshots stored temporarily on your drive
- Log files and diagnostic reports
- App support files that don't fit neatly into other categories
macOS manages most of this automatically, but if System Data looks unusually large, it often points to accumulated caches or Time Machine snapshots waiting to sync.
Storage Optimization Features Built Into macOS
macOS includes several tools under Manage (accessible from the Storage tab in About This Mac) that help you act on what you find:
| Feature | What It Does |
|---|---|
| Store in iCloud | Moves photos, messages, and desktop files to iCloud, keeping local copies only when needed |
| Optimize Storage | Removes already-watched iTunes/Apple TV content automatically |
| Empty Trash Automatically | Deletes items in Trash after 30 days |
| Reduce Clutter | Surfaces large files, downloads, and unsupported apps for manual review |
These features work differently depending on whether you have an active iCloud subscription, how much free space remains, and which macOS version you're running.
Third-Party Apps vs. Built-In Tools
Built-in tools show you how much space is used. Third-party disk analysis apps (like DaisyDisk or Disk Diag) go further by mapping your entire file system visually, making it easy to spot which specific folders or files are consuming the most space.
These tools are particularly useful on Macs with smaller SSDs — common on MacBook Air models — where even a few large video files or virtual machine images can consume a significant chunk of available storage.
The trade-off is that third-party apps require you to grant full disk access permissions, which some users prefer to avoid.
Factors That Affect What You'll Find 📊
The same Mac can show very different storage pictures depending on:
- Whether iCloud Drive is active — files may appear to be stored locally but are actually stubs pointing to cloud copies
- macOS version — the way System Data is labeled and calculated has changed across Ventura, Sonoma, and earlier releases
- APFS snapshots — Time Machine on APFS volumes creates local snapshots that temporarily inflate used space
- Fusion Drive vs. SSD — older Macs with Fusion Drives may show combined capacity across two physical drives
- How recently Spotlight re-indexed — indexing processes can temporarily spike storage and CPU readings
A Mac that shows 20GB free might behave differently than another showing the same number, depending on how much of that used space is reclaimable versus committed to the OS and active apps.
How much of your storage is truly recoverable — and which method gives you the most actionable picture — depends entirely on what your Mac is being used for and how it's configured.