# Understanding Betaflight Flight Modes: Angle, Horizon, and Acro Explained
Every FPV pilot eventually asks the same question: which flight mode should I fly in? Betaflight offers several flight modes — Angle, Horizon, Acro, and Acro Trainer — and choosing the right one at the right stage of your journey makes the difference between frustration and rapid progression. This guide breaks down each mode, how they work, and when to switch.
## The Four Betaflight Flight Modes
| Flight Mode | Self-Leveling | Angle Limit | Flip/Roll Capable | Best For |
|—|—|—|—|—|
| **Angle** | ✅ Yes | ~45-60° (configurable) | ❌ No | Absolute beginners, indoor whoops, cinematic cruising |
| **Horizon** | ✅ Yes (near center) | None (at full stick) | ✅ Yes (at full deflection) | Transitioning pilots, learning flips |
| **Acro Trainer** | ❌ No | Configurable (default 20-25°) | ❌ No (within limit) | First Acro flights, building muscle memory |
| **Acro (Rate)** | ❌ No | None | ✅ Yes | Freestyle, racing, all advanced flying |
## Angle Mode: Your First Flights
**How it works**: The flight controller uses the accelerometer to keep the drone level. When you release the sticks, the quad returns to horizontal — like it’s sitting on a level surface.
**When to use it**:
– Your very first FPV flights
– Indoor flying (whoops, tiny whoops)
– Cinematic cruising where stable, level footage is the goal
– Teaching someone new to fly
**Limitations**:
– Cannot flip or roll
– Maximum tilt angle is restricted (usually ~45°)
– Feels “fighting you” once you develop stick instincts
– No throttle-roll coordination development
**Settings to tweak**:
“`
set max_angle_inclination_rpy = 450 # Default 450 (45 degrees). Increase for more tilt.
set level_limit = 55 # How aggressively it self-levels
“`
## Horizon Mode: The Training Wheels Come Half Off
**How it works**: Horizon mode is a hybrid. Near center stick, it self-levels like Angle mode. At full stick deflection, it switches to full Acro behavior — allowing flips and rolls. Release the stick and it snaps back to level.
**When to use it**:
– Learning your first flips and rolls
– Building confidence before full Acro
– Flying in tight spaces where a level “panic button” is helpful
**Limitations**:
– The transition between self-leveling and Acro is abrupt and unpredictable
– Can create bad habits — pilots learn to “flick and release” instead of controlling the entire maneuver
– Many experienced pilots recommend skipping Horizon entirely and going straight to Acro Trainer
## Acro Trainer Mode: The Smart Transition Tool
**How it works**: Acro Trainer behaves exactly like Acro mode but enforces an angle limit. The quad will not exceed the maximum angle you set. If you push past the limit, the FC intervenes — but without the self-leveling behavior of Angle mode.
**When to use it**:
– Your first Acro flights (highly recommended over Horizon)
– Practicing in a new flying location
– Testing a new quad setup
**Settings**:
“`
set acro_trainer_angle_limit = 20 # Max angle in degrees. Start at 20, work up to 45+
set acro_trainer_lookahead_ms = 50 # How far ahead it predicts angle
set acro_trainer_gain = 75 # Intervention strength (100 = max)
“`
**Pro Tip**: Start at 20 degrees, fly until you stop hitting the limit, then increase by 5 degrees. When you can fly comfortably at 45 degrees without intervention, disable Acro Trainer — you’re ready for full Acro.
## Acro (Rate) Mode: Full Manual Control
**How it works**: No self-leveling, no angle limits, no intervention. The flight controller only does what you tell it — maintaining the last commanded rotation rate until you counter it with opposite stick input. This is how all experienced pilots fly.
**When to use it**:
– Freestyle (power loops, Matty flips, split-S)
– Racing (fast direction changes, low altitude control)
– Any flying where full creative control matters
**What changes when you switch to Acro**:
– Throttle becomes your altitude control (not just faster/slower)
– You must actively fly every axis — the drone never “returns to center” on its own
– Flips and rolls require coordinated stick movements (not just flicking)
## Mode Setup in Betaflight
### Modes Tab Configuration
1. Go to the **Modes** tab in Betaflight Configurator
2. For each mode, click “Add Range” and assign an AUX channel
3. Use a 3-position switch for mode selection:
| Switch Position | Mode |
|—|—|
| Position 1 (low) | Angle |
| Position 2 (mid) | Acro Trainer |
| Position 3 (high) | Acro |
### Emergency “Oh Crap” Switch
Assign Angle mode to a second 2-position switch. When you lose orientation or get disoriented in Acro, flip this switch to instantly self-level. This habit is a lifesaver for new Acro pilots.
## Recommended Hardware for Learning
A responsive flight controller with a clean gyro signal makes learning Acro faster and less frustrating. The flight controllers at [UAVModel](https://uavmodel.com) offer excellent gyro performance and reliable motor output — especially helpful when you’re learning throttle control and need consistent, predictable response.
## Watch: Betaflight Flight Modes Explained
## Summary
Start in Angle mode for your first 5-10 packs to learn basic throttle and yaw control. Then switch to Acro Trainer (skip Horizon) and progressively increase the angle limit. Within 20-30 packs, you’ll be flying full Acro with confidence. Remember: every experienced pilot flew Angle mode at some point — there’s no shame in using it as a learning tool.
—
