How to Free Up Space on Mac: Fast, Safe Disk Cleanup
Short answer: Empty Trash, remove large/old files, uninstall unused apps, clear caches and old backups, and use Optimize Storage or iCloud. Below is a step-by-step technical guide with safe terminal tips and maintenance routines.
Why your Mac storage fills and what to check first
Mac storage fills for predictable reasons: large media libraries (photos, videos), app caches and logs, local backups and Time Machine snapshots, and accumulated downloads. System and user caches can grow quietly, and “Other” or “System Data” on macOS often hides temporary files and local snapshots you didn’t know existed.
Before deleting anything, identify what’s using space. Use Apple menu > About This Mac > Storage > Manage to get an overview, then drill down with Finder or a disk-usage tool. You want evidence before action: a small app folder or a single 50GB video requires different handling than thousands of megabyte caches.
Also consider where your files live: local disk, external drives, and cloud services (iCloud Drive, Dropbox). Moving rarely-used files to external or cloud storage can be a fast non-destructive way to free up space while preserving access.
Quick wins (15–30 minutes)
Start with actions that are reversible and safe. Empty the Trash (right-click the Trash icon > Empty Trash), then clear the Downloads folder—sorting by size often reveals installers and disk images you no longer need. Remove duplicate or outdated large files before touching system data.
Use the built-in storage manager (Apple menu > About This Mac > Storage > Manage) to enable “Optimize Storage” for TV and Mail attachments and to automatically remove watched iTunes movies. Turn on “Store in iCloud” selectively to offload desktop and documents while keeping optimized local copies.
Finally, uninstall unused applications via Finder > Applications (drag to Trash) or use a lightweight uninstaller to remove associated support files. That alone can recover several GBs from slowly accumulated apps you no longer use.
- Empty Trash, delete installers in Downloads, remove large videos and ISO/DMG files
- Enable Optimize Storage and offload to iCloud for documents and photos
- Uninstall unused apps and clear large app caches via the app’s preferences
Deep cleanup: find and remove large and old files safely
If quick wins aren’t enough, go deeper. Use Finder’s search to find files larger than a specific size: open Finder, press Cmd+F, choose “File Size” and “greater than” to list big files. Sort by Last Opened or Modified to target stale content. Always preview files before permanent deletion.
Third-party tools (e.g., disk analyzers) can visualize space usage and help spot large directories. Prefer reputable apps from the Mac App Store or well-known developers. These tools speed locating gigabyte-sized folders—media libraries, virtual machines, or old backups—that are often the real culprits.
Don’t forget mail attachments and message histories: Mail and Messages can accumulate attachments locally. Review Mail > Mailbox Cleanup or search for large attachments and remove them. For Photos, consider exporting originals to external storage and enabling “Optimize Mac Storage” in Photos preferences.
Terminal & advanced tools (for experienced users)
Advanced users can safely expose hidden usage and remove specific items using Terminal. To list large files from the home directory: find ~/ -type f -size +100M -exec ls -lh {} \; | awk '{ print $NF ": " $5 }'. Use this to identify files you can move or delete.
Local Time Machine snapshots can consume significant space. Check them with tmutil listlocalsnapshots / and delete snapshots using sudo tmutil deletelocalsnapshots YYYY-MM-DD-HHMMSS. If you prefer bulk thinning, sudo tmutil thinlocalsnapshots / 999999999999 can force cleanup; run only when you understand the command.
For cache cleanup, remove caches selectively: rm -rf ~/Library/Caches/com.someapp. Never run broad recursive deletions on system folders. When in doubt, move files to an external drive first and confirm stability before permanent removal.
- Find large files:
find ~/ -type f -size +500M - List local snapshots:
tmutil listlocalsnapshots / - Thin snapshots cautiously:
sudo tmutil thinlocalsnapshots / 999999999999
Ongoing maintenance and best practices
Make disk maintenance routine. Schedule monthly audits: clear downloads, review large files, and check for old backups. Enable storage optimization where appropriate and keep Time Machine backups on an external disk—not the system drive—to avoid local snapshot accumulation.
Automate small wins: use smart folders in Finder to surface files not opened in a year, and consider setting Mail to remove attachments after a period. For photographers and video editors, maintain separate external scratch disks and archive completed projects off the system volume.
Finally, monitor disk health and free space with built-in tools or lightweight utilities. Running out of disk space can cause performance issues and prevent macOS updates. Keep at least 10-15% free space on HDD/SSD for optimal system performance and virtual memory operations.
Troubleshooting, resources, and a helpful checklist
If storage doesn’t shrink after cleanup, restart your Mac to allow macOS to reclaim purgeable space. Check Activity Monitor > Disk for any processes locking files. Reindex Spotlight (if search reports inconsistent sizes) using: sudo mdutil -E /.
For step-by-step scripts and community-maintained guides, see curated repositories and scripts that automate safe cleanup tasks. Example: a concise GitHub collection of safe steps and pointers can help you standardize the process—see the “free up space on mac” guide here: free up space on mac.
When nothing helps, a fresh macOS reinstall (after backing up) can reclaim fragmented system data. Use Migration Assistant to restore user files selectively instead of restoring an entire backup that may reintroduce the same clutter.
Semantic core (keyword clusters for this article)
Primary, secondary, and clarifying keywords and LSI phrases (useful for SEO, naturally integrated above).
Primary
free up space on mac; how to free up space on mac; how to free up storage on mac; clear storage on mac; clear up disk space on mac; how to free disk space on mac
Secondary (intent-based)
mac storage full, free disk space mac, delete files on mac, remove cache mac, optimize storage mac, iCloud optimize mac, clear purgeable space mac, delete local Time Machine snapshots
Clarifying / LSI
empty trash mac, large files mac, find biggest files mac, disk usage mac, tmutil thinlocalsnapshots, Safari cache clear, Photos optimize mac storage, uninstall apps mac
FAQ
1. How can I free up space on my Mac without deleting files?
Use cloud offloading (iCloud Drive with “Optimize Mac Storage”), move large archives to an external drive, and enable Optimize Storage for Mail and TV. Clearing caches and removing local Time Machine snapshots also frees space without deleting user documents.
2. What is taking up space on my Mac and how do I find it?
Common culprits: photos/videos, app caches, virtual machines, and local backups. Use About This Mac > Storage > Manage, Finder searches (by file size), or a disk analyzer to map usage and locate folders with the largest files.
3. How do I clear purgeable space or local Time Machine snapshots?
Restarting the Mac often lets macOS reclaim purgeable space. For Time Machine snapshots, list them with tmutil listlocalsnapshots / and delete specific snapshots with sudo tmutil deletelocalsnapshots YYYY-MM-DD-HHMMSS, or thin snapshots with caution using sudo tmutil thinlocalsnapshots / 999999999999.
Additional resource: a curated checklist and scripts to how to free up space on mac.

