Home Blog Battery Health on macOS
Battery Guide 6 min read ยท Updated May 2026

How to Check Battery Health on macOS

macOS gives you more battery health detail than almost any other platform โ€” if you know where to look. This guide covers every built-in method: the menu bar, System Information, the terminal, and a free browser-based battery test that works instantly with no installs required.

Fastest Method

Check your MacBook battery in your browser

Open our free Battery Test tool in Chrome or Edge on your MacBook. It instantly reads your current battery level, charging status, estimated time to full charge, and estimated time until empty โ€” directly from macOS via the browser Battery Status API.

Open Battery Test

The browser tool works in Chrome and Edge on macOS. Note that Safari does not support the Battery Status API, so the tool will show "Not Supported" if you open it in Safari. For cycle count, condition rating, and full battery capacity details, use the System Information method below โ€” those require macOS-level access that no browser tool can provide.

How to Check Battery Cycle Count in System Information

System Information is the most detailed built-in battery report on macOS. It shows your cycle count, battery condition, full charge capacity, and more.

1

Open System Information

Hold Option and click the Apple menu () in the top-left corner. Select System Information. Alternatively, press Command + Space, type "System Information", and press Enter.

2

Navigate to Power

In the left sidebar under Hardware, click Power. The right pane shows the complete battery report.

3

Read the Battery Report

Under Battery Information, you will see: Charge Remaining (mAh), Fully Charged (Yes/No), Charging (Yes/No), Full Charge Capacity (mAh), Health Information โ†’ Cycle Count, and Condition (Normal / Replace Soon / Replace Now / Service Battery).

Field What it means
Cycle Count Number of full charge cycles completed. Apple rates most MacBook batteries for 1,000 cycles before reaching 80% capacity.
Full Charge Capacity (mAh) How much charge the battery can hold today. Compare to the original design capacity to estimate health percentage.
Condition: Normal Battery is performing as expected. No action needed.
Condition: Replace Soon Battery is beginning to hold less charge than its original design. Still functional but plan for replacement.
Condition: Replace Now Battery capacity is significantly reduced. Replace as soon as possible.
Condition: Service Battery Battery is outside normal parameters. Contact Apple Support or an authorised service provider.

Check MacBook Battery via Terminal

If you prefer the command line, open Terminal (Applications โ†’ Utilities โ†’ Terminal or Command + Space โ†’ "Terminal") and run these commands:

Full battery report โ€” cycle count, condition, capacity, temperature

system_profiler SPPowerDataType

Cycle count only

system_profiler SPPowerDataType | grep "Cycle Count"

Battery condition

system_profiler SPPowerDataType | grep "Condition"

Full charge capacity and current charge (in mAh)

system_profiler SPPowerDataType | grep -E "Capacity|Charge"

Live battery info via ioreg (updates in real time)

ioreg -rn AppleSmartBattery | grep -i "capacity\|cycle\|temperature\|charging"

MacBook Battery Cycle Count โ€” What It Means

A charge cycle is one full discharge and recharge of your battery's total capacity. Two 50% discharges count as one cycle. Apple rates MacBook batteries โ€” including all M-series models โ€” to retain up to 80% of their original capacity after 1,000 charge cycles.

0 โ€“ 300 cycles

Excellent

The battery is relatively new. Capacity degradation is minimal โ€” typically less than 5%. You should be getting close to the advertised battery life on your model.

300 โ€“ 700 cycles

Good

Normal wear for a laptop used daily for 2โ€“4 years. You may notice marginally shorter battery life compared to when the MacBook was new, but day-to-day use should still be comfortable.

700 โ€“ 1,000 cycles

Consider Replacement

Approaching Apple's rated end-of-life threshold. Capacity has likely degraded to 85โ€“90% of original. Battery life per charge is noticeably shorter. macOS may start showing "Replace Soon" in the menu bar.

1,000+ cycles

Replace

Battery is past Apple's design threshold. Capacity is 80% or less of original. Consider booking a battery replacement at an Apple Store or Apple Authorised Service Provider.

Check your live battery level in the browser

Our Battery Test tool shows your current battery percentage, charging state, and estimated time remaining โ€” instantly in Chrome or Edge on your MacBook. No installs needed.

Frequently Asked Questions

How do I check MacBook battery health on macOS Ventura or Sonoma?

Go to System Settings โ†’ Battery. At the top of the page you'll see the current battery percentage and charging status. For cycle count and condition, hold Option and click the Apple menu โ†’ System Information โ†’ Power. Or run system_profiler SPPowerDataType in Terminal. You can also use our Battery Test tool in Chrome for a live reading.

What is a good cycle count for a MacBook?

Any cycle count below 300 is excellent. Up to 700 is still good for regular use. Apple rates all MacBook batteries released since 2010 to maintain 80% capacity through 1,000 cycles. If you're at 500 cycles with a "Normal" condition rating, there's nothing to worry about โ€” the battery has plenty of life left.

Why does my MacBook show "Service Battery" at a low cycle count?

"Service Battery" is triggered by condition, not just cycle count. A battery can degrade faster than expected due to heat exposure, leaving the laptop plugged in at 100% for extended periods, or a manufacturing defect. A low cycle count with "Service Battery" is unusual and may qualify for a free replacement under warranty or the Apple Battery Service Program โ€” contact Apple Support to check.

Does macOS Optimized Battery Charging help extend battery lifespan?

Yes. Enabled by default in System Settings โ†’ Battery โ†’ Battery Health โ†’ Optimized Battery Charging, this feature learns your daily charging schedule and delays charging past 80% until just before you usually unplug. Keeping the battery between 20โ€“80% reduces chemical stress and meaningfully extends the number of cycles before significant degradation occurs.