DOTS Coefficient Formula: Full Polynomial and Calculation Guide

The DOTS Formula

DOTS uses a 4th-degree polynomial to normalize a powerlifting total by bodyweight:

DOTS = Total_kg × 500 / D(BW)

Where D(BW) is the polynomial denominator:

D(BW) = a·BW⁴ + b·BW³ + c·BW² + d·BW + e

Polynomial Coefficients

CoefficientMaleFemale
a−0.0000010930−0.0000010706
b0.00073912930.0005158568
c−0.1918759221−0.1126655495
d24.090075613.6175032
e−307.75076−57.96288

Separate coefficient sets reflect differences in relative strength expression between male and female lifters across bodyweight ranges.

Bodyweight Clamping Rules

The formula clamps bodyweight inputs to prevent extrapolation outside the data range:

SexMinimum BWMaximum BW
Male40 kg210 kg
Female40 kg150 kg

A 120 kg male and a 230 kg male receive the same denominator — 210 kg is used for both. This is intentional: the polynomial was not fitted to extreme bodyweights and would produce unreliable results.

Unit Conversion

All inputs must be in kilograms. To convert:

MeasurementFormula
Pounds → kglbs × 0.453592
Total in lbs → kgsum lbs × 0.453592

The calculator handles this conversion automatically when you select lbs mode.

Step-by-Step Calculation (Male Example)

Input: Male, 83 kg bodyweight, total = 470 kg (squat 160 / bench 110 / deadlift 200)

Step 1 — Compute each polynomial term:

a·BW⁴ = −0.0000010930 × 83⁴ = −0.0000010930 × 47,458,321 = −51.87
b·BW³ =  0.0007391293 × 83³ =  0.0007391293 ×  571,787   = +422.67
c·BW² = −0.1918759221 × 83² = −0.1918759221 ×    6,889   = −1321.83
d·BW  =  24.0900756   × 83  =                             = +1999.48
e     =                                                    = −307.75

Step 2 — Sum the denominator:

D(83) = −51.87 + 422.67 − 1321.83 + 1999.48 − 307.75 = 740.70

Step 3 — Apply the formula:

DOTS = 470 × 500 / 740.70 = 317.3 → Intermediate tier

Step-by-Step Calculation (Female Example)

Input: Female, 63 kg bodyweight, total = 290 kg (squat 105 / bench 62.5 / deadlift 122.5)

Step 1 — Polynomial terms:

a·BW⁴ = −0.0000010706 × 63⁴ = −0.0000010706 × 15,752,961 = −16.86
b·BW³ =  0.0005158568 × 63³ =  0.0005158568 ×    250,047  = +128.97
c·BW² = −0.1126655495 × 63² = −0.1126655495 ×      3,969  = −447.29
d·BW  =  13.6175032   × 63  =                              = +857.90
e     =                                                     = −57.96

Step 2 — Denominator:

D(63) = −16.86 + 128.97 − 447.29 + 857.90 − 57.96 = 464.76

Step 3 — DOTS score:

DOTS = 290 × 500 / 464.76 = 312.0 → Intermediate tier

Denominator Values by Bodyweight

These pre-calculated denominators let you quickly verify DOTS without working through all polynomial terms:

Male denominators:

BW (kg)D(BW)Total for DOTS 300Total for DOTS 400Total for DOTS 500
52575.8345 kg461 kg576 kg
59584.0350 kg467 kg584 kg
66638.3383 kg511 kg638 kg
74691.1415 kg553 kg691 kg
83740.7444 kg593 kg741 kg
93785.8472 kg629 kg786 kg
105829.0497 kg663 kg829 kg
120870.7522 kg697 kg871 kg
140907.2544 kg726 kg907 kg

Female denominators:

BW (kg)D(BW)Total for DOTS 250Total for DOTS 300Total for DOTS 400
44381.1191 kg229 kg305 kg
48397.4199 kg238 kg318 kg
52410.2205 kg246 kg328 kg
57426.9213 kg256 kg342 kg
63464.8232 kg279 kg372 kg
69497.2249 kg298 kg398 kg
76517.0259 kg310 kg414 kg
84542.6271 kg326 kg434 kg
100578.2289 kg347 kg463 kg

Why the Formula Uses 500 as the Numerator Multiplier

The 500 multiplier is a scaling constant chosen so that competitive lifters at typical national-level totals score in a readable 300–500 range. It has no physical meaning — it is purely a display convention that puts scores on a scale familiar to coaches and athletes.

If you strip the multiplier and compute Total / D(BW), a 500 DOTS lifter would score 1.0 (their total exactly equals their denominator). The 500 multiplier converts that ratio to 500 for readability.

Why the Formula Uses a 4th-Degree Polynomial

A polynomial of degree 4 fits the non-linear relationship between bodyweight and strength more accurately than a simpler linear or quadratic model. Below ~60 kg, adding bodyweight generates large relative strength gains (the denominator rises steeply). Above ~120 kg, additional bodyweight adds progressively less lifting potential, and the polynomial curve flattens — preventing the formula from unfairly rewarding very heavy lifters the way Wilks’s original formula did.

Use the DOTS Calculator to apply this formula instantly without manual computation. To understand how to use your DOTS score to set training goals, see the DOTS Goal-Setting Guide.

References & Sources

  1. [1] Brechue & Mayhew, 2009 — Body Mass Normalization for Strength (NSCA) (opens in new tab)
  2. [2] USAPL — Technical Rules and Scoring (opens in new tab)
  3. [3] IPF — Technical Rules (Scoring Reference) (opens in new tab)