How to Free Up and Delete Disk Space on a Mac
Running low on storage on your Mac is one of those problems that sneaks up on you. One day everything runs smoothly, the next you're getting warnings about your startup disk being almost full. Understanding how macOS manages storage — and what you can actually do about it — makes the difference between a quick fix and accidentally deleting something important.
Why Mac Storage Fills Up Faster Than You'd Expect
macOS doesn't just store your files. It accumulates system data, cached files, Time Machine local snapshots, iOS device backups, language packs, and app support files that most users never see. On top of that, creative applications like Final Cut Pro, Logic, and Photoshop generate enormous working files that stay on disk long after a project ends.
If you're on a Mac with an Apple Silicon chip (M1, M2, M3 series), you likely have a fast but physically smaller SSD — commonly 256GB or 512GB on base models — which fills up faster than older machines with larger spinning hard drives.
Step 1: See What's Actually Using Your Storage
Before deleting anything, get a clear picture. Go to Apple menu → System Settings (or System Preferences on older macOS) → General → Storage. This gives you a color-coded breakdown of what's consuming space across categories like Applications, Documents, Photos, and System Data.
macOS also offers built-in recommendations here:
- Store in iCloud — offloads photos and documents to iCloud, keeping only recent files local
- Optimize Storage — removes watched Apple TV content automatically
- Empty Trash Automatically — permanently deletes trash items older than 30 days
- Reduce Clutter — helps you review and remove large files and downloads
These aren't one-size-fits-all solutions. Whether they make sense depends on your iCloud subscription tier, internet reliability, and how often you need offline access to files.
Step 2: Target the Biggest Offenders 🗂️
Large and Duplicate Files
The Downloads folder is almost always a goldmine of forgotten installers, disk images (.dmg files), and documents you opened once. Sort by file size to find the heaviest items. Third-party tools like Gemini or Duplicate File Finder can identify duplicate files, though the built-in "Reduce Clutter" tool handles large files reasonably well without any additional software.
Application Data and Caches
Applications store support files, logs, and caches in hidden Library folders. To access these manually, open Finder → Go → Go to Folder, then type:
~/Library/Caches— app caches that are generally safe to clear~/Library/Application Support— data tied to specific apps (delete carefully)~/Library/Logs— log files from system and app activity
System Data on the storage breakdown often looks alarming — sometimes 20–50GB or more. A significant portion of this is typically APFS snapshots created by Time Machine. These snapshots are used to recover files even when your external backup drive isn't connected. macOS usually manages them automatically, but if disk space drops critically low, they begin to be deleted. You can also manually delete local snapshots via Terminal using tmutil deletelocalsnapshots, though this is an advanced step.
iOS and iPadOS Backups
If you back up your iPhone or iPad to your Mac rather than iCloud, those backups can quietly consume 5–20GB or more. Find them under Finder → your device → Manage Backups, or in older macOS under iTunes. You can delete outdated backups for devices you no longer own without affecting your current device if you keep at least one recent backup.
Unused Applications
Apps themselves vary wildly in size. Productivity apps are typically small; creative suites, games, and virtualization software (like Parallels or VMware Fusion) can occupy 10–50GB each. Simply dragging an app to the Trash doesn't always remove all associated files — dedicated uninstallers or tools like AppCleaner help remove leftover support files.
Step 3: Understand the Variables That Change the Approach 🔍
How aggressively you should clear disk space — and which methods make sense — depends on several factors:
| Factor | How It Affects Your Approach |
|---|---|
| SSD size | Smaller SSDs (256GB) require more regular attention |
| macOS version | Sequoia, Sonoma, Ventura have slightly different Storage panels |
| iCloud subscription | Determines whether offloading makes practical sense |
| Internet reliability | Offloading to iCloud is risky on slow or metered connections |
| Workflow type | Video editors, developers, and musicians accumulate far more data |
| Number of Apple devices | More devices = more backups potentially stored on Mac |
What "System Data" Really Means (And Why It's Complicated)
Many Mac users are alarmed to find System Data showing 30GB, 60GB, or even more. This category is a catch-all that includes:
- APFS snapshots from Time Machine
- Cached fonts and language files
- Hibernate sleep image (a file equal to your RAM size used during deep sleep)
- Xcode device support files if you develop apps
- Virtual machine files if you run Windows or Linux on your Mac
Not all of this is safe to delete indiscriminately. The hibernate sleep image, for example, can be removed via Terminal but at the cost of slower wake-from-sleep behavior on older Intel Macs. For Apple Silicon Macs, this works differently. Which of these applies to you depends entirely on your specific machine and how you use it.
The Storage Spectrum
A casual Mac user who browses the web, uses office apps, and streams video will rarely accumulate storage problems on a 512GB or 1TB drive and can usually resolve issues by clearing Downloads and emptying the Trash.
A software developer with Xcode, multiple iOS simulators, and Docker images, or a video editor working with 4K ProRes footage, is operating in a fundamentally different situation — one where even 1TB fills quickly and cloud offloading doesn't solve the core problem because local files must stay local for performance reasons. ⚡
How much space you actually need, which cleanup methods are safe for your workflow, and whether cloud storage genuinely helps or just moves the problem elsewhere — those answers live in the specifics of your Mac, your storage tier, and how you work day to day.