Loading
Loading
Loading
Loading
Stat Card / Situation
Snaps in the final two minutes of either half, when clock management bends every play call.
Sample size warning
A season of two minute dropbacks can be under 40 plays for a quarterback. Check the volume columns before drawing conclusions.
Football with the clock as a second opponent. In the last two minutes of a half, offenses go up-tempo, defenses trade yards for time, and the value of every snap changes: an 8 yard completion in bounds can be a bad outcome, and an incompletion that stops the clock can be fine. The two_minute bucket isolates these snaps so hurry-up performance can be compared on its own terms rather than polluting (or hiding inside) full-game numbers.
Like every situation bucket, it overlaps the others: a two minute snap while trailing in shotgun counts in all three buckets.
Offensive snaps with 120 seconds or less remaining in either half (from half_seconds_remaining) fall into the two_minute bucket. The situation_team view aggregates team EPA per play, success rate, yards per play, and pass rate over those snaps; situation_qb aggregates passing efficiency for qualifying quarterbacks. EPA itself is clock-aware through the underlying expected points model, so end-of-half desperation snaps are judged against appropriately low expectations.
It mostly does not. A team gets a handful of two minute snaps per game, so even a full season's bucket is one good afternoon's worth of plays. A quarterback's two minute dropbacks in a season can be fewer than 40. These splits are best used to describe what happened (who actually moved the ball in hurry-up this year) rather than to claim a repeatable clutch skill.
The dictionary columns behind this metric, straight from the shipped views. Explore any of them at /explore.
| View | Column | Type | Description |
|---|---|---|---|
| situation_team | epa_per_play | DOUBLE | EPA per play in this bucket. |
| situation_team | pass_rate | DOUBLE | Share of snaps in this bucket that were dropbacks. On early downs this is the classic pass-happiness tendency number. |
| situation_qb | epa_per_dropback | DOUBLE | EPA per dropback in this bucket, using the quarterback-centric qb_epa. |
Formulas reference the nflverse play-by-play columns our ingest actually uses; the reference table above is generated from the live data dictionary. Back to the full glossary.