Categories

One Rep Max Calculator

Calculate your estimated one repetition maximum (1RM) for weightlifting

Key Facts

Category
Health
Input Types
number, select
Output Type
json
Sample Coverage
4
API Ready
Yes

Overview

The One Rep Max (1RM) Calculator helps weightlifters and athletes estimate their maximum strength capacity for a single repetition based on submaximal lifting performance. By inputting the weight lifted and the number of repetitions performed, you can accurately gauge your progress and structure your training intensity without the physical strain of attempting a true one-rep maximum lift.

When to Use

  • When you want to determine your strength baseline without performing a risky maximal effort lift.
  • When you are following a strength training program that requires percentage-based loading.
  • When you need to track your strength gains over time during a hypertrophy or powerlifting cycle.

How It Works

  • Enter the weight you successfully lifted in kilograms.
  • Input the total number of repetitions you completed with that weight.
  • Select your preferred calculation formula (Epley, Brzycki, or Lander) to generate the estimate.
  • View your calculated 1RM to adjust your future training sets and intensity.

Use Cases

Setting target weights for upcoming strength training blocks based on percentage-based programming.
Monitoring progress during a powerlifting peaking phase to ensure strength is trending upward.
Calculating appropriate warm-up and working set weights for gym sessions.

Examples

1. Bench Press Progress Tracking

Powerlifter
Background
A lifter wants to know if their recent 80kg bench press for 8 reps indicates progress toward their 100kg goal.
Problem
Needs to estimate current 1RM to adjust training volume.
How to Use
Input 80kg, 8 reps, and select the Epley formula.
Example Config
weight: 80, reps: 8, formula: epley
Outcome
The calculator estimates a 1RM of approximately 101kg, confirming the lifter has surpassed their goal.

2. Adjusting Squat Intensity

Fitness Enthusiast
Background
A trainee is starting a new program that requires squats at 75% of their 1RM.
Problem
Does not know their current 1RM to calculate the 75% load.
How to Use
Input the weight and reps from their last successful set of 5 reps at 100kg.
Example Config
weight: 100, reps: 5, formula: brzycki
Outcome
The tool provides an estimated 1RM of 112.5kg, allowing the user to calculate their 75% working weight as 84.4kg.

Try with Samples

health

Related Hubs

FAQ

What is a One Rep Max?

A One Rep Max (1RM) is the maximum amount of weight you can lift for a single repetition of a specific exercise with proper form.

Why use a calculator instead of testing my 1RM?

Calculating your 1RM reduces the risk of injury associated with lifting maximal loads and allows you to estimate strength capacity during regular training sessions.

Which formula should I choose?

Epley is widely used for general strength, Brzycki is often preferred for its simplicity, and Lander is frequently used for heavier loads; all provide reliable estimates.

Is this calculator accurate for all exercises?

It is most accurate for compound movements like squats, deadlifts, and bench presses, but accuracy decreases as the number of repetitions increases beyond 10.

Can I use this for bodyweight exercises?

Yes, provided you add external weight (like a dip belt) to your bodyweight to reach a failure point within a low repetition range.

API Documentation

Request Endpoint

POST /en/api/tools/one-rep-max

Request Parameters

Parameter Name Type Required Description
weight number Yes -
reps number Yes -
formula select Yes -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-one-rep-max": {
      "name": "one-rep-max",
      "description": "Calculate your estimated one repetition maximum (1RM) for weightlifting",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=one-rep-max",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]