How to Clear Disk Space on Mac: What Actually Works and Why It Depends on Your Setup
Running low on storage on a Mac is one of those problems that sneaks up on you. One day everything feels fine; the next, you're getting warnings that your startup disk is almost full. The good news is there are several reliable ways to reclaim space. The less straightforward part is that the right approach depends heavily on how you use your Mac, what macOS version you're running, and how your storage is structured.
Why Macs Fill Up Faster Than You'd Expect
Modern Macs — especially those with Apple Silicon — typically ship with SSDs ranging from 256GB to 2TB. That sounds like plenty, but macOS itself consumes a significant chunk. Add in applications, system caches, iCloud-synced files, Time Machine local snapshots, and years of accumulated downloads, and storage fills up faster than most users anticipate.
macOS also does some things under the hood that affect how "available" space is reported. Purgeable space — storage held by cached iCloud files, local Time Machine snapshots, and system caches — shows up differently depending on where you look. The Finder may report one number, while System Information (or About This Mac → Storage) shows another. Neither is wrong; they're measuring different things.
Step One: See What's Actually Taking Up Space 🔍
Before deleting anything, get a clear picture of your storage breakdown.
Go to Apple menu → System Settings (or System Preferences on older macOS) → General → Storage. This gives you a visual breakdown by category: Applications, Documents, iCloud Drive, System Data, and more.
For a more granular view, third-party tools like DaisyDisk or the free OmniDiskSweeper can map your entire drive visually, showing exactly which folders and files are consuming the most space. These tools don't delete anything automatically — they just show you what's there, which is exactly what you want before making decisions.
The Most Effective Ways to Free Up Space
Delete or Offload Large Files and Folders
The Downloads folder is one of the most overlooked storage sinks on any Mac. Disk images (.dmg files), ZIP archives, old installers, and large media files accumulate here silently. Clearing this out regularly can reclaim several gigabytes quickly.
Similarly, check your Movies, Music, and Desktop folders. Large video exports, uncompressed audio projects, and screenshots pile up fast.
Remove Applications You No Longer Use
Deleting an app by dragging it to the Trash removes the main application bundle, but associated files — preferences, caches, support files — often remain in ~/Library/Application Support and ~/Library/Caches. Tools like AppCleaner (free) are designed to find and remove these leftover files alongside the app itself.
Clear System and Application Caches
macOS stores temporary cache files in ~/Library/Caches and /Library/Caches. These are meant to speed things up, but they accumulate over time. You can manually browse these folders and delete contents (not the folders themselves), or use a maintenance utility to handle it.
Be cautious here: some caches rebuild quickly, so the space gain may be temporary. Others — like browser caches or app-specific media caches — can be substantial and don't immediately regenerate.
Manage iCloud Drive and Optimize Storage
If you use iCloud Drive, macOS can store files in the cloud and keep only recently accessed files on your local drive. This feature, called Optimize Mac Storage, is enabled in System Settings → Apple ID → iCloud → iCloud Drive.
When enabled, files you haven't opened recently are replaced with lightweight placeholders. They redownload on demand when you open them. This is one of the most effective ways to manage space on smaller SSDs, but it does require a reliable internet connection whenever you need those files.
Remove Old iOS and iPadOS Backups
If you've ever backed up an iPhone or iPad to your Mac using Finder (or iTunes on older macOS versions), those backups can be surprisingly large — often several gigabytes each. You can manage them in Finder → your device → Manage Backups, or in older systems through iTunes preferences.
Deal With Time Machine Local Snapshots
macOS creates local Time Machine snapshots as a safety net, even when your backup drive isn't connected. These count as purgeable space, meaning macOS should release them automatically when storage gets tight — but that doesn't always happen as quickly as needed.
You can manually delete local snapshots using Terminal:
tmutil deletelocalsnapshots / This is one of the faster ways to reclaim significant space on systems with active Time Machine backups, though it's worth knowing what you're removing before you do it.
Comparing Common Space-Saving Approaches
| Method | Typical Space Recovered | Effort Level | Recurring? |
|---|---|---|---|
| Clear Downloads folder | 1–10+ GB | Low | Yes |
| Remove unused apps + leftovers | 1–20+ GB | Medium | Occasional |
| Clear caches | 500MB–5GB | Medium | Yes |
| Optimize iCloud Storage | Varies widely | Low (one-time setup) | Automatic |
| Delete iOS backups | 2–20+ GB | Low | Occasional |
| Remove Time Machine snapshots | 5–50+ GB | Medium | As needed |
The Variables That Shape Your Best Path 🖥️
How much space you can realistically recover — and which methods make the most sense — shifts based on several factors:
- How much local storage your Mac has: A 256GB SSD demands more aggressive management than a 2TB model.
- Whether you're on iCloud and how much you store there: Heavy iCloud users benefit more from Optimize Storage than those working entirely locally.
- macOS version: Behavior around purgeable space, snapshots, and storage management has changed across Sonoma, Ventura, Monterey, and earlier versions.
- Your workflow: Video editors, developers, and designers accumulate very different types of large files than general users.
- Comfort with Terminal: Some of the most effective cleanup methods (like deleting snapshots) involve command-line steps that may or may not feel appropriate depending on your experience level.
What's genuinely helpful for one user — offloading everything to iCloud, for example — might not suit someone who frequently works offline or handles sensitive files they don't want in cloud storage. The techniques are well-established; figuring out which combination fits your actual setup and habits is where the real decision-making starts.