What is effective field goal percentage?
A shooting stat that credits three-pointers as worth more, since they score an extra point. It answers whether a player's shot mix is efficient, not just whether shots go in.
// sports › Basketball
Effective field goal percentage, which credits the extra value of three-pointers — the standard way to judge shot selection quality.
eFG% = (FGM + 0.5 × 3PM) / FGA × 100
A shooting stat that credits three-pointers as worth more, since they score an extra point. It answers whether a player's shot mix is efficient, not just whether shots go in.
Because plain FG% treats a three the same as a two. A player hitting lots of threes can have a modest FG% but an excellent eFG%, which reflects their real scoring value.
Taking high-value shots: layups, dunks and threes, while avoiding inefficient long twos. A high eFG% usually signals smart shot selection.
Yes. Effective field goal percentage is a standard, widely used efficiency measure.
eFG% covers field goals only; true shooting also folds in free throws. Use eFG% to judge shot selection, true shooting for overall scoring efficiency.