Energy Impact
Also: 12 hr Power, average energy impact
Quick answer
Energy Impact is a relative measure of how much energy an app is using right now, shown in the Energy tab of Activity Monitor. Lower is better, and the number has no unit such as watts.
Energy Impact is meant for comparing apps with each other on the same Mac. It reflects more than CPU use, so an app with modest % CPU can still rank high if it wakes the Mac often or keeps the graphics chip busy.
On Mac laptops, the Energy tab also shows 12 hr Power. Apple describes it as the average energy impact of the app over the last 12 hours, or since the Mac started. This column is more useful than the live number for finding apps that drain the battery over a day.
How to find which app is draining your battery
Open Activity Monitor and click the Energy tab. Sort by 12 hr Power to see which apps used the most energy over time, then sort by Energy Impact to see what is using energy now.
An app that appears near the top of both lists, while you are not actively using it, is a good candidate to quit or check for updates.
Why Energy Impact is not in watts
Apple calls Energy Impact a relative measure. It is useful for ranking apps, but you should not read it as a power draw or compare numbers between different Macs.
Other columns in the Energy tab
The Energy tab also shows App Nap, which tells you whether an app is currently napping, and Preventing Sleep, which tells you whether an app is keeping the Mac awake. On Macs with more than one graphics processor, a column shows whether the app requires the high performance GPU.
What goes into the Energy Impact number
Apple's developer guide says Energy Impact is based on how efficiently an app is operating, and that several factors go into it, including CPU use, network activity and disk reads and writes. That is why two apps with the same % CPU can have very different scores.
Apple has not published the formula. Treat the number as a ranking on your own Mac, not as a measurement.
How to read Energy Impact and 12 hr Power together
The live number and the 12 hour average answer different questions. Looking at both tells you whether an app is a real battery problem or a short burst.
- High now, low over 12 hours: a burst of work, such as a page loading or a file syncing. Usually nothing to do.
- Low now, high over 12 hours: the app did heavy work earlier. Think about what you used it for, such as a video call or an export.
- High in both, while you are not using it: this is the app draining your battery. Quit it, update it or change its settings.
How to reduce battery drain from high energy apps
- Open Activity Monitor, click the Energy tab and sort by 12 hr Power.
- For each app near the top that you do not need, save your work and quit it.
- In web browsers, close tabs that play video, animate or refresh on their own.
- Check the App Nap column. An app that never naps while hidden keeps working in the background.
- Turn on Low Power Mode. Choose Apple menu > System Settings > Battery, then choose Low Power Mode under Energy Mode. Apple says it reduces energy use to increase battery life.
- Keep macOS and your apps updated, since developers often fix energy problems in updates.
How to see energy use in Terminal
sudo powermetrics --samplers tasks --show-process-energy -n 1 takes one sample and prints an energy impact figure for each process. It asks for your administrator password and takes about five seconds, since that is its default sample length. It only reads data and changes nothing.
Apple's own manual for powermetrics warns that its power figures are estimates, useful for comparing apps on one Mac but not for comparing different Macs.
Questions people ask
What is a good Energy Impact number?
There is no fixed good or bad value, since it is a relative measure. Compare apps against each other and look for ones that stay high when you are not using them.
What does 12 hr Power mean in Activity Monitor?
It is the average energy impact of an app over the last 12 hours, or since the Mac started if that was more recent. It appears on Mac laptops.
Why does Energy Impact change so much?
It reflects what the app is doing at each update. Loading a page, playing video, or syncing can make it jump for a few seconds before it drops again.
Why is Energy Impact high for an app I am not using?
The app is still doing work in the background, such as syncing, checking for messages or running a web page. Hiding a window does not stop that work, and apps can opt out of App Nap.
Is Energy Impact the percentage of battery an app used?
No. It is a score with no unit, not a share of your battery. Use it to compare apps with each other on the same Mac.
Does Energy Impact matter on a desktop Mac?
Less, since there is no battery to drain. The live number still shows which apps cause heat and fan noise. The 12 hr Power column only appears on Mac laptops.
Related
Looking for something better than Activity Monitor? See the best Activity Monitor alternatives for Mac, or browse every term in the glossary.