{
  "slug": "max-hr-tanaka",
  "title": "Max Heart Rate Calculator (Tanaka Formula)",
  "category": "Heart Rate Zones",
  "category_slug": "heart-rate-zones",
  "tier": 2,
  "summary": "Estimate maximum heart rate using the Tanaka age-prediction equation (208 - 0.7 × age).",
  "description": "This calculator estimates maximum heart rate using the Tanaka age-prediction equation (208 − 0.7 × age), developed from a 2001 meta-analysis of 351 studies. It requires only age in years as input and returns an estimated maximum heart rate in beats per minute. The Tanaka formula is considered more accurate than the traditional 220-minus-age method for predicting age-related declines in max heart rate across healthy adult populations.",
  "page_url": "https://fitmetriclab.com/en/tools/heart-rate-zones/max-hr-tanaka/",
  "api_url": "https://fitmetriclab.com/api/tools/max-hr-tanaka.json",
  "formula": {
    "id": "max_hr_tanaka",
    "expression": "\\text{MHR} = 208 - 0.7 \\times a",
    "variables": [
      {
        "symbol": "a",
        "description": "Age in years"
      }
    ]
  },
  "inputs": [
    {
      "id": "age",
      "label": "Age",
      "type": "number",
      "unit": "yrs",
      "default": 30,
      "min": 10,
      "max": 100,
      "step": 1
    }
  ],
  "worked_example": {
    "inputs": {
      "age": 30
    },
    "expected_output": "187 bpm"
  },
  "result_summary_template": "For an individual aged {age} years, the Tanaka formula estimates maximum heart rate at {result}.",
  "methodology": "Applies the Tanaka age-prediction equation: MHR = 208 - (0.7 × age). Developed by Tanaka, Monahan, and Seals (2001) from a meta-analysis of 351 studies, this formula estimates maximum heart rate based solely on age and is considered more accurate than the traditional 220-minus-age method.",
  "sources": [
    {
      "label": "Tanaka H, Monahan KD, Seals DR. Age-predicted maximal heart rate revisited. J Am Coll Cardiol. 2001;37(1):153-156.",
      "url": "https://pubmed.ncbi.nlm.nih.gov/11153730/"
    },
    {
      "label": "Robergs RA, Landwehr R. The surprising history of the 'HRmax=220-age' equation. J Exerc Physiol Online. 2002;5(2):1-10.",
      "url": "https://www.asep.org/asep/asep/Robergs2.pdf"
    },
    {
      "label": "American College of Sports Medicine. ACSM's Guidelines for Exercise Testing and Prescription. 11th ed. Wolters Kluwer; 2021.",
      "url": "https://www.acsm.org/"
    }
  ],
  "faqs": [
    {
      "question": "Why use the Tanaka formula instead of 220 minus age?",
      "answer": "The Tanaka formula (208 - 0.7 × age) was derived from a large meta-analysis published in 2001 that included more than 18,000 subjects. Research indicates it predicts maximum heart rate more accurately than the older 220-minus-age equation, particularly for women and older adults, because it was based on a more diverse and larger dataset."
    },
    {
      "question": "How much can individual max heart rate vary from the prediction?",
      "answer": "Population-level standard deviation around the Tanaka prediction line is approximately ±10–12 beats per minute. This means roughly two-thirds of individuals fall within that range of the predicted value, while some individuals may differ by 20 or more beats per minute due to genetics, training status, and other factors."
    },
    {
      "question": "Does training level affect the accuracy of this estimate?",
      "answer": "The Tanaka formula was derived from studies that included both sedentary and trained individuals, so it reflects a mixed population. However, the equation does not directly adjust for individual training status. Some highly trained endurance athletes and some sedentary individuals may have actual maximum heart rates that differ from the age-based prediction."
    },
    {
      "question": "Can medications change my actual maximum heart rate?",
      "answer": "Yes. Beta-blockers and certain other cardiovascular medications can lower maximum heart rate independently of age. The Tanaka formula does not account for medication effects, so individuals taking heart-rate-lowering drugs may have actual maximum heart rates below the predicted value."
    },
    {
      "question": "Is this formula appropriate for children and adolescents?",
      "answer": "The Tanaka equation was derived primarily from adult populations. While the calculator accepts ages from 10 years onward, prediction accuracy for pre-adolescent and adolescent populations has not been as extensively validated. Maximum heart rate in youth tends to be higher and more variable than age-based predictions suggest."
    }
  ],
  "related_tools": [
    {
      "slug": "heart-rate-recovery",
      "title": "Heart Rate Recovery Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/heart-rate-recovery.json",
      "page_url": "https://fitmetriclab.com/en/tools/heart-rate-zones/heart-rate-recovery/"
    },
    {
      "slug": "max-hr-220",
      "title": "Max Heart Rate Calculator (220 Minus Age)",
      "api_url": "https://fitmetriclab.com/api/tools/max-hr-220.json",
      "page_url": "https://fitmetriclab.com/en/tools/heart-rate-zones/max-hr-220/"
    },
    {
      "slug": "target-heart-rate",
      "title": "Target Heart Rate Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/target-heart-rate.json",
      "page_url": "https://fitmetriclab.com/en/tools/heart-rate-zones/target-heart-rate/"
    }
  ],
  "last_updated": "2026-04-22",
  "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."
}