Football Home

NCAA and NFL Passing Efficiency computation


This form will compute NCAA and NFL passing efficiency ratings

Att: Number of passes attempted (must be greater than zero).
Comp: Number of passes completed (must be between zero and attempts).
Yards: Number of yards passing.
TD: Number of passes for touchdowns (must be between zero and completions).
INT: Number of passes intercepted (must be between zero and [attempts minus completions]).
Once the data is entered, press this button to perform the computation.

FAQ 1. Where do the scaling factors used in the formula come from?

The NCAA formula is: [ { (8.4 * yards) + (330 * touchdowns) - (200 * interceptions) + (100 * completions) } / attempts ].

In 1979, when the NCAA developed the passing efficiency formula, they used average statistics from the previous 14 seasons of two-platoon football (which started in 1965). "8.4" was chosen so that the average passer would have a rating for yards-per-attempt and completion percentage of exactly 100. 330 (3.3 times touchdown percentage) and 200 (2.0 times interception percentage) were chosen to cancel each other out for the average passer.

Passing statistics have improved since the '60s and '70s (in part due to more liberal use-of-hands rules for offensive linemen), to the point where a rating of 100.0 is not an "average" passer but rather a fairly poor one.

FAQ 2. What about the NFL formula? How is it different?

The NCAA and NFL formulas are fundamentally similar, in that both compute the rating as the sum of points awarded in the same four categories:

  1. Completions-per-attempt (completion percentage),
  2. Yards-per-attempt,
  3. Interceptions-per-attempt, and
  4. Touchdowns-per-attempt.

The main differences between the formulas are:

  1. Those quantities are scaled differently. For example, the NFL awards 4.17 points per yard-per-attempt, while the NCAA awards 8.4.
  2. The more important difference is that the NFL values are "capped," while the NCAA values are not. For example, the NFL caps for completion percentage are 30% (low end) and 77.5% (high end). A passer who completes 90% of his passes gets the same score for completion percentage as one who completes 77.5%. A passer who completes 10% of his passes gets the same score for completion percentage as one who completes 30%.

Due to the "caps" the NFL formula is slightly harder to compute. Also, generally, NFL ratings are lower for the same statistics (a rating of 100 is an exceptional NFL passer, but a below-average NCAA passer).

For more information on the NFL formula, see this article on NFL.COM.


Here is how to set up a "canned" query to this form:


Football Home