Finding large files: what the free tier covers

The short answer is that finding large files on a Mac costs nothing. Everything needed to locate, rank and delete them is already installed. That fact is easy to establish and it does not settle the question, because paid tools for this job continue to sell steadily, which means people are buying something. Working out what that something is turns out to be the whole of the decision.

What follows separates the layers: what macOS covers at no charge, what the free downloads add on top, what the paid products publish as their price and terms, and where the actual cost of this task sits, which is not in any of those columns.

What is already installed and costs nothing

Three routes exist on a stock Mac, and together they reach the end of the job.

The storage pane in System Settings, under General, gives a category breakdown of the volume and, for several categories, a drill-down into individual items. Apple's guidance notes that where a category shows a More Info button, clicking it reveals details and options for managing that category. It is the fastest way to see where the weight sits, and its ceiling is that it stops at category granularity.

The Finder's search accepts file size as a criterion, and a search saved as a smart folder keeps that criterion for reuse. This is the only no-cost route that produces a reusable saved query without writing anything down.

The command line ships with du, find, ls and mdfind, none of which are optional extras. du -h -d 1 collapses a tree into per-folder totals one level at a time. find filters by size with exact control. mdfind queries the Spotlight index for speed. Between them there is no size question about a volume that cannot be answered.

Price for all three: nothing, with no licence, no device limit and no expiry.

The part that is not free is the setup

The gap that paid products fill is not capability. It is the work of turning a vague intention into a precise query, and that work is charged in minutes rather than currency.

Two examples of where the minutes go. find interprets -size as a count of 512 byte blocks, rounded up, unless a suffix is supplied, so -size +100 and -size +100M are entirely different filters and only one of them is what anybody means. du reports blocks held on disk by default and switches to expanded content length with -A, and which of those answers the question depends on whether the goal is reclaiming space or planning a move. Knowing these costs seconds. Not knowing them costs a cycle of running, misreading and re-running.

Sorting results, keeping only the top entries, collapsing to folder level, excluding mounted volumes: all achievable by piping commands together, all requiring assembly. A graphical tool has made those decisions in advance. That is the product. Framed that way the purchase becomes easy to evaluate, because the value scales with how often the task recurs and drops to almost nothing for a one-time cleanup.

Where the free tier genuinely runs out

Being honest about the limits is more useful than insisting nothing is needed, and there are three places where the no-cost route stops short.

The first is a picture of the whole volume. Every built-in route returns a list or a category breakdown. Neither shows proportion at a glance, and when the question is "where is all of it going" rather than "what is the biggest single item", a list is the wrong shape of answer. A treemap answers that in one screen.

The second is detecting identical content. Nothing built in will tell you that the same 4 GB export exists in three folders under three names. Size-based ranking will happily list all three without ever connecting them, and content comparison is a separate operation that has to be run deliberately. This is a genuine feature of several paid products and it is not a marketing invention.

The third is repeatability without notes. A smart folder does save a query, but only a Finder query, which inherits the index's coverage gaps. A command line query is exact and reproducible, and lives in shell history until it scrolls away. Anything more durable means keeping a file of commands, which is free but is still a thing to maintain.

None of these are reasons to spend money on their own. They are the shape of what money buys, which is the useful thing to know before comparing prices.

The free downloads, and what each one is for

Where the built-in tools genuinely stop is whole-volume visualisation, and free applications cover that.

OmniDiskSweeper from the Omni Group lists files on a drive largest to smallest and lets you trash or open them directly. The company released it as freeware alongside several other applications in 2009, and it remains a no-cost download with no licensing restrictions.

GrandPerspective draws a treemap, representing each file as a rectangle sized in proportion to the space it occupies, which makes an unexpected concentration visible as an unexpectedly large block. Its site states that it is released as open source under the GNU General Public License, and the download from the project site is free. The same application sells on the Mac App Store for 2.99 dollars, and the project explains the difference in terms of Apple's review, automatic updates, covering distribution costs and supporting further development. Version 3.8.0 requires macOS 14 or higher, with older builds published for earlier systems.

That last detail generalises. Free and currently working are separate properties. macOS moves every year, and an application that has stopped being maintained eventually stops launching. Checking the supported version range before comparing prices avoids an evaluation that was moot from the start.

Three things to check before installing anything free

A zero price still carries admission costs, and they are worth knowing before the download rather than after.

Distribution route comes first. Applications delivered outside the Mac App Store are expected to be signed by their developer and notarised by Apple, and Gatekeeper stops those that are not on first launch. Free utilities are frequently maintained by one person, and when maintenance slows the signing situation can go stale. The date of the most recent release is a reasonable proxy.

Permissions come second. Any tool that measures a whole volume will request Full Disk Access in order to read protected areas. Denied that, it silently under-reports, because the largest items on many Macs sit precisely in the protected areas: mail stores, photo libraries, backups. The output looks fine. It is just too small. Granting that access is a trust decision, and free is not the same thing as trustworthy.

Architecture comes third. Applications never rebuilt for Apple silicon have relied on a translation layer whose long-term availability is not guaranteed. For a tool intended to stay in the toolkit for years, whether development is still active tells you more than the stated minimum OS.

The paid products and their published terms

Paid options divide cleanly into one-time purchases, which is where the dedicated disk analysers sit, and subscriptions, which is where general maintenance suites sit.

DaisyDisk lists 9.99 dollars on its own site, described as a lifetime licence with no recurring payments, usable on up to five personal Macs, covering minor updates and bug fixes, backed by a 30 day money-back guarantee, and requiring macOS 10.13 or newer.

Subscription suites treat large-file discovery as one feature among cache clearing, application removal and startup item management. The deciding factor there is rarely the monthly figure. It is whether the underlying task recurs often enough to justify an obligation that continues after it is finished.

Tier Example Price Notable terms
Built into macOS Storage pane, Finder search, command line Free Query has to be assembled
Free application OmniDiskSweeper Free, released as freeware Largest-to-smallest list
Free application GrandPerspective, project site Free, GNU GPL 3.8.0 needs macOS 14 or higher
Paid, App Store GrandPerspective, App Store 2.99 dollars Same application, review and updates
Paid, one-time DaisyDisk 9.99 dollars 5 personal Macs, 30 day guarantee, macOS 10.13 or newer
Paid, subscription General maintenance suites Varies Sweep is one feature of many

Figures come from each vendor's published pages and vary by storefront and currency. App Store purchases follow regional pricing, and terms around updates and refunds can differ between a direct purchase and a store purchase, so confirm at the point of sale.

Once, or every month

The comparison that decides this is frequency, not price.

For a genuinely one-off cleanup, the built-in tools plus one free application finish the job and the total is zero. Nothing in the paid tier changes the outcome, only the number of minutes spent reaching it.

For a recurring squeeze, the arithmetic inverts. Video exports, virtual machine images and build artefacts refill a volume within weeks of being cleared. A rough estimate is available from memory: count how many times a low-space warning appeared in the last year. Once is an errand. Monthly is an operation.

Recognising it as an operation shifts the question from how to clear space to what keeps producing it. Scheduled removal of build output, exports directed to an external volume by default, a cap on cache sizes: none of these cost anything, and all of them reduce how often the sweep has to happen. Reducing the frequency beats optimising the sweep. Against a genuinely monthly task, a one-time 9.99 dollars stops looking like the expensive option and starts looking like the smaller of two costs, the other being assembling the same query repeatedly. How that maps onto ongoing use is set out under Pricing.

The cost that never appears in a price list

One item is missing from every comparison table, including the one above: moving between applications while doing the work.

The results live in one window, the file itself is inspected in a second, commands run in a third, and reference material sits in a browser. Each file being judged costs several of those transitions. Across forty candidates, the transitions alone consume more time than the decisions do, and none of it is attributable to any product.

Collapsing that loop into a single window is the premise behind this feature set, and how it differs from the tools above is described in the comparison. Checking a long-running scan from another device is covered in From iPhone and iPad, and narrower questions are answered in the FAQ.

What to decide before spending anything

Settle the frequency first. A one-time cleanup has no reason to cost money, because the built-in tools and one free download complete it. If this is monthly, stop comparing products against each other and compare them against the time spent rebuilding the same query each time, then look at Atriens alongside the options above.

Frequently asked questions

Do I have to pay anything to find large files on my Mac?

No. The storage pane in System Settings, Finder search with a size criterion, and the du and find commands are all present on a stock Mac with no licence or device limit, and together they cover locating, ranking and deleting. Paid tools sell the prepared query and whole-volume visualisation, not a capability that is otherwise unavailable.

Is a free disk tool going to give me different results from a paid one?

The ranking itself does not change. What differs is presentation and workflow. OmniDiskSweeper presents a largest-to-smallest list at no cost, GrandPerspective draws a treemap and is free from its project site, and DaisyDisk publishes 9.99 dollars for up to five personal Macs with a 30 day money-back guarantee.

Why is GrandPerspective free on one site and 2.99 dollars on the App Store?

It is the same application through two distribution routes. The project site offers it free under the GNU General Public License, while the App Store listing is 2.99 dollars. The project attributes the paid listing to Apple's review process, automatic updates, covering distribution costs and supporting continued development.

Should I choose a subscription suite or a one-time purchase?

Base it on how often space runs out. If the cleanup is an errand you expect to do once, a recurring charge outlasts the need. If exports, virtual machines or build output refill the volume every few weeks, a tool bought for repeated use is defensible. Either way, confirm the supported macOS versions match the machine before paying.

Back to all posts