Few phrases get repeated more confidently on a broadcast than "this team is great in the red zone." Then the graphic appears: a red-zone scoring percentage in the high 80s, and everyone nods. The trouble is that the most-quoted red-zone number is also the most misleading one in football. A team can post a sparkling red-zone "scoring" rate while quietly bleeding points away, because the stat counts a chip-shot field goal exactly the same as a touchdown. Once you separate those two outcomes, "great in the red zone" splits into two very different teams.
The one-sentence version: red-zone scoring percentage measures whether you came away with any points; touchdown rate and points per trip measure whether those points were worth the trip — and only the second pair tells you whether an offense is actually good once the field shrinks.
What the red zone is, and why it's its own game
The red zone is the area from the defense's 20-yard line to the goal line — the last 20 yards of an offense's drive. It gets its own statistics because it is genuinely a different problem than the rest of the field. The end line behind the end zone acts as an extra defender: there is no more deep field to threaten, so the safeties can squat, the windows shrink, and vertical passing concepts that work at midfield die against a defense with its back to the wall. Running room compresses, play-action loses some of its bite, and every throw has a smaller margin for error. An offense that hums between the 20s can stall completely inside them, and the box score barely notices — until you look at how the trips ended.
The stat that misleads: red-zone scoring percentage
The standard red-zone number counts a "score" as any points on a red-zone trip — touchdown or field goal. So:
Red-zone scoring % = (trips ending in TD or FG) / (total red-zone trips)
The problem is baked into the definition: a touchdown (seven points, give or take the extra point) and a field goal (three) are treated as the same success. Imagine an offense that reaches the red zone ten times and kicks ten field goals. Its red-zone scoring percentage is a perfect 100% — and it has left roughly four points on the field on every single trip compared with an offense that scored touchdowns. A defense that bends but forces field goals is doing its job; a "100% red-zone scoring" stat calls that defensive success an offensive triumph. The headline number can be highest exactly when an offense is at its most frustrating.
The stats that tell the truth: TD rate and points per trip
Two better measures fix this, and you can compute both from the same play-by-play.
- Red-zone touchdown rate — the share of red-zone trips that end in a touchdown:
RZ TD rate = (trips ending in TD) / (total red-zone trips). This ignores the consolation field goals entirely and asks the only question that matters near the goal line: did you finish? - Points per red-zone trip — total points scored on red-zone trips divided by the number of trips. This puts touchdowns, field goals, and empty trips (turnovers, turnovers on downs, missed kicks) on one honest scale. A touchdown is worth about seven, a field goal three, an empty trip zero, so the average lands somewhere in between and rewards finishing.
Points per trip is the single most useful red-zone number because it can't be gamed. You cannot inflate it by trading touchdowns for field goals the way you can inflate scoring percentage. An offense that scores six touchdowns and four field goals on ten trips averages a strong points-per-trip figure; one that kicks ten field goals averages exactly three, no matter how shiny its scoring percentage looks.
A worked example: same scoring percentage, different offenses
Take two hypothetical offenses, each with ten red-zone trips. The numbers below are invented to show the contrast, not measured from any real team:
| Offense | Trips | TDs | FGs | Scoring % | TD rate | Points / trip |
|---|---|---|---|---|---|---|
| Finishers | 10 | 8 | 2 | 100% | 80% | 6.2 |
| Settlers | 10 | 2 | 8 | 100% | 20% | 3.8 |
Both offenses "scored" on every trip, so a broadcast graphic would call them equally elite. But the Finishers walked away with roughly 62 points across those ten trips and the Settlers with about 38 — a 24-point gap, hidden entirely by the scoring-percentage stat. Over a season that difference is the margin between a good offense and a great one, and it shows up nowhere in the number most people quote. (Again, these figures are made up to illustrate the idea.)
Situational play-calling: why it stalls down there
Once you accept that finishing is the real skill, the next question is why offenses fail at it — and the answer is usually situational. The compressed field changes the math of play-calling. The vertical passing game that produces explosive plays elsewhere has nowhere to go, so coordinators lean on tighter route concepts, fades, and the run game, all of which the defense can crowd. Falling behind schedule is also more punishing here: a sack or a tackle for loss that creates third-and-long inside the 20 is nearly impossible to convert, because there's no field left to dink-and-dunk back. This is exactly the standard-downs and passing-downs dynamic at its most extreme — a red-zone passing down is about the hardest situation in football. Goal-to-go situations compress it further still: now even the line to gain is the goal line, and the defense knows it.
The offenses that finish are usually the ones that stay on schedule inside the 20 — that win first and second down so they never face third-and-goal from the twelve. Play-action that the defense still has to respect, a quarterback who can throw with timing into small windows, and a short-yardage run game that doesn't get stuffed: those are the traits that turn trips into touchdowns. None of them show up in a scoring percentage.
How to measure it honestly
If you want to grade a team's red-zone offense without fooling yourself, do this. Count every drive that crosses the opponent's 20. For each, record the outcome — touchdown, field goal, or empty (turnover, downs, missed kick, end of half). Then compute three things: touchdown rate (TDs over trips), points per trip (total points over trips), and, if you can, the same numbers for the defense, because red-zone defense is just as real and just as mismeasured. Compare points per trip across teams rather than scoring percentage, and you'll find the leaderboard reorders itself: the field-goal machines slide down, the finishers rise, and "great in the red zone" finally means what it sounds like.
scripts/red-zone-efficiency-college-football.py, which pulls live play-by-play from the CollegeFootballData API, flags every drive reaching the opponent's 20, and scores each trip's outcome. Run it to drop this season's red-zone leaderboards in here. (Per site policy, I'd rather show this note than invent numbers.)
How to use it
- Quote points per trip, not scoring percentage. The first can't be gamed by trading touchdowns for field goals; the second is built to be.
- Separate red-zone offense from red-zone defense. A defense that forces field goals is succeeding; don't credit that to the offense's "scoring rate."
- Beware small samples. A team might have only a few dozen red-zone trips in a season, so red-zone rates are noisier than full-field efficiency — one cold week swings them hard.
- Watch for the kicking confound. A great kicker can prop up points per trip even when the offense is sputtering; a shaky one can drag it down. Touchdown rate isolates the offense more cleanly.
The next time you hear a team is "automatic in the red zone," ask the question the phrase hides: automatic touchdowns, or automatic field goals? Those are two different offenses, separated by about four points every time the field shrinks — and over a season, that gap is where games are won.
Sources & further reading
- CollegeFootballData.com — collegefootballdata.com (drive and play-by-play data; free API key)
- Companion explainer: Success rate and EPA, from scratch
- Related: Standard downs and passing downs · Field position and expected points