Percentage of 1RM Calculator Formula
Understand the math behind the percentage of 1rm calculator. Each variable explained with a worked example.
Formulas Used
Target Weight
target_weight = round(one_rm * target_pct / 100 / 5) * 5Estimated Max Reps
est_reps = round(30 * (1 - target_pct / 100) / (target_pct / 100))95% 1RM
weight_95 = round(one_rm * 0.95 / 5) * 570% 1RM
weight_70 = round(one_rm * 0.70 / 5) * 5Variables
| Variable | Description | Default |
|---|---|---|
one_rm | Your 1RM(lbs) | 225 |
target_pct | Target Percentage(%) | 75 |
How It Works
How Percentage-Based Training Works
Formula
Working Weight = 1RM x Target Percentage
Rounded to the nearest 5 lbs for practical plate loading.
Common Percentages
Worked Example
Your bench press 1RM is 225 lbs. You want to train at 75%.
one_rm = 225target_pct = 75
- 01Target weight = 225 * 0.75 = 168.75 lbs
- 02Rounded to nearest 5 = 170 lbs
- 03Estimated max reps at 75% = 30 * (0.25) / 0.75 = 10 reps
Ready to run the numbers?
Open Percentage of 1RM Calculator