Lift Equals Weight
A drone hovers when the total lift generated by its four spinning propellers exactly equals the downward pull of gravity. The propellers accelerate air downward (Newton's third law: air pushed down, drone pushed up), and if the thrust matches the drone's weight, vertical position stays constant. This sounds simple, but maintaining this balance in real conditions requires constant adjustment. Wind, air density changes, battery voltage sag, and shifting center of gravity all disturb the equilibrium.
The flight controller maintains hover by running a Proportional-Integral-Derivative (PID) control loop hundreds of times per second. It reads sensor data, calculates how far the drone has deviated from the target position, and adjusts all four motor speeds simultaneously to correct the error. Different motors speed up or slow down by tiny amounts to correct roll, pitch, yaw, and altitude simultaneously.
Counter-Rotating Propellers: Why Quadcopters Use Four
A single spinning propeller creates thrust but also creates torque that would spin the drone body in the opposite direction. Quadcopters solve this with two pairs of counter-rotating propellers: motors 1 and 3 spin clockwise, motors 2 and 4 spin counter-clockwise. The torques cancel each other out, keeping the drone stable. Yaw control works by adjusting the speed balance between the two pairs: spin the CW motors faster and the drone yaws counter-clockwise, and vice versa.
Why Hovering Uses More Power Than Slow Forward Flight
When a drone hovers stationary, each propeller operates inside the downwash of its own previous blade passes. This turbulent recirculation, called blade vortex interaction, increases the induced power required to maintain thrust. Moving forward at 2-5 m/s takes the drone out of its own downwash and into undisturbed air, reducing the power required to stay airborne by roughly 15-20%.
Ground Effect: How Low Altitude Changes Hover Efficiency
Within approximately one rotor diameter of the ground (roughly 0.3-0.5 meters for most consumer drones), hovering actually becomes more efficient. The ground interrupts the downward airflow expelled by the propellers, redirecting it outward rather than allowing it to recirculate. This reduces blade vortex interaction and gives the motors a lift boost of around 5-10%. Pilots notice this as a tendency for the drone to rise slightly during the final descent before landing. It is not a malfunction, just air pressure building between the rotors and the surface. The effect disappears above one rotor diameter of altitude.



