Q: FPV Drone Flipping on Takeoff: Motor Direction and Config Fixes

Updated 5 min read

Quick Answer

If your FPV drone flips on takeoff, the cause is almost always wrong motor direction, motor wires on the wrong ESC pads, or props on the wrong arms. In Betaflight, open the Motor tab and verify each motor spins the correct direction before flying. Most flips are fixed in under ten minutes once you know what to look for.

Why Your FPV Drone Flips on Takeoff

A drone that immediately flips when you throttle up is almost always a motor or prop configuration error. The flight controller sends correction signals based on gyro data, but if a motor spins the wrong way or pushes air the wrong direction, those corrections make things worse.

We see this in our workshop regularly, usually from builders who rushed through wiring checks. It is the single most common first-flight problem. Every pilot has been there.

Motor Direction Reference (Betaflight Default)

In a standard Quad X layout, motors alternate clockwise and counter-clockwise diagonally. Betaflight's default assumes Props In — front props spin toward the camera, rear props spin toward the body. The table below shows the default direction for each motor position.

Motor Position Default (Props In) Reversed (Props Out) Prop Type
Front-Left Clockwise (CW) Counter-CW (CCW) CW prop
Front-Right Counter-CW (CCW) Clockwise (CW) CCW prop (marked "R")
Rear-Left Counter-CW (CCW) Clockwise (CW) CCW prop (marked "R")
Rear-Right Clockwise (CW) Counter-CW (CCW) CW prop

If any motor spins opposite to this table, the drone will flip. CW props have blades leaning right when viewed from above; CCW props lean left. We stock ABS 5x3 prop packs with clear CW and CCW markings. Browse our full 5-inch prop collection for spares.

Props In vs Props Out

Betaflight's default is Props In — front props spin toward the camera. Many freestyle pilots switch to Props Out (front props spin away from the camera) because it keeps dirt and prop wash off the camera lens and slightly improves yaw authority on punchouts.

To switch to Props Out in Betaflight 4.3+, go to the Motors tab and tick Motor direction is reversed. Then physically swap the props: front-left gets a CCW prop, front-right gets CW, and so on. You must also reverse the individual motor spin directions in the ESC configurator or by swapping wires. The SpeedyBee F405 V5 stack we use in most test builds supports motor direction reversal directly in the Betaflight Motors tab — no BLHeliSuite needed.

One safety note: if your motors have threaded shafts (common on 5-inch and larger), Props Out means the prop nuts can loosen over time because the motor spins against the thread direction. Use nylock nuts and check tightness regularly.

Checklist: Fix a Flipping Drone

1. Check Propeller Placement

Props must match the motor rotation direction shown in the table above. If a CW prop is on a CCW motor (or vice versa), the drone flips immediately. Also check that props are right-side up — the numbers on the prop should face the sky. An upside-down prop pushes air the wrong way even on the correct motor.

2. Verify Motor Direction in Betaflight

Plug into Betaflight, go to the Motor tab, and enable the test sliders (remove props first). Spin each motor individually at low RPM. Compare the physical spin direction against the table above. If a motor spins the wrong way, you can reverse it directly in the Betaflight Motors tab (since BF 4.3) by clicking the direction button — no soldering required.

3. Check Motor Wire Order

Each motor must connect to the correct ESC pad. Motor 1 goes to pad 1, motor 2 to pad 2, and so on. If you swapped two cables during the build, the FC thinks it is commanding the front-left when it is actually driving the rear-right. Result: instant flip.

Trace each wire from motor to ESC. Label them with tape before soldering. Our motor mounting guide covers the full wiring sequence.

4. Confirm ESC Protocol

Make sure your ESCs are running DShot300 or DShot600 in Betaflight. DShot is digital and does not require calibration, which removes a whole category of timing-related issues. If you are still on Multishot or Oneshot, switch to DShot and flash the latest Bluejay or AM32 firmware.

We cover this in our ESC calibration and synchronisation guide. The AxisFlying Argus ECO stack ships with AM32 firmware and DShot support out of the box.

Less Common Causes

If the four checks above all pass and your drone still flips, look at these:

  • Board alignment: The FC arrow must point forward. If the board is mounted sideways or backwards, the gyro readings are rotated, and the drone reacts in the wrong axis.
  • Damaged frame: A bent arm changes the motor angle, creating asymmetric thrust.

FAQ

Q: How do I reverse motor direction in Betaflight?

A: Since Betaflight 4.3, you can reverse individual motor direction directly in the Motors tab. Connect your FC, remove props, go to the Motors tab, and click the direction button on the motor that needs reversing. Save and reboot. No wire swapping or BLHeliSuite needed. For older Betaflight versions, swap any two of the three motor wires or change the direction in your ESC configurator.

Q: What is the difference between Props In and Props Out?

A: Props In (Betaflight default) means front props spin toward the camera. Props Out means front props spin away from the camera. Props Out keeps dirt and prop wash off the lens and can improve yaw feel, but requires reversing motor direction in Betaflight and physically swapping props to the opposite positions.

Q: My drone flips backwards every time, what is wrong?

A: The rear motors are likely pushing air in the wrong direction. Check that the rear props are mounted right-side up and on the correct motors. A rear motor spinning the wrong way causes a backwards flip every time.

Q: Can PID tuning cause a flip on takeoff?

A: No. Bad PID values cause oscillation, wobble, or drift, but not an immediate flip. If the drone flips within one second of throttle, it is a motor direction or prop issue, not a tuning problem. See our PID tuning guide for post-fix tuning.

Q: Do I need to recalibrate ESCs after fixing motor direction?

A: Not with DShot. DShot is digital and does not need calibration. Only analog protocols like Multishot require a calibration step. If your FC is set to DShot300 or DShot600, just fix the motor direction and fly.

Q: Why does my drone flip in one direction but not the other?

A: One motor is weaker or spinning slower than the others. This can be a damaged motor, a bent shaft, or an ESC with a faulty MOSFET. Check our won't arm troubleshooting guide for ESC diagnostics.