Continuous Stall Current Interactive Calculator

← Back to Engineering Library

When a motor isn't turning but is still powered, it'll draw its full stall current. There's zero back-EMF—so the only thing limiting current is the resistance of the wire in the windings. Use this calculator to find stall current, heat generated, and how much the windings will heat up, based input voltage, winding resistance, and motor thermal resistance. This is important for situations like linear actuators holding position, robotic arms that must 'freeze' under load, and damper motors in HVAC—essentially, any place where the motor is asked to hold against a force for long periods. Below you'll find formulas, an example, theory, practical advice, and a FAQ.

What is motor stall current?

Stall current is the amount of current a motor will draw if you keep it powered but physically prevent it from turning. With no motion, there's no back-EMF, so the only thing slowing current down is the resistance of the coil. This is the maximum current you’ll ever see from the motor.

Simple Explanation

If you’ve ever kinked a garden hose, you know what happens—normally, water flow (like current) is kept in check by the pressure pushing back (in a motor, that's the back-EMF created by spinning). But stall a motor—stop the shaft—and all that back-pressure is gone. The full line voltage pushes current through just the resistance of the copper. The result: a big surge of current, and that turns into heat very quickly. Too much heat and the motor is finished.

📐 Browse all 384 free engineering calculators

Continuous Stall Current Calculator Technical Diagram

Motor Stall Current Calculator

Engineering calculation notice

This calculator is intended for education, concept evaluation, and preliminary design. Results are based on the equations and assumptions described on this page, but cannot account for every real-world load case, tolerance, material property, environmental condition, installation detail, safety factor, code, or regulatory requirement. Verify all inputs, assumptions, units, and results independently before selecting components or using the result in a real application. Safety-critical, structural, medical, lifting, transportation, or regulated applications must be reviewed by a qualified engineer.

Found a calculation error? Message us

📹 Video Walkthrough — How to Use This Calculator

Continuous Stall Current Interactive Calculator

How to Use This Calculator

  1. Enter your supply voltage in volts — this is the DC voltage applied to the motor terminals.
  2. Enter the motor's winding resistance in ohms — check your motor's datasheet for this value.
  3. Enter the thermal resistance (°C/W) and ambient temperature (°C), then set the maximum allowable winding temperature for your motor's insulation class.
  4. Click Calculate to see your result.

Motor Stall Current Interactive Visualizer

Watch how supply voltage and winding resistance determine stall current, power dissipation, and dangerous temperature rise. Adjust parameters to see why current limiting is essential for motor protection.

Supply Voltage 24 V
Winding Resistance 3.0 Ω
Thermal Resistance 12 °C/W
Ambient Temperature 25 °C

STALL CURRENT

8.0 A

POWER LOSS

192 W

TEMP RISE

2304 °C

FINAL TEMP

2329 °C

FIRGELLI Automations — Interactive Engineering Calculators

Mathematical Equations

Core Equations

Use the formula below to calculate stall current.

Stall Current (Ohm's Law):

Istall = V / R

Use the formula below to calculate power dissipation.

Power Dissipation:

P = Istall² × R = V² / R

Use the formula below to calculate temperature rise.

Temperature Rise:

ΔT = P × Rthermal

Use the formula below to calculate final winding temperature.

Final Winding Temperature:

Twinding = Tambient + ΔT

Where:

  • Istall = Stall current (A)
  • V = Supply voltage (V)
  • R = Winding resistance (Ω)
  • P = Power dissipation (W)
  • Rthermal = Thermal resistance (°C/W)
  • ΔT = Temperature rise (°C)
  • Tambient = Ambient temperature (°C)
  • Twinding = Winding temperature (°C)

Simple Example

Given: 12V supply, 4Ω winding resistance, 8°C/W thermal resistance, 25°C ambient.

Stall current: 12 / 4 = 3A

Power dissipation: 3² × 4 = 36W

Temperature rise: 36 × 8 = 288°C above ambient — well over any safe winding limit. Current limiting is required.

Engineering Theory Behind Motor Stall Current

If you prevent a motor from turning but keep it powered, you're dealing with a pure resistance load—no back-EMF in play. The current is just V divided by R, and you'll usually get numbers much higher than what you see when the motor spins normally.

For a running motor, back-EMF is proportional to speed and acts to cut the current down. The formula is I = (V - Eback) / R, where Eback is zero when stalled. That’s why the current is only limited by the resistance in stall.

Stall current is usually 5-8 times a motor’s rated running current. This leads to a massive jump in heating, since heat is proportional to I squared. Leave a motor stalled without protection, and it will cook the windings in short order. This is particularly true in actuators holding load or similar applications.

Practical Applications

Stall current calculations matter wherever you might need a motor to hold a load for any noticeable length of time. Linear actuators in positioning systems are a common case: ask the actuator to “hold” and you may be running at stall. Without current limiting or a way to break the circuit, the motor can quickly fail.

Robotics is another area—servos holding an arm in place need to be checked for safe temperature rise at stall current. The same idea applies in CNC and automation: holding torque comes from current, but so does heat, so you have to size motors and electronics for the worst case, not just running conditions.

In HVAC, damper or valve actuators often end up holding pressure in one spot. If a motor ends up at stall too long without protection, repeated overheating will eventually destroy it.

Worked Example

Example: Linear Actuator Holding Position

Given Parameters:

  • Supply voltage: 24V DC
  • Motor winding resistance: 3.2Ω
  • Thermal resistance (motor to ambient): 12°C/W
  • Ambient temperature: 35°C
  • Maximum winding temperature: 155°C (Class F insulation)

Step 1: Calculate Stall Current

Istall = V / R = 24V / 3.2Ω = 7.5A

Step 2: Calculate Power Dissipation

P = I² × R = (7.5A)² × 3.2Ω = 180W

Step 3: Calculate Temperature Rise

ΔT = P × Rthermal = 180W × 12°C/W = 2160°C

Step 4: Calculate Final Winding Temperature

Twinding = 35°C + 2160°C = 2195°C

Result: This motor would catastrophically overheat in continuous stall operation, exceeding safe temperatures by over 2000°C. Current limiting or duty cycle control is absolutely essential.

Design Considerations and Best Practices

If there's any chance your motor might stall and stay that way, you need to plan for it. The most straightforward option is a current limit—good for the motor's safety, but it’ll also reduce how much load it can actually hold. Another method is using thermal switches so power is cut when the windings get too hot.

Duty cycle limits (powering motor only part of the time) can let the motor cool between bursts. If your design demands reliable holding for long periods, mechanical solutions like spring brakes or worm gear self-locks are more robust—these take the job of holding away from the motor windings entirely.

The choice of motor (and its resistance) also makes a difference. Higher resistance means a lower stall current but, usually, less torque per unit size. For thermal management, look at mounting options, cooling, and actual expected ambients. Sometimes the best solution is to re-design the mechanism so the actuator never has to hold much force at all.

Newer motor controllers can estimate winding temperature based on measured current, ambient, and history—which is much smarter than just using a timer. This lets you run closer to the real limits of the hardware, but it's still only as good as your input parameters.

Frequently Asked Questions

What is the difference between stall current and starting current?

How long can a motor safely operate in stall condition?

Why is thermal resistance important in stall current calculations?

Can I reduce stall current by increasing supply voltage?

What protection methods prevent motor damage from stall conditions?

How does ambient temperature affect stall current safety?

📐 Explore our full library of 384 free engineering calculators →

About the Author

Robbie Dickson

Chief Engineer & Founder, FIRGELLI Automations

Robbie Dickson brings over two decades of engineering expertise to FIRGELLI Automations. With a distinguished career at Rolls-Royce, BMW, and Ford, he has deep expertise in mechanical systems, actuator technology, and precision engineering.

🔗 Explore More Free Engineering Calculators

Need to implement these calculations?

Explore the precision-engineered motion control solutions used by top engineers.

Share This Article
Tags: