Actuators Explained Simply
The parts where the robot's thinking becomes physical action — strong, fast, safe, light, all at once.
A robot can have cameras, microphones, software, and a plan. None of that makes it move.
To move, the robot needs actuators. An actuator is the part that turns energy into motion — the piece that bends a knee, turns a wrist, opens a hand, lifts an arm, or keeps a robot standing.
- 01Sensors notice.
- 02Software decides.
- 03Actuators do.
What an actuator does
An actuator moves or controls part of a machine. That movement can be round, like a wheel turning. It can be straight, like a piston pushing. It can be small, like a finger joint — or powerful, like a robot knee lifting the full weight of the body.
NIST defines an actuator as a device that uses energy — such as electric current, hydraulic fluid pressure, or pneumatic pressure — and converts that energy into motion.
Energy goes in. Movement comes out.
In a humanoid robot, actuators are usually hidden inside the body, at or near the joints. The hip has actuators. The knee has actuators. The ankle has actuators. The shoulder, elbow, wrist, neck, and fingers may all have actuators too.
Without them, a humanoid is just a statue with sensors.
A motor is not always the whole actuator
People often use “motor” and “actuator” as if they mean the same thing. Sometimes that is close enough. But in robotics, an actuator is often more than a motor.
- 01Motor
The piece that creates the raw motion from electrical energy.
- 02Gearbox
Trades speed for force, so a fast, weak motor can drive a slow, strong joint.
- 03Position sensor
Reports the exact angle of the joint to the control system.
- 04Control electronics
Drive the motor smoothly and listen to feedback.
- 05Bearings
Let the joint spin freely without grinding.
- 06Brake
Holds the joint when power is cut, so the robot does not collapse.
- 07Spring or elastic element
Stores small amounts of energy and softens shocks.
- 08Housing
Holds everything together and protects it from dust, impact, and heat.
Electric, hydraulic, pneumatic
Most actuators run on one of three energy sources. Each has strengths and weaknesses.
- Electric
Most common in modern humanoids. Clean, precise, easy to control, and battery-friendly. Limited by motor torque and heat.
- Hydraulic
Uses pressurised fluid. Very strong, very fast. Heavy, noisy, prone to leaks, and harder to maintain. Used historically for bipeds that needed brute force.
- Pneumatic
Uses compressed air. Light, soft, and safe near people. Less precise than electric and dependent on an air supply.
Most current humanoids are electric. A few mix electric with hydraulic for specific joints.
What a humanoid actuator must do
A humanoid actuator has to satisfy a long, contradictory wish list. Every choice trades against another.
- Strong enough to hold up the body and lift a load.
- Fast enough to catch a slip before it becomes a fall.
- Precise enough for delicate hand work.
- Safe enough to work next to a person.
- Light enough not to make balance harder.
- Efficient enough not to drain the battery.
- Durable enough to last a real shift, day after day.
You cannot maximise all of these at once. Every actuator is a set of trade-offs.
Gearing trades speed for force
A small motor that spins fast cannot, by itself, hold up a robot. A gearbox slows the motor down and multiplies its force. That makes the joint strong — at a cost.
- More force at the joint.
- Slower top speed.
- Harder to push back through ('not backdrivable').
- More friction, more wear.
Faster joint, easier to push back through (the robot can feel a force from outside), but less raw force. Modern humanoids often choose lower gearing on purpose so the joint can be soft when needed — even though it must work harder for the same torque.
Why some actuators include a spring
A series elastic actuator puts a spring between the motor and the joint. The spring softens shocks, stores small amounts of energy, and lets the joint sense force through its deflection.
This is the idea behind “compliant” actuators — joints designed to give a little when pushed, rather than hold rigid. Useful for walking, for safe contact with people, and for handling unexpected loads without breaking.
Heat is the silent limit
An actuator's data sheet usually quotes a peak force and a continuous force. The peak is what the joint can do for a second. The continuous is what it can do all day without overheating.
Push a motor at peak for too long and it heats up. Heat changes its magnetic behaviour, increases its resistance, and eventually triggers a safety cut. Engineers design around this by thermally limiting the controller, adding fans or liquid cooling, or oversizing the motor.
What people often misunderstand
- Mistake 01
Bigger motor = better robot.
Bigger motors are heavier, hotter, and hungrier. The right motor is the one that meets the joint's job, not the largest one that fits.
- Mistake 02
Hydraulic is always strongest, so it is always best.
Hydraulic actuators are powerful but heavy, leaky, and hard to maintain. Most humanoids now choose electric for the system as a whole.
- Mistake 03
Actuators are interchangeable parts.
A humanoid joint is co-designed with its actuator. Swapping one is a redesign, not a part replacement.
- Mistake 04
An actuator just needs raw torque.
It also needs precision, speed, safety, efficiency, and durability — usually together.
- Actuators turn energy into motion. Sensors notice, software decides, actuators do.
- A motor is part of an actuator, not the whole thing.
- Electric actuators dominate modern humanoids; hydraulic and pneumatic have niches.
- Every actuator is a trade-off between force, speed, precision, safety, weight, efficiency, and durability.
- Gearing buys force at the cost of speed and backdrivability.
- Heat is a real limit — peak performance is not what the joint can do all day.
- Actuator
- A device that turns energy into motion in a machine.
- Motor
- The piece that produces raw motion, usually electric in modern humanoids.
- Gearbox
- A set of gears that trades speed for force.
- Backdrivable
- An actuator that can be pushed in reverse by an external force — useful for safety and contact.
- Series elastic actuator
- An actuator with a spring between the motor and the joint.
- Compliance
- Designed-in softness that lets a joint give a little when pushed.
- Torque
- Rotational force at the joint.
- Peak vs continuous
- What an actuator can do briefly versus what it can sustain.
Sources and evidence notes
What this essay leans on
| Claim | Evidence | Strength | Note |
|---|---|---|---|
| An actuator converts energy into motion. | NIST glossary definition of actuator. | Strong | Authoritative definition. |
| Servo systems combine motor, gearbox, sensor, and drive electronics. | Omron technical guide for servomotors and servo drives. | Strong | Strong technical source. |
| Electric, hydraulic, and pneumatic actuators trade off in repeatable ways. | 2023 Scientific Reports actuator comparison. | Strong | Experimental comparison; not humanoid-specific. |
| Humanoid actuator design specifically values backdrivability and low gearing. | MIT Cheetah actuator design paper. | Strong | Robotics research source. |
| Series elastic actuators improve safety and force sensing. | Pratt and Williamson series elastic actuator paper. | Strong | Foundational research source. |
| Some humanoid programmes have shifted from hydraulic to electric actuation. | IEEE Spectrum reporting on Boston Dynamics' Atlas transition. | Medium | Reporting source; product claims still need caution. |