everyday mac tools

How much RAM a Mac actually needs, by what you do

· 6 min read

Memory on every current Mac is part of the chip and cannot be changed afterwards. Whatever you choose at purchase is what the machine has for its whole life, which makes this the most consequential option on the configuration page and the one people guess at.

The good news is that you can measure rather than guess, using the machine you already have.

Measure what you actually use

Open Activity Monitor, go to the Memory tab, and look at the Memory Pressure graph at the bottom. Ignore the numbers above it for now; the graph is the useful part.

Green means the machine has enough. Yellow means it is working to keep up. Red means it is short.

Use the Mac normally for a day, with everything open that you would normally have open, and glance at it occasionally. A machine that stays green all day has enough memory. One that goes yellow under your ordinary load would benefit from more.

From the command line:

memory_pressure | tail -3

which reports a free percentage and the page-out count. Page-outs are the number that matters: they are the times the system had to write memory to disk because it ran out. A low number is normal. A large and growing one means genuine pressure.

What each tier supports

Realistically, on Apple silicon, where unified memory is more efficient than the equivalent Intel figure.

8 GB. Web, mail, documents, video calls, light photo editing. Fine for a machine used one task at a time. It becomes tight quickly with many browser tabs, and it is the tier people most often regret. Given that it cannot be upgraded, it is worth avoiding unless the budget genuinely requires it.

16 GB. The sensible default for most people. Comfortable with a browser full of tabs, an office suite, a video call and a photo library at once. Handles light video editing and most development work.

24 to 32 GB. Worth it for video editing, large photo libraries, running virtual machines, or development with containers and simulators. Also worth it if you keep many applications open for weeks without restarting.

48 GB and above. Specific professional work: large video projects, substantial data sets, several virtual machines at once. If you need it you generally know.

The upgrade that is not an upgrade

Buying more storage does not help memory pressure, and people conflate the two because the machine slows down in both cases.

Storage full means the disk has no room. Memory short means the system is swapping to disk. The symptoms overlap, and the fixes are unrelated.

Check which you have before spending anything. Activity Monitor’s Memory tab answers the first, and disk usage the second.

The browser is usually the answer

For most people the largest single consumer is the browser, and the count of open tabs is the variable.

If Activity Monitor shows yellow pressure and the browser at the top of the memory list, the cheapest fix is not more RAM. It is closing tabs, or using a browser that suspends background ones.

This is worth trying before concluding you need a bigger machine, because it costs nothing.

Buying for the future

Memory requirements rise slowly. Software gets heavier, macOS gets heavier, and a machine you expect to keep for six years should have more than you need today.

The rule that works: measure your current use, and go one tier above it if you plan to keep the machine a long time. The extra cost is real and it is far less than replacing the machine early.

The opposite mistake, buying far more than you will use, is also real. Memory that sits unused does nothing for performance.

What to do if you already have too little

You cannot add memory, and a few things help.

Close what you are not using, particularly browser tabs. Restart occasionally; long-running sessions accumulate. Check for a runaway process, which can consume memory unboundedly and looks like insufficient RAM. A Mac that is suddenly slow covers finding one.

Beyond that, the honest answer is that the machine is what it is, and it will still work. macOS handles memory pressure by compressing and swapping, which is slower and not broken.

Questions

Is 8 GB on Apple silicon really equivalent to 16 GB on Intel? No. Unified memory is more efficient, and the claim that it doubles is marketing rather than measurement. It goes somewhat further; it is not twice.

Does the Memory Used figure mean I am short? No. macOS deliberately uses available memory for caching and will show a high figure on a healthy machine. The pressure graph is the meaningful indicator, not the total.

Will more RAM make my Mac faster? Only if memory pressure is the constraint. If the graph is green, more memory changes nothing.

Can I add an external drive as extra memory? No. Swap already uses the internal drive. An external drive is not a substitute for RAM and would be slower.