Drone Flight Time Calculator

This calculator estimates how long a multirotor will stay up. Give it the pack capacity, cell count and the fraction of the battery you are willing to use, plus the all-up weight and propeller size, and it works out hover power from momentum theory, converts that to an average current, and returns endurance with and without a landing reserve. If you have logged a real hover current on a watt meter, enter it instead — a measured number beats any aerodynamic estimate, and the calculator will use it and say so.

Calculator

This calculator runs in your browser. Enable JavaScript for live results — the inputs, formula and worked example below remain fully readable without it.

Inputs this calculator takes, with typical values
InputWhat to enterExample
Battery capacityNameplate capacity printed on the pack, for the whole pack rather than per cell.5000 mAh
Cell countCells in series. Pack voltage is this times the nominal cell voltage.6S
Usable capacityHow much of the nameplate capacity you will actually draw; 80% is the standard planning figure for lithium-polymer.80 %
Nominal cell voltage3.7 V for LiPo, 3.6 V for most lithium-ion 18650 and 21700 cells.3.7 V
All-up weightEverything that leaves the ground: airframe, battery, camera, gimbal and payload.1.5 kg
Number of rotorsCount coaxial pairs as two rotors only if the discs do not overlap; overlapping coaxials lose efficiency.4 (quad)
Propeller diameterThe full diameter of one propeller, not the radius.10 in
Landing reserveThe share of the usable energy you hold back for the approach and an unplanned go-around.20 %
Measured hover current (overrides the estimate)Average amps logged in a steady hover. Leave at zero to estimate from weight and propeller size instead.0 A
Rotor figure of meritHow close the propeller comes to the ideal momentum-theory power; 0.6–0.7 covers most small multirotor props.0.65
Motor and ESC efficiencyElectrical-to-shaft efficiency of the motor and speed controller together at hover throttle.80 %
Air density1.225 at sea level on a standard day; about 1.112 at 1,000 m and 0.905 at 3,000 m.1.225 kg/m³

It returns

  • Hover endurance — Time to consume the usable capacity at the average hover draw.
  • Endurance after the landing reserve
  • Usable pack energy
  • Average current draw
  • Electrical hover power
  • Hover efficiency — Grams of aircraft held up per watt drawn — the standard multirotor efficiency figure.

The formula

t=60CuI,P=T1.52ρAFMη
Wh=CuV
g/W=1000mP
DL=TA

In plain text: t = 60 · (C · u) / I, with I = P / V and P = T^1.5 / (√(2ρA) · FM · η)

  • tHover endurance (minutes)
  • CPack capacity (Ah)
  • uUsable fraction of the pack, typically 0.80 (decimal)
  • IAverage current draw in hover (A)
  • PElectrical power drawn in hover (W)
  • TThrust needed to hover = all-up weight × 9.80665 (N)
  • ρAir density (kg/m³)
  • ATotal rotor disc area = rotors × πr² (m²)
  • FMFigure of merit — how close the rotor comes to the ideal (decimal)
  • ηCombined motor and ESC efficiency (decimal)
  • VNominal pack voltage = cells × cell voltage (V)

The power expression is momentum theory for a hovering rotor. It gives the minimum induced power physically required to hold the aircraft up in still air; the figure of merit and drivetrain efficiency scale that ideal up to an electrical draw.

Updated Category Drone, Robotics & Bioprocess Engineering Math Verified against published test cases Reading time 11 min

Endurance is energy divided by power, and both halves are easy to get wrong

A multirotor flies until the usable energy in the pack runs out. So endurance is one division: usable energy divided by the rate you consume it. Every complication in the subject lives in one of those two quantities, and neither is the number printed on the battery.

The energy side is straightforward once you stop using nameplate capacity. A 5,000 mAh 6S pack holds 5.0 Ah × 22.2 V = 111 Wh on paper, but drawing all of it takes cells below 3.0 V under load and destroys them. Plan on 80% and the pack holds 88.8 Wh. That single correction accounts for a fifth of most optimistic estimates.

The power side is where the physics enters. Hovering costs power because the rotors must throw air downward fast enough that the momentum change supports the aircraft. Momentum theory gives the minimum: power rises with thrust to the power 1.5 and falls with the square root of the disc area. That exponent is the reason a 20% heavier drone loses more than 20% of its flight time, and the square root on area is the reason larger propellers beat faster ones.

If you have a watt meter, skip the estimate. A logged hover current folds in every loss the theory approximates — blade profile drag, motor heating, ESC switching, wiring, tip losses — and it is the number to plan a mission from. The estimate is for aircraft you have not built yet.

Where the hover power expression comes from

Treat each rotor as a disc that accelerates the air passing through it. To hold up a mass m the discs must generate thrust T = m·g. Momentum theory says the ideal power required is T multiplied by the induced velocity through the disc, and that velocity is √(T / (2ρA)). Multiply them and the ideal induced power is T1.5 ÷ √(2ρA).

Read the exponents, because they are the design rules. Power goes as thrust1.5: add 20% to the all-up weight and hover power rises by 1.21.5 = 1.32, a 32% increase, so endurance falls by about a quarter. Power goes as A−0.5: double the total disc area and power falls by a factor of √2 = 1.414, worth 41% more endurance. Nothing else in multirotor design produces gains of that size, which is why endurance airframes have implausibly large propellers.

Two efficiencies convert the ideal into an electrical draw. The figure of merit is the ratio of ideal power to actual shaft power, capturing blade profile drag, tip losses and non-uniform inflow; small multirotor props sit around 0.6–0.7. The drivetrain efficiency covers the motor and ESC together, typically 0.75–0.85 at hover throttle. Divide by both and you have watts at the battery terminals. Divide those by the pack voltage and you have amps, which is what the endurance division needs.

Because momentum theory ignores the airframe entirely, the estimate is a floor on power and therefore a ceiling on time. It says nothing about wind, forward flight, manoeuvring, disturbed inflow from the airframe, or the voltage sag that reduces usable capacity at high draw. Use it to compare configurations and to size a build; use a watt meter to plan a flight.

Worked example: a 1.5 kg quad on 10-inch props with a 6S 5,000 mAh pack

All-up weight 1.5 kg, four 10-inch propellers, a 6S 5,000 mAh LiPo, 80% usable, figure of merit 0.65, motor and ESC 80% efficient, sea-level air at 1.225 kg/m³.

  1. Usable energy. Pack voltage 6 × 3.7 = 22.2 V. Usable capacity 5.0 × 0.80 = 4.000 Ah. Energy 4.000 × 22.2 = 88.8 Wh.
  2. Disc area. A 10-inch prop is 0.254 m across, radius 0.127 m, so one disc is π × 0.127² = 0.050671 m². Four of them: 0.202683 m².
  3. Thrust. 1.5 × 9.80665 = 14.710 N.
  4. Ideal power. 14.7101.5 = 14.710 × √14.710 = 14.710 × 3.8354 = 56.418. Divide by √(2 × 1.225 × 0.202683) = √0.496573 = 0.704680: 80.06 W.
  5. Electrical power. 80.06 ÷ (0.65 × 0.80) = 80.06 ÷ 0.52 = 153.97 W.
  6. Current. 153.97 ÷ 22.2 = 6.935 A.
  7. Endurance. 4.000 Ah ÷ 6.935 A = 0.5768 h = 34.6 minutes, or 27.7 minutes after holding back a 20% reserve.
  8. Hover efficiency. 1,500 g ÷ 153.97 W = 9.74 g/W, which is a plausible figure for this class of airframe.

Now add a 500 g camera and gimbal. The weight rises to 2.0 kg, a factor of 1.333, so hover power rises by 1.3331.5 = 1.540 to 237.0 W, current to 10.68 A, and endurance falls to 4.000 ÷ 10.68 × 60 = 22.5 minutes. A third more weight cost 35% of the flight time — the 1.5 exponent at work.

Reading the result, and what to change when it is too short

Check the grams-per-watt figure first, because it is the sanity test on everything else. Well-built multirotors on efficient propellers land between roughly 6 and 12 g/W in hover; heavy-lift machines on large slow discs reach the top of that band and small high-disc-loading racers sit well below it. If the calculator reports 20 g/W, an input is wrong — usually the propeller diameter entered as a radius, or a figure of merit set optimistically high.

If the endurance is too short, the levers are not equally strong. Disc area is the best of them: going from four 10-inch props to four 13-inch props raises the area by (13/10)² = 1.69 and cuts hover power by √1.69 = 1.30, worth 30% more time for no extra energy. Weight is next, and it works against you at the 1.5 power. A bigger battery is the weakest lever of the three, because the extra pack weight partly consumes the extra energy it carries — there is a pack size beyond which endurance stops improving for any given airframe.

Treat the reserve as a hard number rather than a comfort margin. A 20% reserve on the worked example is 6.9 minutes of hover, and that is what covers a diverted landing, a headwind on the way home, or a go-around. The FAA’s Part 107 preflight rule requires you to determine that the aircraft has enough available power for the intended operation; the reserve output is the number that supports that determination.

Finally, remember the estimate assumes still-air hover at the density you entered. Density falls about 3% per 300 m of altitude, and lower density means more induced power for the same thrust — the same aircraft flying a survey at 2,000 m needs roughly 10% more hover power than at sea level. Enter the density for the site rather than the default when it matters.

Endurance against all-up weight for one airframe

Four 10-inch propellers, 6S 5,000 mAh pack at 80% usable (88.8 Wh), figure of merit 0.65, drivetrain 80%, sea-level air. Only the weight changes.
All-up weightHover powerAverage currentHover timeHover efficiency
1.0 kg83.8 W3.77 A63.6 min11.93 g/W
1.5 kg154.0 W6.94 A34.6 min9.74 g/W
2.0 kg237.0 W10.68 A22.5 min8.44 g/W
2.5 kg331.3 W14.92 A16.1 min7.55 g/W
3.0 kg435.4 W19.61 A12.2 min6.89 g/W

Tripling the weight from 1.0 to 3.0 kg multiplies hover power by 3^1.5 = 5.196 (83.8 × 5.196 = 435.4) and divides endurance by the same factor. These are ideal-hover figures on a fixed pack; a real 3 kg aircraft would also carry a larger battery, which changes both sides of the division.

This is an estimate of hover, not a flight plan

Momentum theory gives the minimum power to hold an aircraft up in still air. It does not model wind, forward flight, climb, aggressive manoeuvring, propeller wash over the airframe, cold-weather capacity loss, or the voltage sag that reduces the energy actually available at high current. Every one of those makes the real number smaller. Treat the figure as an upper bound for comparing configurations, verify it with a logged hover on a watt meter, and fly to the measured number.

Under 14 CFR Part 107, the remote pilot in command is responsible for determining before each flight that the aircraft has enough available power to operate for the intended time. That determination has to rest on your own logged data for your own airframe, not on a calculator.

Where flight-time estimates go wrong

  • Using nameplate capacity. Planning on 100% of a LiPo pack overstates endurance by 25% and damages cells. Use 80%.
  • Entering the propeller radius as the diameter. This quadruples the computed disc area and halves the computed power, and it is the most common single input error.
  • Forgetting the battery in the all-up weight. On a small quad the pack is often a third of the mass, and the exponent on weight is 1.5.
  • Assuming a bigger pack always helps. Extra capacity brings extra mass, and past a point the added hover power cancels the added energy. Test two pack sizes in the calculator with the weights adjusted.
  • Quoting hover endurance as mission endurance. Forward flight in wind, climbs and station-keeping all cost more than hover; survey missions commonly consume 20–40% more than the hover figure.
  • Ignoring air density. A hot day at altitude can cost 10–15% of hover performance against the sea-level standard day the default assumes.
  • Trusting a figure of merit above 0.75. Full-scale helicopter rotors reach that; small plastic multirotor propellers at low Reynolds number do not.

Endurance sets how much of a survey you can fly on one pack, and the other half of that calculation is how much ground each photo covers — the ground sample distance calculator turns sensor size, focal length and altitude into centimetres per pixel, which combined with the endurance here gives hectares per battery.

On the build side, the same electrical arithmetic recurs throughout: converting between watts, amps and volts is the watts-to-amps conversion, the underlying relation is P = VI, and sizing wiring and shunts from the currents this calculator reports runs through Ohm’s law. If the aircraft carries an actuated payload rather than a fixed camera, the torque that arm or gimbal needs is a servo sizing problem.

For fixed-wing UAS the energy side of this page still applies unchanged, but the power side does not: a wing in cruise is far cheaper than a rotor in hover, and cruise power depends on lift-to-drag ratio and airspeed rather than on disc area. Use the usable-Wh figure here and divide by a measured cruise power instead.

Frequently asked questions

How long can a drone fly on one battery?

For a typical 1.5 kg quadrotor on a 6S 5,000 mAh pack, roughly 20–30 minutes of real flying, from an ideal-hover figure near 35 minutes. Small racing quads on high-disc-loading props manage 4–8 minutes; large survey aircraft on big slow propellers reach 40 minutes or more. The determining ratio is usable watt-hours divided by hover watts, so a pack twice as large helps only until its own weight eats the gain.

Why is my real flight time shorter than the calculated one?

Because momentum theory gives the minimum power to hover in still air and everything real adds to it. Wind, forward flight, climbs and station-keeping all cost more than hover; voltage sag under load reduces the capacity you actually get; cold weather cuts it further; and the figure of merit for a small plastic propeller may be below the 0.65 default. Expect the flown number to be 20–40% under the estimate, and calibrate with a logged hover.

How do I calculate flight time from mAh?

Convert to amp-hours, take the usable fraction, and divide by the average current: minutes = 60 × (mAh ÷ 1000) × usable ÷ amps. A 5,000 mAh pack at 80% usable is 4.0 Ah, so at a measured 10 A hover draw it gives 4.0 ÷ 10 × 60 = 24 minutes. The only hard part is the average current, which is why entering a logged hover figure gives a far better answer than any estimate from weight.

What is a good grams-per-watt figure for a multirotor?

Between about 6 and 12 grams of aircraft per watt drawn in hover, with efficient endurance builds on large propellers at the top of that range and small, heavily loaded machines at the bottom. It is the cleanest single figure of merit for a propulsion system because it is independent of pack size: multiply grams per watt by nothing at all and you know how much power a given mass costs. If your calculated figure exceeds 15, an input is wrong.

Do bigger propellers really improve flight time?

Yes, and by more than most other changes. Hover power falls with the square root of total disc area, so moving from 10-inch to 13-inch propellers raises the area by (13/10)² = 1.69 and cuts hover power by √1.69 = 1.30 — about 30% more endurance at the same weight. The limits are frame clearance, motor Kv matching, and the fact that larger propellers respond more slowly, which costs control authority in wind.

How much battery reserve should I keep?

Twenty percent of usable capacity is the common planning figure, which on this page’s example is 6.9 minutes of hover. That covers a headwind on the return leg, a go-around, and the fact that the last part of a discharge curve sags hard. Set it higher for flights over water or terrain with no landing options. Part 107 makes the remote pilot responsible for confirming there is enough power for the intended operation before every flight.

Does a larger battery always give longer flight?

No. A bigger pack adds energy in proportion to its capacity and adds weight roughly in proportion too, and hover power rises with weight to the 1.5 power — so beyond a certain pack size the extra power required grows faster than the extra energy supplied and endurance falls. Find the optimum by running this calculator two or three times with realistic pack weights added to the all-up figure, rather than assuming more is better.

How does altitude affect drone flight time?

Thinner air means the rotors must push a smaller mass of air faster, so induced power rises as air density falls — specifically with 1/√ρ. Density is about 1.112 kg/m³ at 1,000 m and 0.905 at 3,000 m against 1.225 at sea level, so hover power rises about 5% and 16% respectively, and endurance falls by roughly the same proportion. Enter the site density in the advanced group rather than accepting the sea-level default.

Does this work for fixed-wing UAS?

The battery side does; the power side does not. Usable watt-hours and the reserve calculation apply to any electric aircraft. But a fixed wing in cruise does not pay induced hover power — its power requirement follows from lift-to-drag ratio, wing loading and airspeed, and is typically a fraction of what a multirotor of the same mass needs. Enter a measured cruise current in the override field and read the endurance from that.

References

  • Principles of Helicopter Aerodynamics, 2nd edition (momentum theory and figure of merit) — J. Gordon Leishman, Cambridge University Press
  • 14 CFR Part 107 — Small Unmanned Aircraft Systems, §107.49 Preflight familiarization, inspection, and actions for aircraft operation — U.S. Federal Aviation Administration
  • U.S. Standard Atmosphere, 1976 (air density against altitude) — NOAA, NASA and the U.S. Air Force