Good defense is hard to measure with a box score. Points allowed depend on the offense's field position; yards allowed depend on tempo and garbage time. So analysts went looking for a number that captures what great defenses actually do on the field — they blow up plays before they develop. That number is havoc rate, a stat popularized by Bill Connelly, and once you start watching for it you'll see disruption everywhere.
The one-sentence version: havoc rate is the share of plays on which a defense makes a genuinely disruptive play — a tackle for loss, a forced fumble, or a pass it knocked down or picked off. It's a rate of chaos, and chaos is the enemy of offense.
The definition and the formula
A play counts as a "havoc" play if the defense records any of the following:
- A tackle for loss (TFL), which includes sacks.
- A forced fumble.
- A pass defensed — a pass broken up at the catch point.
- An interception.
Add those events up and divide by the defense's total plays faced:
havoc rate = (TFLs + forced fumbles + passes defensed + interceptions) ÷ total defensive plays
That's the whole thing. It's a counting stat turned into a rate, which is what makes it comparable across teams that face wildly different numbers of snaps. A defense that generates 14 havoc events against 70 plays (a 20% rate) is more disruptive than one that generates the same 14 against 90 plays (about 15.6%), even though the raw totals are identical. As with most modern metrics, putting it on a per-play basis is what makes it honest.
A clearly-illustrative example
Numbers below are invented for illustration — they are not a real team's stats — but the arithmetic is exactly how a havoc rate is built. Suppose a defense faces 65 plays in a game and records:
| Havoc event | Count |
|---|---|
| Tackles for loss (incl. sacks) | 6 |
| Forced fumbles | 1 |
| Passes defensed | 4 |
| Interceptions | 2 |
| Total havoc events | 13 |
| Plays faced | 65 |
Thirteen disruptive plays out of 65 is a havoc rate of 13 ÷ 65 = 20.0%. In plain terms, this defense did something destructive on one of every five snaps it faced. That is a chaotic, aggressive day at the office — exactly the kind of performance that wrecks an offense's schedule and forces it off the field.
Front-seven havoc vs. defensive-back havoc
Havoc rate becomes far more useful when you split it by where the disruption comes from, because the two halves describe two different jobs and two different styles.
- Front-seven havoc comes from the line and linebackers: tackles for loss and sacks, plus the forced fumbles that usually accompany them. It's a measure of how often a defense wins in the trenches and lives in the backfield. A high front-seven number says a team beats blocks, penetrates gaps, and brings pressure.
- Defensive-back havoc comes from the secondary: passes defensed and interceptions. It's a measure of coverage that contests the catch point. A high DB number says a team's coverage is tight and ball-aware, taking away the easy completion and creating turnovers.
The split tells you a unit's personality. A defense that piles up front-seven havoc but little in the secondary tends to be a pressure-and-penetration outfit that lives in the backfield. One that posts big DB-havoc numbers without much up front is winning on the back end with coverage and ball skills. The best defenses, unsurprisingly, generate havoc from both layers — they make you uncomfortable everywhere.
Why disruption correlates with good defense
The link between havoc and quality isn't a coincidence; it's mechanical. Every havoc event is a play that didn't go the way the offense drew it up. A tackle for loss puts an offense behind the chains, turning a manageable 2nd-and-7 into a brutal 2nd-and-11. A pass defensed turns a likely completion into an incompletion and a wasted down. A forced fumble or interception can end a drive outright and flip the field. Each of those is the opposite of an efficient, on-schedule play — so a defense that creates a lot of havoc is, almost by definition, dragging down the offense's success rate and expected points.
That's why havoc rate slots in as a useful companion to the efficiency and explosiveness numbers that feed bigger ratings like SP+. Efficiency tells you whether a defense kept offenses off schedule; havoc tells you how — through disruption at the point of attack rather than merely tackling well after the catch.
The live leaderboard
scripts/havoc-rate-defensive-stats.py, which pulls play-by-play and defensive stats from the CollegeFootballData API. Set a free CFBD_API_KEY and re-run to drop the current top-15 table in here. (Per site policy, I'd rather show this note than invent numbers.)
The caveats: read havoc honestly
Havoc rate is a sharp tool, but it is not a verdict on a defense. A few honest limits:
- It rewards aggression — and aggression cuts both ways. The same blitz-heavy, gap-shooting style that generates tackles for loss can also surrender big plays when it misses. A defense that vacates a gap to create havoc can get gashed on the play it doesn't make. High havoc and high explosiveness allowed often travel together.
- It's descriptive, not predictive. Havoc rate tells you what a defense did, not a guaranteed forecast of what it will do. Turnover-related events in particular (forced fumbles, interceptions) carry real luck and tend to be noisier year to year.
- Style isn't quality. A bend-don't-break defense can be excellent with a modest havoc rate, winning with discipline and tackling rather than disruption. Low havoc is a description of how a unit plays, not proof that it's bad.
- It's not opponent-adjusted on its own. Generating havoc against overmatched lines is easier than against elite, NFL-bound offensive fronts. Like any raw rate, it's most trustworthy once you account for who was on the other side of the ball.
Use havoc rate the way you'd use a good scouting note: it tells you the character of a defense — disruptive or disciplined, front-driven or coverage-driven — and it flags the units that make offenses uncomfortable. Pair it with efficiency and explosiveness and you'll understand not just whether a defense is good, but the way it wins.
Sources & further reading
- CollegeFootballData.com — collegefootballdata.com (defensive stats and play-by-play; free API key)
- ESPN — espn.com (box scores and game logs)
- Related: Success Rate and EPA, from scratch · How SP+ and adjusted efficiency work