{
  "slug": "masters-age-coefficients",
  "title": "Masters Age Coefficient Calculator (McCulloch)",
  "category": "Strength Training",
  "category_slug": "strength-training",
  "tier": 2,
  "summary": "Apply McCulloch masters age coefficients to a lifting total for age-adjusted comparison.",
  "description": "This calculator age-adjusts a strength total using the McCulloch age coefficients, the table widely used in masters powerlifting to compare lifters of different ages. It requires the lifter's age (30–90) and a total in kilograms, then multiplies the total by the published coefficient for that age; ages 30–39 carry a coefficient of 1.000. The output shows the coefficient applied and the adjusted total. The coefficient can equally be applied to a points figure (such as Wilks or DOTS) since the adjustment is a plain multiplier.",
  "page_url": "https://fitmetriclab.com/en/tools/strength-training/masters-age-coefficients/",
  "api_url": "https://fitmetriclab.com/api/tools/masters-age-coefficients.json",
  "formula": {
    "id": "masters_age_coefficients",
    "expression": "\\text{Adjusted} = \\text{Total} \\times C_{\\text{McCulloch}}(\\text{age})",
    "variables": [
      {
        "symbol": "\\text{Total}",
        "description": "Entered total or points figure (kg)"
      },
      {
        "symbol": "C_{\\text{McCulloch}}",
        "description": "McCulloch age coefficient (1.000 at ages 30–40, rising to 2.508 at 90)"
      }
    ]
  },
  "inputs": [
    {
      "id": "age",
      "label": "Age",
      "type": "number",
      "unit": "years",
      "default": 45,
      "min": 30,
      "max": 90,
      "step": 1
    },
    {
      "id": "total_kg",
      "label": "Total or lift",
      "type": "number",
      "unit": "kg",
      "default": 150,
      "min": 20,
      "max": 500,
      "step": 0.5
    }
  ],
  "worked_example": {
    "inputs": {
      "age": 45,
      "total_kg": 150
    },
    "expected_output": "158.3 kg"
  },
  "result_summary_template": "A {total_kg} kg total at age {age} carries a McCulloch age coefficient giving an age-adjusted total of {result}.",
  "methodology": "Adjusted total = entered total × McCulloch age coefficient. The engine stores the widely published McCulloch masters powerlifting coefficient table for ages 40–90 (1.000 at 40, 1.130 at 50, 1.331 at 60, 1.617 at 70, 2.003 at 80, 2.508 at 90) as a lookup array; ages 30–39 use 1.000. This tool implements the McCulloch (powerlifting) table, not the Meltzer-Faber weightlifting table; the analogous weightlifting composition is Sinclair × Meltzer-Faber (SMF), and here the age coefficient is applied directly to whatever total or points figure is entered.",
  "sources": [
    {
      "label": "OpenPowerlifting Project — open archive of powerlifting results; documents and applies the McCulloch age coefficients for age-adjusted points.",
      "url": "https://www.openpowerlifting.org/"
    },
    {
      "label": "Meltzer DE. Age dependence of Olympic weightlifting ability. Med Sci Sports Exerc. 1994;26(8):1053–1067 (basis of the Meltzer-Faber weightlifting age coefficients).",
      "url": "https://pubmed.ncbi.nlm.nih.gov/7968424/"
    }
  ],
  "faqs": [
    {
      "question": "What is the McCulloch age coefficient?",
      "answer": "It is a published lookup table used in masters powerlifting that assigns a multiplier to each year of age from 40 upward, calibrated against the historical decline of record-level performance with age. Age 40 starts at 1.000 and the multiplier rises each year, reaching 2.508 at age 90. Multiplying a lifter's total (or points figure) by the coefficient produces an age-adjusted score that can be compared across age groups for best-lifter awards."
    },
    {
      "question": "Why do ages 30 to 39 show a coefficient of 1.000?",
      "answer": "The McCulloch table begins its adjustment at age 40, on the premise that record-level strength performance holds near its peak through the thirties. Lifters aged 30–39 therefore receive no adjustment in this calculator—their adjusted total equals their entered total. A separate table, the Foster coefficients, exists for lifters aged 23 and under; this tool does not implement it and accepts ages from 30 to 90 only."
    },
    {
      "question": "Is this the same as the Meltzer-Faber system used in weightlifting?",
      "answer": "No, and the tool copy is explicit about which table it uses. Olympic weightlifting uses the Meltzer-Faber age coefficients, derived from Meltzer's 1994 analysis of masters weightlifting performance, composed with the Sinclair bodyweight coefficient to give the SMF total. Powerlifting uses the McCulloch table, typically composed with Wilks or DOTS. The architecture is identical—bodyweight coefficient × age coefficient—but the numbers differ, and this calculator stores the McCulloch values."
    },
    {
      "question": "Can I apply the coefficient to Wilks or DOTS points instead of kilograms?",
      "answer": "Yes. The age adjustment is a plain multiplier, so it composes with any bodyweight-adjusted score: age-adjusted points = points × age coefficient. Entering a Wilks or DOTS figure in the total field returns that product (the kg label on the output then simply follows the entered figure). This mirrors how masters best-lifter scoring is computed in practice, where the bodyweight formula and the age table are applied together."
    },
    {
      "question": "Why can my federation's scoring sheet differ from this calculator?",
      "answer": "Federations name a specific coefficient table in their rulebooks, and tables get revised. Some use the classic McCulloch values stored here; others use updated masters tables, sex-specific variants, or different bodyweight formulas alongside the age multiplier. Rounding conventions at the scorer's table add further small differences. For official placings, the federation's published table governs; this calculator reports the widely circulated classic values for comparison purposes."
    }
  ],
  "related_tools": [
    {
      "slug": "sinclair-coefficient",
      "title": "Sinclair Coefficient Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/sinclair-coefficient.json",
      "page_url": "https://fitmetriclab.com/en/tools/strength-training/sinclair-coefficient/"
    },
    {
      "slug": "wilks-score",
      "title": "Wilks Score Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/wilks-score.json",
      "page_url": "https://fitmetriclab.com/en/tools/strength-training/wilks-score/"
    },
    {
      "slug": "dots-score",
      "title": "DOTS Score Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/dots-score.json",
      "page_url": "https://fitmetriclab.com/en/tools/strength-training/dots-score/"
    }
  ],
  "last_updated": "2026-08-08",
  "price": {
    "value": 0,
    "currency": "USD"
  },
  "runs_in_browser": true,
  "disclaimer": "Educational estimate produced from a published formula. Not medical, nutritional, or training advice. Calculations are deterministic — apply the formula to the inputs to reproduce the result."
}