Best/top listicles (2026)

7 Best Free Mac Disk Space Analyzers in 2026

Your Mac's SSD is finite, and macOS has a habit of hiding the real culprits behind vague "System Data" categories in System Settings. A good best free disk space analyzer for Mac cuts through that ambiguity by showing you exactly which folders and files are consuming space — before you start deleting anything. The tools below are all free (or have fully usable free tiers), work on macOS Monterey through macOS 26 Sequoia, and range from simple command-line sweepers to interactive treemap visualizers.

Why You Need a Disk Analyzer (Not Just System Settings)

macOS System Settings → General → Storage gives you a rough breakdown, but it won't tell you that a single Final Cut Pro render cache inside ~/Movies/Motion Templates is eating 40 GB, or that Xcode's DerivedData folder at ~/Library/Developer/Xcode/DerivedData has ballooned to 80 GB. A proper analyzer maps every folder recursively and surfaces the largest items visually so you can make an informed decision about what to remove.

A word of caution: Deletion on macOS is permanent once you empty the Trash (or when an app removes files directly). Always understand what a folder contains before deleting it. This guide notes which items are safe versus risky throughout.

The 7 Best Free Mac Disk Space Analyzers in 2026

1. OmniDiskSweeper

OmniDiskSweeper from the Omni Group is a no-frills list-based scanner. It walks your disk and presents folders sorted by size, largest first. It's free, notarized, and works on Apple Silicon and Intel Macs.

  • Interface: Column browser (like Finder), not a treemap
  • Best for: Users who prefer text lists over graphics
  • Limitation: No visualization; can't see relative proportions at a glance
  • Safe-to-delete guidance: None built in — you must know what you're removing

To scan your home folder only (avoids needing Full Disk Access for system paths):

  1. Open OmniDiskSweeper and click Sweep Folder…
  2. Navigate to your home directory (~/) and click Choose
  3. Sort by size and look for Library/Caches, Library/Application Support, and Downloads

2. GrandPerspective

GrandPerspective renders a Mondrian-style treemap where each rectangle's area is proportional to file size. It's open source, available on the Mac App Store for free, and is one of the oldest reliable disk visualizers on the platform.

  • Interface: Treemap (file-level, not folder-level blocks)
  • Best for: Spotting a single massive file hidden deep in a folder tree
  • Limitation: Treemap can feel dense; no built-in deletion (opens in Finder instead)

GrandPerspective needs Full Disk Access to scan system directories. Grant it at System Settings → Privacy & Security → Full Disk Access.

3. Disk Inventory X

Disk Inventory X is a free, open-source app that uses a KDirStat-style treemap with color coding by file type. It hasn't been updated as frequently as alternatives but remains functional through macOS Sonoma and Sequoia on Intel hardware. Apple Silicon users may need to run it under Rosetta 2.

  • Interface: Treemap with file-type color legend
  • Best for: Seeing which types of files (video, archives, DMGs) dominate your disk
  • Limitation: Infrequent updates; Rosetta dependency on Apple Silicon

4. ncdu (Terminal)

ncdu ("NCurses Disk Usage") is a terminal-based disk analyzer that's fast, lightweight, and available via Homebrew. It's the go-to tool for developers comfortable in the terminal who want to scan a specific directory quickly.

# Install via Homebrew
brew install ncdu

# Scan your home directory
ncdu ~/

# Scan with exclusion of external volumes
ncdu --exclude /Volumes ~/

Navigate with arrow keys, press d to delete the selected item (with confirmation), and q to quit. ncdu is safe for system directories since it won't touch anything without an explicit keypress.

5. du + sort (Built-in Terminal)

No installation required. macOS ships with du, which can give you a quick top-10 list of the largest directories under any path.

# Show top 10 largest directories in your home folder (human-readable)
du -sh ~/* 2>/dev/null | sort -rh | head -10

# Drill into Library/Application Support
du -sh ~/Library/Application\ Support/* 2>/dev/null | sort -rh | head -20

This won't give you a visualization, but it's zero-install and works identically from macOS Monterey through macOS 26.

6. Crumb (Free Tier — Visualize)

Crumb is a native macOS menu-bar app primarily known for one-click cleaning, but its Visualize tab is fully available on the free tier. It renders a disk treemap alongside a ranked list of your largest files and folders, and includes a whole-Mac audit that surfaces common space hogs like Xcode derived data (~/Library/Developer/Xcode/DerivedData), iOS device backups (~/Library/Application Support/MobileSync/Backup), and large log bundles in /private/var/log.

  • Interface: Treemap + sorted list + audit summary in a single panel
  • Best for: Users who want visualization and guided context about what each folder does
  • Unique feature: The built-in "Is this safe to delete?" AI explains any selected folder and its removal risk — useful when you encounter an unfamiliar path
  • Free tier limit: Visualization is unrestricted; the one-click Clean action requires upgrading

Crumb runs locally and doesn't require an account. If you want to both visualize and clean in one pass, you can download Crumb and use the Visualize tab at no cost while you decide whether the full cleaner is worth it for your workflow.

7. Finder's Built-in "Calculate All Sizes"

Underrated and zero-install: open Finder, press J (View Options), and check Calculate all sizes in List view. Finder will compute folder sizes inline. It's slow for large disks, but for a quick check of your Downloads or Desktop folder it requires nothing beyond what macOS already provides.

Comparison Table

Tool Visualization Free? Apple Silicon Native Safe-delete Guidance
OmniDiskSweeper List only Yes Yes No
GrandPerspective Treemap (files) Yes Yes No
Disk Inventory X Treemap (types) Yes Rosetta only No
ncdu Terminal TUI Yes (Homebrew) Yes No
du + sort None Built-in Yes No
Crumb (free tier) Treemap + list Visualize: free Yes Yes (AI)
Finder "Calculate Sizes" None Built-in Yes No

Common Space Hogs and Whether They're Safe to Delete

  • ~/Library/Caches — Generally safe. Apps rebuild caches automatically. Do not delete the entire folder at once; remove subfolder by subfolder.
  • ~/Library/Developer/Xcode/DerivedData — Safe to delete. Xcode regenerates this when you next build. Can easily reach 20–100 GB.
  • ~/Library/Application Support/MobileSync/Backup — Safe to delete old backups via Finder → Manage Backups (right-click the Crumb icon). Do not manually delete the folder root if you have current backups you rely on.
  • /private/var/folders — Do not delete manually. macOS manages this temp folder and purges it at restart.
  • ~/Downloads — Safe, but review before deleting. Easy multi-GB gains common here.
  • Large .log files in ~/Library/Logs — Generally safe to delete. Apps recreate log files as needed.

Conclusion

The best free disk space analyzer for your Mac depends on how you like to work. If you prefer a visual overview, GrandPerspective or Crumb's Visualize tab give you the clearest picture. If you live in the terminal, ncdu is fast and precise. And if you want zero installation, du | sort and Finder's Calculate All Sizes cover the basics without downloading anything. Whatever tool you choose, always understand what a folder does before removing it — a disk analyzer's job is to show you the map, but navigation is still up to you.

Reclaim your disk in one click

Crumb audits your whole Mac, tells you what's safe to delete, and frees the space in seconds — private, local, and Apple-notarized.

Download Crumb for macOS

Frequently asked questions

What is the best free disk space analyzer for Mac in 2026?
GrandPerspective and OmniDiskSweeper are the most established free options. Crumb's Visualize tab is also free and adds guided context about what each folder contains. For terminal users, ncdu (via Homebrew) is fast and requires no GUI.
Is DaisyDisk free?
DaisyDisk is a paid app (one-time purchase). If you want a free DaisyDisk alternative, GrandPerspective provides a similar treemap visualization at no cost, and Crumb's free tier includes a disk map alongside a ranked list of your largest items.
Is it safe to delete files shown by a disk analyzer?
It depends on the folder. Cache folders (~/Library/Caches) and Xcode DerivedData are generally safe to delete. System folders like /private/var/folders should not be manually deleted. Always identify what a folder does before removing it — deletion is permanent once the Trash is emptied.
How do I find what is taking up space on my Mac without installing anything?
Open Terminal and run: du -sh ~/* 2>/dev/null | sort -rh | head -10 — this lists your ten largest home-directory folders with no installation required. You can also open Finder in List view, press ⌘J, and enable 'Calculate all sizes'.
Do free disk analyzers work on Apple Silicon Macs?
OmniDiskSweeper, GrandPerspective, ncdu, and Crumb are all native Apple Silicon apps. Disk Inventory X currently requires Rosetta 2 on M-series Macs. The built-in du command and Finder work natively on all hardware.