1 Rep Max Calculator — Estimate Your 1RM From Any Set
Type a weight and reps. Get your estimated 1RM and a full rep-percentage table.
| Reps | Weight | % 1RM |
|---|---|---|
| 1 | — | — |
| 2 | — | — |
| 3 | — | — |
| 4 | — | — |
| 5 | — | — |
| 6 | — | — |
| 7 | — | — |
| 8 | — | — |
| 9 | — | — |
| 10 | — | — |
What is 1 rep max calculator?
An estimated 1RM is what most strength programs are actually built around. The math is the Epley formula — 1RM = weight × (1 + reps / 30) — and it works because the relationship between rep count and intensity is roughly linear in the 1–10 rep range that competitive lifting and strength programming live in. Past 10 reps the relationship curves and the formula starts drifting; that’s why this calculator rejects input above 10 reps, and why the rep table caps at 10 rows.
The rep-percentage table below the headline is the training prescription that programs like 5/3/1 and the Texas Method actually call for. Each row is a rep count, the weight you’d load to hit that rep count, and the percent of your 1RM that weight represents. The weights are rounded to the smallest plates you’ll find on a commercial gym floor (5 lb in the US, 2.5 kg elsewhere) so each row is a number you can actually load on the bar. One subtlety: the displayed weight and the percent column are independent roundings, so a row showing “200 lb / 86 %” doesn’t mean the percent is exactly 86% of the headline — it means the weight rounds to 200 and the unrounded percent is between 85.5 and 86.5.
Privacy is the final detail worth naming. Every calculation runs locally in your browser. The weight and reps you type never leave your device — there is no server, no API, no analytics on input values. The only state saved is your unit preference (lb vs kg) in localStorage, so the toggle remembers your choice next visit. The page does carry a third-party display ad slot (which is how the site stays free), but the ad has no access to the calculator’s state.
When to use a 1 rep max calculator
- Picking a working weight for today's set — You hit 200 lb × 5 reps last week and you want to know what to load for a heavy triple this week. The rep table maps 3 reps directly to a plate-rounded working weight — about 91% of your estimated 1RM, rounded to the nearest 5 lb.
- Planning a strength program from your e1RM — Programs like 5/3/1 and the Texas Method prescribe percentages of a training max. The rep table is the lookup the program needs — every row is a percentage of your 1RM and the weight that percentage rounds to on the bar.
- Tracking PR progress over weeks — Testing a true 1RM is fatiguing and injury-risk-elevated, so most lifters track progress through a top set of 3–8 reps and convert to an estimated 1RM. The same rep × weight set tested at week 1 vs week 6 gives an apples-to-apples comparison without ever touching a true single.
How to use the 1 Rep Max Calculator — Estimate Your 1RM From Any Set
- Pick your unit — Toggle between lb and kg at the top of the form. Your choice is remembered for next time.
- Enter the weight you lifted — Type the weight on the bar. Decimals are accepted (handy for half-kilo plates), and the mobile keyboard opens to a numeric layout automatically.
- Enter the reps you completed — Type the number of reps you finished at that weight. The estimate is most accurate at 1–10 reps; past 10 the formula starts to drift, so we cap input there.
- Read the estimated 1RM and the rep table — The headline at the top of the result panel is your estimated one-rep max. The 10-row table below it is your training prescription — each row maps a rep count to the working weight (rounded to plate-friendly numbers) and the percent of 1RM that weight represents.
Worked examples
5 reps × 200 lb
Input: Weight 200 lb, Reps 5
Output: Estimated 1RM ≈ 233.3 lb A typical heavy-five working set. The rep table shows 200 lb maps to about 86% of 1RM.
8 reps × 60 kg
Input: Weight 60 kg, Reps 8
Output: Estimated 1RM ≈ 76 kg An 8-rep hypertrophy-range set. Useful when programming AMRAPs (as-many-reps-as-possible) — the e1RM tracks progress without testing a true single.
3 reps × 315 lb
Input: Weight 315 lb, Reps 3
Output: Estimated 1RM ≈ 346.5 lb A heavy triple is one of the most reliable submaximal sets for estimating 1RM — close enough to the true max that the formula has very little drift.
Frequently asked questions
What is a 1 rep max?
How accurate is the Epley estimate?
Why does the calculator only accept 1–10 reps?
Why does the calculator return my exact weight when I enter 1 rep?
weight × 1.033 for a 1-rep set, which contradicts the input ('I lifted 200 × 1, so my 1RM is 207'). Every reputable 1RM calculator overrides this case to return the input weight unchanged, and that's what we do here.What's the difference between Epley, Brzycki, and other 1RM formulas?
200 × (1 + 5/30) = 233.3 vs 200 × 36 / (37 − 5) = 225 — about a 4% spread.Should I actually test my true 1RM in the gym?
Why are the table weights rounded to 5 lb / 2.5 kg?
Does this work for any lift (squat, bench, deadlift, OHP)?
Are my numbers stored or sent anywhere?
localStorage, so the toggle remembers your choice next visit. The page does carry a third-party display ad slot (which is how the site stays free), but the ad has no access to the calculator state.