Deadlift Estimate Calculator Formula

Understand the math behind the deadlift estimate calculator. Each variable explained with a worked example.

Formulas Used

Estimated 1RM

estimated_1rm = round(est_max)

Heavy Triple (90%)

heavy_triple = round(est_max * 0.9 / 5) * 5

Working Set (75%)

working_set = round(est_max * 0.75 / 5) * 5

Volume Weight (65%)

volume_weight = round(est_max * 0.65 / 5) * 5

Variables

VariableDescriptionDefault
weightWeight Lifted(lbs)275
repsReps Completed5
est_maxDerived value= weight * (1 + reps / 30)calculated

How It Works

How Deadlift Max Is Estimated

Formula (Epley)

1RM = Weight x (1 + Reps / 30)

Deadlift Standards (Male)

  • Beginner: 1.0x bodyweight
  • Intermediate: 1.5x bodyweight
  • Advanced: 2.5x bodyweight
  • Elite: 3.0x bodyweight
  • The deadlift is typically the heaviest lift for most people and tests total posterior chain strength.

    Worked Example

    You deadlift 275 lbs for 5 reps.

    weight = 275reps = 5
    1. 011RM = 275 * (1 + 5/30) = 275 * 1.167 = 321 lbs
    2. 02Heavy triple = 321 * 0.9 = 289, rounded to 290 lbs
    3. 03Working set = 321 * 0.75 = 241, rounded to 240 lbs
    4. 04Volume weight = 321 * 0.65 = 209, rounded to 210 lbs

    Ready to run the numbers?

    Open Deadlift Estimate Calculator