Roboculator
Online CalculatorsCategoriesDate & EventsNews
Get Started
Online CalculatorsCategoriesDate & EventsNewsGet Started
Roboculator

Smart calculators for every challenge. Free, fast, and private.

Categories

  • Finance
  • Health
  • Math
  • Construction
  • Conversion
  • Everyday Life

Popular Tools

  • Date & Events
  • Loan Calculator
  • BMI Calculator
  • Percentage Calc
  • Latest News
  • Search All

Resources

  • Glossary
  • Topic Tags
  • News & Insights

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Editorial Policy
  • Disclaimer
© 2026 Roboculator. All rights reserved.
Roboculator

roboculator.com

  1. Home
  2. /Sports Calculators
  3. /Football (American) Calculators
  4. /Passer Rating Calculator

Passer Rating Calculator

Last updated: March 28, 2026

Calculator

Results

Passer Rating

105.1

Completion Component (a)

1.643

Yards Component (b)

1.286

TD Component (c)

1.714

INT Component (d)

1.661

Results

Passer Rating

105.1

Completion Component (a)

1.643

Yards Component (b)

1.286

TD Component (c)

1.714

INT Component (d)

1.661

The Passer Rating Calculator computes the official NFL passer rating — the league's primary metric for evaluating quarterback passing performance since its adoption in 1973. This formula, formally known as the NFL passer rating or traditional quarterback rating, distills a quarterback's passing statistics into a single composite number on a scale of 0 to 158.3, where higher values indicate superior performance. Despite being over five decades old, the NFL passer rating remains the most widely referenced quarterback efficiency metric in football broadcasting, journalism, and historical comparison.

The passer rating formula was developed by Don Smith of the Pro Football Hall of Fame in 1973 as an objective way to compare quarterback performance across eras and teams. It synthesizes four key passing statistics — completion percentage, yards per attempt, touchdown percentage, and interception percentage — into a single number. Each component is individually calculated, capped at a maximum value of 2.375 and a floor of 0, then combined and scaled to produce the final rating. This capping mechanism prevents any single exceptional category from disproportionately inflating the overall rating.

A perfect passer rating of 158.3 requires a quarterback to achieve specific thresholds in all four categories: a completion percentage of 77.5% or higher, yards per attempt of 12.5 or higher, a touchdown percentage of 11.875% or higher, and an interception percentage of 0%. In the modern NFL, a perfect game-level passer rating occurs several times per season, but sustaining a rating above 110 over a full season is considered elite. The all-time single-season record is held by Aaron Rodgers, who posted a 122.5 rating during the 2011 season.

Understanding the individual components helps quarterbacks and coaches identify specific strengths and weaknesses. The completion component rewards quarterbacks who complete a high percentage of passes — the baseline is set at 30%, and each percentage point above that earns credit. The yards component rewards efficient passing that generates significant yardage per attempt — the baseline is 3.0 yards per attempt, rewarding quarterbacks who consistently push the ball downfield. The touchdown component rewards scoring efficiency on a per-attempt basis, while the interception component rewards ball security by penalizing turnovers.

Critics of the passer rating formula point to several limitations. It does not account for yards after catch (which credit quarterback accuracy for receiver ability), sacks (which reflect a combination of offensive line quality and pocket presence), rushing ability (increasingly important in modern football), game context (garbage time statistics carry equal weight to clutch performance), or the difficulty of throws attempted. These shortcomings led ESPN to develop its own Total Quarterback Rating (Total QBR) in 2011, which incorporates play-by-play win probability and accounts for many of these factors.

Despite its limitations, the NFL passer rating endures because of its simplicity, transparency, and historical continuity. Every quarterback in NFL history has a passer rating computed using the same formula, enabling meaningful comparisons across decades. The league uses it in official record books, Pro Bowl selections, and media guides. Coaches use it as one of many evaluation tools, understanding its strengths and weaknesses in context.

This calculator displays all four intermediate components alongside the final rating, giving you visibility into which aspects of a quarterback's performance are driving their overall number. Whether you are analyzing a single game, a full season, or a career, the Passer Rating Calculator provides instant, accurate results using the exact formula employed by the NFL since 1973.

Visual Analysis

How It Works

The NFL passer rating is computed from four component calculations, each based on per-attempt rates, clamped between 0 and 2.375.

Component \(a\) — Completion Percentage:

$$a = \text{clamp}\left(\left(\frac{\text{COMP}}{\text{ATT}} - 0.3\right) \times 5,\; 0,\; 2.375\right)$$

Component \(b\) — Yards per Attempt:

$$b = \text{clamp}\left(\left(\frac{\text{YDS}}{\text{ATT}} - 3\right) \times 0.25,\; 0,\; 2.375\right)$$

Component \(c\) — Touchdown Percentage:

$$c = \text{clamp}\left(\frac{\text{TD}}{\text{ATT}} \times 20,\; 0,\; 2.375\right)$$

Component \(d\) — Interception Percentage (inverse):

$$d = \text{clamp}\left(2.375 - \frac{\text{INT}}{\text{ATT}} \times 25,\; 0,\; 2.375\right)$$

The final passer rating combines all four:

$$\text{Passer Rating} = \frac{a + b + c + d}{6} \times 100$$

The maximum possible rating is \(\frac{2.375 \times 4}{6} \times 100 = 158.\overline{3}\), and the minimum is 0.

Understanding Your Results

NFL passer rating benchmarks: above 100 is excellent (Pro Bowl caliber), 90-100 is very good, 80-90 is above average, 70-80 is average, and below 70 is below average. A rating of 158.3 is a perfect game.

The four component values (each 0 to 2.375) reveal where performance excels or lags. A completion component near 2.375 indicates exceptional accuracy, while a low interception component suggests too many turnovers. Balanced components indicate well-rounded performance, while extreme variation suggests a quarterback who excels in one area but struggles in another.

Remember that passer rating does not account for rushing, sacks taken, or game context. Use it alongside other metrics for a complete quarterback evaluation.

Worked Examples

Strong NFL Game — 22/35, 285 yds, 3 TD, 1 INT

Inputs

completions22
attempts35
passing yards285
touchdowns3
interceptions1

Results

passer rating108.6
completion component1.643
yards component1.286
td component1.714
int component1.661

a = (22/35-0.3)×5 = (0.629-0.3)×5 = 1.643. b = (285/35-3)×0.25 = (8.14-3)×0.25 = 1.286. c = (3/35)×20 = 1.714. d = 2.375-(1/35)×25 = 2.375-0.714 = 1.661. Rating = (1.643+1.286+1.714+1.661)/6×100 = 108.6.

Perfect Passer Rating Game — 25/30, 380 yds, 4 TD, 0 INT

Inputs

completions25
attempts30
passing yards380
touchdowns4
interceptions0

Results

passer rating158.3
completion component2.375
yards component2.375
td component2.375
int component2.375

a = (25/30-0.3)×5 = 2.833 → capped at 2.375. b = (380/30-3)×0.25 = 2.417 → capped at 2.375. c = (4/30)×20 = 2.667 → capped at 2.375. d = 2.375-0 = 2.375. All components hit maximum, so rating = (2.375×4)/6×100 = 158.3.

Frequently Asked Questions

A perfect NFL passer rating is 158.3. This occurs when all four components reach their maximum value of 2.375. To achieve this, a quarterback needs a completion percentage of at least 77.5%, yards per attempt of at least 12.5, a touchdown percentage of at least 11.875%, and zero interceptions. While a perfect single-game rating happens several times per season across the league, no quarterback has ever achieved a perfect rating over a full season.

NFL passer rating (scale 0-158.3) uses only four basic passing statistics and treats every attempt equally regardless of game situation. ESPN's Total QBR (scale 0-100) is a more advanced metric that incorporates expected points added, win probability, accounts for strength of opponent, includes rushing plays, adjusts for garbage time, and assigns responsibility between quarterback, receivers, and offensive line. QBR is generally considered more comprehensive but less transparent.

The maximum of 158.3 (actually 158.⅓) results from the formula's structure: four components each capped at 2.375, summed and divided by 6, then multiplied by 100. So (2.375 × 4) / 6 × 100 = 9.5 / 6 × 100 = 158.⅓. The seemingly arbitrary cap of 2.375 was chosen to set the 'average' quarterback rating at roughly 66.7 based on 1970s era statistics, though the modern average has risen to approximately 88-92 due to rule changes favoring passing.

In the modern NFL, a season passer rating above 100 is considered excellent and typically places a quarterback among the league's top 5-8 starters. A rating of 90-100 is very good, 80-90 is above average, and 70-80 is roughly league average. Below 70 is below average and may indicate a struggling quarterback. The league-wide average has risen from about 70 in the 1970s to approximately 90 in recent seasons due to rule changes protecting passers and receivers.

No, the NFL passer rating formula does not include sacks. Sacked plays are not counted as pass attempts, so a quarterback who holds the ball too long and takes sacks is not penalized in the passer rating formula. This is considered one of the formula's major shortcomings, since sacks represent negative plays that reduce offensive efficiency. Some adjusted metrics, like the adjusted net yards per attempt (ANY/A), incorporate sacks into the calculation.

The same formula applies to all eras, but direct comparison requires context. Rule changes since the 1970s — including restrictions on defensive contact with receivers, roughing the passer protections, and emphasis on pass interference — have made passing easier and inflated passer ratings league-wide. A 90.0 rating in 1980 was exceptional (top 2-3 in the league), while the same rating in 2024 is merely above average. Era-adjusted comparisons use ranking relative to league average rather than raw values.

Sources & Methodology

NFL.com Official Passer Rating formula. Pro Football Reference (pro-football-reference.com). Smith, D. (1973). NFL Passer Rating system documentation, Pro Football Hall of Fame. ESPN Stats & Information Group. Football Outsiders analytical methodology publications.
R

Roboculator Team

The Roboculator Team explains calculations, planning tools, and practical formulas in clear language for real-life situations.

How helpful was this calculator?

Be the first to rate!

Related Calculators

Completion Percentage Calculator

Football (American) Calculators

NFL Draft Pick Value Calculator

Football (American) Calculators

40-Yard Dash to Speed Calculator

Football (American) Calculators