How to Check Storage on a MacBook
Checking storage on a MacBook helps you understand capacity, plan for upgrades, and keep the system responsive. This guide covers built-in tools, terminal commands, and practical cleanup steps for every macOS model from recent years. You will learn how to read total, used, and available space, identify space hogs, and decide between local storage, external drives, or cloud archiving. Follow these evergreen steps whether you are using an Intel-based Mac or an Apple Silicon Mac with macOS Sonoma or later.
Use About This Mac and Storage Management
Quick overview with About This Mac
Open the Apple menu, choose About This Mac, and the Overview tab shows your total installed memory and macOS version. To see storage capacity, click Storage. The colored bars summarize used space by category, including Apps, System, Documents, and Backups. The summary provides an at-a-glance view, but it does not list individual files. To manage space, click Manage for recommendations such as Store in iCloud, Optimize Storage, and Reduce Clutter.
Storage Management recommendations
macOS Storage Management offers practical suggestions tailored to your usage patterns. Review recommendations one by one, and click Review Files or Follow to inspect what macOS plans to change. Actions like storing in iCloud require an active iCloud storage plan and an internet connection. Optimize Storage removes watched movies from local storage while keeping them accessible. Reduce Clutter helps you delete files you no longer use, and you can manually review Downloads, Trash, and large attachments before emptying them.
| Attribute | Verified Detail | Source Type |
|---|---|---|
| Primary access path | Apple menu → About This Mac → Storage tab, then Manage | User interface |
| Colored usage categories | Apps, System, Documents, Backups, Other | User interface |
| Recommendations | Store in iCloud, Optimize Storage, Reduce Clutter | User interface |
| Best for | High-level overview and guided cleanup suggestions | User interface |
Check storage via System Settings
System Settings on macOS Sonoma and later
In System Settings, go to General → Storage to see the same capacity overview with colored segments and recommendations. The interface is more compact than the older System Preferences, but the content is similar. You can scroll to see suggestions such as Store in iCloud, Optimize Storage, and review large files. This path works on both Apple Silicon and Intel Macs and is the preferred location on supported macOS versions.
Sidebar organization and detail views
Use the sidebar to jump to recommendations, iCloud, or local storage options. Click any recommendation to open a detail view that lists files or apps contributing to usage. You can sort by size or date, and you can select items to delete or offload. If you choose to store in iCloud, make sure you have sufficient iCloud storage or an alternative plan before starting an offload.
Check storage with Finder and About This Mac
Display storage in Finder sidebar
In Finder, choose Preferences → Sidebar and check Hard disks to show your main volume on the desktop and in the sidebar. Double-click the volume to see a simple bar chart of used versus free space. This view does not provide categories, but it gives a quick sense of how much of the disk is used. You can also right-click the volume and choose Get Info to see total capacity and available bytes in a traditional info panel.
Combine with About This Mac
For numbers, open About This Mac → Storage and note the values shown for Used and Available. Compare these numbers to the volume info in Finder to confirm they align. Small differences can occur due to system-protected space, snapshots, or firmware partitions. If the gap is large, consider verifying disk usage from the terminal to understand hidden allocations.
Terminal and command-line checks
df and diskutil show basic capacity
Open Terminal and run df -h / to see how much space is used on your startup volume in human-readable units. The output shows total size, used, available, and capacity percentage. For more detailed volume information, use diskutil info /, which includes identifiers, partition maps, and mount details. These commands work on Intel and Apple Silicon Macs and are helpful when the graphical interfaces are not available or when scripting checks.
ncdu and sudo du for deeper insight
The terminal utility ncdu (NCurses Disk Usage) provides an interactive, navigable view of directory sizes. If you do not have it installed, use Homebrew to install ncdu, or rely on the built-in du command. For example, sudo du -hd 1 / | sort -hr | head -n 20 lists the largest top-level directories. Be cautious with sudo, and avoid running commands that delete files unless you understand their effects. Use these tools to pinpoint space hogs such as large logs, caches, or old downloads.
| Method | What it shows | When to use |
|---|---|---|
df -h / |
Used and available space on the startup volume | Quick command-line capacity check |
diskutil info / |
Detailed volume and partition metadata | Troubleshooting and detailed info |
sudo du -hd 1 / | sort -hr | head -n 20 |
Top-level directory sizes with sudo for system directories | Deep investigation of large folders |
ncdu / (installed) |
Interactive ncurses-based size explorer | Navigating and analyzing large directories |
What counts as used space and common culprits
Used space includes the macOS system, applications, user files, caches, logs, backups, and optional features like Time Machine snapshots. On Apple Silicon Macs with unified memory and shared storage, some system components may use reserved space that does not appear in /Users. Common space hogs include large video files, disk images, old iOS backups, app caches, and unused language packs. Identify them by sorting storage views by size or by running terminal commands that report directory sizes.
Practical cleanup strategies and alternatives
Immediate, low-risk actions
- Empty Trash and Downloads, and review email attachments.
- Use Storage Management recommendations for Optimize Storage and Reduce Clutter.
- Offload unused apps through App Settings in System Settings while preserving documents.
- Move personal files to an external drive or cloud storage, then remove local copies after verification.
If more space is needed: consider an upgrade
If you consistently run out of space and cleanup yields limited results, an upgrade may be cost-effective. Options include an external USB-C SSD for fast, portable storage, or professional installation of a larger internal SSD for models that allow it. Before you open the device, check Apple’s specifications or consult an authorized service provider, as Apple Silicon and select Intel models soldered storage make upgrades expensive or impossible. Weigh the cost of a professional upgrade against the price of external drives, which provide immediate capacity at lower cost.
Maintenance and monitoring over time
Set a recurring reminder to review storage monthly, especially if you frequently install apps or capture media. Enable iCloud Photos and Optimize Storage if you rely on iCloud, and keep system updates current to benefit from storage efficiency improvements. Regular monitoring helps you spot trends, avoid sudden capacity warnings, and decide between cleanup, external storage, or internal upgrades based on real usage patterns.
Knowing how to check storage on a MacBook and what each category represents empowers you to make informed decisions. Use the graphical tools for routine reviews, terminal commands for deeper analysis, and practical cleanup steps to keep your Mac fast and efficient. With consistent monitoring and smart storage choices, you can balance performance, budget, and peace of mind for years of use.