everyday mac tools

Storage on a Mac: why the base model catches people out

· 5 min read

Storage on a current Mac cannot be changed after purchase, and the base tier is the option people most often regret. The reason is not that it is small on paper. It is that the usable figure is meaningfully less than the number on the box.

What the number actually gives you

A 256 GB Mac does not give you 256 GB of space for your files.

macOS and its recovery volume take a share. The default applications take more. Then there is space the system reserves for swap, caches and snapshots, which grows and shrinks and is not yours to plan around.

In practice, a 256 GB machine leaves somewhere in the region of 200 GB for you, and less once the system has been running for a while. That is enough for documents and a modest photo library, and it is tight the moment video, virtual machines or a large mail archive appear.

Measure what you are using now

The honest way to size a new machine is to look at the old one.

System Settings, General, Storage shows the breakdown by category. Give it a minute to calculate.

From the command line, for the real available figure rather than the optimistic one:

df -h /

And to find the large folders:

du -sh ~/* 2>/dev/null | sort -rh | head -10

Whatever that comes to, add headroom. A machine that is nearly full behaves worse than one with room, and you will accumulate over the years you own it.

What actually fills a Mac

In rough order of how often each is the culprit.

Photo and video libraries. The single largest category for most people, and it grows steadily.

Video files. Recordings, exports, footage. Larger than people expect: high-quality video runs to gigabytes per minute in editing formats.

Mail with attachments, if you use a local mail client with years of history.

Developer tooling. Simulators, container images and build caches are enormous, and this is the category that most reliably catches people out on a 256 GB machine.

Virtual machines, at tens of gigabytes each.

The iCloud complication

Optimise Mac Storage removes local copies of files stored in iCloud when space runs short, keeping placeholders. It genuinely helps on a machine with limited storage.

It also means files show a cloud icon and will not open offline, which is confusing when it happens on a plane. And the reclaimed space is reported as available in a way many applications cannot actually use. Files that show a cloud icon covers the symptom.

Treating iCloud as a way to buy a smaller Mac works, and it means accepting that some of your files are not on the machine.

Choosing a tier

256 GB. Workable for documents, mail, a browser and a modest photo library, with iCloud doing some of the work. Not enough for video, development or virtual machines.

512 GB. The comfortable default for most people. Room for a real photo library and the accumulation of several years.

1 TB and above. Video work, large libraries, development, or a machine you want to stop thinking about.

The upgrade is expensive per gigabyte compared with an external drive, and it is the only storage that is always attached and always fast.

The external drive alternative

A reasonable strategy: buy less internal storage and keep large, less-frequently-used things on an external SSD.

It works well for a desktop, where the drive stays plugged in. It works less well for a laptop, where the drive is exactly what you do not have with you when you need the file.

If you go this way, remember the external drive needs backing up too. A backup plan that survives one thing going wrong covers that.

Questions

Why does Finder say I have more space than an app does? Because macOS counts purgeable space as available. df -h / reports what applications can actually use, and the gap can be large.

Can I upgrade storage later? Not on current Macs; it is soldered. External drives are the only expansion.

Does a full drive slow the Mac down? Yes, once it is very full, because the system needs room for swap and temporary files. Leaving ten percent free is a reasonable habit.

Is external SSD as fast as internal? Over Thunderbolt, close enough for most work. Over ordinary USB, noticeably slower. Both are far faster than a spinning drive.