Only 6.1% of games reach overtime across 1999-2025, but the 2017 rule shortening OT to 10 minutes more than doubled the share of OT games ending in a tie (2.3% to 5.7%). The real data on overtime frequency, ties, and why home-field advantage fades when the game goes long.
By The NFL Analytics Editorial Team · Published June 16, 2026
NFL overtime feels like a coin flip with the game on the line — and the rules around it have quietly changed twice in the last decade. I pulled the complete nflverse game log bundled with this site — 7,276 played games from 1999 through 2025 — to answer the basic questions with data instead of memory. Overtime is uncommon: just 6.1% of games reach it. But the most interesting finding is a clean rule effect. When the league shortened overtime from 15 minutes to 10 in 2017, the share of overtime games ending in a tie more than doubled — from 2.3% of OT games before the change to 5.7% after. Less time to settle it means more games that never get settled.
Split the 27 seasons at 2017 and compare the two eras on two things: how often games reach overtime, and what share of those overtime games end tied.
Both moves point the same way and have the same cause: a shorter overtime. With only 10 minutes instead of 15, there's less time for a second possession and a winning score, so a few more games that would once have been decided now expire level. The dip in the overall OT rate is smaller and noisier, but the tie effect is unmistakable.
Home teams win 56.5% of games decided in regulation but only 54.9% of overtime games (excluding ties). It's a modest drop, not a collapse — but it lines up with intuition. By the time a game reaches overtime it was, almost by definition, a coin-flip-close contest, and the extra session is a small, high-variance sample where the crowd and the comforts of home have less room to assert themselves. Overtime is where home-field advantage, real as it is across a full season, matters least.
Put numbers on the rule change. Before 2017, an overtime period was 15 minutes — usually enough for both teams to possess the ball and for someone to reach the end zone or kick a winner. After 2017, with 10 minutes, a single long opening drive can eat much of the period, leaving the other team little or no time to answer; if the first drive stalls and the clock runs out, the game ties. Across roughly 2,500 games in the 10-minute era, that produced 8 ties out of about 140 overtime games — 5.7% — versus 7 ties out of about 300 overtime games (2.3%) across the 4,800 games of the 15-minute era. Same sport, same overtime coin flip; a five-minute rule change roughly doubled the odds nobody wins.
Load data_layer/games.csv, keep played games, split on season at 2017, and compute the share with overtime == 1 and, among those, the share with result == 0 (a tie). The chart is produced by explainer_src/make_overtime_chart.py, which reads the bundled nflverse log directly and stamps a "Data: nflverse" footer. No network, nothing hand-entered.
Want the code behind these metrics? Work through the 45-chapter NFL analytics tutorial.
Browse tutorials Free tools