Forum Discussion
How to find large files on mac to delete?
Here is an explanation of ncdu and how it can help you learn how to find large files on Mac.
ncdu is actually designed to be simple and visual . Unlike typing complicated commands, ncdu turns your Terminal window into an interactive menu that you can navigate with your arrow keys . It feels more like a basic app than a programming tool. It puts the biggest files at the top . As soon as it finishes scanning, ncdu automatically displays a list where the largest folders and files appear first. You can immediately see what is eating up your storage without hunting through folders one by one.
Using the arrow keys, scroll through the list. The biggest items are at the top . Press Enter to open a folder and see what files are inside. When you find a file you want to delete, highlight it and press d . ncdu will ask "Delete this file/folder?" — press y to confirm.
Before deleting anything with d, I recommend just browsing first. Use ncdu to identify where your large files are hiding. Then open Finder, go to that location, and delete the file there. This gives you a safety net so you can see the file before removing it .
If you are willing to try Terminal just this once, ncdu is a fantastic, completely free way to learn how to find large files on Mac. It is fast, visual, and puts the biggest space hogs right at the top of the list . Many users call it the "best disk size tool on Mac" .