Total Lift Calculator Formula
Understand the math behind the total lift calculator. Each variable explained with a worked example.
Formulas Used
Powerlifting Total
total_display = totalTotal in Kilograms
total_kg = round(total * 0.453592)Total / Body Weight
total_to_bw = round(total / body_weight * 100) / 100Bench % of Total
bench_pct = round(bench_max / total * 100)Variables
| Variable | Description | Default |
|---|---|---|
squat_max | Squat 1RM(lbs) | 315 |
bench_max | Bench Press 1RM(lbs) | 225 |
deadlift_max | Deadlift 1RM(lbs) | 405 |
body_weight | Body Weight(lbs) | 180 |
total | Derived value= squat_max + bench_max + deadlift_max | calculated |
How It Works
How the Powerlifting Total Works
Formula
Total = Squat + Bench Press + Deadlift
Typical Ratios
For most lifters, the ideal ratio is approximately:
Total-to-Bodyweight Benchmarks
Worked Example
A 180 lb lifter with 315 squat, 225 bench, and 405 deadlift.
squat_max = 315bench_max = 225deadlift_max = 405body_weight = 180
- 01Total = 315 + 225 + 405 = 945 lbs
- 02Total in kg = 945 * 0.4536 = 429 kg
- 03Total / BW = 945 / 180 = 5.25x bodyweight
- 04Bench % of total = 225 / 945 = 23.8%
Ready to run the numbers?
Open Total Lift Calculator