Disk analysis & visualization

The 8 Best Disk Usage Analyzers for Mac in 2026

Running low on disk space and not sure where it all went? A good disk usage analyzer for Mac can surface the culprits in seconds — but the tools vary wildly in how deep they scan, how they visualize your storage, and whether they let you safely delete from inside the app. This roundup covers the eight best options in 2026, from free open-source utilities to polished paid apps, so you can pick the one that fits how you work.

What to Look for in a Mac Disk Analyzer

Before diving into the tools, it helps to know what separates a useful analyzer from a frustrating one:

  • Scan speed — does it crawl or finish in under a minute?
  • Visualization style — treemap (area-based) vs. radial sunburst vs. a plain sorted list
  • Scan depth — does it reach System Data, ~/Library, hidden dotfiles, and Time Machine local snapshots?
  • Safe deletion — can you remove items directly, or must you drag things to Trash manually?
  • Apple Silicon native — Universal or native ARM matters for battery and speed on M-series Macs

The 8 Best Disk Usage Analyzers for Mac in 2026

1. Crumb — Best for Analysis + Safe One-Click Cleanup

Crumb sits in your menu bar and does two things most analyzers skip: it shows a full treemap of your disk and lets you clean from inside the app without switching tools. The Visualize tab breaks storage into folders you can drill into, and the whole-Mac audit surfaces large files across every user account. Where Crumb really earns its place is after you find something suspicious — its built-in "Is this safe to delete?" AI explains what any folder does and rates the risk of removing it, on-device. The Uninstall tab then removes apps alongside their leftover caches, preferences, and support files in one pass.

Crumb's Clean tab handles system caches (~/Library/Caches), user logs, temp directories, and purgeable System Data with one click. Apple-notarized, no account required. Free tier covers one cleanup; Pro is $49 one-time. Download Crumb to try it free.

Best for: Users who want to analyze and clean in the same app without manual drag-to-Trash steps.

2. DaisyDisk — Best Visualization

DaisyDisk is the most visually polished disk analyzer on the Mac App Store. It renders your drive as a radial sunburst map, where each wedge represents a folder proportional to its size. Scanning is fast — typically 20–40 seconds on a modern SSD. You can click into any segment to drill down, then drag items to a "collection" zone at the bottom and delete them all at once.

The caveat: DaisyDisk requires an Admin scan to see system areas, and it won't reach inside macOS's synthetic "System Data" bucket (which is where purgeable space, local Time Machine snapshots, and hidden caches live). Priced at $9.99 on the Mac App Store.

Best for: People who want beautiful radial visualization and a clean, distraction-free interface.

3. GrandPerspective — Best Free Treemap

GrandPerspective is the classic open-source treemap tool for macOS. Each file is a colored rectangle sized by its disk footprint — the bigger the block, the bigger the file. It's genuinely useful for finding large forgotten video files or disk images buried deep in a folder tree. Scanning is single-threaded and slower than modern alternatives, but it's free and has been reliable since macOS 10.5.

It doesn't delete files itself — you right-click to reveal in Finder, then remove manually. No system-level scanning without extra Terminal tricks. Available free on the Mac App Store or directly from the developer's site.

Best for: Budget-conscious users who want a no-frills treemap view and are comfortable deleting via Finder.

4. OmniDiskSweeper — Best Simple Sorted List

OmniDiskSweeper from the Omni Group is a no-nonsense sorted file list. It shows every folder ranked by size in three columns (like a Finder column view), so you can quickly navigate to the biggest culprit. It's free, and Omni publishes it as a transparent utility rather than a commercial product.

To scan protected areas such as /System or other user home directories, you need to run it with Full Disk Access granted in System Settings → Privacy & Security → Full Disk Access. Deletion is done via a button that moves items to Trash — straightforward but manual. No System Data awareness.

Best for: Power users who prefer a list over graphics and just want to find the biggest folders fast.

5. Disk Drill — Best Recovery + Analysis Combo

Disk Drill is primarily a data-recovery tool that includes a disk-space analyzer. The analyzer view shows a bar chart of folder sizes alongside a pie chart, and you can browse by category (Videos, Images, etc.). If you accidentally delete something during a cleanup, Disk Drill's recovery scanner can often retrieve it — a genuine safety net.

The free tier covers scanning only; actual deletion of found junk requires the Pro upgrade ($89/yr). Heavier and slower to launch than dedicated analyzers. Apple Silicon native.

Best for: Users who want recovery capabilities alongside analysis, especially if they're new to manual disk cleaning.

6. Sensei — Best System Monitor + Analyzer Bundle

Sensei combines CPU/GPU/RAM monitoring with a disk cleaner and analyzer. The Storage tab shows a breakdown of categories (Apps, Documents, System, Other) and lets you drill into each. It also cleans developer caches (Xcode derived data, iOS simulators) which many tools miss.

Sensei is subscription-based ($29/yr or $59 one-time). The disk analysis is secondary to its monitoring features — if you mainly want storage insight, dedicated analyzers are more capable. But if you also want a system monitor in one app, it's a reasonable choice.

Best for: Developers and power users who already want system monitoring and want disk analysis bundled in.

7. CleanMyMac X — Best Automated Junk Detection

CleanMyMac X is the most feature-complete all-in-one cleaner on this list. Beyond disk analysis, it handles malware scanning, app management, privacy cleanup, and optimization. Its Space Lens feature provides a treemap view of your disk, and Smart Scan finds common junk categories automatically.

It's subscription-heavy ($39.95/yr) and pushes upsells within the interface. The automated detection is convenient but somewhat opaque — it makes decisions about what is "safe to delete" without always explaining why. For users who want to understand what they're removing, that opacity can be a drawback.

Best for: Users who want an automated, all-in-one solution and don't need to understand every decision the cleaner makes.

8. ncdu — Best Free Terminal Analyzer

For command-line users, ncdu (NCurses Disk Usage) is fast, scriptable, and free. Install via Homebrew:

brew install ncdu

Then scan your home directory:

ncdu ~/

Or scan the whole volume (requires sudo for protected paths):

sudo ncdu /

Navigate with arrow keys, press d to delete an item. It has no GUI, no visualization beyond a sorted bar chart, and no safety checks — but it's extremely fast and works over SSH. Not recommended for less experienced users because mistakes are permanent with no Trash buffer.

Best for: Developers and sysadmins comfortable in Terminal who want maximum speed with no GUI overhead.

Side-by-Side Comparison

Tool Visualization Scans System Data Deletes in App Price
Crumb Treemap + audit Yes (purgeable + caches) Yes (with AI safety check) Free / $49 one-time
DaisyDisk Radial sunburst Partial (Admin scan) Yes (collection zone) $9.99
GrandPerspective Treemap No No (Finder only) Free
OmniDiskSweeper Sorted list With FDA granted Yes (moves to Trash) Free
Disk Drill Bar chart + pie Partial Pro only Free / $89/yr
Sensei Category bars Partial Yes $29/yr or $59
CleanMyMac X Treemap (Space Lens) Yes Yes (automated) $39.95/yr
ncdu Text bar chart With sudo Yes (terminal, no Trash) Free

What Is Safe to Delete — and What Is Not

This is the most important section of this article. Disk analyzers surface a lot of folders, and not all of them are safe to remove.

  • Generally safe: ~/Library/Caches (apps rebuild these), ~/Library/Logs, Xcode derived data at ~/Library/Developer/Xcode/DerivedData, iOS device backups you no longer need, duplicate files, and items in Trash.
  • Safe with caution: Browser caches (you'll notice slower page loads briefly), download folders (manually verify before deleting), and application support folders for apps you've already uninstalled.
  • Do NOT delete: /System, /Library (root-level), ~/Library/Application Support for apps you actively use (can wipe settings and data), Time Machine backups without understanding what you're losing, and .app bundles mid-use.

Remember: most disk cleanup is permanent. Unless a tool explicitly moves items to Trash, deleted files are gone. When in doubt, use a tool that explains what a folder does before you remove it.

How to Free Up Space on Mac Without a Third-Party Tool

If you'd rather start with built-in options before installing anything:

  1. Open Apple menu → System Settings → General → Storage to see macOS's own recommendations (optimize storage, empty Trash automatically, reduce clutter).
  2. Check Finder → Go → Go to Folder and navigate to ~/Library/Caches — sort by size, review folder names, delete caches for apps you recognize and no longer use.
  3. Clear local Time Machine snapshots from Terminal:
tmutil listlocalsnapshots /
sudo tmutil deletelocalsnapshots YYYY-MM-DD
  1. Empty your Downloads folder — it's frequently the single biggest source of forgotten disk usage.
  2. Use Finder → File → Get Info on large folders to understand what they contain before deleting.

These manual steps work but are time-consuming and require you to know what you're looking at. A dedicated mac storage analyzer compresses these steps into a single scan.

The Bottom Line

For pure visualization on a budget, GrandPerspective and OmniDiskSweeper remain solid free choices. DaisyDisk wins on aesthetics. If you want a disk space analyzer for Mac that also tells you what is safe to delete and handles the cleanup in the same app — including system caches, app leftovers, and purgeable space — Crumb is the pick that pulls all of that together without requiring you to own three separate utilities. Whatever you choose, always review what you're removing before you confirm the delete.

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 usage analyzer for Mac?
GrandPerspective and OmniDiskSweeper are the strongest free options. GrandPerspective shows a treemap, while OmniDiskSweeper gives a sorted-list view. For free terminal-based analysis, ncdu (installed via Homebrew) is extremely fast. None of these scan System Data or purgeable space automatically.
Is it safe to delete files found by a disk analyzer?
It depends on the folder. User caches in ~/Library/Caches, log files, and Xcode derived data are generally safe to delete — apps rebuild them. Deleting files from /System, root-level /Library, or Application Support for apps you actively use can break those apps or wipe their data. Always check what a folder does before removing it, and prefer tools that move items to Trash rather than deleting permanently.
Why does macOS show 'System Data' taking up so much space?
System Data in macOS Storage is a catch-all that includes local Time Machine snapshots, cached iCloud files, purgeable space reserved by the OS, and various system caches. It's not all deletable directly — macOS manages some of it automatically. Tools like Crumb that specifically target purgeable System Data can help reclaim this space safely.
How do I give a disk analyzer Full Disk Access on Mac?
Open System Settings → Privacy & Security → Full Disk Access. Click the + button, navigate to your Applications folder, and add the analyzer. You may need to quit and relaunch the app after granting access. Full Disk Access lets the tool see protected directories like /private/var, other user home folders, and certain system paths it cannot reach otherwise.