Skip to main content

Fantasy Points Projection Calculator

Calculate fantasy points projection with our free tool. Get data-driven results, visualizations, and actionable recommendations.

Skip to calculator
AI & Predictive Tools

Fantasy Points Projection

Calculate fantasy football points for any stat line. Compare standard, half-PPR, and full PPR scoring. Project weekly and season totals with floor/ceiling estimates.

Last updated: December 2025

Calculator

Adjust values & calculate
Total Fantasy Points (standard)
19.0
Passing
18.0
Rushing
3.0
Receiving
0.0
Penalties
-2.0
Floor
12.4
Projected
19.0
Ceiling
25.6
All Scoring Formats
standard
19.0
half ppr
19.0
full ppr
19.0
Season Projection (17 games)
323 pts
With Bonuses
323 pts
Your Result
Total: 19.0 pts (standard) | Floor: 12.4 | Ceiling: 25.6 | Season: 323 pts
Share Your Result
Understand the Math

Formula

Points = PassYds/25 + PassTD*4 + RushYds/10 + RushTD*6 + RecYds/10 + RecTD*6 + Rec*PPR - INT*2 - FUM*2

Standard fantasy scoring awards 1 point per 25 passing yards, 4 per passing TD, 1 per 10 rushing/receiving yards, 6 per rushing/receiving TD. Interceptions and fumbles each lose 2 points. PPR adds 0.5 or 1.0 points per reception. Bonus points are awarded for milestone performances (300+ pass yards, 100+ rush/rec yards).

Last reviewed: December 2025

Worked Examples

Example 1: Elite QB Game Projection

A quarterback throws for 300 yards and 3 TDs, rushes for 40 yards, and throws 1 interception. Calculate points in standard, half-PPR, and full PPR.
Solution:
Passing: 300/25 = 12 pts + 3 TDs * 4 = 12 pts = 24 passing pts Rushing: 40/10 = 4 pts Penalties: 1 INT * -2 = -2 pts Total = 24 + 4 + (-2) = 26 pts (same in all formats — QBs are not affected by PPR) Bonus: 300 passing yards = +3 pts Total with bonus: 29 pts
Result: 26 fantasy points (29 with 300-yard bonus). This is a strong QB1 performance in any format.

Example 2: PPR Impact on Pass-Catching RB

A running back: 60 rushing yards, 1 rushing TD, 7 receptions, 55 receiving yards. Compare scoring formats.
Solution:
Standard: 60/10 + 6 + 55/10 = 6 + 6 + 5.5 = 17.5 pts Half-PPR: 17.5 + 7 * 0.5 = 17.5 + 3.5 = 21.0 pts Full PPR: 17.5 + 7 * 1.0 = 17.5 + 7.0 = 24.5 pts PPR adds 7 points (40% increase), making this RB an elite performer in PPR.
Result: Standard: 17.5 | Half-PPR: 21.0 | Full PPR: 24.5. PPR scoring adds 40% for this pass-catching back.
Expert Insights

Background & Theory

The Fantasy Points Projection applies the following established principles and formulas. Large language models process text by breaking it into tokens, sub-word units produced by algorithms such as byte-pair encoding. In English, one token approximates four characters or three-quarters of a word on average, though this ratio varies considerably across languages and code. A 1000-word document typically requires around 1300 to 1500 tokens. Token count drives both context window constraints and inference billing, making accurate estimation essential for budgeting API usage. The capability of a neural network scales primarily with its parameter count. Parameters are the numerical weights adjusted during training via gradient descent. GPT-3 contains 175 billion parameters; larger models in the trillion-parameter range require correspondingly greater compute and memory. Training compute is measured in floating-point operations (FLOPs): the Chinchilla scaling laws derived by Hoffmann et al. in 2022 show that optimal training allocates roughly 20 tokens per parameter, meaning a 70B-parameter model benefits from approximately 1.4 trillion training tokens. Inference latency depends on model size, hardware, and batching strategy. Running a 7B-parameter model in FP16 precision requires roughly 14 GB of GPU VRAM (2 bytes per parameter), while INT8 quantisation halves this to around 7 GB with modest quality loss, and INT4 reduces it to approximately 3.5 GB. This quantisation trade-off between memory, speed, and accuracy is central to deploying models on consumer hardware. Perplexity measures how surprised a language model is by a given text corpus; lower perplexity indicates better predictive accuracy. Embedding dimensions determine the size of the dense vector representations used to encode semantic meaning. Models like OpenAI's text-embedding-ada-002 produce 1536-dimensional vectors, while compact models may use 384 dimensions. Context window size defines the maximum token span a model can attend to in a single forward pass. Extending context windows from 4K to 128K tokens enables document-scale reasoning but substantially increases memory requirements, as the attention mechanism scales quadratically with sequence length without architectural modifications such as flash attention.

History

The history behind the Fantasy Points Projection traces back through the following developments. The mathematical neuron model published by Warren McCulloch and Walter Pitts in 1943 first proposed that logical functions could be computed by networks of simple threshold units, planting the seed of neural computation. Frank Rosenblatt's Perceptron, introduced in 1957 and implemented in custom hardware by 1960, could learn linear classifiers from examples and generated enormous public excitement before Marvin Minsky and Seymour Papert's 1969 book rigorously analysed its fundamental limitations, demonstrating it could not learn the simple XOR function. The first AI winter, roughly 1974 to 1980, followed as funding agencies in the US and UK grew disillusioned with unrealised promises. A second wave of interest during the 1980s produced rule-based expert systems deployed in medicine and finance, and saw the re-derivation of backpropagation by Rumelhart, Hinton, and Williams in 1986, making it practical to train multi-layer networks on real problems. A second winter from 1987 to 1993 followed as expert systems proved brittle and hardware remained insufficient for genuine deep learning. The deep learning revival crystallised at the ImageNet Large Scale Visual Recognition Challenge in 2012, when Alex Krizhevsky's convolutional network AlexNet slashed the top-5 error rate by nearly 11 percentage points compared to the prior year's winner. This demonstrated that deep networks trained on GPUs with large labelled datasets could achieve human-competitive image recognition. Subsequent years saw rapid advances in recurrent networks, sequence-to-sequence models, and the attention mechanism, culminating in the transformer architecture introduced by Vaswani et al. in 2017. OpenAI released GPT-1 in 2018, demonstrating that unsupervised pre-training on large text corpora followed by task-specific fine-tuning could transfer knowledge broadly across language tasks. GPT-2 in 2019 demonstrated surprisingly fluent long-form text generation. GPT-3 in 2020, with 175 billion parameters, showed that scale alone could unlock few-shot learning. Kaplan et al.'s 2020 scaling laws paper provided the theoretical grounding. ChatGPT launched in November 2022, reaching one million users within five days and igniting mainstream global awareness of large language models.

Share this calculator

Explore More

Frequently Asked Questions

Fantasy football points are calculated by converting real NFL statistics into a point system. The most common standard scoring awards 1 point per 25 passing yards, 4 points per passing touchdown, 1 point per 10 rushing yards, 6 points per rushing/receiving touchdown, and -2 points per interception or fumble lost. PPR (Points Per Reception) leagues add 1 point per catch, making pass-catching running backs and slot receivers more valuable. Half-PPR adds 0.5 per reception as a middle ground. These scoring differences significantly change player valuations — for example, a running back with 5 receptions for 30 yards scores 3 points in standard but 8 points in full PPR.
Weekly fantasy point expectations vary by position and format. For standard scoring: Elite QBs average 20-25 points per week, with top performances reaching 35+. RB1s average 15-20 points, WR1s average 14-18 points, and TE1s average 10-15 points. In PPR, add 3-8 points for pass-catchers. A "startable" floor is generally 10+ points for QBs, 8+ for RBs and WRs, and 6+ for TEs. Boom-bust players might score 5 one week and 30 the next, while consistent players stay in the 12-18 range. For season-long success, prioritize players with high floors (consistent production) over those with high ceilings but low floors.
Many leagues award bonus points for milestone performances: typically 3 points for 300+ passing yards, 3 points for 100+ rushing yards, and 3 points for 100+ receiving yards. Some leagues also award bonuses for 400+ passing yards (5 points) or 40+ yard touchdowns (2 points). These bonuses disproportionately benefit elite players who consistently hit milestones. A quarterback averaging 290 passing yards gets no bonus, while one averaging 310 yards gets 3 extra points most weeks — a significant advantage over a full season. When evaluating players for bonus leagues, target those who frequently approach milestone thresholds rather than those with high averages who rarely hit the targets.
Season projections multiply weekly averages by 17 games (current NFL season length), then adjust for bye weeks, injuries, and schedule difficulty. A QB averaging 20 points per week projects to 340 points over 17 games, but realistically plays 15-16 games (missing bye week and possibly a game to injury/rest). Apply a 5-10% reduction for injury risk. Schedule matters too — QBs facing weak pass defenses can score 20-30% more than their average, while tough defensive matchups can reduce output by 10-20%. Use targets and snap counts as leading indicators rather than pure statistics, as they better predict future production. Regression to the mean is real — players with extreme early-season numbers usually normalize.
You may use the results for reference and educational purposes. For professional reports, academic papers, or critical decisions, we recommend verifying outputs against peer-reviewed sources or consulting a qualified expert in the relevant field.
All calculations use established mathematical formulas and are performed with high-precision arithmetic. Results are accurate to the precision shown. For critical decisions in finance, medicine, or engineering, always verify results with a qualified professional.
Educational Note: This calculator is provided for educational and informational purposes. Results are based on the formulas and inputs provided. Always verify important calculations independently. NovaCalculator processes calculator inputs client-side; optional analytics follow visitor consent settings. © 2024–2026 NovaCalculator.

Share this calculator

Formula

Points = PassYds/25 + PassTD*4 + RushYds/10 + RushTD*6 + RecYds/10 + RecTD*6 + Rec*PPR - INT*2 - FUM*2

Standard fantasy scoring awards 1 point per 25 passing yards, 4 per passing TD, 1 per 10 rushing/receiving yards, 6 per rushing/receiving TD. Interceptions and fumbles each lose 2 points. PPR adds 0.5 or 1.0 points per reception. Bonus points are awarded for milestone performances (300+ pass yards, 100+ rush/rec yards).

Frequently Asked Questions

How are fantasy football points calculated?

Fantasy football points are calculated by converting real NFL statistics into a point system. The most common standard scoring awards 1 point per 25 passing yards, 4 points per passing touchdown, 1 point per 10 rushing yards, 6 points per rushing/receiving touchdown, and -2 points per interception or fumble lost. PPR (Points Per Reception) leagues add 1 point per catch, making pass-catching running backs and slot receivers more valuable. Half-PPR adds 0.5 per reception as a middle ground. These scoring differences significantly change player valuations — for example, a running back with 5 receptions for 30 yards scores 3 points in standard but 8 points in full PPR.

What is a good fantasy points total for a weekly starter?

Weekly fantasy point expectations vary by position and format. For standard scoring: Elite QBs average 20-25 points per week, with top performances reaching 35+. RB1s average 15-20 points, WR1s average 14-18 points, and TE1s average 10-15 points. In PPR, add 3-8 points for pass-catchers. A \"startable\" floor is generally 10+ points for QBs, 8+ for RBs and WRs, and 6+ for TEs. Boom-bust players might score 5 one week and 30 the next, while consistent players stay in the 12-18 range. For season-long success, prioritize players with high floors (consistent production) over those with high ceilings but low floors.

How do bonus points work in fantasy leagues?

Many leagues award bonus points for milestone performances: typically 3 points for 300+ passing yards, 3 points for 100+ rushing yards, and 3 points for 100+ receiving yards. Some leagues also award bonuses for 400+ passing yards (5 points) or 40+ yard touchdowns (2 points). These bonuses disproportionately benefit elite players who consistently hit milestones. A quarterback averaging 290 passing yards gets no bonus, while one averaging 310 yards gets 3 extra points most weeks — a significant advantage over a full season. When evaluating players for bonus leagues, target those who frequently approach milestone thresholds rather than those with high averages who rarely hit the targets.

How do I project fantasy points for a full season?

Season projections multiply weekly averages by 17 games (current NFL season length), then adjust for bye weeks, injuries, and schedule difficulty. A QB averaging 20 points per week projects to 340 points over 17 games, but realistically plays 15-16 games (missing bye week and possibly a game to injury/rest). Apply a 5-10% reduction for injury risk. Schedule matters too — QBs facing weak pass defenses can score 20-30% more than their average, while tough defensive matchups can reduce output by 10-20%. Use targets and snap counts as leading indicators rather than pure statistics, as they better predict future production. Regression to the mean is real — players with extreme early-season numbers usually normalize.

Why might my result differ from another tool or reference?

Differences typically arise from rounding conventions, the specific version of a formula (for example, simple vs compound interest), or unit inconsistencies between inputs. Check that both tools are using the same formula variant and the same units. The References section links to the authoritative source behind the formula used here.

What inputs do I need to use Fantasy Points Projection Calculator accurately?

Each field is labelled with the required unit (metric or imperial). Gather your source values before starting — for example, a weight measurement in kilograms, a distance in metres, or a dollar amount — and enter them exactly as measured. The formula section on this page lists every variable and explains what each represents.

References

Reviewed by Daniel Agrici, Founder & Lead Developer · Editorial policy