MainspringGuides › Speed up an older Mac
macOS Guide

Reduce transparency to speed up an older Mac

Updated August 2026 · 3 min read

Every translucent panel in macOS — the menu bar, the Dock, Notification Center — is a live blur the GPU redraws whenever anything moves behind it. On an older Mac, especially an Intel model with integrated graphics, that constant background work shows up as slight lag and warmer fans. Reduce Transparency replaces those blurs with flat color and hands those cycles back.

Why the blur has a cost

A frosted panel is not a static image. To look like glass, macOS samples the pixels behind the panel, blurs them, and composites the result — then repeats that every time a window scrolls, a video plays, or you drag something underneath. On modern Apple silicon this is effectively free. On a 2013–2017 MacBook or iMac leaning on Intel Iris integrated graphics, it is real GPU work happening dozens of times a second for panels you are not even looking at. Turn transparency off and those panels become a single solid fill that the GPU draws once and forgets.

Turn it off

Use System Settings if you prefer clicks:

  1. Open System Settings → Accessibility → Display.
  2. Switch on Reduce transparency.

Or do it from Terminal, which is handy when you are tuning a machine over SSH or setting up several at once:

# Replace live blur with flat color
defaults write com.apple.universalaccess reduceTransparency -bool true

Log out and back in so every surface picks up the change. To return to the translucent look later:

# Undo
defaults delete com.apple.universalaccess reduceTransparency

This works the same on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia. Deleting the key simply removes your override so macOS falls back to its transparent default.

What to expect — and what not to

Be honest about scale: this is a small, steady win, not a transplant. Where it helps most:

What it will not do: fix a nearly full disk, ease memory pressure, or rescue a Mac that is slow because ten browser tabs are pinning the CPU. For those, transparency is the wrong lever. Stack it instead with the other cheap wins — most of the payoff on an old machine comes from cutting animation and blur together, so pair it with Reduce Motion to speed up an older Mac, which removes the zoom-and-slide animations the GPU also has to render.

Tune the whole machine faster

Reduce Transparency is one of 90+ hidden macOS settings Mainspring turns into a labelled toggle. Flip transparency, motion, and blur off together in a couple of clicks — every one fully reversible.

Try Mainspring free →

Signed & notarized by Apple · 1-day free trial · $29 once

Chasing more speed?

If the Mac still feels heavy after cutting visual effects, the bigger wins are usually storage and startup load. Work through how to speed up your Mac for the checklist that covers disk space, login items, and memory.