Nate Lewin
FTMBA Class of 2027, UC Berkeley Haas
linkedin.com/in/njlewin
github.com/njlewin/

Intro¶

Modern analytics have reshaped the way teams make decisions in the NFL. Coaches seeking to maintain a competitive edge can no longer rely solely on conventional football wisdom when making critical fourth-down decisions. Instead, they must weigh the probability of a kicker successfully converting a field goal against the likelihood of their offense converting on fourth down, the field position value of a punt, and the expected win probability associated with each option. As a result, NFL strategy has increasingly come to resemble a game of chess, where marginal advantages can meaningfully influence outcomes. To make optimal decisions, coaches must understand the factors that drive success in field goal attempts.

Field goal performance in the NFL is influenced by a range of contextual factors, including stadium design, environmental conditions, and league rules. Differences in altitude, wind exposure, playing surface, and ball preparation may all affect a kicker’s ability to convert long-distance attempts. This analysis investigates whether these factors produce statistically significant differences in field goal outcomes. Using NFL play-by-play data from the past ten seasons (2016–2025), this paper determines what factors can have a statistically impact on field goal results. This is done by two methods:

  • Hypothesis testing to determine whether specific conditions affect the average distance of successful field goals.
  • Regression analysis to predict the probability of a field goal conversion based on multiple factors simultaneously.

All statitical tests are conducted at a significance level of $\alpha$ = 0.05.

Hypothesis Testing Overview¶

Each comparison is evaluated using a formal hypothesis test between two sample populations. For each test:

  • The null hypothesis ($H_0$) assumes no meaningful difference between groups.
  • The alternative hypothesis ($H_a$) represents the presence of an effect (directional or two-sided).

The p-value represents the probability of observing the given data assuming the null hypothesis is true. If the p-value is less than the chosen significance level, $\alpha$, the null hypothesis is considered unlikely enough that we reject it and conclude the alternative.

Regression Analysis Overview¶

Regression analysis evaluates the relationship between several predictors and an outcome variable simultaneously. The model estimates how changes in each predictor are associated with changes in the predicted outcome while holding other variables constant. In this analysis, the outcome variable is whether a field goal attempt is successful. The model therefore produces a predicted probability that a field goal is made, allowing us to estimate how different factors influence the likelihood of conversion.

Part 1: Hypothesis Testing¶

The first analysis examines individual environmental factors by comparing two groups with hypothesis test to determine whether a condition affects the average distance of successful field goals.

Kicking in Denver¶

Due to the high altitude and subsequently thin air, Denver's stadium (aptly nick-named "Mile Hile") is believed to have an advantage for longer kicks and passes. This belief is supported by historical outliers, such as Matt Prater's 64-yard field goal in Denver in 2013, which was an NFL record that stood until 2021. It is a natural starting point when considering testing the impact of different environments.

Hypothesis: Are kicks made in Denver longer on average than all other stadiums?¶

$$ \begin{aligned} H_0 &: \; \mu_{\text{Denver}} \le \mu_{\text{Others}} \\ H_A &: \; \mu_{\text{Denver}} > \mu_{\text{Others}} \end{aligned} $$

No description has been provided for this image
mean std n SE
Denver 37.119999 10.17 299 0.59
Other Stadiums 37.520000 10.12 8335 0.11
The p-value of 0.748 is greater than the alpha of 0.05.
We fail to reject the null hypothesis that the mean of the Denver is less than or equal to the mean of Other Stadiums. 

Despite Denver’s high altitude and reputation for long kicks, the results do not support a statistically significant difference. The average made field goal distance in Denver (37.12 yards) is nearly identical to the league-wide average (37.45 yards), with similar variability.

The null hypothesis cannot be rejected (p = 0.748), indicating that Denver does not provide a measurable advantage when compared to all other stadiums.

Kicking in all other stadiums¶

This raises a broader question: do any stadiums provide a measurable advantage? To answer this, hypothesis tests are repeated for each NFL stadium, comparing that stadium’s average made field goal distance to the rest of the league. Because multiple stadium-level tests are conducted, results should be interpreted cautiously due to the increased risk of Type I error.

Hypothesis: Are kicks made in a given stadium longer on average than all other stadiums?¶

$$ \begin{aligned} H_0 &: \; \mu_{\text{Stadium i}} \le \mu_{\text{Others}} \\ H_A &: \; \mu_{\text{Stadium i}} > \mu_{\text{Others}} \end{aligned} $$

Out[10]:
Environment mean stdev p_value Hypothesis test result
Mercedes Benz Stadium Indoors 39.543900 10.2702 0.0002 Reject H0
Allegiant Stadium Indoors 38.814999 11.1351 0.0322 Reject H0
AT&T Stadium Indoors 38.628300 10.7226 0.0246 Reject H0
Acrisure Stadium Outdoors 38.604801 9.8921 0.0299 Reject H0
State Farm Stadium Indoors 38.512199 10.6103 0.0436 Reject H0
Ford Field Indoors 38.505798 10.2918 0.0528 Fail to reject H0
NRG Stadium Indoors 38.309399 10.0524 0.0787 Fail to reject H0
U.S. Bank Stadium Indoors 38.235298 10.6705 0.1001 Fail to reject H0
Caesars Superdome Indoors 38.033699 10.0377 0.1809 Fail to reject H0
Huntington Bank Field Outdoors 37.918301 9.7781 0.2768 Fail to reject H0
Lucas Oil Stadium Indoors 37.888901 9.8140 0.2647 Fail to reject H0
Hard Rock Stadium Outdoors 37.787601 9.9715 0.3256 Fail to reject H0
SoFi Stadium Indoors 37.733501 10.6377 0.3317 Fail to reject H0
Lincoln Financial Field Outdoors 37.611099 10.0371 0.4322 Fail to reject H0
EverBank Stadium Outdoors 37.528599 10.2460 0.4860 Fail to reject H0
Nissan Stadium Outdoors 37.523998 10.0073 0.4892 Fail to reject H0
M&T Bank Stadium Outdoors 37.464199 9.7785 0.5298 Fail to reject H0
Bank of America Stadium Outdoors 37.396599 10.1011 0.5754 Fail to reject H0
Lumen Field Outdoors 37.370701 9.5196 0.5933 Fail to reject H0
Empower Field at Mile High Outdoors 37.123699 10.1694 0.7478 Fail to reject H0
Northwest Stadium Outdoors 37.062500 9.9170 0.7695 Fail to reject H0
Levi's Stadium Outdoors 37.034100 10.1064 0.7800 Fail to reject H0
MetLife Stadium Outdoors 37.019901 9.9723 0.8794 Fail to reject H0
Lambeau Field Outdoors 36.821400 9.1580 0.8627 Fail to reject H0
Arrowhead Stadium Outdoors 36.660301 10.0003 0.9341 Fail to reject H0
Raymond James Stadium Outdoors 36.594700 10.2322 0.9318 Fail to reject H0
Highmark Stadium Outdoors 36.421902 9.8244 0.9593 Fail to reject H0
Gillette Stadium Outdoors 36.029400 9.6223 0.9928 Fail to reject H0
Soldier Field Outdoors 35.679501 9.8458 0.9984 Fail to reject H0
Paycor Stadium Outdoors 35.629002 10.1451 0.9993 Fail to reject H0

When evaluating each stadium individually against the rest of the league, six stadiums show a statistically significant increase in mean field goal distance. Notably, five of them are indoor stadiums. While some outdoor stadiums are higher on the list, indoor stadiums have overall higher average field goal distance than outdoor stadiums. This pattern suggests that environmental control and the absence of any wind or weather impact has a stronger effect on kick distance than altitude alone. For stadiums with retractable roofs, no statistically significant differences are observed between games played with the roof open versus closed, result, retractable-roof stadiums are treated as indoor environments for subsequent analysis.

Indoor vs Outdoor Stadiums¶

Hypothesis: Are kicks made indoors longer on average than kicks made outdoors?¶

$$ \begin{aligned} H_0 &: \; \mu_{\text{indoors}} \le \mu_{\text{outdoors}} \\ H_A &: \; \mu_{\text{indoors}} > \mu_{\text{outdoors}} \end{aligned} $$

No description has been provided for this image
mean std n SE
Indoors 38.389999 10.41 2892 0.19
Outdoors 37.060001 9.94 5742 0.13
The p-value of 0.000 is less than the alpha of 0.05.
We can reject the null hypothesis and conclude the mean of Indoors is greater than the mean of Outdoors.

Indoor stadiums show a clear and statistically significant advantage. The average made field goal indoors is approximately 1.3 yards longer than outdoors (p < 0.001). This result provides one of the strongest signals in the analysis and suggests that controlled environments meaningfully improve long-distance kicking outcomes.

Kicking in Denver compared to other outdoor fields¶

Let's go back to the initial theory about kicking in the high altitude in Denver. If the thin air has a statistical impact, it would be over other outdoor stadiums.

Hypothesis: Are kicks made in Denver longer on average than kicks made in other stadiums outdoors?¶

$$ \begin{aligned} H_0 &: \; \mu_{\text{denver}} \le \mu_{\text{outdoors}} \\ H_A &: \; \mu_{\text{denver}} > \mu_{\text{outdoors}} \end{aligned} $$

No description has been provided for this image
mean std n SE
Denver 37.119999 10.17 299 0.59
Other Outdoor Stadiums 37.060001 9.92 5443 0.13
The p-value of 0.455 is greater than the alpha of 0.05.
We fail to reject the null hypothesis that the mean of the Denver is less than or equal to the mean of Other Outdoor Stadiums. 

Even when compared only to other outdoor stadiums, Denver does not show a meaningful impact on outcomes. The mean difference is negligible (0.06 yards), and the null hypothesis cannot be rejected (p = 0.455). This indicates that Denver’s altitude does not provide a statistically meaningful advantage relative to other outdoor venues.

Kicking on different surfaces¶

Different stadiums have a different surfaces, including natural grass or a variety of types of artifical turf. The surface may have an impact on on the snap, hold, or plant at a field goal attempt. It is worth determining if grass or artificial turf has any impact on field goals.

Hypothesis: Are kicks made in on grass longer on average than kicks made on turf?¶

$$ \begin{aligned} H_0 &: \; \mu_{\text{grass}} \ne \mu_{\text{turf}} \\ H_A &: \; \mu_{\text{grass}} = \mu_{\text{turf}} \end{aligned} $$

No description has been provided for this image
mean std n SE
Grass 37.330002 10.05 4633 0.15
Turf 37.709999 10.19 4001 0.16
The p-value of 0.085 is greater than the alpha of 0.05.
We fail to reject the null hypothesis that the two means are equal. 

Turf has a slightly higher mean kick distance (0.4 yards) compared to grass, but it narrowly misses statistical significance.

Impact of 2025 K-Ball rules change¶

In 2025, the NFL made a key change in the rules regarding field goals. Instead of giving teams access to the balls used for kicking plays (K-balls) immediately before the game, teams are given a set at the start of the season. This means teams can break those balls in over the course of weeks instead of minutes, and as a result, there has been an observed increase in field goal distances this year. Notably, Jaguars kicker Cam Little converted an NFL record 68-yard field goal. It is worth investigating the statistical impact of kicks in 2025 vs prior years.

Hypothesis: Are kicks made in 2025 longer on average than kicks made before 2025?¶

$$ \begin{aligned} H_0 &: \; \mu_{\text{2025}} \le \mu_{\text{before 2025}} \\ H_A &: \; \mu_{\text{2025}} > \mu_{\text{before 2025}} \end{aligned} $$

No description has been provided for this image
mean std n SE
2025 39.119999 10.46 954 0.34
2016-2024 37.310001 10.06 7680 0.11
The p-value of 0.000 is less than the alpha of 0.05.
We can reject the null hypothesis and conclude the mean of 2025 is greater than the mean of 2016-2024.

Fairly conclusively, we can see an increase in kick distance in 2025. However, this could be due to increasing kicker skill over the years. We can narrow the comparison to the most recent year before the K-ball rules change for a more direct comparison.

Hypothesis: Are kicks made in a 2025 longer on average than kicks made in 2024?¶

$$ \begin{aligned} H_0 &: \; \mu_{\text{2025}} \le \mu_{\text{2024}} \\ H_A &: \; \mu_{\text{2025}} > \mu_{\text{2024}} \end{aligned} $$

No description has been provided for this image
mean std n SE
2025 39.119999 10.46 954 0.34
2024 38.459999 10.52 967 0.34
The p-value of 0.086 is greater than the alpha of 0.05.
We fail to reject the null hypothesis that the mean of the 2025 is less than or equal to the mean of 2024. 

Field goal distances in 2025 are significantly higher than the 2016–2024 average. However, when compared directly to 2024, the increase is smaller and narrowly misses statistical significance (p = 0.086). We can look at the year-over-year trends to see if there is a pattern.

No description has been provided for this image
Out[16]:
season 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025
kick_distance mean 36.41 36.970001 37.200001 36.34 37.389999 37.150002 37.740002 37.669998 38.459999 39.119999
std 9.68 9.930000 9.570000 9.77 9.980000 9.990000 10.360000 10.300000 10.520000 10.460000

While there has been a longer-term upward trend in kicking, 2025 still represents a peak in average field goal distance compared to prior years, suggesting that the new rules have some impact on field goal distance.

Part II Regression Analysis¶

Hypothesis testing only evaluates one variable at a time. When multiple variables influence an outcome simultaneously, this approach can produce unclear or misleading results. For example, in the earlier hypothesis testing analysis it was difficult to separate year-over-year improvements in kicking ability from the potential impact of the K-ball rule change.To address this limitation, we estimate a regression model that evaluates the effect of multiple variables on field goal outcomes simultaneously.

The following independent variables are included in the regression:

  • Season: A continuous variable representing year over year changes
  • Kick distance (yards): A continuous variable representing the distance of the field goal attempt.
  • Home: A binary variable indicating whether the kicker was playing at their home stadium (0 = away, 1 = home).
  • Outdoor: A binary variable indicating if the game took place in an outdoor stadium (0 = indoor, 1 = outdoor).
  • Kball Rule: A binary variable indicating if the new K-ball rules have been implemented (0 = not implemented, IE before 2025, 1 implemented, IE 2025)
  • Stadium: A binary variable for each of the NFL’s 30 stadiums indicating where the kick occurred. The base case is AT&T Stadium, meaning coefficients for other stadiums are interpreted relative to AT&T Stadium.
  • posteam: The team attempting the kick. The Arizona Cardinals serve as the base case, so coefficients represent differences relative to Arizona’s field goal conversion rate.

The dependent variable is a binary indicator of whether the field goal was made. The regression therefore estimates the probability that a given kick will be successful.

The most important metrics in the regression output are the coefficients and p-values. Because the dependent variable indicates whether a kick was successful, each coefficient represents the marginal effect of that variable on the probability that the kick is made, holding all other variables constant. The p-value will be an important metric of statistical significance. It is the p-value of a hypothesis test where the coefficient value is equal to 0. If the p-value is less than our $\alpha$ of 0.05, we can conclude that the impact of the coefficient is significant.

$$ \begin{aligned} H_0 &: \; \beta_{\text{i}} = 0\\ H_A &: \; \beta_{\text{i}} \ne 0 \end{aligned} $$

                            OLS Regression Results                            
==============================================================================
Dep. Variable:                fg_made   R-squared:                       0.118
Model:                            OLS   Adj. R-squared:                  0.112
Method:                 Least Squares   F-statistic:                     21.15
Date:                Fri, 20 Mar 2026   Prob (F-statistic):          2.35e-224
Time:                        15:51:03   Log-Likelihood:                -3397.9
No. Observations:               10189   AIC:                             6926.
Df Residuals:                   10124   BIC:                             7396.
Df Model:                          64                                         
Covariance Type:            nonrobust                                         
======================================================================================================
                                         coef    std err          t      P>|t|      [0.025      0.975]
------------------------------------------------------------------------------------------------------
const                                 -4.6417      2.823     -1.644      0.100     -10.175       0.892
season                                 0.0029      0.001      2.105      0.035       0.000       0.006
kick_distance                         -0.0115      0.000    -35.389      0.000      -0.012      -0.011
home                                   0.0044      0.007      0.652      0.514      -0.009       0.018
outdoors                              -0.0555      0.021     -2.658      0.008      -0.096      -0.015
kball_rule                             0.0160      0.013      1.260      0.208      -0.009       0.041
stadium_Acrisure Stadium               0.0186      0.021      0.868      0.386      -0.023       0.061
stadium_Allegiant Stadium              0.0111      0.034      0.330      0.741      -0.055       0.077
stadium_Arrowhead Stadium             -0.0090      0.021     -0.422      0.673      -0.051       0.033
stadium_Bank of America Stadium        0.0367      0.021      1.709      0.088      -0.005       0.079
stadium_Caesars Superdome             -0.0238      0.030     -0.784      0.433      -0.083       0.036
stadium_Empower Field at Mile High    -0.0049      0.020     -0.242      0.809      -0.045       0.035
stadium_EverBank Stadium               0.0541      0.022      2.479      0.013       0.011       0.097
stadium_Ford Field                    -0.0588      0.030     -1.942      0.052      -0.118       0.001
stadium_Gillette Stadium              -0.0452      0.021     -2.177      0.029      -0.086      -0.005
stadium_Hard Rock Stadium              0.0005      0.022      0.025      0.980      -0.042       0.043
stadium_Highmark Stadium              -0.0137      0.022     -0.631      0.528      -0.056       0.029
stadium_Huntington Bank Field         -0.0592      0.023     -2.578      0.010      -0.104      -0.014
stadium_Lambeau Field                  0.0099      0.022      0.446      0.655      -0.034       0.053
stadium_Levi's Stadium                 0.0201      0.022      0.919      0.358      -0.023       0.063
stadium_Lincoln Financial Field       -0.0105      0.022     -0.485      0.628      -0.053       0.032
stadium_Lucas Oil Stadium             -0.0371      0.031     -1.189      0.234      -0.098       0.024
stadium_Lumen Field                   -0.0106      0.021     -0.513      0.608      -0.051       0.030
stadium_M&T Bank Stadium              -0.0176      0.021     -0.844      0.399      -0.058       0.023
stadium_Mercedes Benz Stadium          0.0072      0.030      0.236      0.813      -0.052       0.067
stadium_MetLife Stadium               -0.0115      0.015     -0.777      0.437      -0.040       0.018
stadium_NRG Stadium                   -0.0167      0.030     -0.548      0.584      -0.076       0.043
stadium_Nissan Stadium                 0.0456      0.022      2.116      0.034       0.003       0.088
stadium_Northwest Stadium              0.0027      0.021      0.126      0.900      -0.039       0.044
stadium_Paycor Stadium                -0.0002      0.021     -0.009      0.993      -0.041       0.041
stadium_Raymond James Stadium         -0.0393      0.021     -1.879      0.060      -0.080       0.002
stadium_SoFi Stadium                  -0.0036      0.028     -0.126      0.900      -0.059       0.052
stadium_Soldier Field                 -0.0220      0.021     -1.025      0.305      -0.064       0.020
stadium_State Farm Stadium            -0.0259      0.030     -0.863      0.388      -0.085       0.033
stadium_U.S. Bank Stadium             -0.0098      0.030     -0.331      0.741      -0.068       0.048
posteam_ATL                            0.0263      0.031      0.859      0.390      -0.034       0.086
posteam_BAL                            0.1019      0.031      3.312      0.001       0.042       0.162
posteam_BUF                            0.0394      0.031      1.261      0.207      -0.022       0.101
posteam_CAR                            0.0321      0.032      1.014      0.310      -0.030       0.094
posteam_CHI                            0.0479      0.031      1.537      0.124      -0.013       0.109
posteam_CIN                            0.0426      0.031      1.360      0.174      -0.019       0.104
posteam_CLE                            0.0268      0.033      0.822      0.411      -0.037       0.091
posteam_DAL                            0.0254      0.030      0.846      0.397      -0.033       0.084
posteam_DEN                            0.0340      0.031      1.081      0.280      -0.028       0.096
posteam_DET                            0.0499      0.031      1.611      0.107      -0.011       0.111
posteam_GB                             0.0002      0.032      0.007      0.994      -0.062       0.062
posteam_HOU                            0.0396      0.031      1.291      0.197      -0.021       0.100
posteam_IND                            0.0246      0.031      0.793      0.428      -0.036       0.086
posteam_JAX                            0.0166      0.032      0.518      0.604      -0.046       0.080
posteam_KC                             0.0617      0.031      1.979      0.048       0.001       0.123
posteam_LA                             0.0112      0.029      0.381      0.703      -0.046       0.069
posteam_LAC                            0.0087      0.031      0.281      0.779      -0.052       0.070
posteam_LV                             0.0381      0.032      1.181      0.237      -0.025       0.101
posteam_MIA                            0.0552      0.032      1.726      0.084      -0.007       0.118
posteam_MIN                           -0.0064      0.031     -0.206      0.837      -0.067       0.054
posteam_NE                             0.0416      0.030      1.366      0.172      -0.018       0.101
posteam_NO                            -0.0036      0.031     -0.116      0.908      -0.064       0.057
posteam_NYG                            0.0520      0.031      1.682      0.093      -0.009       0.113
posteam_NYJ                            0.0314      0.031      1.027      0.304      -0.029       0.091
posteam_PHI                            0.0473      0.031      1.505      0.132      -0.014       0.109
posteam_PIT                            0.0808      0.031      2.583      0.010       0.019       0.142
posteam_SEA                            0.0402      0.030      1.362      0.173      -0.018       0.098
posteam_SF                             0.0441      0.029      1.509      0.131      -0.013       0.101
posteam_TB                             0.0227      0.030      0.745      0.457      -0.037       0.082
posteam_TEN                            0.0134      0.032      0.421      0.674      -0.049       0.076
posteam_WAS                            0.0253      0.031      0.824      0.410      -0.035       0.086
==============================================================================
Omnibus:                     2470.573   Durbin-Watson:                   1.997
Prob(Omnibus):                  0.000   Jarque-Bera (JB):             4692.659
Skew:                          -1.552   Prob(JB):                         0.00
Kurtosis:                       4.189   Cond. No.                     2.25e+15
==============================================================================

Notes:
[1] Standard Errors assume that the covariance matrix of the errors is correctly specified.
[2] The smallest eigenvalue is 8.21e-21. This might indicate that there are
strong multicollinearity problems or that the design matrix is singular.
No description has been provided for this image

Statistically Significant Coefficients¶

Out[21]:
coef pval
season 0.003 0.035
kick_distance -0.012 0.000
outdoors -0.055 0.008
stadium_EverBank Stadium 0.054 0.013
stadium_Gillette Stadium -0.045 0.029
stadium_Huntington Bank Field -0.059 0.010
stadium_Nissan Stadium 0.046 0.034
posteam_BAL 0.102 0.001
posteam_KC 0.062 0.048
posteam_PIT 0.081 0.010

Regression Interpretation¶

Model Accuracy¶

Model performance is evaluated using the ROC–AUC score, which measures the model’s ability to distinguish between successful and unsuccessful kicks. The regression yields an AUC score of 0.77, meaning that when comparing a randomly selected successful kick and unsuccessful kick, the model assigns a higher predicted probability to the successful kick 77% of the time. For reference, a random prediction would produce an AUC of 0.50, so this represents a meaningful improvement. While not approaching the accuracy of highly optimized predictive models, this level of performance is reasonable given the inherent noise and variability present in sports data.

Although $R^2$ is commonly used to evaluate regression models, it is not particularly informative for binary outcomes and therefore is not emphasized in this analysis.

Output interpretation¶

The regression identifies several variables with statistically significant effects on field goal success.

The variable with the strongest statistical impact (p < 0.001) is kick distance. This aligns with expectations: longer kicks are more difficult to convert. The coefficient indicates that each additional yard reduces the probability of a successful kick by approximately 1.15 percentage points, holding all other variables constant. The next clearest signal came from indoors vs outdoors environments. The outdoors coefficient had the second strongest statistical impact (p = 0.008), kicks taken outdoors were 5.5% less likely to be converted than a kick taken indoors, all else being equal.

There is also evidence of year-over-year improvement in kicking performance. The season variable is statistically significant (p = 0.044), suggesting that field goal success rates have gradually improved over time. The coefficient implies that, all else equal, the probability of converting a field goal increased by roughly 0.3 percentage points per season.

Several variables were not statistically significant, which is also informative. Most notably, the K-ball rule change does not have a statistically significant effect (p = 0.186). This suggests that any improvement in field goal outcomes observed after the rule change is consistent with the existing trend of gradual improvement rather than a direct effect of the rule itself. Similarly, the model does not find evidence of a general home-field advantage for kickers, as the home variable is not statistically significant.

Stadium Effects¶

The regression also provides insight into stadium-specific effects. After controlling for indoor vs. outdoor conditions, most stadiums do not have a statistically significant effect on kicking outcomes relative to AT&T Stadium. However, two stadiums show a statistically significant negative impact on field goal success:

  • Huntington Bank Field (Cleveland)
  • Gillette Stadium (New England)

These results are consistent with expectations. Cleveland frequently experiences strong winds from Lake Erie, while New England is known for cold temperatures and difficult late-season weather conditions.

Two stadiums show a statistically significant positive effect on field goal success:

  • EverBank Stadium (Jacksonville)
  • Nissan Stadium (Tennessee)

These locations tend to have milder weather conditions that may be more favorable for kicking.

Team Effects¶

The regression identifies statistically significant effects for three teams:

  • Baltimore Ravens
  • Pittsburgh Steelers
  • Kansas City Chiefs

Field goal attempts by these teams were 10.3%, 8.1%, and 6.2% more likely, respectively, to be successful than attempts by the Arizona Cardinals, holding all other variables constant.

Several factors may contribute to this difference. First, these organizations exhibited exceptional coaching stability during the period studied. All three teams retained the same head coach throughout the timeframe. In addition, the Chiefs and Steelers each had a single special teams coordinator, while the Ravens had only two. This level of stability is unusual in the NFL and likely reflects strong coaching quality, likely providing consistent special teams development as well as excellent in-game decision making.

Second, these teams employed elite kickers during the period analyzed:

  • The Steelers had Chris Boswell for the entire period.
  • The Chiefs had Harrison Butker for all seasons except 2016.
  • The Ravens had Justin Tucker for all seasons except 2025.

All three kickers have been widely regarded as among the best in the league, providing consistently reliable performance over time.

Conclusion¶

Through hypothesis testing and regression analysis, this study identifies several factors that have a measurable impact on field goal success in the NFL. Aside from kick distance, the clearest signal is the difference between indoor and outdoor environments. Field goals attempted outdoors are approximately 5.5% less likely to be successful than comparable kicks attempted indoors. In addition, four stadiums show statistically significant effects on kicking outcomes. The challenging weather conditions at Gillette Stadium in New England and Huntington Bank Field in Cleveland reduce field goal success rates by 4.5% and 5.8%, respectively, while the more favorable conditions at EverBank Stadium in Jacksonville and Nissan Stadium in Nashville increase success rates by 5.4% and 4.6%.

Equally important, the analysis suggests that several commonly held beliefs about field goal performance are not supported by the data. Denver’s high-altitude environment does not produce a statistically significant advantage in either hypothesis testing or regression analysis. Similarly, the rule change giving teams earlier access to K-balls does not appear to have increased field goal success beyond the existing year-over-year improvement trend.

These findings can provide useful insights for coaches making strategic decisions in the NFL. Understanding the environmental and contextual factors that influence kicking success can help teams better evaluate fourth-down decisions and optimize game strategy. Incorporating these probabilities into can provide valuable context when determining how aggressively to pursue a field goal attempt or how to best prepare for games in stadiums where kicking conditions are historically more challenging.