Calc Hub

Wilks / IPF Points Calculator

Compare bodyweight-adjusted powerlifting performance with both Wilks points and current IPF GL points.

Last updated: 2026-03-26

Score a powerlifting performance

Enter your values

Enter bodyweight, lifted weight, event type, sex, and equipment to compare Wilks and GL scoring.

All required fields must be filled in.

IPF GL score

--

Enter your bodyweight and total or bench to calculate Wilks points and IPF GL points.

Calculation History(0)
No calculations yet. Complete a calculation to see it here.

Example calculations

Tap an example to prefill the calculator with sample values.

82.5 kg raw total

Male, raw, 550 kg total

A useful benchmark for comparing the difference between the classic Wilks score and the IPF GL scale.

Result: Shows how the same total can map to a Wilks-style number and a GL points score at once.

63 kg female raw total

Female, raw, 420 kg total

A common comparison case for lifters who want a bodyweight-adjusted view instead of looking only at the total.

Result: The bodyweight adjustment makes it easier to compare across classes without pretending the raw total tells the whole story.

Bench-only pounds entry

198 lb male with a 385 lb bench

Useful when you only want a single-lift comparison and you have imperial numbers from the gym or meet prep.

Result: The calculator converts to kilos internally before scoring, so the output is comparable across input units.

How Wilks and IPF GL points are estimated

Wilks points multiply the lifted weight by a polynomial bodyweight coefficient so performances from different bodyweights become more comparable on one scale.

IPF GL points use a newer exponential model with sex-, equipment-, and event-specific coefficients. That is the scoring system now used in IPF-style ranking, so the calculator shows both numbers side by side.

Wilks / IPF points FAQs

Use bodyweight-adjusted scoring to compare lifters more fairly than raw total alone allows.

Why show both Wilks and IPF GL points?

Because lifters still search for Wilks, while the IPF uses GL points in modern competition ranking. Showing both gives you continuity with older discussions and a current score for IPF-style comparison.

Why can bench-only scores differ so much from total scores?

Because the formulas use different coefficient sets for full powerlifting totals and bench-only competition. Bench-only scoring is calibrated to a narrower event profile.

Can I compare raw and single-ply points directly?

Not cleanly. IPF GL uses separate coefficient sets because equipment changes the bodyweight-to-performance curve. Compare within the same equipment category when possible.

Embed this calculator

Copy the code below to embed this calculator on your website or blog. It's free — no API key needed.

<iframe
  src="https://calc.mintloop.dev/embed/health/wilks-ipf-points-calculator"
  width="100%"
  height="600"
  frameborder="0"
  title="Wilks / IPF Points Calculator"
  loading="lazy">
</iframe>
Optional: auto-resize script
<script>
var CALC_HUB_ORIGIN = 'https://calc.mintloop.dev';
window.addEventListener('message', function(e) {
  if (e.origin !== CALC_HUB_ORIGIN) return;
  if (!e.data || e.data.type !== 'calc-hub-resize') return;
  var frames = document.querySelectorAll('iframe[src*="calc.mintloop.dev"]');
  frames.forEach(function(f) {
    if (f.contentWindow === e.source) {
      f.style.height = String(Math.max(0, Number(e.data.height) || 0)) + 'px';
    }
  });
});
</script>

Pair powerlifting scoring with nearby strength, endurance, and nutrition calculators.

Get more strength calculators

Join the Calc Hub newsletter for new calculators covering lifting, endurance, recovery, and performance planning.

Join the Calc Hub newsletter

Was this calculator helpful?

Your feedback helps us improve future calculators.