Ask a drone team what caused their worst crash and a surprising share of answers come back to wiring. A connector that backed out under vibration. A ground loop that made the compass read the throttle. A battery lead that sagged in a climb and browned out the autopilot. None of these are exotic; they are the predictable result of treating the power system as plumbing rather than as a designed subsystem. A multirotor's power path carries more current than most consumer electronics ever see — 60 to 120 amps on a mid-size aircraft, over 300 on a heavy-lift machine — through flexing wires, in continuous vibration, inches from a GPS receiver.

Start With a Current Budget

Every good power design starts with a table nobody wants to make: what draws current, how much, and when. Three numbers per load — continuous current in hover, which sets thermal design and wire sizing; peak current, often three to five times continuous on a motor, which sets connector and capacitor choices; and duration, which decides whether a part sees the peak thermally or only electrically.

Measure the motor peak on a thrust stand with your actual ESC, motor, voltage, and prop rather than trusting a catalog. Add avionics, payload, servos, and lights, then add margin: 25 percent on continuous, and enough on peak that nothing runs at its rating. The pack supplying all of it is the other half of the problem — see drone battery systems and flight time.

How the Power Actually Gets Distributed

Three architectures dominate, and current decides which fits.

ApproachSuitsWatch out for
Power distribution board (PDB)Up to ~120 A; compact, cheap, integrates sensing and BECsCopper thickness limits current; heat concentration
Copper busbarHeavy-lift, 150 A and up; very low resistanceMass, mounting, insulation clearance
Star harness from a hubFolding frames; flexible routingMany joints; depends on build quality

A PDB is the default for small and mid-size aircraft, and the specification that matters is copper weight — a board on 1 oz copper runs hot at currents a 4 oz board handles comfortably. Whatever the topology, give the return path as much attention as the supply.

Wire, Voltage Drop, and Connectors

Gauge

Wire is sized for two reasons: temperature rise and voltage drop. Short battery leads are thermally limited; long arm runs are drop-limited. Use silicone-insulated, high-strand-count wire; it survives vibration far better than PVC.

Rough free-air starting points: 10 AWG for heavy-lift battery leads at 60 to 100 A, 12 AWG for mid-size main leads at 40 to 70 A, 14 AWG for arm runs at 30 to 45 A, and 20 to 22 AWG for avionics and signals. Bundled wires in a sealed arm run far hotter than in open air, so high-ambient continuous current is the design condition.

Voltage drop

Every milliohm turns into lost voltage and lost thrust when you need it most. Compute the round-trip drop at peak current and keep it near 2 to 3 percent of pack voltage — on a 6S pack at 22 V, about 0.5 V. That sounds generous until you add a connector at 1 mΩ, a run of 14 AWG at 8 mΩ/ft, and one poor solder joint. Ignore it and, in a hard climb, the flight controller resets in the second it most needed to be flying.

Connectors

Pick connectors by current, mating cycles, and retention, in that order. XT60 and XT90 are the practical standard for battery connections; bullets suit motor phases; signal connectors should latch, never friction-fit. On an aircraft that vibrates for hours, every connector needs positive retention and strain relief — the build rules are in wire harness and connector design. Minimize connectors in the high-current path: each is a resistance, a heat source, and a thing that can come apart.

Capacitors Near the ESCs

This is the cheapest reliability improvement on a drone, and it is skipped constantly. An ESC switches large currents fast, and the inductance of the wire back to the battery turns those edges into voltage spikes at the ESC input — spikes that exceed the ESC's capacitor rating and kill it after weeks of accumulated stress.

The fix is a low-ESR electrolytic capacitor mounted at the ESC, shortest possible leads, rated well above pack voltage, plus a larger bank at the battery input. Placement is the point: a capacitor at the PDB does little for an ESC 12 inches away, because the inductance between them is the problem. The same spikes drive RF noise that degrades GPS and video, so this pays twice.

Clean Rails and Clean Grounds

BEC rails for avionics

The flight controller, receiver, GNSS module, and companion computer need clean regulated power that does not care what the motors are doing: a dedicated switching converter from pack voltage to 5 V, with local low-dropout regulation for sensitive analog and RF blocks — the tradeoff in DC-DC converter vs LDO. Two habits earn their place. Redundancy: a second BEC or diode-OR backup, so one regulator failure does not drop the autopilot out of the sky. Separation: run the servo rail from its own regulator, because servo transients will pull an autopilot rail around if they share it.

Separating noisy and clean grounds

Ground is a network with resistance and inductance, not a node. Motor return current sharing a conductor with avionics ground creates a voltage difference between what the flight controller calls zero and what the GNSS module calls zero, and it moves with throttle.

Bring all high-current returns to a single low-impedance point — the battery negative terminal or the PDB ground plane — and connect the avionics ground there once, by a short path. Never daisy-chain it through the motor return. Keep GNSS and radio modules physically away from ESC wiring. The board-level version is in common first PCB design mistakes and RF PCB design.

Protection: Fuses, Reverse Polarity, and Failure Modes

Drones are unusual: a fuse can cause the accident it was meant to prevent, because blowing the main fuse in flight means losing the aircraft. Design protection by failure mode, not by reflex.

  • Main battery path: most designs do not fuse it, relying on correct sizing and a battery management system that limits fault current. Where a fuse is required, size it far above peak flight current so it responds only to a true short.
  • Branch circuits: fuse or current-limit the payload, lights, and accessories — a shorted payload should never take the aircraft down.
  • Reverse polarity: a keyed connector that cannot mate backwards is the cheapest protection; a P-channel MOSFET gives low-loss reverse protection where a diode drop would be unacceptable.
  • Inrush: plugging a big pack into a large capacitor bank sparks and erodes contacts. An anti-spark connector or precharge resistor fixes it.

Add a shunt or Hall current sensor feeding the flight controller: it drives the remaining-capacity estimate that decides when the aircraft comes home.

Proving the Design

Bench-verify before you fly. Measure voltage at the ESC input, not the battery, during a full-throttle run on a thrust stand. Thermal-image the PDB, connectors, and wires afterward; hot spots mark undersized conductors and bad joints. Check GNSS satellite count at idle and again at hover throttle — a drop says the grounding is not done. Then vibrate the aircraft and repeat, because half of all wiring faults appear only after something has been shaken. On larger aircraft the margins in designing a heavy-lift cargo drone make each check more consequential.

Projects House designs drone electrical systems end to end — current budgets, distribution boards, harnesses, regulation, protection, and the bench verification that proves it before first flight. If your aircraft browns out, drops satellites at throttle, or eats ESCs, use our contact form.