How to Find Large Files on Mac
A single large file can occupy the same space as thousands of small ones. Here's every method for finding them — from built-in tools to visual disk analyzers.
Why Finder Falls Short
Finder can sort files by size within a single folder, but only within that folder. To find the largest files across your entire disk, you'd need to manually open dozens of directories — there's no global "sort all files by size" view. For most people, this makes finding large hidden files nearly impossible without help.
Using Spotlight (Limited)
Spotlight can search by file type, so if you're looking for a specific kind of large file — like .vmdk virtual machine files or .dmg disk images — it works reasonably well. But Spotlight doesn't surface large files in a useful way; you can't ask it to "find my 10 biggest files" across the whole system.
Using Terminal
Experienced users can find large files with a Terminal command:
find ~ -size +500M -not -path "*/.*"
This finds all files larger than 500 MB in your home folder, excluding hidden directories. It works, but reading the output requires some comfort with the terminal, it can take several minutes to run, and it doesn't show you folder sizes — only individual files.
Using a Disk Space Visualizer
The most efficient method is a dedicated disk space analyzer. LumaDisk renders your entire disk as an interactive sunburst chart — every file and folder is visible, sized proportionally to how much space it uses. Large files and bloated folders appear immediately as the biggest wedges.
You can click any wedge to see what it contains, drill into folders with a breadcrumb trail to keep you oriented, and reveal a file in Finder or send it to the Trash without leaving the app. What would take 20 minutes of Terminal or Finder detective work takes under a minute with a visual tool.
node_modules and Xcode's DerivedData, plus duplicate copies of files you already have elsewhere — so you can reclaim gigabytes with confidence.What to Do Once You Find Large Files
Before deleting, take a moment to consider each file:
- Is this file still needed? App support files and some system caches may cause problems if removed. If you're unsure what a file is, look up its directory path before deleting.
- Can it be moved instead of deleted? Large media files, project archives, and old backups are often better moved to an external drive than permanently deleted.
- Is there a newer version? Old disk images, virtual machine snapshots, and exported files may be duplicates of files you still have elsewhere.
LumaDisk shows you exactly what each file is and where it lives before you delete it — so you're never removing something blindly.