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.

By ·Published ·updated ·3 min read

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, free to download with a 7-day trial of everything, 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.

LumaDisk also flags the space hogs that are easiest to miss: build caches like 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.

See your disk in seconds
LumaDisk maps your entire disk as an interactive sunburst chart. Free to download, with a 7-day trial of everything. After that, scanning stays free and a licence is $6.89 once.
Try for macOS
More guides
What's Taking Up Space on My Mac?
Break down the real culprits behind a full Mac disk, including what "System Data" actually is.
What's Taking Up Space on My Windows PC?
Identify the real culprits behind a full Windows drive: system files, temp data, and the folders Windows hides from you.
DaisyDisk Alternative for Windows
DaisyDisk is Mac only. How to get the same sunburst view on Windows, with build-cache and duplicate detection.