Team Season Stats Finder - College Football

Find individual seasons, combined seasons, or number of seasons matching your criteria. • Sample SearchesData Coverage
For single seasons, from 1956 to 2025, sorted by descending Wins.
THIS QUESTION WAS ANSWERED USING
Stathead College football Logo POWERED BY College Football Reference Logo
Your All Access Pass to the College Football Database Go beyond the basics. Become a Stathead
Start Your FREE Trial
Display Query »
--------------------------------------

main

Page Setup Time: 0.00055 seconds

SELECT year_id as year_id_csk, year_id as year_id, ts.name_short as team_name_abbr, ts.link as team_link, comp_id, GROUP_CONCAT(DISTINCT sup_comp_seasons.name_abbr) as comp_name_abbr, SUM(games) AS games, SUM(wins) AS wins, SUM(losses) AS losses, SUM(ties) AS ties, SUM(IFNULL(wins,0) + 0.5 * IFNULL(ties,0)) / SUM(IFNULL(wins,0) + IFNULL(losses,0) + IFNULL(ties,0)) as win_loss_pct_csk, TRIM(LEADING '0' FROM ROUND(SUM(IFNULL(wins,0) + 0.5 * IFNULL(ties,0)) / SUM(IFNULL(wins,0) + IFNULL(losses,0) + IFNULL(ties,0)),3)) AS win_loss_pct, SUM(points) AS points, SUM(points_opp) AS points_opp, SUM(points - points_opp) AS points_diff
FROM sup_team_seasons as ts
  JOIN sup_phase_seasons USING (comp_id, phase_id, year_id)
  JOIN sup_comp_seasons USING (comp_id, year_id)
  LEFT JOIN (SELECT parent_conf_id, conf_id, conf_name, conf_abbr, link, comp_id, year_id FROM sup_conference_seasons) as team_conf USING (conf_id, comp_id, year_id)
WHERE year_id>=?
  AND year_id<=?
  AND phase_id = 'season-total' 
GROUP BY year_id, team_id
ORDER BY wins DESC, year_id DESC, team_id LIMIT 0, 20

SQL PARAMS -- $VAR1 = [
          1956,
          2025
        ];

Query Time: 0.11 seconds
Table Build Time: 0.04 seconds


--------------------------------------
SH->PARAM -- $VAR1 = {
          'order_by' => 'wins',
          'year_min' => 1956,
          'match' => 'team_season',
          'year_max' => 2025,
          'phase_id' => 1
        };
SH->PARAM_NO_DEFAULT -- $VAR1 = {
          'year_min' => 1956,
          'year_max' => 2025,
          'phase_id' => 1
        };

Search Criteria

Click on the red text to pre-fill the form with various values

Sort By
Sorting options are only available for subscribers. Sign up now for a free trial.
Seasons
Offensive stats and interceptions back to 1956.
Most defensive stats back to 2005. Special Teams back to 1977.
See Our Coverage Page for details.
Team and Conference
Team Season Outcome

For combined season searches, only the games or seasons that match criteria are included in results.

Statistical Filters (pts., pts. allowed, total yds., etc.)

You have edited your search criteria

or keep editing your search

clear changes

Fetching Results

Stathead spinner

Query Results

Subscribe to Stathead College Football for full results.

Go inside the College Football database and access the sports search engine that was made for fans like you. Subscriptions start at just $9/month. Learn More.

Get your first month FREE

Already a paid subscriber? Log in for full results.

Data Coverage: Offensive statistics and game results are available back to 2000. Defensive statistics (tackles, fumble recoveries, sacks) are available back to 2005, except for interceptions, which are available back to 2000. Special teams statistics are also available back to 2000. Bowl game stats are included in totals since 2002. See Our Coverage Page for details.

If you utilize material unique to a Sports Reference site for a tweet, an article, or for research for a broadcast or podcast, please strongly consider citing this site as the source for the material. It would be greatly appreciated and would help us continue to produce this material.