Reduce motion to speed up an older Mac
On an aging Mac, the animations are often the first thing to stutter — a desktop switch that hitches, a Launchpad that stumbles as it zooms in. Those transitions lean on the GPU, and older graphics can't always keep up. Reduce Motion replaces them with lightweight fades that ask far less of the hardware. Turn it on at System Settings → Accessibility → Display → Reduce motion.
Turn on Reduce Motion
- Open System Settings.
- Go to Accessibility → Display.
- Switch on Reduce motion.
The jerky slide-and-zoom transitions are replaced by a simple crossfade, which is cheap for even an old GPU to render. Where a full-screen Space switch used to visibly chug, it now fades cleanly. This is one of the safest changes you can make on older hardware — it removes work the machine was struggling to do, and it's fully reversible. It works identically on macOS Ventura, Sonoma, and Sequoia.
The Terminal equivalent
If you're reviving an older Mac and setting it up from a checklist, the same setting has a defaults key. Run it, then log out and back in so it applies everywhere.
# Cut the heavy animations
defaults write com.apple.universalaccess reduceMotion -bool true
To restore the standard animations later, write the opposite value and log out again:
# Restore normal animations
defaults write com.apple.universalaccess reduceMotion -bool false
Why this helps aging graphics specifically
The macOS slide, zoom, and parallax animations are drawn by the GPU compositing large layers in real time. On a modern Mac that's effortless; on an older integrated graphics chip it's exactly the kind of work that produces dropped frames and that "grinding" feel. Swapping those effects for a flat crossfade removes most of that per-transition load. You'll notice it most in:
- Switching desktops and full-screen apps.
- Opening Mission Control and Launchpad.
- Minimizing and restoring windows.
It won't add RAM or make apps launch faster, but it stops the interface itself from being the bottleneck — which on an older Mac is often the most visible slowdown of all.
Check it landed, then keep going
To confirm the effect on an older Mac, switch desktops or open Launchpad — a clean fade in place of the old stutter means the GPU load is gone. If the interface still feels heavy, translucency is the next culprit: the blurred menu bar, Dock, and sidebars are recomputed constantly and hit the same aging graphics. On the oldest machines you can also open Activity Monitor and watch the WindowServer process during a Space switch; with Reduce Motion on, its spikes shrink noticeably. None of this replaces more RAM or an SSD, but it's free, instant, and reversible, which makes it the right first move on any Mac that's showing its age.
Reduce Motion is one of the first tweaks worth applying to an aging Mac. Mainspring makes it a labelled one-click toggle alongside 90+ other hidden settings, so the whole lighten-the-load set is a few clicks away — and each one reverses just as easily.
Try Mainspring free →Signed & notarized by Apple · 1-day free trial · $29 once
The rest of the older-Mac tune-up
Motion is one weight to lift; translucency is another the GPU renders constantly. Combine Reduce Motion with reducing transparency on Mac, then work through the broader speed up a Mac checklist for the full effect.