Troubleshooting
MacBook Charging Slowly? Here's What's Going On
Your MacBook charging at a crawl? Real causes — wrong wattage, hot battery, wrong cable, software — and the fix sequence to speed it back up.
Plugged in the MacBook expecting it to be at full by the time your meeting starts. An hour later, you’re at 47%. Something’s slowing the charge down — and it’s almost always one of about six things.
Here’s how to figure out which.
First, check what speed you’re actually getting
macOS doesn’t show wattage in real time, but Terminal will. Open Terminal and run:
system_profiler SPPowerDataType | grep -E "(Wattage|Charging)"
Or for a quick visual check, click the battery icon in the menu bar with Option held — you’ll see “Power Source: AC Power” and the connected adapter info.
Better yet, install a free menu bar app like Battery Monitor or use this Terminal one-liner repeatedly:
pmset -g batt
Watch how the percentage climbs over 5 minutes. A normal charge rate from a proper adapter:
- MacBook Air (M-series) — 1% every 30-45 seconds when below 80%
- MacBook Pro 14” — 1% every 25-40 seconds
- MacBook Pro 16” — 1% every 20-35 seconds with the 96W or 140W adapter
If you’re seeing 1% every 90+ seconds, something’s wrong.
Cause 1: The adapter is underpowered
This is the most common culprit. Apple ships specific wattage adapters with specific MacBooks:
- MacBook Air — 30W adapter
- MacBook Pro 13” / 14” — 67W or 96W
- MacBook Pro 16” — 96W or 140W
If you’ve been charging from an iPhone adapter (20W) or a generic USB-C charger, you’ll get a slow trickle. The MacBook will charge — just very slowly, especially under load.
Check your adapter’s wattage on the back of the brick. If it’s lower than the original, that’s your answer.
Cause 2: The cable can’t carry full wattage
USB-C cables are not all created equal. Many cheap cables are rated for 60W or even less. To deliver 96W or 140W, you need a cable rated for 100W minimum, ideally with the USB-C PD 3.1 spec for higher wattages.
Apple’s USB-C charge cables and the woven Thunderbolt 4 cable can handle full speeds. A random cable from a hotel gift shop probably can’t.
Quick test: swap to a different USB-C cable you know is rated for high wattage. If charge speed jumps, you found the issue.
Cause 3: The battery is hot
Lithium-ion batteries charge slowly when warm. If the MacBook has been doing heavy work — video export, gaming, lots of Chrome tabs — the battery temperature can rise above the threshold where macOS slows charging to protect chemistry.
Check current battery temperature in Terminal:
ioreg -l -n AppleSmartBattery -r | grep Temperature
The number is in centi-Celsius. Divide by 100. Above 35°C and charging slows; above 40°C it slows considerably.
The fix: stop using the laptop heavily, let it cool for 15 minutes, then check charge rate again.
Cause 4: Optimized Battery Charging is holding at 80%
This isn’t a bug. It’s a feature working as designed. Optimized Charging holds at 80% when macOS predicts you’ll be plugged in for hours, then tops off near when you typically unplug.
To check:
- System Settings → Battery
- Click the i next to Battery Health
- Optimized Battery Charging toggle
If you need a full charge right now, click the battery icon in the menu bar and select Charge to Full. macOS will resume normal charging through to 100%.
Otherwise, this isn’t slowness — it’s deliberate.
Cause 5: Background apps are eating the charge as fast as it comes in
If your MacBook is using 15W just sitting there, and your charger is delivering 20W, you’ll only see a 5W net charge. That’s painfully slow.
Open Activity Monitor → Energy tab. Sort by Energy Impact. Look at the Energy Impact total at the bottom — under 50 is normal idle, 100+ means something is working. If you’re seeing 200+ with the lid open and nothing going on, an app is running away.
Common culprits:
- Chrome with hundreds of tabs and bad extensions
- Video conferencing apps left running after a call
- Sync clients pushing massive uploads
- Old Electron apps (Discord, Slack) that haven’t been quit in days
- Spotlight reindexing after an update or large file copy
- Background backup apps mid-scan
Quit anything you’re not actively using. Charge speed should jump immediately.
Cause 6: USB-C port issue
USB-C ports take physical abuse. Lint, dust, and debris accumulate, and the contacts can wear over years of plugging and unplugging.
Things to try:
- Switch ports. If your MacBook has multiple, try a different one.
- Inspect the port. Shine a flashlight in. Look for lint, debris, or bent pins.
- Clean with compressed air. Hold the can upright; short bursts only.
- Try a different cable in a different port. Process of elimination.
If only one specific port is slow, the port itself may need service. If all ports are slow, the issue is upstream (adapter, cable, software).
The fix sequence
Run through these in order. Most slow-charge issues resolve in step 1 or 2.
Step 1: Verify your adapter. Check the wattage rating. Use the original Apple adapter that came with the MacBook, or an equivalent. iPhone chargers and generic 20W bricks will charge slowly.
Step 2: Try a different cable. Use Apple’s USB-C charge cable or a known 100W+ rated cable.
Step 3: Check Activity Monitor. Quit any heavy app. If energy impact drops, charging will speed up.
Step 4: Let the laptop cool. Stop using it for 15 minutes. Don’t charge in direct sunlight or on a soft surface that blocks vents.
Step 5: Check Optimized Battery Charging. If you’re stuck at 80%, that’s why.
Step 6: Restart. Resets power management state, clears stuck processes.
Step 7: Reset SMC (Intel Macs only). Shut down. Hold Control + Option + Shift (right) + Power for 7 seconds. Release. Power on. Apple Silicon Macs reset SMC functions on shutdown.
Step 8: Update macOS. Charging behavior gets tweaked in point releases.
Step 9: Try a different adapter and cable combo. If you have access to another Apple charger, swap and compare. Process of elimination.
If none of this helps, the battery itself may be the issue. A heavily worn battery (Maximum Capacity below 70%) sometimes refuses to take full charging current as a chemistry-protection measure.
When slow charging means something more
Watch for these patterns:
- Charging stops below 100% and won’t continue — battery management software issue or worn battery
- Charging is fast cold, slow once warm — battery can’t dissipate heat well, possibly aging
- Charging speed varies wildly day to day — adapter, cable, or port issue
- Charging fast on AC power, slow on USB-C hub — your hub is bottlenecking
- Charges only when off, not when in use — adapter wattage too low for combined need
The last one is sneaky. If your MacBook needs 30W to run and your adapter only delivers 30W, there’s nothing left to put into the battery. Solution: bigger adapter.
Free up RAM in one clickLess swap = less drain. Sweep clears it. Free for macOS →
The honest summary
Slow charging is almost always solvable. The chain has four links — adapter, cable, port, and laptop — and one of them is the bottleneck. Test each one with a known-good substitute and you’ll find it within ten minutes.
If charging speed is genuinely slower than spec even with the original Apple adapter, your battery is probably worn enough that the system is throttling input current to protect it. That’s an end-of-life signal more than a charging problem. Check your Maximum Capacity in System Settings → Battery — if you’re below 75%, you’ve found your answer.