MainspringGuides › Low Power Mode on Mac
macOS Guide

How to turn on Low Power Mode on a Mac

Updated 2026 · 4 min read

Low Power Mode throttles the CPU and dims the display slightly to squeeze more runtime out of your battery. On Apple silicon Macs it works even when plugged in — useful for keeping a MacBook cool and quiet on a desk.

Turn it on from the menu bar (fastest)

If you have the battery icon in your menu bar, this is the quickest route: click it and toggle Low Power Mode at the top of the dropdown.

If the battery icon isn't there, add it first: go to System Settings → Control Center → Battery and set "Show in Menu Bar" to Always or When Active. Once it appears, the toggle is one click away whenever you need it.

Turn it on in System Settings

For a permanent setting — or to choose when it kicks in — go to System Settings → Battery → Low Power Mode. You'll see three options:

On macOS 13 Ventura and later this dropdown is right in the Battery pane. On macOS 12 and earlier the option may appear under Energy Saver instead.

Turn it on with Terminal

You can toggle Low Power Mode from the command line too. Open Terminal (Applications → Utilities) and run:

# enable Low Power Mode
sudo pmset -a lowpowermode 1

To turn it back off:

# disable Low Power Mode
sudo pmset -a lowpowermode 0

Note that sudo is required — power management settings are system-level. You'll be prompted for your password. The -a flag applies the change to all power sources (battery and AC); use -b for battery-only or -c for AC-only if you want finer control.

What Low Power Mode actually does

When Low Power Mode is on, macOS does a few things behind the scenes:

The trade-off is real but manageable. Most browsing, writing, and video calls feel identical. Exporting a Final Cut Pro project or running a Xcode build will be noticeably slower.

One-click Mac tuning

Mainspring turns dozens of buried macOS settings into one-click, reversible toggles — things like silencing UI sounds, waking your Mac when power connects, switching Dark Mode, and more. Low Power Mode already has a decent menu-bar toggle built in, but if you find yourself tweaking multiple settings at once, Mainspring puts them all in one place.

Try Mainspring free →

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

When to use it

A few situations where Low Power Mode earns its keep:

To turn it off again: the same menu-bar icon lets you toggle it back immediately, or set the System Settings dropdown back to Never.