DOTS Powerlifting Calculator
Score a total against bodyweight on the DOTS formula, and find the exact weight cut that pays for itself.
DOTS Powerlifting Calculator
Results recalculate instantly on every keystroke. Nothing you type is transmitted.
What this result does not account for
- Bodyweight is accepted from 40 to 200 kg for men but only to 150 kg for women, because the published female coefficient stops falling near 153.7 kg and rises above it.
- Cannot distinguish raw from equipped, tested from untested, or one federation's judging standard from another's.
- Strength bands are informal conventions with no federation definition behind them.
- The break-even calculation models the scoring trade only. It does not and cannot model the health cost of making weight.
- The female polynomial is not monotonic across its whole plausible range, which is a real defect in the published formula rather than in this implementation.
- Masters and junior competition apply a further age coefficient that this page does not compute.
In short: An 82.5 kg male lifting a 610 kg total scores 413.21 DOTS on a coefficient of 0.6774. The number most lifters actually need is the other one: at 93 kg, dropping 3 kg of bodyweight only pays if you lose less than 1.60% of your total — about 9.6 kg off a 600 kg total. Lose more than that to the cut and the lighter class costs you points.
Formula
break-even loss L = 1 − coef(bw) ÷ coef(bw − cut)
x = bodyweight in kg. Male: a = −307.75076, b = 24.0900756, c = −0.1918759221, d = 0.0007391293, e = −1.093×10−6. Female: a = −57.96288, b = 13.6175032, c = −0.1126655495, d = 0.0005158568, e = −1.0706×10−6. The break-even expression is derived by setting the post-cut score equal to the pre-cut score and solving for the fractional loss in total. The total cancels, which is why the break-even percentage is independent of how strong the lifter is.
Worked Example
- Select sex — the two polynomials are different fits and the scores are not comparable across them.
- Enter weigh-in bodyweight in kilograms.
- Enter your competition total: the sum of your best successful squat, bench press and deadlift.
- Read the DOTS score and the coefficient it rests on.
- Enter the weight you are considering cutting to make a lighter class.
- Read the break-even — the percentage of your total you can lose to the cut before it stops paying.
- Compare that against the three modelled strength costs, and treat the verdict as the scoring half of a decision that also has a health half.
A 93 kg male with a 600 kg total scores 381.75 DOTS on a coefficient of 0.6363. Cutting to 90 kg raises the coefficient to 0.6466, a gain of 1.62%, so the break-even is 1.60% of the total — 9.6 kg. Lose 1% of the total to the cut and he scores 384.08, a gain of 2.33. Lose 3% and he scores 376.20, a loss of 5.55.
Strengths & Limits Of This Model
Where this engine is strong
- Reproduces a published worked example exactly (82.5 kg male, 610 kg total, 413.21)
- Detects and refuses the region where the published female coefficient stops falling, instead of inverting the score
- Solves the break-even weight cut algebraically instead of leaving it to intuition
- States that the break-even percentage is independent of absolute strength, and why
- Labels strength bands as community conventions rather than presenting them as official
Where it stops
- Does not compute Wilks or IPF GL Points; the Wilks page covers the comparison
- Female bodyweight is capped at 150 kg because the published polynomial misbehaves above it
- A fit to 2010-2018 results inherits whatever imbalance was in that data
- No age coefficient for masters or junior categories
- Cannot see attempt-level detail, equipment or judging standard
Practical Use Cases
Deciding whether to drop a weight class
This is the decision the page is built for. A lifter sitting a few kilograms above a class boundary wants to know whether the coefficient gain outweighs the strength lost to making weight. The break-even converts that from a feeling into a number: below a certain percentage of total lost, the cut pays; above it, it does not. Because the break-even is independent of absolute strength, a lifter can also work out the answer once and reuse it across a season as their total climbs.
Comparing lifters across weight classes on a single card
Meet directors and coaches routinely need one ranking across a field where the lightest and heaviest competitors differ by 60 kg or more. DOTS is the current answer at most federations that have moved on from Wilks. Running each total through the same coefficient produces the best-lifter ordering without pretending that a 500 kg total means the same thing at 59 kg as it does at 120 kg.
Tracking your own progress without being fooled by bodyweight
A lifter who gains 8 kg of bodyweight and 20 kg of total has not necessarily got stronger in the sense the sport scores. Recomputing DOTS at each meet strips the bodyweight change out and shows whether competitive standing actually moved. The coefficient gradient output makes the sensitivity explicit, so you can see how much of a score change came from the scale rather than the bar.
Setting a realistic target for the next competitive band
Bands are informal, but athletes still train toward them. Inverting the coefficient turns 'reach 450 DOTS' into a specific total at your current bodyweight, which is a trainable target in a way that a points figure is not. It also exposes when a band is closer via bodyweight management than via strength, and when it is not.
Methodology & Editorial Standards
Coefficients are the 2019 DOTS values published by Krug, applied as score = total × 500 / (a + bx + cx² + dx³ + ex⁴) with x in kilograms. The implementation was checked against an independently published worked example: an 82.5 kg male with a 610 kg total returns 413.21, which this engine reproduces exactly. The break-even weight cut is derived algebraically rather than searched numerically, by setting the post-cut score equal to the pre-cut score and solving for the fractional loss in total; the total cancels out of that equation, which the page states explicitly because it is the non-obvious and useful part of the result. Strength bands are labelled as informal community conventions in the output itself, because no governing body publishes a DOTS band table. The obsolescence analysis of Wilks, including its loss of monotonicity above roughly 202.5 kg, is deliberately not repeated here; it belongs to the Wilks page, which computes both formulas side by side. One finding does belong here, because it concerns DOTS itself. Sweeping both published polynomials across 40-200 kg in 0.1 kg steps shows the MALE coefficient falling monotonically throughout, as a bodyweight correction must, while the FEMALE coefficient reaches a minimum near 153.7 kg and RISES above it — 0.77036 at 154 kg against 0.77978 at 170 kg and 0.87289 at 200 kg. In that region a heavier female lifter would score higher for an identical total, inverting the purpose of the score. This is the same class of high-degree overfitting at the extremes that the IPF cited when it retired Wilks, and it is a defect in the published formula rather than in this implementation. The engine therefore caps female bodyweight at 150 kg and refuses the region instead of printing a figure it cannot defend, and it separately refuses to report a non-positive break-even as though it were a small positive allowance.
Computation runs in IEEE-754 double precision at full internal precision; rounding to two decimal places occurs strictly at the display layer, so no cumulative drift enters the result. All monetary outputs use accounting presentation — grouped thousands, two decimals, negatives in parentheses — so figures can be transcribed directly into a model or working paper. Division-by-zero and out-of-domain inputs return an em-dash rather than a misleading number.
This engine was reconciled against an independent reference implementation and hand-verified for the worked example above before release. Our full five-stage review process is published on the About Us page.
Disclaimer. This calculator is provided for informational and modelling purposes only and does not constitute financial, tax, legal, medical, or engineering advice. Verify all figures with a qualified professional before acting on them.
DOTS Powerlifting Calculator — 20 Expert FAQs
20 analyst-written answers to the questions practitioners actually ask — optimised for voice and answer-engine retrieval.
What is a good DOTS score?
There is no official answer, because no federation publishes a band table. The conventions you will see quoted put roughly 300 at a serious novice, 400 around a strong regional competitor, 500 near elite and 600 at world class for men, with women's bands drawn perhaps 50 points lower. Every one of those boundaries is a community convention and you will find them drawn differently elsewhere. The defensible use of the number is comparative: against your own previous meets, and against the specific field you are competing in.
Is DOTS better than Wilks?
It is a newer fit to newer data, and it is fourth-degree where Wilks is fifth-degree. That lower degree is the substantive improvement: the extra Wilks term is what allowed the coefficient to overfit at very light and very heavy bodyweights, to the point where the Wilks curve stops falling monotonically at the top of its range. DOTS does not have that defect. Whether it is 'better' for your purposes depends mostly on what your federation actually scores, and several now use IPF GL Points instead of either.
Should I cut weight to improve my DOTS score?
Only if you can lose less of your total than the break-even figure this page computes. The gain from a cut is entirely predictable: it is the ratio of the two coefficients. The cost is not predictable, because it depends on how much of the cut is water, how fast you took it off, and how long you have to rehydrate before you lift. As a rule the break-even for a small cut is a low single-digit percentage of your total, which is a narrow margin. And the scoring arithmetic is not the whole decision: acute dehydration carries genuine risk and should not be attempted without qualified supervision.
Why does the break-even not depend on how strong I am?
Because the total appears on both sides of the equation and cancels. You are asking when total x (1 minus loss) x newCoefficient equals total x oldCoefficient. Divide both sides by the total and it vanishes, leaving a relationship purely between the two coefficients. This is genuinely useful: two lifters cutting the same amount from the same starting bodyweight face an identical percentage threshold, however far apart their totals are. Only the kilograms that percentage represents differ.
Can I compare a man's DOTS score to a woman's?
No. The two polynomials are separate fits to separate populations, and the scale they produce is not calibrated to be equivalent across them. The same 610 kg total at 82.5 kg returns 413 for a man and 566 for a woman, and that gap is a property of the two fits, not a statement that one performance is worth more. Compare men to men and women to women, which is how the score is used in competition.
Does DOTS work for a single lift rather than a full total?
The formula does not care what you feed it — it is a coefficient applied to a weight. But it was fitted against three-lift totals, so a coefficient applied to a bench-only result produces a number that is internally consistent but not comparable to anything published. Bench-only federations that use coefficient scoring generally fit their own. If you enter a single lift here, treat the output as a private tracking figure and nothing more.
What bodyweight range is the DOTS formula valid over?
This page accepts 40 to 200 kg for men but stops at 150 kg for women, and the asymmetry is deliberate. Sweeping the published coefficients shows the male polynomial falling monotonically all the way to 200 kg, as a bodyweight correction must, while the female one bottoms out near 153.7 kg and rises above it: 0.77036 at 154 kg, 0.77978 at 170 kg, 0.87289 at 200 kg. In that region a heavier female lifter would score higher for the same total, which is the opposite of what the formula is for. It is the same overfitting-at-the-extremes failure the IPF cited when it retired Wilks. Rather than print a number that inverts the score, this calculator refuses the region.
Why is my DOTS score different from the one my federation printed?
Check three things in order. First, whether they scored DOTS at all or scored Wilks or IPF GL Points, which are different formulas producing different numbers. Second, whether the bodyweight used was your official weigh-in figure rather than a later one. Third, whether the total matched — a disqualified third attempt changes it. Third-party calculators also disagree with each other more often than they should, so reproduce the arithmetic rather than trusting any single printed figure, this one included.
Does the coefficient favour lighter or heavier lifters?
Every bodyweight-normalising formula makes a choice here, and none of them is neutral. A raw total-to-bodyweight ratio strongly favours light lifters, because strength scales closer to the two-thirds power of mass than to mass itself. The DOTS polynomial is fitted to pull that back toward parity across the observed competitive range. It is a fit to data, not a derivation from physiology, so it inherits whatever imbalance existed in the 2010-2018 results it was built from.
How much is one kilogram of bodyweight worth in DOTS points?
It depends entirely on where you are on the curve, which is why this page computes it for your bodyweight rather than quoting a constant. The coefficient falls fastest at light bodyweights and flattens as you get heavier, so the same one-kilogram change is a meaningful strategic lever for a lightweight and close to irrelevant for a superheavyweight.
Is DOTS used for masters or junior lifters?
Not by itself. Age-group competition typically applies a separate age coefficient on top of the bodyweight coefficient — Foster or McCulloch factors, depending on the federation. This page computes the bodyweight normalisation only. If you are competing in a masters category, your final placing figure will be your DOTS score multiplied by an age factor your federation publishes.
Can I use pounds instead of kilograms?
Not directly, and it is the most common way to get a wrong answer out of a coefficient formula. The polynomial is fitted in kilograms, so entering pounds produces a number with no meaning at all rather than a differently-scaled one. Convert first: divide pounds by 2.2046. A 205 lb lifter is 93.0 kg, and a 1,323 lb total is 600 kg.
Is this dots powerlifting calculator free to use?
Yes. It is free, requires no account, and has no usage limits. ApexConverter is funded by contextual advertising, never by selling user data.
Is my data sent to a server?
No. The engine runs as Vanilla JavaScript inside your browser under our Zero-Server Client-Side Execution model. Your figures are computed locally and are never transmitted, logged, or stored.
How accurate is this calculator?
It applies the standard closed-form formula in IEEE-754 double precision, rounding only at the display layer. The engine is reconciled against an independent reference implementation before release.
Does it work on mobile?
Yes. The interface is mobile-first with numeric keypad hints and is tested down to a 320-pixel viewport with no horizontal scrolling.
Can I use it offline?
Largely, yes. Because computation is client-side, the page continues to calculate without a network connection once it has loaded.
Which currency does it use?
Amounts display in US$ accounting format, but the underlying mathematics is currency-agnostic. The result is identical in any currency, so simply read the figures in your own.
Why does a result show an em-dash?
An em-dash indicates the calculation is not defined for the inputs given — typically a division by zero or a value outside the valid domain. We show a dash rather than a misleading number.
How do I report an error?
Email apexconverter.praxiscalc@gmail.com with the tool URL, your exact inputs, the output received and the output you expected. Verified mathematical errors are patched within 72 hours.