How to Check the Storage on Your Mac
Knowing how much storage space you have — and what's using it — is one of the most practical things you can do to keep your Mac running smoothly. Whether you're getting a "startup disk is almost full" warning or just doing routine maintenance, macOS gives you several ways to check your storage, each revealing a different level of detail.
The Quickest Way: About This Mac
The fastest method is built right into macOS:
- Click the Apple menu (🍎) in the top-left corner of your screen
- Select About This Mac
- Click the Storage tab (on macOS Ventura and later, this may appear under More Info → Storage Settings)
You'll see a color-coded horizontal bar that breaks your storage into categories: Applications, Documents, macOS, iCloud Drive, Photos, Music, Trash, and Other. Each color corresponds to a file type so you can immediately see where your space is going.
This view shows:
- Your drive's total capacity
- How much space is currently used
- How much is available
It's a solid starting point, but it's a summary — not a deep analysis.
Checking Storage in System Settings (macOS Ventura and Later)
Apple redesigned the settings interface in macOS Ventura (13.0), so the path changed slightly:
- Click the Apple menu → System Settings
- Select General from the sidebar
- Click Storage
Here you'll see the same storage bar, but below it you'll find storage recommendations — options like storing files in iCloud, emptying the Trash automatically, reducing clutter, and optimizing storage for streaming purchases. These aren't automatic; they're suggestions you can choose to enable or ignore.
On macOS Monterey (12) and earlier, the path was: Apple menu → About This Mac → Storage → Manage.
The Manage Storage Window: Where the Detail Lives
Clicking Manage (or the equivalent in newer macOS versions) opens a deeper storage management panel. The left sidebar breaks down storage by category:
| Category | What It Shows |
|---|---|
| Applications | All installed apps and their sizes |
| Documents | Files, downloads, and large files |
| iCloud Drive | What's synced and what's stored locally |
| Photos | Photo library size and optimization options |
| Email attachments cached locally | |
| Trash | Items not yet permanently deleted |
| Other Volumes | Additional partitions or Boot Camp |
The Documents section is especially useful — it includes a Large Files tab that surfaces files over a certain size regardless of where they're stored, which can be a fast way to reclaim significant space.
Using Finder to Check Storage by Folder
If you want to dig into specific folders rather than categories, Finder gives you more granular control:
- Right-click any folder → Get Info — this shows the exact size of that folder and everything inside it
- Use View → Show Status Bar in any Finder window to see available disk space displayed at the bottom of the window at all times
- Press Command + I on any selected item for the same Get Info panel
This method is slower than the system view but useful when you're tracking down a specific culprit — a bloated Downloads folder, an old video project, or a large archive you forgot about.
Using Terminal for Precise Numbers 🖥️
For users comfortable with the command line, Terminal offers exact byte-level information without the rounding that the GUI applies:
df -h— shows disk usage for all mounted volumes in human-readable formatdu -sh ~/Documents— shows the total size of your Documents folderdu -sh * | sort -h— lists everything in the current directory sorted by size
Terminal is particularly useful when the visual storage bar seems inconsistent or when you're investigating a specific directory structure.
The "Other" Category Explained
One of the most common points of confusion is the Other or Other Volumes segment on the storage bar, which can sometimes appear surprisingly large. This category typically includes:
- Cache files from apps and the system
- Log files
- Temporary files created by apps
- Disk images (.dmg files)
- Virtual machine files
- Browser data and extensions
- Fonts, plugins, and system extensions
macOS doesn't always clean these up automatically, and some third-party tools exist specifically to surface and remove them — though macOS's built-in Optimize Storage features handle some of this natively.
Variables That Affect What You See
Your storage reading is influenced by several factors that make direct comparisons between Macs less straightforward than they appear:
- iCloud optimization: If you use iCloud Drive with "Optimize Mac Storage" enabled, files may show as available locally but are actually stored in the cloud. Your "used" space will look smaller than your actual data footprint.
- Time Machine snapshots: macOS creates local snapshots for Time Machine backups. These count toward used space temporarily and are released when the disk fills up, which can cause your available space to fluctuate.
- APFS formatting: Macs using APFS (Apple File System) — all modern Macs — handle storage pooling differently than older HFS+ drives, which can make the numbers look different than expected.
- Boot Camp or dual-boot: If your Mac has a Windows partition, that storage is subtracted from your macOS available space and appears as a separate volume.
How Storage Capacity Varies Across Mac Models
The amount of storage you have depends entirely on the configuration you chose when purchasing (or the specs of a refurbished or inherited machine). Current Mac models typically range from 256GB on the low end to 8TB on the high end for custom configurations, and unlike RAM, storage on most modern Macs cannot be upgraded after purchase — the SSD is soldered to the logic board on all Apple Silicon Macs and most recent Intel models.
This means what "enough" storage looks like depends heavily on how you use your Mac: a user who streams media and keeps files in iCloud has very different needs than someone who edits 4K video locally or runs multiple virtual machines.
How much space you actually need — and what changes, if any, make sense for your situation — comes down to what's on your specific machine and how your day-to-day workflow is structured.