Battery Capacity: Why MAh Can Mislead Beginners
Battery capacity is the total amount of electric charge a battery can store, usually measured in milliamp-hours (mAh), but beginners are often misled because mAh alone does not tell you how long a device will run-true performance depends on voltage, power consumption, and efficiency.
What Battery Capacity Actually Means
Battery capacity basics start with understanding that mAh represents current over time: a 2000 mAh battery can theoretically deliver 2000 milliamps for one hour or 200 milliamps for ten hours. However, this assumes ideal conditions that rarely exist in real electronics projects.
Energy storage concept is more accurately expressed in watt-hours (Wh), which includes voltage: $$ \text{Energy (Wh)} = \text{Voltage (V)} \times \text{Capacity (Ah)} $$. Two batteries with identical mAh ratings but different voltages will deliver very different amounts of usable energy.
Why mAh Can Mislead Beginners
Common beginner mistake is comparing batteries based only on mAh without considering voltage, discharge rate, or device requirements. For example, a 3000 mAh 3.7V lithium battery stores less energy than a 3000 mAh 7.4V battery.
- mAh ignores voltage differences between battery types.
- Devices draw power (watts), not just current (amps).
- Higher current loads reduce effective capacity due to internal resistance.
- Temperature and battery age significantly affect performance.
Real-world performance gap is well documented: according to a 2024 IEEE consumer electronics report, lithium-ion batteries can lose 10-25% of usable capacity under high-load robotics applications compared to their rated mAh.
mAh vs Watt-Hours: A Practical Comparison
Energy comparison method helps students correctly evaluate batteries for robotics and electronics builds by converting everything to watt-hours.
| Battery Type | Capacity (mAh) | Voltage (V) | Energy (Wh) |
|---|---|---|---|
| Li-ion Cell | 3000 | 3.7 | 11.1 |
| LiPo Pack (2S) | 3000 | 7.4 | 22.2 |
| AA NiMH (x4) | 2000 | 4.8 | 9.6 |
Key insight for students is that even though two batteries may both say "3000 mAh," the 7.4V pack delivers roughly double the energy, making it far more suitable for motors or robotics platforms.
How to Estimate Runtime Correctly
Runtime estimation formula connects battery capacity to real device usage: $$ \text{Runtime (hours)} = \frac{\text{Battery Wh}}{\text{Device Power (W)}} $$.
- Find the battery voltage and mAh rating.
- Convert mAh to Ah (divide by 1000).
- Calculate watt-hours using voltage x Ah.
- Measure or estimate device power consumption in watts.
- Divide battery Wh by device watts to estimate runtime.
Example for robotics: A small Arduino robot consuming 5W powered by a 7.4V, 2000 mAh battery has $$ 7.4 \times 2 = 14.8 $$ Wh, giving approximately 3 hours of operation under ideal conditions.
Factors That Affect Real Battery Capacity
Environmental and electrical factors significantly reduce usable capacity in STEM projects, especially for beginners working with motors, sensors, and wireless modules.
- High current draw from motors causes voltage drops.
- Cold temperatures reduce chemical efficiency.
- Battery aging decreases capacity after 300-500 cycles (Li-ion typical).
- Poor-quality batteries may deliver 20-40% less than labeled capacity.
Engineering classroom insight shows that in school robotics labs, measured runtime is often 15-30% lower than theoretical calculations due to inefficiencies in motor drivers and wiring.
Best Practices for Students and Makers
Battery selection strategy should prioritize energy (Wh), discharge rating, and application needs rather than just mAh labels.
- Use watt-hours to compare different battery types.
- Match voltage to your circuit or microcontroller requirements.
- Choose batteries with sufficient discharge current (C-rating for LiPo).
- Always include a safety margin of at least 20% extra capacity.
Hands-on STEM application reinforces learning: when building Arduino or ESP32 projects, measuring actual current with a multimeter helps students connect theory with real-world performance.
Frequently Asked Questions
Everything you need to know about Battery Capacity
What does mAh mean in a battery?
mAh stands for milliamp-hours and represents how much current a battery can supply over time, but it does not account for voltage or total energy.
Is higher mAh always better?
No, higher mAh is only better if voltage and discharge requirements match your device; otherwise, it can be misleading when comparing different battery types.
Why do two batteries with the same mAh last different times?
They may have different voltages, internal resistance, or efficiency under load, all of which affect actual runtime.
What is the best unit to compare batteries?
Watt-hours (Wh) is the most accurate unit because it reflects total energy stored, combining both voltage and capacity.
How does battery capacity affect robotics projects?
Battery capacity determines how long a robot can operate, but actual runtime depends heavily on motor load, control electronics, and system efficiency.