CleanMyMac

macpaw.com

KEEP IT

The value is the network, the data or the infrastructure. Keep paying.

A maintenance application for macOS: finds large and duplicate files, clears caches, uninstalls applications with their leftovers, and reports on what is filling the disk.

Promptfree, for everyone, and the only version there is
Do not build this — and be careful with the category, because the failure mode is deleting something that mattered.

What is being sold is a list: which caches are safe to clear, which files each application leaves behind, and which of them can go. That list is maintained by people watching many machines, and being wrong about one entry means somebody's licence file, mail archive or project cache is gone.

WHAT TO DO INSTEAD
- **Most of what this finds, the system already tells you.** macOS has storage management built in, and it names the large files, the old downloads and the applications you have not opened
- `du` and `ncdu` in a terminal answer 'what is filling the disk' in ten seconds and cost nothing
- For an uninstall, AppCleaner is free and does exactly the leftover-finding part

WHAT YOU CAN BUILD, AND SHOULD

**A disk report, which reports and never deletes:**
- Walk the disk, record every path with its size, modified date and hash of the first block
- Rank directories by size, and files not opened in a long time
- Find duplicates by hash — but **show them and never act.** Two identical files are often two on purpose: a backup, a submodule, a build artefact
- Track growth over time by storing a nightly snapshot of directory sizes, which is what actually tells you what is filling the disk rather than what is merely big
- That is a script, it is an afternoon, and it is genuinely useful

**THE RULE, IF YOU BUILD ANYTHING THAT DELETES**
- Never delete. Move to a staging directory with a manifest of where everything came from, and delete that after a stated period
- Print what would happen before doing it, and require a deliberate confirmation
- Never touch a path you do not have a positive reason for. A block-list of dangerous paths is a game you lose; an allow-list of paths you understand is the only safe shape
- Caches are not free to clear: the next build or the next application launch pays for it. Clearing a cache to reclaim a gigabyte on a terabyte disk is a bad trade

WHAT NOT TO BELIEVE
- 'Cleaning' does not make a modern machine faster. Free disk space matters below a threshold and not above it, and clearing caches makes things slower until they are rebuilt
- If a Mac is slow, the answer is usually memory pressure or a runaway process, both of which the built-in activity monitor shows for nothing

THE ONE-LINE VERSION
Use the built-in storage tool and ncdu. If you build something, make it report and never delete — and remember that a cache cleared is a cost deferred, not a saving.

What you lose

  • A maintained list of what each application leaves behind and which of it is safe to remove
  • Notarised, signed software with the system permissions already granted properly
  • An uninstaller that finds the files an application scattered outside its own folder
  • Somebody else being wrong about a deletion instead of you

If you would rather not build

  • macOS's own storage management, which names the same files
  • AppCleaner — free, and does the leftover-finding half

The escape hatch

open source · no votes, no paid placement

ncdu

$0

A fast terminal disk usage analyser with an interactive browser.

rofl0r/ncdufree · open source

dust

$0

A more intuitive du, showing what is actually taking the space.

bootandy/dustfree · open source

Why this verdict

our own opinion · changed only by a person

20/100

Verdict no at 20: the maintained list of what is safe to delete is the product, and the free tools cover the honest parts. The prompt refuses to build a deleter and says why.

History

tracked since 14 Aug 2026 · nothing is ever overwritten

Interest · last 30 days

Nothing recorded yet. This chart fills in once the page has visitors, votes or prompt copies — it will not draw a flat line to look busy.

Questions about CleanMyMac

answered from the record above

Is CleanMyMac free?

No — the plan we track is $4.08 a month. Around $49/year for one Mac, which is about $4.08/month; a one-off licence is also sold.

Can you replace CleanMyMac by building your own?

KEEP IT. The value is the network, the data or the infrastructure. Keep paying. Replacement score 20 out of 100, build time longer than it saves. Read what you lose before you decide.

How much does CleanMyMac cost?

$4.08 a month on Premium — $48.96 a year. Recorded 14 Aug 2026.

What do you lose by replacing CleanMyMac?

A maintained list of what each application leaves behind and which of it is safe to remove; Notarised, signed software with the system permissions already granted properly; An uninstaller that finds the files an application scattered outside its own folder; Somebody else being wrong about a deletion instead of you. If any of those carry weight for you, keep paying.

Is there an open-source alternative to CleanMyMac?

Yes: ncdu, dust. The prompt on this page is for when you want it your way instead.

Related entries

same category first, most replaced first

All 20 in Security & cloud storage

Not sending yet

Every week, something stops being worth paying for.

New verdicts, prices that moved, entries added. One email a week. Unsubscribe in one click. Nothing is being sent yet — your address is kept here, and the first issue is the first thing it is used for.

free forever · no tracking pixel · stored here, never passed to anyone

Esc