Find Large Files On Mac Without Deleting The Wrong Thing
The fastest way to free space is to find the biggest folders first, then decide what is safe, what needs review, and what should be left alone.
Run the free Mac scan before deleting.
The Mac scan reads storage metadata locally, then shows the largest visible buckets and the files that need an AI delete / confirm / protect judgment.
Start With Read-Only Checks
These commands only measure size. They do not delete files.
du -sh ~/*
du -sh ~/Library/* 2>/dev/null
find ~/Downloads -type f -size +1G -maxdepth 2 -print
Usually Safe Wins
- Old app installers in Downloads, such as `.dmg`, `.pkg`, `.zip`, or `.xip` files.
- Regenerable developer caches after closing the related app.
- Package-manager caches cleaned with their own tools, such as Homebrew cleanup previews.
Review First
- Large media exports, project archives, client files, and desktop folders.
- Anything inside `~/Library/Application Support` unless you know the app and purpose.
- Docker volumes, virtual machines, Photos libraries, and active development projects.
Do Not Use Size Alone
A 20 GB installer may be disposable. A 20 GB project archive may be important. A good cleanup plan uses both size and context.
Want a safer list of what to delete?
Start with the free SafeDisk Mac scan. If deletion risk is still unclear, send one request for the free SafeDisk AI deletion trial next step.
Download SafeDisk Lite from the scanner page, then run the local scan: Download free Mac scan.
Still full after the SafeDisk Lite scan?
Start with the SafeDisk Lite scan. If the scan still leaves unclear delete / confirm / protect decisions, send one request for the free SafeDisk AI deletion trial next step.