How Long Will Your Battery Last Under Motor Load? A Practical Guide to Runtime Estimation
Estimate battery runtime under motor load. Covers LiPo, NiMH, lead-acid packs with drive efficiency, depth of discharge, and real worked examples.
Contents
Why Runtime Estimation Matters
If you've ever watched a robot die mid-competition or had a drone drop out of the sky earlier than expected, you know that back-of-the-envelope battery runtime calculations are not optional — they're essential. The problem is that the naive formula everyone reaches for first:
almost always overestimates runtime. Real systems have drive-stage losses, batteries you shouldn't fully discharge, and current draws that fluctuate with mechanical load. The open the Battery Runtime (Motor Load) calculator accounts for all of these factors so you get a number you can actually trust in the field.
The Inputs You Need to Know
Let's walk through each parameter the calculator accepts and why it matters.
Battery Capacity () — Rated in milliamp-hours (mAh) or amp-hours (Ah). This is the headline number on the battery label, but remember: it's measured under specific discharge conditions (usually C/20 for lead-acid, 1C for LiPo). Your actual usable capacity depends on discharge rate and temperature. Battery Voltage () — Nominal pack voltage. The calculator offers quick presets for common chemistries: LiPo 1S (3.7 V), LiPo 2S (7.4 V), NiMH AA (1.2 V per cell), and 12 V sealed lead-acid. You can also enter a custom voltage for oddball packs. Motor Current, Average () — This is the average current the motor draws over your duty cycle, not the stall current and not the no-load current. If your motor datasheet only gives stall and no-load values, a reasonable first estimate for a moderately loaded motor is roughly 25–40% of stall current, but measure it if you can. Drive Efficiency () — No motor driver is 100% efficient. An H-bridge running in PWM mode might be 85–95% efficient depending on switching frequency, FET , and duty cycle. A cheap brushed-DC driver board from a hobby supplier might be closer to 80%. This factor inflates the current drawn from the battery relative to the current delivered to the motor. Depth of Discharge (DoD) — How much of the battery's rated capacity you're willing to use. For LiPo packs, going below 20% state of charge accelerates degradation, so a DoD of 80% is standard. Lead-acid batteries are even more sensitive — 50% DoD is a common design rule for cycle life. NiMH cells are more forgiving, and 90% DoD is reasonable.The Math Behind the Calculator
The calculator computes four outputs. Here's how they relate.
Usable Capacity:Because the drive stage is not perfectly efficient, the battery must supply more current than the motor consumes:
The calculator reports this in both hours and minutes for convenience.
Battery Energy (estimated):This gives you a quick watt-hour figure for the energy budget, useful when comparing packs of different voltages.
Worked Example: 2S LiPo Powering a Small DC Gearmotor
Let's say you're building a small wheeled robot with a 2S LiPo pack and two brushed DC gearmotors.
| Parameter | Value |
|---|---|
| Battery capacity () | 2200 mAh |
| Battery voltage () | 7.4 V (LiPo 2S) |
| Average motor current () | 1.5 A (both motors combined) |
| Drive efficiency () | 0.90 (90%) |
| Depth of discharge (DoD) | 0.80 (80%) |
So under moderate driving, you'd get roughly an hour of runtime. In practice, if the robot spends time stationary or lightly loaded, you'll get a bit more. If it's climbing ramps or pushing objects, the average current goes up and runtime drops. This is exactly the kind of sensitivity analysis the calculator makes easy — just tweak and see how the numbers shift.
Tips for More Accurate Estimates
Measure average current empirically. Strap a current-sense resistor or a USB power meter inline and run your system through a representative duty cycle for a few minutes. The average you measure will be far more accurate than any datasheet guess. Account for the rest of the circuit. Motors are usually the dominant load, but don't forget the microcontroller, sensors, LEDs, and radio modules. Add their quiescent currents to . Derate for temperature. LiPo capacity drops roughly 10–15% at 0 °C compared to 25 °C. If your application operates in cold environments, reduce accordingly before plugging it in. Watch the C-rate. A 2200 mAh LiPo discharged at 1.67 A is running at about 0.76C — well within the comfort zone of most packs. If your motor draws high pulse currents that push the pack above its rated C-rate, voltage sag will reduce effective capacity beyond what DoD alone captures.Try It
Plug your own battery specs and motor current into the open the Battery Runtime (Motor Load) calculator and get an honest runtime estimate in seconds. It's the fastest way to sanity-check your power budget before you commit to a battery pack — or before your robot embarrasses you on the competition floor.
Related Articles
How to Size an LED Current Limiting Resistor — And Why Getting It Wrong Costs You
Calculate the correct LED current limiting resistor for any supply voltage and LED color. Includes worked examples, E24 selection, and power dissipation.
Mar 9, 2026
PCB DesignPDN Impedance Analysis: Cavity Resonances, Decoupling Optimization, and the Flat Impedance Profile
A practical walkthrough of the PDN Impedance Analyzer: modeling VRM impedance, plane-pair cavity resonances, and using the genetic algorithm to select decoupling capacitors that flatten the power delivery network impedance profile from DC to 1 GHz.
Mar 8, 2026
RF EngineeringRadar Detection Probability: Swerling Models and Monte Carlo Uncertainty Analysis
How to use the Radar Detection Simulator to compute Pd vs range for all five Swerling target models, add ITU-R P.838 rain attenuation, run Monte Carlo to quantify system parameter uncertainty, and read the ROC curves that determine your false alarm tradeoff.
Mar 8, 2026