# RC Flight Time & Battery Power Calculator

Estimate RC multirotor or airplane flight duration, battery power draw, and thrust-to-weight ratio for your specific setup.

---

- **Canonical URL:** https://dothecalculation.com/calculators/rc-flight-time-calculator
- **Category:** Hobbies & Leisure Utilities
- **Publisher:** Do The Calculation (https://dothecalculation.com)
- **Cost:** Free, no account or sign-up required
- **Privacy:** Runs entirely in the browser; inputs are never sent to a server
- **Methodology:** https://dothecalculation.com/methodology

---

## Calculate flight time and battery capacity requirements

Project hover and active flight times for quadcopters, multirotors, and RC planes based on weight, cell count, and motor efficiency.

- Hover vs. active current draw solver
- Total battery energy (Wh) estimator
- Thrust-to-weight safety margin analysis

## The Balance of Weight, Battery Capacity, and Flight Time

In remote-controlled aviation (including FPV drones, quadcopters, and fixed-wing airplanes), flight duration is governed by a fundamental trade-off: battery capacity versus vehicle weight. Adding a larger battery increases stored energy, but it also increases weight. This extra weight requires the motors to spin faster, drawing more electric current just to maintain hover or level flight. Eventually, the weight penalty surpasses the energy gain, causing flight time to decrease.

Calculating flight time begins with battery chemistry. Lithium Polymer (LiPo) batteries are standard due to their high discharge rates and energy density. Stored energy is measured in Watt-hours (Wh) and is calculated as: \(Wh = \frac{\text{Capacity (mAh)}}{1000} \times \text{Voltage}\). The nominal voltage of a LiPo cell is 3.7V. Thus, a 4S battery (4 cells in series) has a nominal voltage of 14.8V, while a 6S battery has 22.2V.

To model flight duration, we must estimate power consumption. At hover, the power (P) required in Watts is determined by the model's total weight (W) and motor efficiency (measured in grams of thrust per Watt, or g/W): \(P_{\text{hover}} = \frac{W}{\text{efficiency}}\). Current draw in Amperes is then: \(I_{\text{hover}} = \frac{P_{\text{hover}}}{V_{\text{battery}}}\).

## Projecting Hover and Active Flight Durations

Once hover current draw is known, flight duration can be estimated. For battery longevity, you should never fully discharge a LiPo battery; a safe standard is discharging to 80% capacity (reserving 20% to prevent cell damage).

The estimated hover flight time in minutes is: \(\text{Hover Time (min)} = \frac{\text{Capacity (Ah)}}{\text{Hover Current (A)}} \times 60 \times 0.8\).

During active flight (performing aerobatics, racing, or fighting wind), the average current draw increases dramatically. Active flight time uses the same formula but substitutes the average active current (Amps) for the hover current. For drone builders, you can evaluate battery energy limits compared to home power requirements using our [Appliance Energy Cost Calculator](/calculators/appliance-energy-calculator) for comparison models.

## The Crucial Thrust-to-Weight Ratio

Beyond flight duration, the thrust-to-weight ratio is the most important metric for flight performance and safety. It represents the maximum total thrust produced by all motors at 100% throttle divided by the total flying weight of the model.

A ratio of 2:1 is the absolute minimum for stable flight, allowing the model to recover from wind gusts. General aerial photography drones target a 3:1 or 4:1 ratio for smooth control, while acrobatic FPV racing drones often operate at 8:1 to 12:1 ratios, allowing rapid acceleration and punch-outs. Calculating this ratio helps ensure your motors are not overworked, preventing overheating and ESC failure.

## How to Use This Calculator

Enter your battery capacity in mAh and cell count (S rating), your model's total flying weight in grams, and your motor setup's efficiency in grams of thrust per watt. Add your typical average throttle percentage, each motor's maximum thrust, and motor count. The calculator returns battery energy in Wh, estimated hover time, estimated active flight time, and thrust-to-weight ratio.

## Worked Example: A 650g Quadcopter on a 4S Pack

With the calculator's defaults — a 1500mAh 4S battery, 650-gram all-up weight, 6.5 g/W motor efficiency, 50% average throttle, 1200g max thrust per motor, and 4 motors — the battery stores 22.2 Wh of energy (1.5Ah × 14.8V).

At hover, the estimated flight time is about 10.7 minutes, but under typical active flight at 50% average throttle it drops to roughly 2.0 minutes — illustrating how much active maneuvering shortens real-world flight time versus a gentle hover. The thrust-to-weight ratio comes to about 7.4:1 (4,800g of total max thrust over 650g), comfortably in the range for responsive, acrobatic-capable flight.

## Related Calculators

Cross-check your battery's safe discharge limits with the [RC Battery C-Rating & Continuous Current Calculator](/calculators/rc-battery-c-rating-calculator), which models maximum safe current draw for the same pack.

## Frequently asked questions

### Why should I only use 80% of a LiPo battery capacity?

Discharging a LiPo battery below 3.0V per cell (roughly 20% remaining capacity) causes chemical degradation, swelling, and permanent capacity loss.

### What does S stand for in battery names (e.g., 4S)?

S stands for the number of cells in series. Each cell adds 3.7V nominal, so 4S is 14.8V and 6S is 22.2V.

### What is battery C-rating?

The C-rating is a multiplier indicating how fast a battery can be safely discharged. A 1500mAh 100C battery can deliver up to 150 Amps of current.

### How do I calculate Watt-hours (Wh)?

Multiply battery capacity in Ah (mAh divided by 1000) by the nominal battery voltage.

### Why does flight time decrease with a very large battery?

Because the added battery weight requires more motor thrust to hover, which increases current draw, accelerating battery depletion.

### What is a good hover efficiency benchmark?

Typical multirotor efficiency ranges from 5 to 8 grams of thrust per Watt (g/W). Highly optimized long-range quadcopters can exceed 10 g/W.

### How does wind affect flight time?

Flying in wind requires constant motor corrections, which increases average current draw and reduces flight duration.

### Can I increase flight time by using larger propellers?

Yes, larger propellers are generally more efficient, but they require motors with lower KV ratings to prevent overheating.

### What is motor KV?

KV is RPM per Volt with no load. High KV motors spin faster but have less torque, suited for smaller props; low KV motors are suited for large props.

### How do I reduce my drone's weight?

Use carbon fiber frames, cut excess wire lengths, choose lighter titanium screws, and pick the smallest battery that meets your mission duration.

### What is nominal voltage vs. fully charged voltage?

A LiPo cell is 3.7V nominal, but fully charged at 4.2V. A 4S pack is 14.8V nominal and 16.8V fully charged.

### Why is active flight time so much shorter than hover time?

Active flight (aerobatics, racing, climbing) demands much higher average current draw than steady hover, so the same battery depletes far faster under active use than under gentle, level flight.

## Related concepts

- **Thrust-to-weight ratio** — Total maximum motor thrust divided by vehicle weight.
- **Nominal voltage** — The default operating voltage of a battery cell.
- **LiPo cell degradation** — Capacity loss caused by over-discharging or high heat.

## Related guides

- [Understanding Calculator Formulas: How DTC Turns Inputs into Results](https://dothecalculation.com/blog/site-guides/understanding-calculator-formulas) — Understand how Do The Calculation formulas are presented, what the explanation blocks mean, and how to verify calculator logic before using a result in a real decision.

## Related calculators

- [Aquarium Bioload & Fish Stocking Capacity Calculator](https://dothecalculation.com/calculators/aquarium-bioload-stocking-calculator) — Estimate safe fish stocking limits, total fish length, and required filter flow rate for your healthy aquarium bioload setup.
- [Epoxy Resin Mixing Calculator](https://dothecalculation.com/calculators/epoxy-resin-calculator) — Calculate exact resin and hardener volume and weight for tabletop pours, coasters, and river tables from your mold dimensions and mix ratio.
- [Lego Parts-Per-Pound & Bulk Valuation Calculator](https://dothecalculation.com/calculators/lego-brick-per-pound-calculator) — Estimate the value of bulk Lego collections by weight, based on brick condition, part scarcity, and minifigure composition.
- [Model Rocket Altitude & Motor Calculator](https://dothecalculation.com/calculators/model-rocket-altitude-calculator) — Estimate peak rocket altitude, maximum velocity, and exact motor burn time using your rocket specifications and motor data.
- [RC Battery C-Rating & Continuous Current Calculator](https://dothecalculation.com/calculators/rc-battery-c-rating-calculator) — Calculate safe continuous discharge limits, average throttle current, and expected flight runtime for your LiPo battery.
- [BAC Calculator](https://dothecalculation.com/calculators/bac-calculator) — Estimate your blood alcohol concentration (BAC) based on drinks consumed, body weight, gender, and time elapsed since drinking.

---

_This calculator is for educational and planning purposes. Always verify measurements, conversions, and material requirements before making purchases or physical builds._

---

_Source: [Do The Calculation](https://dothecalculation.com/calculators/rc-flight-time-calculator). Quote freely with attribution and a link to this page._
