Raspberry Pi Zero - Power Consumption Comparison

⚠️ Warning
This post is more than 10 years old. I do not delete posts, because even old information is still useful, but please know that some material on this page may be outdated or incorrect. Thanks!
Nov 27, 2015
tl;dr: The Raspberry Pi Zero uses about the same amount of power as the A+, and at least 50% less power than any other Pi (B+, 2 B, 3 B).

On November 26, the Raspberry Pi foundation announced the Raspberry Pi Zero, a $5 USD computer that shares the same architecture as the original Raspberry Pi and A+/B+ models, with a slightly faster processor clock (1 Ghz), 512 MB of RAM, and sans many of the essential ports and connectors required for using the Pi as an out-of-the-box computer.

Raspberry Pi Zero - new with adapter cable
The Raspberry Pi Zero - quite a small Linux computer!

If you're considering buying on Pi Zero and using it as a 'lite' desktop computer, you might want to rethink your strategy; the Pi model 2 B has four full-size USB 2.0 ports, a LAN port, full-size HDMI, audio/video out, and more. This little Zero just has one micro USB port and mini HDMI port (both require adapters for most uses), no network port, no camera (the latest Zero revision includes a mini camera connector!) or display connectors, and if you want a header for GPIO use, you have to solder one on yourself!

But this board is pretty awesome for some use cases, like embedded computing (think popping one into a halloween costume, or using a few in a robotics project), or experimentation where you don't want to worry about accidentally blowing up an expensive computer/control device (figuratively or literally!).

One of the most important questions, then, is how much power does the Pi Zero consume? If you want to use it in an embedded application, you need to make sure it's using as little power as possible.

Raspberry Pi Zero - Power consumption maximum during boot
Consumption stayed around 120-140mA during boot...

Raspberry Pi Zero - Power consumption minimum during idle
...and dropped to 50-70 mA during idle.

In the past, for the Pi Dramble project, I've measured power consumption for all the other Pi models I own (A+, B+, and model 2), so I thought I'd use my PowerJive USB Power Meter to measure the usage for the Zero for comparison:

Pi ModelPi StatePower Consumption
A+Idle, HDMI disabled, LED disabled80 mA (0.4W)
A+Idle, HDMI disabled, LED disabled, USB WiFi adapter160 mA (0.8W)
B+Idle, HDMI disabled, LED disabled180 mA (0.9W)
B+Idle, HDMI disabled, LED disabled, USB WiFi adapter220 mA (1.1W)
model 2 BIdle, HDMI disabled, LED disabled200 mA (1.0W)
model 2 BIdle, HDMI disabled, LED disabled, USB WiFi adapter240 mA (1.2W)
ZeroIdle, HDMI disabled, LED disabled80 mA (0.4W)
ZeroIdle, HDMI disabled, LED disabled, USB WiFi adapter120 mA (0.7W)

As you can see in the table above, the Zero uses a similar amount of power as the long-time power-sipping champ, the A+—both use less than half the power of any other more fully-equipped Pi. This is no doubt due to the lack of extra ports and circuits that are active on the Pi itself. This means that a small battery pack (say, a flat Li-Ion pack rated at 1,400 mAh) should last well over 4 hours, even if you have moderate activity while using a cheap USB WiFi dongle!

If you don't need WiFi or some other network adapter, disable the ACT/PWR LED, follow these other Pi energy-saving tips, and use a 2,000+ mAh battery pack (like one of the cheap ones you can get for phone charging), you can probably eke out a day's worth of Pi Zero usage, or more.

This isn't quite as good as you can get with an Arduino (sipping energy at 10-30 mA, or less if you optimize for power savings), but I'm a lot more likely to run Pi Zeros 24x7 for monitoring projects (as long as their networking needs are limited) than any other Pi model.

See related: