How to Check Disk Space on Mac: Everything You Need to Know
Running low on storage can slow your Mac down, cause apps to misbehave, and make backups fail silently. Knowing how to check your disk space — and understanding what those numbers actually mean — is one of the most practical habits a Mac user can build. Here's a complete breakdown of every method available, plus what the results tell you.
Why Disk Space Matters More Than You Might Think
Your Mac's storage isn't just a number on a spec sheet. macOS needs free headroom — typically around 10–15% of total capacity — to manage virtual memory, run system updates, write temporary files, and keep performance stable. When available space drops too low, you'll notice sluggishness, spinning beachballs, and failed downloads before you ever see a formal warning.
The type of storage your Mac uses also matters here. Macs with SSDs (all modern MacBooks and iMacs) are more sensitive to being near-full than older machines with traditional HDDs, because SSDs use free space for wear-leveling and write caching. A nearly full SSD will degrade in both speed and lifespan faster than a comparable HDD in the same condition.
Method 1: Check Disk Space Through About This Mac
This is the quickest route for most users.
- Click the Apple menu (🍎) in the top-left corner
- Select About This Mac
- Click the Storage tab (on macOS Ventura and later, this tab may be inside More Info or System Settings > General > Storage)
You'll see a color-coded bar showing how your storage is being used — broken into categories like Apps, Documents, System Data, iCloud Drive, and Other.
What the categories mean:
- System Data — OS files, caches, Time Machine local snapshots, and log files
- Other — Files macOS can't easily categorize, often includes disk images, archives, and app support files
- iCloud Drive — Files stored in iCloud that may or may not be downloaded locally
The "Other" category is often the biggest surprise. A large Other figure usually signals accumulated cache files, old iOS backups, or disk images sitting in your Downloads folder.
Method 2: Check Disk Space in Finder
For a quick per-drive readout without opening any settings:
- Open Finder
- In the menu bar, click View > Show Status Bar
A thin bar appears at the bottom of every Finder window showing available space for the current drive — for example, "47.3 GB available". This is useful when you're actively managing files and want a live number updating as you move or delete items.
Alternatively, click on any drive in the Finder sidebar, press Command + I (Get Info), and you'll see:
- Capacity — total drive size
- Available — free space right now
- Used — space currently occupied
Method 3: Use Disk Utility for a Detailed View 💾
Disk Utility gives you the most technically complete picture, especially if you have multiple drives or partitions.
- Open Spotlight (Command + Space) and search for Disk Utility
- Select your drive from the left panel
- The bottom of the window displays Capacity, Used, and Free space
Disk Utility also shows partition structure, drive health status (on supported drives), and file system format — useful context if you're troubleshooting or planning to repartition.
Method 4: Check From the Terminal
If you're comfortable with the command line, the Terminal gives you precise, real-time data.
Open Terminal and run:
df -h This displays all mounted volumes with their total size, used space, available space, and usage percentage. The / row represents your main system drive.
For a more human-readable summary of specific folders and how much space they're consuming, use:
du -sh ~/Downloads Replace ~/Downloads with any folder path you want to inspect.
Understanding the Numbers: What's Normal vs. Concerning
| Available Space | General Status |
|---|---|
| 20%+ free | Healthy — no action needed |
| 10–20% free | Monitor — consider a cleanup |
| 5–10% free | Low — performance may be affected |
| Under 5% free | Critical — address immediately |
These are general benchmarks, not hard limits. A Mac used primarily for text editing has different tolerance thresholds than one running video editing software, large virtual machines, or local photo libraries in the hundreds of gigabytes.
What the Storage Breakdown Doesn't Always Show You
A few things that commonly mislead users when reading Mac storage stats:
- iCloud optimized storage can make your drive appear fuller or emptier than expected, depending on what's cached locally versus stored remotely
- Time Machine local snapshots count as used space but macOS reclaims them automatically when space is needed — they're not permanent
- Purgeable space (shown in some views) is storage macOS can free up on demand; it's technically "used" but available if required
macOS Ventura and Sonoma handle these categories slightly differently than older versions of macOS, so the exact labels and breakdowns you see will depend on which version you're running.
The Variables That Shape What You Should Do Next
Checking your disk space is straightforward. Deciding what to do with that information is where your specific situation matters.
How much free space is enough depends on what you run day-to-day — whether you edit large video files, run virtual machines, keep your full photo library local, or mostly work in a browser. Whether you should offload to iCloud, an external drive, or clean up locally depends on your workflow, your internet connection, and how you use your Mac across devices. The numbers are easy to find; the right response to them is entirely personal.