# Powerlifting Coefficient (DOTS / IPF GL) 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.

> Canonical page: https://elysiatools.com/en/tools/powerlifting-coefficient-dots-ipf-calculator

- **Category:** Sports

- **Keywords:** powerlifting, dots score, ipf gl points, wilks, strength coefficient, dots, goodlift, relative strength, squat bench deadlift, three lift total, bodyweight comparison, powerlifting calculator, ipf, strength ranking

## Overview

A strength-coefficient calculator for powerlifters, coaches and meet directors:

1. Enter the lifter's sex, body weight and three-lift total (squat + bench press + deadlift). Weights can be in kilograms or pounds and are converted internally.
2. The tool computes four systems in parallel: DOTS (4th-degree polynomial, 500-normalised), Wilks (the classic 1994 5th-degree polynomial), IPF GL Points (official IPF formula since 2019, ~100 = world-class) and Goodlift.
3. A progress bar shows how close the total is to each system's elite threshold, since DOTS/Wilks and GL/Goodlift use very different point scales.
4. Each formula shows its points, coefficient (where one applies) and a relative-strength tier, plus a one-line explanation of how that system works.
5. Mark Raw vs Equipped: IPF GL and Goodlift use equipment-specific coefficients, so the equipment choice changes those two scores.

Offline and deterministic: pure polynomial computation, no federation API or live data.

## Inputs

- **Sex** (select)
- **Body weight** (number): e.g. 82.5
- **Total lifted (squat + bench + deadlift)** (number): e.g. 600
- **Weight unit** (select)
- **Equipment** (select)
- **Decimal places** (number)

## When to use

- When comparing the relative strength of powerlifters across different bodyweight classes and sexes.
- When evaluating performance under different federation scoring systems, including the modern IPF GL Points and the classic Wilks formula.
- When determining a lifter's standing relative to elite strength thresholds for raw or equipped divisions.

## How it works

- Select the lifter's sex and choose the weight unit (kilograms or pounds) for input.
- Enter the lifter's body weight and their combined three-lift total from the squat, bench press, and deadlift.
- Select the equipment type (Raw or Equipped) to apply the correct coefficients for the IPF GL and Goodlift formulas.
- Review the side-by-side results showing the calculated points, coefficients, relative-strength tiers, and progress bars for all four systems.

## Use cases

- Meet directors calculating best lifter awards across multiple weight classes using DOTS or IPF GL points.
- Powerlifting coaches tracking a lifter's relative strength progression over multiple training cycles.
- Athletes comparing their raw total against equipped benchmarks to decide on competitive divisions.

## Frequently asked questions

### What is the difference between DOTS and Wilks?

DOTS is a newer 4th-degree polynomial formula designed to reduce the bodyweight bias found in the classic 1994 Wilks 5th-degree polynomial.

### Why does the equipment selection change my score?

The IPF GL and Goodlift formulas use specific coefficients for raw versus equipped lifting to account for the supportive gear used.

### Does this calculator require an internet connection?

No, it performs all polynomial calculations locally and deterministically without calling external federation APIs.

### What is a world-class score in IPF GL Points?

In the IPF GL system, a score of approximately 100 points is generally considered a world-class performance.

### Can I enter my weights in pounds?

Yes, you can input weights in pounds, and the calculator will convert them to kilograms internally for the formulas.

## Related tools

- [HYROX Race Station Split and Sled Loading Planner](https://elysiatools.com/en/tools/hyrox-race-station-split-and-sled-loading-planner): Plan a HYROX race end to end: per-lap 1 km run splits under an even, negative-split or fade strategy, auto-distributed station targets for your finish time, the 8 Roxzone transition budget, and your division’s official sled push/pull weights with the plate stack to load.
- [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
- [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.
- [Basketball Stats Calculator](https://elysiatools.com/en/tools/basketball-stats): Calculate basketball statistics including field goal percentage, points per game, and player efficiency rating
- [A1Z26 Letter-Number Workbench](https://elysiatools.com/en/tools/a1z26-letter-number-workbench): Convert between letters and numbers (A=1, B=2, … Z=26) with configurable separator and case, decode numbers back to letters, and compute the letter sum of any text.
- [AGEX Secure Share Note](https://elysiatools.com/en/tools/agex-secure-share-note): Generate a plain-language share note for an AGEX bundle so recipients know how to decrypt and verify it safely
- [AI Domain Name Idea Generator](https://elysiatools.com/en/tools/ai-domain-name-idea-generator): Generate up to 10 creative domain names with AI and filter out already-registered ones via DNS + RDAP.
- [AI Prompt A/B Variant Generator](https://elysiatools.com/en/tools/ai-prompt-ab-variant-generator): Generate controlled A/B variants of a prompt across the persona, tone/style, output format, and constraints dimensions, then compare them side by side with a heuristic rubric score and a word-level diff against the baseline. A reproducible way to test how a prompt behaves under different framings before picking one for production.

## Samples

- [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
- [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 Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
