# Basketball Stats Calculator

Calculate basketball statistics including field goal percentage, points per game, and player efficiency rating

> Canonical page: https://elysiatools.com/en/tools/basketball-stats

- **Category:** Sports

- **Keywords:** basketball, stats, points, rebounds, assists, statistics, calculator, performance, player

## Overview

The Basketball Stats Calculator is a precise tool designed to evaluate player performance by processing raw game data into key metrics like field goal percentage, points per game, and overall efficiency.

## Inputs

- **Points Scored** (number): Enter total points
- **Field Goals Made** (number): Enter field goals made
- **Field Goals Attempted** (number): Enter field goals attempted
- **Three Pointers Made** (number): Enter three pointers made
- **Free Throws Made** (number): Enter free throws made
- **Free Throws Attempted** (number): Enter free throws attempted
- **Total Rebounds** (number): Enter total rebounds
- **Total Assists** (number): Enter total assists
- **Total Steals** (number): Enter total steals
- **Total Blocks** (number): Enter total blocks
- **Total Turnovers** (number): Enter total turnovers
- **Games Played** (number): Enter games played
- **Minutes Played** (number): Enter minutes played

## When to use

- Evaluating individual player performance after a game or season.
- Comparing statistics between different players to determine impact.
- Analyzing efficiency trends based on minutes played and total contributions.

## How it works

- Enter the player's raw game totals, including points, field goals, rebounds, assists, and turnovers.
- Input the total number of games and minutes played to normalize the data.
- Click calculate to generate a comprehensive breakdown of the player's statistical output.

## Use cases

- Coaches assessing player rotation and efficiency.
- Fantasy basketball managers tracking player value.
- Sports analysts generating quick performance summaries.

## Frequently asked questions

### What metrics does this calculator provide?

It calculates field goal percentage, points per game, and various efficiency-related statistics based on your input data.

### Can I use this for a single game?

Yes, simply set the 'Games Played' field to 1 and input the stats from that specific game.

### Is the calculation based on standard basketball formulas?

Yes, the tool uses standard basketball statistical formulas to ensure accuracy in performance evaluation.

### Do I need to provide every single stat field?

Yes, all fields are required to ensure the calculator can accurately compute all performance metrics.

### Can I track multiple players at once?

This tool is designed for one player profile at a time; you can run the calculation repeatedly for different players.

## Related tools

- [Football Stats Calculator](https://elysiatools.com/en/tools/football-stats): Calculate football statistics including goals per game, shooting percentage, and team performance metrics
- [NFL Passer Rating & MLB ERA/WHIP Calculator](https://elysiatools.com/en/tools/nfl-passer-rating-mlb-era-whip-calculator): Compute the official NFL quarterback passer rating (0–158.3) with component breakdown, and MLB pitching stats ERA and WHIP with baseball innings notation.
- [Cricket Over Rate Calculator](https://elysiatools.com/en/tools/cricket-over-rate): Calculate cricket bowling over rate and check if it meets minimum required overs per hour
- [Marathon Time Predictor](https://elysiatools.com/en/tools/marathon-time): Predict marathon finish time based on recent race performance using running formulas
- [Running Pace & Heart Rate Zone Calculator](https://elysiatools.com/en/tools/running-pace-heart-rate-zone-calculator): Predict race times, calculate heart-rate zones, and build pace conversion tables from a recent race result
- [Team Performance Comparison](https://elysiatools.com/en/tools/team-performance-comparison): Paste multiple teams' season stats as CSV and get a side-by-side comparison table with per-column best/worst highlighting, normalized 0–100 scores, composite ranking, and SVG bar visualizations.
- [Powerlifting Coefficient (DOTS / IPF GL) Calculator](https://elysiatools.com/en/tools/powerlifting-coefficient-dots-ipf-calculator): Compare a powerlifting total across four strength coefficient systems side by side: DOTS, Wilks (1994), IPF GL Points and Goodlift. Enter sex, body weight and three-lift total (squat + bench + deadlift) in kg or lb, and see each formula's points, coefficient, relative-strength tier and a progress bar showing how close the total is to each system's elite threshold. Complements the existing Wilks calculator by adding DOTS and IPF GL rather than replacing it.
- [APACHE II Score Calculator](https://elysiatools.com/en/tools/apache-ii-score): Calculate the APACHE II (Acute Physiology and Chronic Health Evaluation II) ICU severity score. APACHE II = Acute Physiology Score (12 variables, each 0–4 using the worst value in the first 24 h) + Age points (0–6) + Chronic Health points (0/2/5). Range 0–71; higher scores indicate worse prognosis. Oxygenation uses the A-a gradient when FiO₂ ≥ 0.5, otherwise PaO₂. Creatinine points are doubled when acute renal failure is indicated. GCS contributes 15 − GCS. Also reports the base-model predicted mortality: R = 1/(1 + e^(−logit)), logit = −3.517 + 0.146 × score (diagnostic-category weight not included). Thresholds cross-verified against Knaus 1985 (Crit Care Med) and the SFAR scoring table. Not a substitute for clinical judgement. Not medical advice.

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
