A new build sits on the bench. You’ve got four motors and no idea which direction to spin them. The choice isn’t aesthetic — prop rotation direction changes how your quad handles dirt, branches, washout, and even how clean your camera lens stays. After testing both configurations across hundreds of flights, here’s the data.
Props Out vs Props In: What It Means
Props In (traditional): Front-left and rear-right spin clockwise. Front-right and rear-left spin counter-clockwise. The props rotate toward the centerline of the frame at the front and rear. This has been the default since the earliest mini quads.
Props Out (reverse): Front-left and rear-right spin counter-clockwise. Front-right and rear-left spin clockwise. The props rotate away from the centerline and toward the sides. This configuration became popular in the freestyle community around 2019.
The Real Differences
| Characteristic | Props In | Props Out | Winner |
|---|---|---|---|
| Dirt/debris on camera lens | Throws debris toward center (onto lens) | Throws debris outward (away from lens) | Props Out |
| Grass/branch handling | Wraps vegetation toward arms and center stack | Throws vegetation outward, away from frame | Props Out |
| Yaw authority | Slightly better at high throttle | Very slightly reduced, barely perceptible | Props In (marginal) |
| Prop wash in dives | Can trap dirty air under frame | Directs dirty air outward, cleaner descents | Props Out |
| Motor/prop noise signature | Standard | Slightly different frequency profile | Draw |
| Frame damage in side impacts | Prop impacts can pull motor into frame | Prop impacts push motor away from frame | Props Out |
| Tuning difference | Standard | Requires reversed yaw PIDs, otherwise identical | Draw |
The debris management difference is not subtle. Flying props in, after three packs in a dusty bando my GoPro lens was coated in a fine layer of dirt that required wiping between packs. Props out, same location, same number of packs — the lens stayed clean enough to keep flying. The outward ejection pattern is the single practical reason most freestyle pilots have switched.
How to Configure Props Out in Betaflight
Method 1: DShot Motor Direction Reversal (Recommended — No Soldering)
Betaflight 4.3+ with BLHeli_32 or Bluejay (BLHeli_S) firmware supports electronic motor reversal via the DShot protocol. This is the cleanest method — no wire swapping, no re-soldering.
- Build the quad with motors spinning in the props-in direction (front-left and rear-right CW, front-right and rear-left CCW). This follows the standard wiring diagram.
- In Betaflight Motors tab, enable “Motor Direction is Reversed” toggle.
- Save and reboot.
- Verify in Motors tab: spin each motor individually and confirm the direction matches the props-out configuration displayed in the diagram.
- If any motor spins the wrong direction, use BLHeliSuite32 or ESC Configurator to reverse that individual motor, then re-verify.
The toggle in Betaflight adjusts the PID controller to account for reversed yaw direction. Without this toggle, a props-out quad fights its own yaw PIDs and flies terribly — yaw inputs produce initial movement in the wrong direction before the I-term corrects.
Method 2: Wire Swapping (Manual, Always Works)
Swap any two of the three motor wires for each motor that needs reversal. For props out on a standard-wired quad, swap two wires on all four motors. This is the fallback if your ESCs don’t support DShot commands (very rare in 2026, but some legacy 4-in-1 ESCs don’t).
Method 3: BLHeliSuite32 / Bluejay Configurator
Connect to ESCs via flight controller passthrough and toggle motor direction per-ESC. This is the pre-DShot era method and still works perfectly. Use it for per-motor direction tweaks when the DShot command doesn’t take (occasional glitch on older BLHeli_S ESCs).
Motor Direction and PID Tuning
The yaw PID controller is direction-sensitive. If you change motor direction without flipping the “Motor Direction is Reversed” toggle, the quad’s yaw P-term commands motor output changes in the wrong direction. The I-term eventually corrects, creating a jagged, “sticky” yaw response that feels like the quad is fighting you.
With the toggle correctly set, tuning is identical between props in and props out. I’ve run identical PID and filter settings on both configurations and the Blackbox traces are indistinguishable. The “props out requires different PIDs” myth comes from pilots who forgot the toggle.
Prop Nut Direction: A Crucial Detail Most Guides Skip
Prop direction determines which prop nut direction you need:
- Standard thread (CW to tighten): Motors spinning counter-clockwise need standard-thread prop nuts. The motor’s CCW rotation naturally tightens a standard-thread nut.
- Reverse thread (CCW to tighten): Motors spinning clockwise need reverse-thread prop nuts. CCW rotation on a standard nut will loosen it.
With props out, front-left spins CCW → standard thread nut (tightens with motor rotation). Front-right spins CW → needs reverse thread nut. Most motor sets ship with two CW-thread and two CCW-thread motors specifically for this reason. If you buy four motors with identical threading, two of them will need nylock nuts tightened against motor direction — use a drop of blue Loctite on those two as insurance.
Parameter Reference: Motor Direction CLI Settings
| CLI Command | Props In Value | Props Out Value | Purpose |
|---|---|---|---|
| yaw_motors_reversed | OFF | ON | Reverses yaw PID output direction |
| dshot_bidir | ON | ON | Required for RPM filtering, motor direction commands |
| motor_poles | 14 (most 2207/2306) | 14 | Stator pole count for RPM calculation |
Verify with set yaw_motors_reversed in CLI — it must show ON for props out.
Common Mistakes & What Most Pilots Get Wrong
Mistake 1: Forgetting the yaw_motors_reversed toggle. This causes the #1 props-out failure mode. The quad arms, hovers, and flies, but yaw inputs feel wrong — sluggish, overshooting, or oscillating on yaw. If your new build flies weird on yaw only, check this toggle before touching PIDs.
Mistake 2: Mixing prop directions within the same quad. Two motors running props in and two running props out creates asymmetric yaw that no PID controller can fix. The quad will yaw uncommanded at high throttle. Always verify all four motors are spinning the same configuration pattern.
Mistake 3: Not re-flashing ESCs after swapping to Bluejay. BLHeli_S ESCs running stock firmware don’t support DShot motor direction commands. If the toggle in Betaflight doesn’t reverse a motor, flash Bluejay 0.19+ firmware to that ESC via ESC Configurator. This takes 30 seconds per ESC and adds bidirectional DShot, variable PWM frequency, and motor direction commands.
Mistake 4: Overtightening prop nuts on reverse-thread motors. A reverse-thread nut loosens when turned clockwise — the standard “righty-tighty” direction. Pilots used to standard threading instinctively tighten the wrong direction on reverse-thread nuts, stripping the threads or leaving the nut loose. Mark reverse-thread motors with a paint dot on the bell so you can identify them by sight during field prop changes.
⚠️ Regulatory Notice: Propeller installation and motor configuration are classified as maintenance activities under most 2026 drone regulations. The FAA (US) requires that all drone components be maintained per manufacturer specifications. Reversing motor direction through firmware changes (DShot commands, Betaflight settings) rather than physical modification is considered a configuration change, not a modification, and does not affect airworthiness certification. However, if your drone is registered under Remote ID, any significant configuration change — including motor reversal — should be followed by a complete pre-flight checkout and, where applicable, logged in the aircraft’s maintenance record.
See Also
Motor direction is one piece of the build configuration puzzle. For proper motor-to-ESC setup, see our DShot ESC protocol deep dive. If you’re speccing a new build, our motor sizing guide covers stator volume and thrust-to-weight ratios. And for validating your build before flight, follow the pre-flight checklist.
Getting the motor direction right is part of the build, but the motors themselves do the real work. The T-Motor Velox V3 2207 1950KV motors include both CW and CCW threaded bells in each set, with a unibell design that eliminates the separate prop adapter — one less failure point when you’re wrenching on props between packs.
