# Wilks Calculator > Calculate your Wilks Score to compare strength across different body weights. Page: https://askcalculators.com/calculator/wilks-calculator/ Definition: https://askcalculators.com/calculator/wilks-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/wilks-calculator/schema.json Version: 7.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/wilks-calculator/?bodyWeight=80&liftedWeight=400&gender=male&unit=kg ## Inputs - bodyWeight: Body Weight; type=number; optional; default=80 - liftedWeight: Total Weight Lifted; type=number; optional; default=400 - gender: Gender; type=select; optional; default=male - unit: Unit; type=select; optional; default=kg ## Outputs - result: Result; format=text; primary ## Formula Wilks score = lifted total × sex-specific Wilks coefficient evaluated from body weight. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.