SafeDisk AI

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.

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

Review First

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?

Run the read-only scan, paste the output into the free diagnosis form, and get a risk-ranked first pass.

curl -O https://getsafedisks.com/scan.sh && bash scan.sh
Get free diagnosis
Second set of eyes

Request the $29 large-file review payment link.

Use this when the biggest files include Library, Docker, Photos, Xcode, VM, or project folders and size alone is not enough to decide.

Open private checkout