Categories

Wilks Score Calculator

Calculate Wilks score to compare strength across different body weights in powerlifting

Key Facts

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

Overview

The Wilks Score Calculator allows powerlifters and athletes to measure their relative strength by normalizing total weight lifted against body weight. This tool provides an objective way to compare performance across different weight classes, ensuring fair assessment of strength regardless of individual size.

When to Use

  • Comparing your strength performance against other lifters of different body weights.
  • Tracking your relative strength progress over time as your body weight fluctuates.
  • Determining your competitive standing within a powerlifting meet or training group.

How It Works

  • Select your gender to apply the appropriate coefficient formula.
  • Enter your current body weight in kilograms.
  • Input the total weight lifted across your squat, bench press, and deadlift.
  • Click calculate to generate your standardized Wilks score.

Use Cases

Standardizing performance metrics for powerlifting competitions.
Evaluating training efficiency during weight-cutting phases.
Benchmarking personal strength gains against global powerlifting standards.

Examples

1. Competition Readiness Check

Powerlifting Athlete
Background
An athlete is preparing for an upcoming meet and wants to know how their current training total stacks up against their previous performance.
Problem
The athlete has gained weight and is unsure if their strength gains are proportional to their body weight increase.
How to Use
Input the new body weight and total lifted weight into the calculator to compare the resulting score against their baseline.
Outcome
The athlete receives a calculated Wilks score to determine if their relative strength has improved despite the change in body mass.

2. Gym Leaderboard Comparison

Personal Trainer
Background
A trainer wants to create a fair leaderboard for clients of varying sizes to foster friendly competition.
Problem
Comparing raw total weight lifted is unfair to smaller clients who naturally lift less than larger clients.
How to Use
Calculate the Wilks score for each client based on their current body weight and total lift.
Outcome
The trainer can rank clients based on their Wilks score, providing a level playing field for all fitness levels.

Related Hubs

FAQ

What is a Wilks score?

The Wilks score is a coefficient used in powerlifting to measure the strength of a lifter relative to their body weight.

Why is body weight included in the calculation?

It accounts for the fact that heavier lifters generally have more muscle mass and can lift more total weight than lighter lifters.

Does this tool support imperial units?

No, this calculator currently requires body weight and total lifted weight to be entered in kilograms.

Can I use this for other sports?

The Wilks formula is specifically designed for powerlifting and is not intended for other sports like Olympic weightlifting or bodybuilding.

Is a higher Wilks score better?

Yes, a higher score indicates a higher level of relative strength compared to your body weight.

API Documentation

Request Endpoint

POST /en/api/tools/wilks-score

Request Parameters

Parameter Name Type Required Description
gender select Yes -
bodyWeight number Yes -
total number 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-wilks-score": {
      "name": "wilks-score",
      "description": "Calculate Wilks score to compare strength across different body weights in powerlifting",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=wilks-score",
      "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]