The Reality of Motor Inrush: Why Sizing Matters
Motor inrush—often called locked-rotor current (LRA) or starting current—is the massive surge of amperage a motor draws the instant power is applied, before the rotor begins to spin and generate back-EMF. For standard AC induction motors, this surge is typically 5 to 8 times the full-load ampacity (FLA). For DC and brushless (BLDC) motors, the initial spike is limited only by the winding resistance and the impedance of your power supply, often hitting 10 to 15 times the nominal running current.
If you size your wiring, breakers, and motor drivers strictly for the continuous running current, your system will fail on startup. Breakers will trip, DC bus voltages will brown out, and solid-state relays will weld shut. Managing motor inrush requires a two-tiered sizing strategy: one for continuous thermal limits, and one for peak magnetic/surge limits.
Worked Load Example: Sizing a High-Inertia Compressor Circuit
Let’s look at a 2 HP (1.5 kW), 230V single-phase air compressor. This is a high-inertia load that takes several seconds to reach operating speed.
- Full-Load Amps (FLA): 10.0A
- Locked-Rotor Amps (LRA / Inrush): 60.0A (6x multiplier, typical for NEMA Design L)
The Mistake: Sizing a standard 15A thermal-magnetic breaker for the 10A running current. The 60A inrush will instantly trip the magnetic element of a standard breaker.
The Fix (NEC Article 430 compliant): Wire the circuit with 14 AWG THHN (rated for 15A at 60°C, sufficient for 125% of 10A). Install a motor-rated inverse-time breaker sized up to 250% of FLA—in this case, a 25A breaker. The 25A breaker allows the 60A inrush to pass for the few seconds required to spin the compressor flywheel, while the motor’s internal thermal overload switch protects the 14 AWG wire from sustained overcurrent. For the drive side, if you are using a soft-starter, it must have a peak surge rating of at least 65A for 3 seconds.
Motor Type Comparison: Inrush, Torque, and Drive Requirements
Not all motors generate inrush the same way, and the drive topology required to tame that surge varies wildly. Steppers and servos are fundamentally different beasts; treating them as interchangeable will result in destroyed drivers or stalled axes. Below is a breakdown of how different motor types handle startup surges and what controllers they demand.
| Motor Type | Inrush Profile | Torque Curve | Required Drive / Controller | Best Load Profile & Cost |
|---|---|---|---|---|
| AC Induction (3-Phase) | High (6-8x FLA) if started Direct-On-Line (DOL). Tamed via VFD. | Low starting torque, peaks near rated speed (breakdown torque). | VFD (Variable Frequency Drive) or Soft Starter + Contactors. | Pumps, fans, conveyors. Low cost, high reliability. |
| BLDC (Brushless DC) | Extreme (10x+ nominal) without current limiting. Drive must actively chop PWM. | Flat, high torque from 0 RPM up to base speed, then drops. | 3-Phase ESC (Electronic Speed Controller) with FOC (Field Oriented Control). | Drones, EV traction, RC models. Medium cost, high efficiency. |
| Stepper | High continuous DC current; inrush is managed by chopper drive current limits. | Maximum holding torque at 0 RPM, drops rapidly as speed increases. | Constant-current chopper driver (e.g., TMC2209, DRV8825). Open-loop. | 3D printers, CNC routers, low-speed positioning. Low cost. |
| AC Servo | Controlled entirely by the drive's current loop; supply sees smoothed draw. | Constant rated torque from 0 to base speed, constant power above base. | Closed-loop servo amplifier with absolute encoder feedback. | Industrial robotics, high-speed pick-and-place. High cost. |
Source reference: Motor design codes and torque profiles align with NEMA MG-1 standards for industrial motors.
Wiring, Terminals, and Diagnosing Inrush Failures
When wiring motors to their respective drives, terminal identification is critical. Miswiring a 3-phase motor won't just cause it to spin backward; it can cause a dead short that destroys the drive's IGBTs during the inrush phase.
Terminal Identification Guide
- 3-Phase AC Induction: Terminals are marked U, V, W (or U1/V1/W1 and U2/V2/W2 for dual-voltage Delta/Wye configurations). The ground/bonding terminal is marked PE or with the standard ground symbol. Never swap U, V, and W randomly if using a VFD; while the motor will spin, the VFD's auto-tuning and rotor flux orientation will fail.
- BLDC Motors: Power phases are U, V, W (often color-coded Yellow, Blue, Red in hobby ESCs). Crucially, they require feedback for commutation: either three Hall sensors (Ha, Hb, Hc) powered by a 5V VCC and GND, or an encoder. Running a BLDC sensorless requires a drive capable of back-EMF zero-crossing detection, which inherently struggles with high-inrush, low-speed startups.
Failure Signatures: Hum, Overheat, and Stall
When inrush isn't managed correctly, the hardware tells you exactly what went wrong if you know how to listen:
- The Hum (No Rotation): The motor is energized but locked. In a 3-phase system, this usually means single-phasing (one contactor pole failed or a fuse blew). The motor draws locked-rotor inrush continuously on the remaining two phases. Without immediate thermal cutoff, the windings will melt in under 30 seconds. In steppers, a loud hum without movement means the acceleration ramp is too steep, and the rotor cannot overcome inertia to catch the magnetic field.
- Overheat (Runs, then trips): The motor starts, but the acceleration time is too long. High-inertia loads (like large centrifuges) keep the motor in the "slip" zone, drawing near-inrush currents for 10-15 seconds instead of the usual 1-2 seconds. The drive's I^2t (thermal) algorithm calculates the excess energy and trips the drive to save the silicon.
- Stall (Drops out under sudden load): The motor is running at speed, but a sudden mechanical load is applied. The motor demands a dynamic inrush spike to maintain speed. If the drive's peak current limit is set too close to the nominal FLA, the drive will fold back the voltage to protect itself, causing the motor to stall.
Motor Inrush FAQ
How do I calculate motor inrush current without a datasheet?
If the nameplate lacks a Locked Rotor Amps (LRA) value or a NEMA Code Letter, use the industry standard multiplier: assume 6 times the Full Load Amps (FLA) for standard efficiency AC induction motors, and 8 times FLA for high-efficiency (IE3/IE4) designs, which have lower winding resistance. For DC and BLDC motors, you must calculate it using Ohm's law: divide the supply voltage by the terminal-to-terminal winding resistance (e.g., 24V / 0.2Ω = 120A peak stall current). You can verify this on the bench by mechanically locking the rotor and applying a low voltage, then scaling up, though this risks burning the windings if done for more than a second.
Does a VFD eliminate motor inrush current?
A Variable Frequency Drive eliminates the motor-side inrush by ramping up both the voltage and frequency from zero, keeping the motor slip (and therefore current) within the rated FLA during acceleration. However, the VFD itself experiences a massive line-side inrush when you first apply AC power to it. The internal DC bus capacitors act like a dead short until they charge. This is why VFDs require internal pre-charge resistors or NTC thermistors, and why you should never use a standard contactor to rapidly cycle power to a VFD's input terminals to start and stop a motor.
Why does my breaker trip on startup but run fine once spinning?
You are likely using a standard thermal-magnetic breaker (Type B or C curve) instead of a motor-protective breaker (Type D curve or HACR rated). Standard breakers have a magnetic trip threshold designed to react instantly to short circuits, typically tripping at 5 to 10 times their rated current. A 20A standard breaker might trip at 100A. If your motor's inrush is 120A, it trips instantly. A Type D or motor-rated breaker has a higher magnetic trip threshold (10 to 20 times rated current), allowing the brief inrush surge to pass without tripping, while still protecting against true dead shorts. Refer to NFPA 70 (NEC) Article 430 for exact branch-circuit protective device sizing tables.
Can I use an NTC thermistor to limit inrush on a 5 HP motor?
No. NTC (Negative Temperature Coefficient) inrush limiters are designed for the power supply side of small electronics, LED drivers, or low-power DC bus charging (usually under 500W). A 5 HP (3.7 kW) motor will draw hundreds of amps at startup. An NTC thermistor would either shatter from the thermal shock or fail to drop enough resistance to limit the surge, effectively becoming a short circuit. For motors above 1 HP, you must use an active soft-starter (which uses back-to-back SCRs to phase-angle chop the voltage) or a VFD to manage the inrush safely.






