Can You Charge a MacBook With an Old Apple iPad Charger? (Measured)

I had an afternoon off and ran an experiment: how do modern USB-C MacBooks handle Apple's legacy 5W, 10W, and 12W USB-A iPad bricks through an adapter? The numbers reveal a protocol fallback that caps your Mac at 7.5W — even on the 12W charger.

I had an afternoon off from work, so I decided to do a deep dive into how Apple’s modern USB-C devices handle Apple’s legacy charging standards. Before USB Power Delivery became the norm, Apple shipped a few proprietary chargers that advertised 0.5A, 1.0A, 2.1A, and 2.4A over 5V / 5.1V. The larger 10W and 12W adapters were the ones Apple typically bundled with iPads, and plenty of us still have them floating around in drawers.

I still use my old 12W Apple brick for my iPhone 17 Pro Max as a slow overnight charger. I verified that the iPhone correctly negotiates the higher wattage. But my lingering question was: will my Mac utilize these legacy charging profiles over a USB-C adapter?

The experiment

I tested three Apple USB-A chargers — the 5W, 10W, and 12W models — against an M1 MacBook Air. Each charger went through a USB-A-to-USB-C adapter, with two inline USB-C power meters placed between the adapter and the Mac to measure real delivered power. In parallel, I cross-checked what macOS itself reported in System Information and via the internal charging bus.

The numbers

Measurement results for Apple 5W, 10W, and 12W USB-A chargers charging an M1 MacBook Air through a USB-C adapter
ChargerInline meters readmacOS System Info reportsCharging bus reports
Apple 5W (USB-A)5W8W5V / 1.5A
Apple 10W (USB-A)7W8W5V / 1.5A
Apple 12W (USB-A)7W8W5V / 1.5A

A few things jump out:

  • The 5W charger passes through cleanly at its rated output.
  • The 10W and 12W chargers both deliver only ~7W according to the inline meters — nowhere near their label wattage.
  • macOS reports 8W for everything, including the 5W charger, which is clearly wrong.
  • The Mac’s internal charging bus consistently reports 5V at 1.5A for incoming power.

What’s actually happening

5V × 1.5A = exactly 7.5W. macOS rounds that up to 8W in System Information, and the inline meters round it down to 7W (they’re measuring a slightly lossy link through the USB-A adapter). All three measurements agree: the Mac is pulling a fixed 1.5A at 5V, regardless of the brick’s label.

That number is a dead giveaway — it’s the default upper bound of USB Battery Charging 1.2 (BC 1.2), the generic charging-detection spec that preceded USB Power Delivery. When a USB device sees a charger that doesn’t speak USB-PD, it falls back to BC 1.2 and negotiates up to 1.5A at 5V.

Apple’s legacy 2.4A-class chargers signal their higher capability over the USB data pins using a proprietary resistor-divider scheme — not BC 1.2 and not USB-PD. The iPhone recognizes this signaling because iOS has always supported it. macOS, on modern USB-C Macs, does not. So the Mac sees a charger that doesn’t speak USB-PD, can’t parse Apple’s legacy divider signaling over the adapted pins, and safely falls back to BC 1.2’s conservative 1.5A ceiling.

Why the same brick charges an iPhone at full rate

Your iPhone and your Mac are applying different rules to the same electrical signals. When the iPhone detects Apple’s legacy divider pattern on the D+/D- pins, it knows it can safely draw 2.4A — so a 12W Apple brick delivers the full 12W. The Mac, lacking that legacy recognition code path, caps at the BC 1.2 default. There’s no firmware update that fixes this; it’s a deliberate design choice to keep the charging stack simple and spec-compliant on the USB-C side.

Practical takeaway

If you’re using an old Apple iPad brick with a USB-A-to-C adapter to charge your MacBook:

  • Expect ~7.5W, not the label rating. That’s barely enough to offset a MacBook Air’s idle draw, and definitely not enough to charge it while you’re actually using it.
  • The same brick still delivers full rated power to an iPhone — the iPhone recognizes Apple’s legacy signaling over the data pins; macOS on USB-C Macs doesn’t.
  • For any real MacBook charging, use a USB-C brick that speaks USB Power Delivery. Anything 30W+ will charge an Air at a sensible rate; the 14"/16" MacBook Pros want 67W+ and 96W+ respectively.

If you’re curious what’s actually flowing into your Mac at any given time, open USB Connection Information’s menu bar popup and you’ll see the advertised PD profiles (or lack thereof, as in this case). It makes the difference between “USB-PD charger negotiating properly” and “BC 1.2 fallback at 7.5W” visible in one glance — no inline power meter required.


Sources & further reading


Related guides

For real-time visibility into other kinds of connections your Mac makes, see the rest of the Connection Information suiteaudio, displays, and network.