To view Mac storage, open Apple menu > About This Mac > Storage for a visual breakdown, or use Storage Management to see recommendations, app sizes, and files by category. For precise details, run df -h and du -sh in Terminal. This guide explains each method, how to interpret capacity, and practical next steps when you need to free space or plan for upgrades.
Check Storage in About This Mac
Overview of the Storage Tab
From the Apple menu, choose About This Mac, then click Storage. macOS shows total capacity, used space, available space, and a color‑coded breakdown by category (Apps, System, Photos, Audio, Backups, and Other). This overview updates in real time and is useful for quick checks.
Interpreting the Capacity Bar
The color‑coded bar summarizes how space is allocated. Green indicates user files, blue indicates apps, gray indicates system files, and purple indicates photos and videos. If Other is high, it may include cached data, virtual memory, or filesystem metadata. Use this view to identify which categories dominate your usage before drilling into specifics.
Use Storage Management for Detailed Recommendations
Access and Navigate Storage Management
In About This Mac > Storage, click Manage to open Storage Management. macOS analyzes your data and offers recommendations such as Store in iCloud, Optimize Storage, Reduce Clutter, and Empty Trash. Each recommendation includes an estimated savings amount to help prioritize actions.
Review Recommendations and App Details
Under the Recommendations tab, you can offload unused apps, review large files, and manage mail attachments. The Applications list shows app names and sizes, sorted by largest first. You can also view Photos, Audio, Backups, and Browser Files to identify space‑hogs. This structured approach helps you make targeted cleanup decisions.
Analyze Storage with Terminal Commands
df for Filesystem Overview
The df -h command reports filesystem usage across all mounted volumes. It shows total size, used and available space, and use percentage for each volume. Use this to confirm how much free space remains on each physical or APFS container.
du for Folder and File Sizes
The du -sh [path] command summarizes directory sizes. For example, du -sh ~/* lists sizes of items in your home folder. Combine du with sorting (e.g., du -sh ~/* | sort -h) to locate large items quickly. These commands provide precise, filesystem‑level detail beyond the graphical view.
Interpret Common Categories and Other
Apps, System, Photos, and Backups
Apps includes installed applications and their resources. System covers macOS code and system data. Photos accounts for media in your library if optimized. Backups reflect Time Machine snapshots. Understanding these categories helps you decide whether to move to iCloud, delete, or archive content.
What Drives Other
Other can include caches, containers, temporary files, filesystem overhead, and data not classified into other buckets. A persistently high Other may indicate the need to clear caches or check for temporary files. Use Storage Management > Recommendations to safely reduce Other when possible.
Practical Steps and Comparison of Methods
For most users, start with About This Mac > Storage for a high‑level view, then click Manage for targeted recommendations. For precise control, use Terminal commands to inspect specific folders or volumes. Below is a concise comparison of when to use each approach:
| Method | Best For | Level of Detail |
|---|---|---|
| About This Mac > Storage | Quick overview and category breakdown | High level, visual |
| Storage Management > Recommendations | Guided cleanup and app-by-app sizes | Detailed, actionable suggestions |
| Terminal (df -h, du -sh) | Exact sizes and filesystem-level insight | Low level, precise |
When to Consider Upgrades and Maintenance
Upgrade Internal Storage
If you consistently run near capacity, consider upgrading storage or using external solutions. Options include replacing the built‑in drive (where possible), adding external SSDs, or relying on iCloud for photos and files. Balance cost, performance, and portability when choosing a strategy.
Ongoing Maintenance Habits
Regularly review large files, empty Trash, and offload old projects to iCloud or archives. Set periodic reminders to run Storage Management recommendations and to audit Downloads and Desktop folders. Consistent maintenance reduces the need for aggressive clean‑ups and helps maintain reliable performance.
Common Questions and Troubleshooting
Why Does Available Space Differ From What I Expect?
Available space accounts for system reserves, caches, and safety margins. APFS shares free space across snapshots and volumes, which can make free space appear lower. If you see unexpected discrepancies, check Time Machine backups, review Other with Storage Management, and run First Aid in Disk Utility to verify filesystem health.
Will Offloading Apps Delete My Data?
Offloading an app removes the app but preserves its documents and data, so you can reinstall later without losing content. This is a safe way to reclaim space when you are unsure whether to delete an app entirely. You can delete an app fully if you no longer need its data.
Summary
To view Mac storage, use About This Mac > Storage for a quick overview, Storage Management for recommendations and app sizes, and Terminal (df -h, du -sh) for detailed filesystem information. Understanding categories like Apps, System, Photos, Backups, and Other helps you decide whether to optimize, offload, or upgrade. Regular maintenance and targeted cleanup keep storage predictable and performance consistent.