How to See a Detailed Storage Breakdown on Mac
How Do You See What Is Taking Up Space on Your Mac?
System Settings > General > Storage shows a color-coded bar divided into categories: Applications, Documents, Photos, System Data, macOS, and Other. Click any category to see details. This is the quickest way to get an overview of your Mac's storage distribution.
The storage bar updates automatically as you add or remove files, giving you a live snapshot of how your disk space is allocated. Each colored segment represents a different category, and hovering over a segment displays the exact amount of space it occupies. This visual overview makes it easy to spot which category is consuming the most storage at a glance.
For more granular detail, the Manage button opens Storage Management with per-category file lists you can sort by size. This tool lets you browse large files, review downloaded mail attachments, and identify applications you no longer use. It also provides recommendations such as emptying Trash automatically or storing files in iCloud to free up local space.
Keep in mind that the storage bar in System Settings provides a category-level overview. If you need to know exactly which folders or files are consuming the most space, you will need to use Finder or Terminal for a deeper breakdown.
How Do You Find Storage Usage by Folder?
In Finder, right-click any folder and select Get Info to see its total size. For a full breakdown, open a Finder window in list view, then choose View > Show View Options and check Calculate All Sizes. In Terminal, du -sh ~/* shows folder sizes for your entire home directory.
The Get Info method works well for individual folders. Select the folder in Finder, press Command + I, and the info panel displays the total size including all subfolders and files. This approach is straightforward but becomes tedious when you need to check many folders individually.
For a broader view, switch Finder to list view and enable Calculate All Sizes in the View Options panel. This shows the size of every folder in the current directory, making it easy to scan for large items. Note that calculating sizes for folders with thousands of files may take a moment to complete.
Terminal provides the most flexible approach. Running du -sh ~/Documents/* shows the size of each item in your Documents folder. For the entire home directory sorted by size, use du -sh ~/* | sort -hr. This lists every top-level folder from largest to smallest, revealing exactly which folders consume the most space.
What Are the macOS Storage Categories?
macOS divides storage into six main categories: Applications, Documents, Photos, System Data, macOS, and Other. Each category groups files by type and location. The "System Data" and "Other" categories often confuse users because they can grow to tens of gigabytes without an obvious cause.
Applications includes all installed apps in /Applications and any user-installed apps. Documents covers files in Documents, Desktop, Downloads, and other user folders. Photos represents the Photos library and any image files stored on your Mac. These three categories are typically the most straightforward to understand and manage.
System Data contains caches, logs, local Time Machine snapshots, and temporary files that macOS creates during normal operation. This category can fluctuate significantly depending on how recently you restarted your Mac and whether Time Machine snapshots have accumulated. The macOS category represents the operating system files themselves, typically occupying 12 to 15 GB depending on the version installed.
The Other category is a catch-all for files macOS cannot assign to the main categories. This includes app support data, fonts, plugins, disk images, archives, and various configuration files. A large Other category usually indicates accumulated app support files or cached data from applications that store their files outside standard locations.
How Do You Reduce System Data and Other Storage?
Clear app caches in ~/Library/Caches, empty the Trash, remove old Time Machine snapshots using tmutil deletelocalsnapshots in Terminal, restart your Mac to clear temporary files, delete unused apps and their leftover support files, and check ~/Downloads for large files you no longer need.
The ~/Library/Caches folder contains app caches that can be deleted safely. Each subfolder corresponds to an application, and removing its cache forces the app to rebuild it on next launch. This is a low-risk way to reclaim space, though the app may take slightly longer to load the first time afterward.
Files in the Trash still count toward your disk usage until you empty it. Right-click the Trash icon in the Dock and select Empty Trash to permanently free that space. You can also enable automatic Trash emptying in System Settings > General > Storage > Recommendations, which removes items after 30 days.
Time Machine local snapshots can consume significant storage over time. Open Terminal and run tmutil listlocalsnapshots / to see all snapshots, then use tmutil deletelocalsnapshots [date] to remove specific ones. Each snapshot captures changes since the previous snapshot, so older snapshots that have already been backed up to your external drive can be safely removed.
Restarting your Mac clears temporary files and rebuilds caches, which often frees several gigabytes. After restarting, check for unused applications and remove their support files from ~/Library/Application Support. Finally, review your ~/Downloads folder for installers, disk images, and large files you downloaded once but no longer need.
How Does MoniThor Show Your Storage Breakdown?
MoniThor displays storage usage (used vs total) directly in the menu bar. The compact view shows a detailed breakdown of your largest folders, including Applications, Developer, Downloads, Documents, Desktop, Photos, Music, Movies, and Library, each with its exact size.
This folder-level view reveals exactly where your space is going without opening System Settings or running Terminal commands. Each folder is listed with its precise size, so you can immediately identify which directories are consuming the most storage on your Mac.
MoniThor also shows available space, purgeable space (storage macOS can reclaim from caches), and real-time read and write speeds. This combination of metrics gives you a complete picture of your disk health and performance in one place.
Connected external drives are automatically detected and displayed with their own usage bars, showing used and available space for each drive. Whether you use an external SSD for backups or a portable drive for media files, MoniThor keeps their storage visible at a glance alongside your internal drive.
How Often Should You Check Your Mac Storage?
Monthly storage checks prevent the "disk full" surprise that degrades macOS performance. Keep at least 10% of your drive free for swap files, caches, and system operations. If you work with large files such as video, photos, or development projects, weekly checks are more appropriate.
Setting a monthly reminder to review your Downloads folder and empty the Trash is one of the simplest habits for maintaining healthy storage levels. These two locations accumulate files quickly, and a brief monthly review prevents them from growing unchecked.
When your drive approaches 90% capacity, macOS performance can noticeably degrade. Virtual memory operations slow down, system updates may fail to install, and applications that create temporary files during normal use can encounter errors. The 10% free space threshold is a reliable guideline for avoiding these issues.
Monitoring tools that display disk usage persistently help catch gradual storage creep before it becomes a problem. Rather than relying on periodic manual checks, a persistent indicator in the menu bar shows your current storage status at all times. This way, you notice storage trends early and can take action before running low.
Marcel Iseli is a software developer and the creator of MoniThor. He builds native macOS utilities focused on performance monitoring and system optimization, with a focus on lightweight, subscription-free tools.