Fantasy Points Calculator Formula
Understand the math behind the fantasy points calculator. Each variable explained with a worked example.
Formulas Used
Total Fantasy Points
total_points = round((passing_yards * 0.04 + passing_tds * 4 + interceptions * (-2) + rushing_yards * 0.1 + rushing_tds * 6 + receptions * 1 + receiving_yards * 0.1 + receiving_tds * 6) * 10) / 10Passing Points
passing_pts = round((passing_yards * 0.04 + passing_tds * 4 + interceptions * (-2)) * 10) / 10Rushing Points
rushing_pts = round((rushing_yards * 0.1 + rushing_tds * 6) * 10) / 10Receiving Points
receiving_pts = round((receptions * 1 + receiving_yards * 0.1 + receiving_tds * 6) * 10) / 10Variables
| Variable | Description | Default |
|---|---|---|
passing_yards | Passing Yards | 280 |
passing_tds | Passing TDs | 2 |
interceptions | Interceptions Thrown | 1 |
rushing_yards | Rushing Yards | 15 |
rushing_tds | Rushing TDs | 0 |
receptions | Receptions | 0 |
receiving_yards | Receiving Yards | 0 |
receiving_tds | Receiving TDs | 0 |
How It Works
How Fantasy Football Points Are Calculated
Standard PPR Scoring
Worked Example
QB: 280 passing yards, 2 TDs, 1 INT, 15 rushing yards.
- 01Passing: 280 * 0.04 + 2 * 4 + 1 * (-2) = 11.2 + 8 - 2 = 17.2
- 02Rushing: 15 * 0.1 + 0 * 6 = 1.5
- 03Receiving: 0
- 04Total = 17.2 + 1.5 = 18.7 fantasy points
Frequently Asked Questions
What is PPR scoring?
PPR (Points Per Reception) awards 1 point per catch. This boosts the value of receivers and pass-catching running backs compared to standard scoring.
What is a good fantasy score?
In PPR, QBs scoring 20+ are solid, RBs/WRs scoring 15+ are good, and 25+ for any position is an excellent week.
Do different leagues use different scoring?
Yes. Standard scoring gives 0 for receptions. Half-PPR gives 0.5. Some leagues use different TD values or yardage bonuses.
Learn More
Guide
Fantasy Football Scoring Guide - How Points Are Calculated
Learn how fantasy football scoring works. Covers standard scoring, PPR, half-PPR, quarterback points, defensive scoring, and strategies for maximizing your team's total.
Ready to run the numbers?
Open Fantasy Points Calculator