Audited ·Last updated 28 Jul 2026·6 citations·Tier 1·0 uses

Passer Rating Calculator (NFL and NCAA)

Free passer rating calculator using the official NFL formula with all four 2.375 component caps, plus the separate NCAA pass-efficiency formula.

Passer Rating Calculator

Rating system
Every forward pass thrown, completed or not. Sacks are NOT pass attempts in either system — they are excluded from the box-score passing line entirely.
Passes caught by an eligible receiver on the passer's own team. Cannot exceed attempts.
Gross passing yards. In the NFL an individual passer's yardage already excludes yards lost on sacks — those are charged to the team, not to the passing line.
Passes that resulted in a touchdown. Cannot exceed completions.
Passes intercepted by the defence. Cannot exceed the number of incompletions.
Passer rating
99.0833
The rating on the selected system's scale. NFL: 0 to a maximum of 158.3, with 66.7 as the fixed average standard. NCAA: unbounded in both directions, calibrated so 100.0 is average.
Completion percentage
66.00
Yards per attempt
7.6 yds
Touchdown percentage
5.60
Interception percentage
2.00
Where this sits on the scale
99.1 is above 66.7, the rating produced by the NFL's fixed average standard of 1.000 in every category.

Background.

This passer rating calculator implements two formulas that share a name and share almost nothing else. Pick the NFL system and you get the rating the league has used to crown its passing leader since 1973, bounded between 0 and 158.3. Pick the NCAA system and you get college football's pass-efficiency rating, which is unbounded, routinely produces numbers above 200, and is built from a completely different set of multipliers. Feeding a college stat line into an NFL calculator, or the reverse, produces a number that means nothing — which is exactly why this page makes you choose first.

The NFL formula is the one people get wrong. It has four components: completion percentage, yards per attempt, touchdown percentage and interception percentage. Each is converted to a point value, and each of those four point values is then clamped into the range 0 to 2.375 before anything is added up. That clamping is not an optional refinement. The league's own Record & Fact Book spells out the floor and the ceiling for every component — award zero points below 30.0% completions, award 2.375 above 77.5%; award zero below 3.0 yards per attempt, award 2.375 above 12.5; award 2.375 above an 11.875% touchdown rate; award zero once the interception rate passes 9.5%. A calculator that skips those caps agrees with the official number for an ordinary season and disagrees violently for a single game, which is precisely when people reach for a calculator. A quarterback who goes 4-for-4 for 120 yards and 2 touchdowns has an uncapped score well past 200; his actual passer rating is the perfect 158.3, because all four components are pinned at the maximum.

The reason the caps exist at all is the reason the whole formula exists. In 1971 the league asked a committee led by Don Smith of the Pro Football Hall of Fame to replace a ranking system that scored passers relative to their peers each season, which made cross-era comparison impossible. The replacement fixed the standard permanently against the statistical achievements of qualified passers from 1960 onward: 1.000 in a category is average, 2.000 is exceptional, and 2.375 is the most any one category can contribute. Fixing the scale is what lets you say that a 122.5 season in 2011 and a 119.6 season in 2024 are directly comparable, and capping the categories is what stops one freak number in one column from carrying a bad passing line to a good rating.

The NCAA took the opposite design decision. Its pass-efficiency rating, defined in the NCAA Football Statisticians' Manual, is a straight weighted sum: completion percentage, plus 8.4 times yards per attempt, plus 3.3 times touchdown percentage, minus 2.0 times interception percentage. Nothing is capped and nothing is floored, so a quarterback who throws four touchdowns on eight attempts posts a rating that would be arithmetically impossible in the NFL system. The multipliers were chosen so that 100.0 lands on the average FBS quarterback, and the manual says so explicitly. The consequence is that the two scales are not convertible: there is no multiplier that turns an NCAA rating into an NFL rating, because the NFL formula throws away information the NCAA formula keeps.

Below the widget you will find the full derivation of both formulas with every constant sourced to the governing body that published it, a worked example reproducing the NFL's own 2011 Aaron Rodgers calculation step by step, an explanation of what a perfect 158.3 actually requires, the reason 66.7 rather than 100 is the NFL's average, an honest account of what passer rating leaves out — sacks, rushing, drops, pressure, game situation and every yard gained after the catch — and where the modern box-score alternatives such as adjusted net yards per attempt pick up the slack. The calculator is dispatched at passerRating.calculate inside the Quanta engine and is covered by unit tests pinned to the league's published figures, so the number here is the number the NFL prints.

What is passer rating calculator?

Passer rating is a single number summarising a quarterback's box-score passing line. In the NFL it is the league's official measure for determining the annual passing champion and has been since 1973. It takes exactly five inputs — attempts, completions, passing yards, touchdown passes and interceptions — and returns a value between 0 and 158.3. The four rate statistics derived from those inputs (completion percentage, yards per attempt, touchdown percentage, interception percentage) are each converted to a point score in which 1.000 represents the fixed historical average, 2.000 represents exceptional performance, and 2.375 is the hard maximum. The four point scores are averaged, then multiplied by 100 and divided by the average of 1.5 that would produce 100 — in practice, summed, divided by six, and multiplied by one hundred. The NCAA's pass-efficiency rating answers the same question with the same five inputs but a different arithmetic: it adds completion percentage to 8.4 times yards per attempt, adds 3.3 times touchdown percentage, and subtracts 2.0 times interception percentage, with no bounds at either end. It is calibrated so that 100.0 is the average. Both systems are deliberately narrow. Neither counts sacks, rushing yards, fumbles, dropped passes, throwaways, defensive pass interference, or anything about the game situation in which a pass was thrown. The NFL Record & Fact Book is blunt about the limitation in the same section that defines the formula: the system rates passers, not quarterbacks, and statistics do not reflect leadership, play-calling and other intangible factors.

How to use this calculator.

  1. Choose the rating system first. Use NFL for any professional line and for high-school or fantasy contexts that copy the NFL scale; use NCAA for college football. A number produced by the wrong system is not a rescaled version of the right one — it is a different statistic.
  2. Enter pass attempts. Sacks are never pass attempts. Spikes to stop the clock and intentional throwaways both count as attempts (and as incompletions), which is why a quarterback's completion percentage is always slightly lower than the share of catchable balls his receivers caught.
  3. Enter completions and passing yards. Use gross passing yards; an NFL individual passing line already excludes yards lost on sacks, so no adjustment is needed.
  4. Enter touchdown passes and interceptions. The calculator rejects lines that cannot happen — more touchdowns than completions, or more interceptions than incompletions — because those are the two most common data-entry slips.
  5. Read the primary result against the band text underneath it. For the NFL, 66.7 is the fixed average standard and 133.3 is the level the league itself calls exceptional; for the NCAA, 100.0 is the designed average.
  6. Use the four component percentages to see which category is actually driving the rating. If any of them is already outside the NFL's cap range — under 30% or over 77.5% completions, under 3.0 or over 12.5 yards per attempt, over 11.875% touchdowns, over 9.5% interceptions — then improving that category further cannot move the rating at all.

The formula.

NFL: R = [ min(max(a,0),2.375) + min(max(b,0),2.375) + min(max(c,0),2.375) + min(max(d,0),2.375) ] ⁄ 6 × 100

The NFL formula, exactly as the league's Record & Fact Book sets it out, runs in four steps and then a fifth.

Step one, completions. Take completion percentage, subtract 30, multiply by 0.05. Equivalently, ((completions ÷ attempts) − 0.3) × 5. If the result is below zero — completion percentage under 30.0 — award zero. If it is above 2.375 — completion percentage above 77.5 — award 2.375.

Step two, yards. Take yards per attempt, subtract 3, multiply by 0.25. If the result is below zero — under 3.0 yards per attempt — award zero. If it is above 2.375 — above 12.5 yards per attempt — award 2.375.

Step three, touchdowns. Multiply touchdown percentage by 0.2, equivalently (touchdowns ÷ attempts) × 20. If the result exceeds 2.375 — a touchdown rate above 11.875% — award 2.375.

Step four, interceptions. Multiply interception percentage by 0.25 and subtract the result from 2.375. If that goes below zero — an interception rate above 9.5% — award zero. A passer with no interceptions at all receives the full 2.375.

Step five. Add the four capped values, divide by six, multiply by one hundred. Six is not arbitrary: four categories each averaging 1.000 sum to 4.000, and 4 ÷ 6 × 100 = 66.7, which is the average passer rating by construction. Four categories at the 2.375 maximum sum to 9.5, and 9.5 ÷ 6 × 100 = 158.33, published as 158.3 — the perfect rating.

The NCAA formula is a single expression with no branching. Rating = completion percentage + 8.4 × (yards ÷ attempts) + 3.3 × (touchdown percentage) − 2.0 × (interception percentage). Expanded over a common denominator it is the familiar (8.4 × yards + 330 × touchdowns + 100 × completions − 200 × interceptions) ÷ attempts, which is the same thing written differently. The manual notes that the multipliers 8.4, 3.3 and 2.0 were chosen to make 100.0 the average quarterback or team rating. One practical consequence of having no floor is that the NCAA rating can be negative: a quarterback who throws one completion and ten interceptions on twenty attempts rates −92.9, a number the NFL system cannot produce because it stops at zero.

One precision note. The NCAA manual's own sample calculation rounds each of its four factors to two decimal places before summing, and prints 161.71 for its example line. Carrying full precision through and rounding once at the end gives 161.7036, which displays as 161.70. This calculator carries full precision — the 0.01 difference is the manual's intermediate rounding, not a disagreement about the formula.

A worked example.

Example

The NFL Record & Fact Book uses Aaron Rodgers' 2011 season as its own worked example, so it is the right line to check a calculator against. Rodgers completed 343 of 502 passes for 4,643 yards with 45 touchdowns and 6 interceptions. Component a: his completion percentage is 68.33, minus 30 is 38.33, times 0.05 is 1.916. Component b: 4,643 ÷ 502 is 9.25 yards per attempt, minus 3 is 6.25, times 0.25 is 1.562. Component c: 45 touchdowns on 502 attempts is 8.96%, times 0.2 is 1.793. Component d: 6 interceptions on 502 attempts is 1.20%, times 0.25 is 0.299, and 2.375 minus 0.299 is 2.076. None of the four is outside the 0 to 2.375 band, so no cap fires. The sum is 7.348; divided by six that is 1.2246; multiplied by one hundred it is 122.46, which the league publishes as 122.5 — the highest qualifying single-season passer rating in NFL history. The calculator returns 122.4601593625 before display rounding, and the four component percentages alongside it: 68.33% completions, 9.25 yards per attempt, 8.96% touchdowns and 1.20% interceptions. Notice how much room Rodgers still had in three of the four categories despite setting the record: 77.5% completions, 12.5 yards per attempt and 11.875% touchdowns are the levels at which each component would have maxed out, and only the interception component was close to its ceiling. That is the arithmetic reason the record has stood — a perfect 158.3 requires simultaneously reaching all four ceilings, something no qualifying season has ever come close to.

touchdowns45
passing Yards4,643
leaguenfl
completions343
interceptions6
attempts502

Frequently asked questions.

What is a perfect passer rating, and what does it take?
A perfect NFL passer rating is 158.3 — precisely 2.375 × 4 ÷ 6 × 100 = 158.333, published to one decimal place. It requires all four components to be at their 2.375 maximum simultaneously: a completion percentage of at least 77.5, at least 12.5 yards per attempt, a touchdown rate of at least 11.875%, and zero interceptions. Because the components are capped rather than continuous, a perfect rating is far easier over a small number of attempts than over a season — a quarterback who goes 8-for-9 for 130 yards with 2 touchdowns and no picks clears all four thresholds, whereas no qualifying full season in league history has. The highest qualifying season on record is Aaron Rodgers' 122.5 in 2011.
Why is 66.7 the average passer rating instead of 100?
Because the scale was built from the components upward, not chosen to land on a round number. Each of the four categories is defined so that 1.000 is the historical average performance in that category, based on qualified passers from 1960 onward. Four categories averaging 1.000 sum to 4.000, and the final step divides by six and multiplies by one hundred: 4 ÷ 6 × 100 = 66.67. The divisor of six is what sets the maximum at a tidy 158.3 rather than the average at a tidy 100. The NCAA made the opposite choice — it picked its multipliers specifically so that the average would land on 100.0 — which is one more reason the two numbers are not comparable.
Does the NFL formula really cap each component at 2.375?
Yes, and the caps are stated explicitly by the league. The Record & Fact Book gives a floor and a ceiling for each component in the same paragraph that defines it: zero points below 30.0% completions and 2.375 above 77.5%; zero below 3.0 yards per attempt and 2.375 above 12.5; 2.375 above an 11.875% touchdown rate; zero once the interception rate exceeds 9.5%. Skipping the caps is the single most common error in third-party passer rating tools. It makes no difference to a typical full season, where no component is near its bound, and an enormous difference to a single game or a short sample, where they routinely bind.
Is the NCAA passer rating the same formula on a different scale?
No. They are structurally different formulas and no conversion exists between them. The NCAA rating is completion percentage + 8.4 × yards per attempt + 3.3 × touchdown percentage − 2.0 × interception percentage, with no caps and no floors. Because the NFL formula clamps each component, two passing lines that produce different NCAA ratings can produce the identical NFL rating — information is genuinely destroyed by the caps, so it cannot be recovered by rescaling. The NCAA rating is also unbounded above and can be negative, neither of which is possible in the NFL system.
Are sacks included in passer rating?
No, and this is the formula's largest structural blind spot. Sacks are not pass attempts, sack yardage is not charged against an individual passer's passing yards in the NFL box score, and neither appears anywhere in either formula. A quarterback who is sacked eight times for sixty yards and one who is sacked once for six can post identical passer ratings on identical passing lines. This is exactly the gap that adjusted net yards per attempt was designed to close by moving sacks into both the numerator and the denominator.
Why does the calculator reject some stat lines?
It rejects lines that cannot physically occur, because those are almost always typing slips rather than real data. Completions cannot exceed attempts. Touchdown passes cannot exceed completions, since every touchdown pass is by definition a completion. Interceptions cannot exceed incompletions, since every interception is by definition an incompletion. And attempts must be at least one, because every component of both formulas divides by attempts. If a rejection surprises you, re-check which column you copied — mixing a rushing touchdown total into the passing line is the usual culprit.
How does passer rating differ from ESPN's Total QBR?
They answer different questions from different data. Passer rating is a closed-form function of five box-score numbers that anybody can compute by hand. Total QBR is a proprietary model built on play-by-play charting: it uses expected points added on every play, divides the credit for each play between the quarterback, his receivers and his offensive line using air yards, yards after catch and whether the passer was under pressure, includes scrambles, designed runs, sacks and some penalties, adjusts for defensive strength and garbage time, and finally maps the result onto a 0–100 scale with a logistic regression. ESPN publishes the methodology in outline but not the coefficients, and the charted inputs — drops, pressures, air yards — are not in any public box score. There is no way to compute Total QBR from a box-score line, which is why Quanta does not offer a QBR calculator.
What passer rating counts as good?
Read it against the anchors the league publishes rather than against a rule of thumb. In the NFL system, 66.7 is average by construction and 133.3 is the rating produced by the 2.000-per-category performance the Record & Fact Book calls exceptional; anything above 100 is a strong modern season and anything above 110 is usually a league-leading one. Note that the standard was fixed to 1960s data and passing has become far more efficient since, so a rating of 90 is a below-average modern season despite being well above the formula's stated average. In the NCAA system the anchor is simply 100.0, and FBS leaders typically post ratings between 160 and 200.
Can passer rating be calculated for a single game or a single drive?
Yes — the Record & Fact Book states that the same formula can be used for any player who attempts at least one pass. Short samples are where the caps matter most: a single completed touchdown pass on one attempt produces a maxed touchdown component, a maxed yards component and a maxed completion component, so the rating is 158.3 for anything from a 1-yard score to an 80-yard one. That flattening is a feature of the design at season length and a genuine limitation at game length, and it is why single-game passer ratings cluster hard at the 158.3 ceiling and the 0 floor.
Does this calculator work for pre-1973 NFL seasons?
It will compute a number from any line you give it, but that number is not what the league recognised at the time. The current system was adopted in 1973; before that the NFL ranked passers relative to the rest of the qualifying field each season rather than against a fixed standard, so historical rankings from those years cannot be reproduced by this or any other formula. Modern reference sources retroactively apply the 1973 formula to older seasons for comparison, and that is what this calculator does too — but the retroactive figure and the contemporaneous ranking are different things.

References& sources.

  1. [1]National Football League (2025). 2025 NFL Record & Fact Book, 'Inside the Numbers' (p. 314). The league's own definition of the passer rating system: the four categories, the 0.05 / 0.25 / 0.2 / 0.25 multipliers, the explicit zero floor and 2.375 ceiling for each component, the 1.000 average and 2.000 exceptional standards, the 158.3 maximum, and the worked Aaron Rodgers 2011 example reproduced on this page.
  2. [2]NCAA (2009). Official 2009 Football Statistics Rules (Football Statisticians' Manual), rule 16 'Pass Efficiency'. Source of the NCAA formula implemented here — 'multiply a player's yards per attempt by 8.4, add his completion percentage, add his touchdown percentage multiplied by 3.3, then subtract his interception percentage multiplied by 2' — together with the sample compilation (166 attempts, 98 completions, 1,567 yards, 16 TD, 7 INT) and the note that the multipliers make 100.0 the average rating. Wording is identical in the 2005 and 2008 editions.
  3. [3]NCAA. Policies and Guidelines — Statistics. Source of the qualifying-minimum rules that govern published passing-efficiency leaderboards, including the adjustment applied when a passer falls short of the attempt minimum (add the shortfall in attempts and the same number of interceptions).
  4. [4]National Football League (2025). Official Playing Rules of the National Football League, Rule 11 Section 1 Article 2 (value of scores: touchdown 6 points, field goal 3, safety 2, try 1 or 2) and Rule 4 Section 1 Article 1 (60-minute game). Used for the scoring context in which a passing touchdown is worth 20 attempt-equivalents in the rating's weighting.
  5. [5]Sports Reference LLC. Pro-Football-Reference glossary, entries for AY/A, NY/A and ANY/A — the box-score successors to passer rating that fold sacks into both the numerator and the denominator. Archived snapshot cited because the live page returns HTTP 403 to non-browser clients.
  6. [6]Katz, S. & Burke, B. (ESPN Stats & Information). 'How is Total QBR calculated? We explain our (improved) QB rating.' Source for the comparison between passer rating and Total QBR, including the charted inputs (air yards, drops, pressure), the division of credit, the garbage-time adjustment and the logistic scaling — none of whose coefficients ESPN publishes.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 590 calculators remain free
  • No billing is enabled
Coming soon