Classic Wilks Score Calculator

Compare a powerlifting total relative to body weight with the classic Wilks formula. The result is explicitly labeled classic Wilks because major federations may now use newer scoring systems.

Results are estimates for educational and planning purposes.

Maintained by Live Fitness Check. Last updated: August 13, 2026. How we test our calculators .

About This Calculator

The Classic Wilks Score Calculator applies the original Wilks polynomial to a lifter's body weight and powerlifting total. It is deliberately labeled classic because the International Powerlifting Federation replaced Wilks with newer scoring systems, while Wilks remains useful for historical comparisons and some non-IPF contexts.

Methodology

Body weight and total are converted to kilograms. The calculator uses the classic sex-specific fifth-order polynomial coefficients and computes coefficient = 500 divided by the polynomial value; Wilks points equal that coefficient multiplied by the total in kilograms. Inputs are limited to the practical coefficient ranges used by the OpenPowerlifting implementation.

Sources

OpenPowerlifting — Classic Wilks coefficient implementation: https://gitlab.com/openpowerlifting/opl-data/blob/main/crates/coefficients/src/wilks.rs
International Powerlifting Federation — IPF Formula replacement notice: https://www.powerlifting.sport/about-ipf/news/news-detail/ipf-formula
Disclaimer
This result is the classic Wilks score only. It is not IPF GL Points and may not match the scoring rules used by a current federation or event. Confirm the rules of the competition you are comparing.

Frequently Asked Questions

What does a Wilks score do?

It scales a powerlifting total using a body-weight coefficient so totals from lifters of different body weights can be compared under that scoring system.

Is classic Wilks still the current IPF formula?

No. The IPF replaced Wilks and later adopted IPF GL Points, so this calculator is explicitly for the classic Wilks method.

Why does the calculator limit body-weight ranges?

The classic polynomial can behave poorly outside intended ranges; this implementation follows practical bounds used by OpenPowerlifting rather than silently extrapolating.