{
  "slug": "calories-rowing",
  "title": "Calorie Burn — Rowing",
  "category": "Energy Expenditure",
  "category_slug": "energy-expenditure",
  "tier": 3,
  "summary": "Estimate caloric expenditure during rowing based on body weight, duration, and intensity level.",
  "description": "This calculator estimates calorie burn during rowing exercise using the MET (Metabolic Equivalent of Task) formula from the 2011 Compendium of Physical Activities. It accepts body weight in kilograms, duration in minutes, and intensity level (light, moderate, or vigorous), then outputs total calories burned by multiplying the activity-specific MET value by weight and time. MET values of 4.8, 7.0, and 12.0 correspond to light, moderate, and vigorous rowing intensities, respectively, representing standardized metabolic cost across different exercise efforts.",
  "page_url": "https://fitmetriclab.com/en/tools/energy-expenditure/calories-rowing/",
  "api_url": "https://fitmetriclab.com/api/tools/calories-rowing.json",
  "formula": {
    "id": "calories_rowing",
    "expression": "\\text{Calories} = \\text{MET}(i) \\times w \\times \\frac{t}{60}",
    "variables": [
      {
        "symbol": "w",
        "description": "Weight in kg"
      },
      {
        "symbol": "t",
        "description": "Duration in minutes"
      },
      {
        "symbol": "i",
        "description": "Intensity level"
      }
    ]
  },
  "inputs": [
    {
      "id": "weight_kg",
      "label": "Weight",
      "type": "number",
      "unit": "kg",
      "default": 75,
      "min": 20,
      "max": 300,
      "step": 0.1
    },
    {
      "id": "minutes",
      "label": "Duration",
      "type": "number",
      "unit": "min",
      "default": 60,
      "min": 1,
      "max": 300,
      "step": 1
    },
    {
      "id": "intensity",
      "label": "Intensity",
      "type": "select",
      "unit": null,
      "default": 1,
      "options": [
        {
          "value": 0,
          "label": "Light"
        },
        {
          "value": 1,
          "label": "Moderate"
        },
        {
          "value": 2,
          "label": "Vigorous"
        }
      ]
    }
  ],
  "worked_example": {
    "inputs": {
      "weight_kg": 75,
      "minutes": 60,
      "intensity": 1
    },
    "expected_output": "525 kcal"
  },
  "result_summary_template": "For a person weighing {weight_kg} rowing for {minutes} at the selected intensity, the MET-based formula estimates {result}.",
  "methodology": "Uses the MET formula: Calories = MET × weight (kg) × duration (hours). MET values are 4.8 (light), 7.0 (moderate), and 12.0 (vigorous), derived from the 2011 Compendium of Physical Activities by Ainsworth et al., which standardizes metabolic cost across exercise modalities.",
  "sources": [
    {
      "label": "Ainsworth BE, Haskell WL, Herrmann SD, et al. 2011 Compendium of Physical Activities. Med Sci Sports Exerc. 2011;43(8):1575-1581.",
      "url": "https://pubmed.ncbi.nlm.nih.gov/21681120/"
    },
    {
      "label": "Jetté M, Sidney K, Blümchen G. Metabolic equivalents (METS) in exercise testing, exercise prescription, and evaluation of functional capacity. Clin Cardiol. 1990;13(8):555-565.",
      "url": "https://pubmed.ncbi.nlm.nih.gov/2204507/"
    },
    {
      "label": "Byrne NM, Hills AP, Hunter GR, Weinsier RL, Schutz Y. Metabolic equivalent: one size does not fit all. J Appl Physiol. 2005;99(3):1112-1119.",
      "url": "https://pubmed.ncbi.nlm.nih.gov/15831804/"
    }
  ],
  "faqs": [
    {
      "question": "What do the three intensity levels represent?",
      "answer": "Light intensity (MET 4.8) corresponds to easy, conversational rowing with minimal exertion. Moderate intensity (MET 7.0) reflects steady-state work that elevates breathing and heart rate but remains sustainable for extended periods. Vigorous intensity (MET 12.0) represents high-effort rowing such as interval sprints, race pace, or near-maximal exertion that cannot be sustained for long durations."
    },
    {
      "question": "Does this calculator work for both rowing machines and on-water rowing?",
      "answer": "The MET values used here are drawn from compendium data that includes both ergometer and on-water rowing. However, environmental factors such as water conditions, boat type, and stroke technique can introduce variability not captured by a single MET value. The estimates are most reliable for steady-state ergometer rowing under controlled conditions."
    },
    {
      "question": "Why does body weight affect calorie burn in rowing?",
      "answer": "Heavier individuals require more energy to perform the same mechanical work because metabolic cost scales with the mass being moved and supported. The MET formula multiplies the metabolic equivalent by body weight to reflect this proportional relationship between mass and energy expenditure."
    },
    {
      "question": "How accurate is the MET method compared to direct measurement?",
      "answer": "MET-based estimates provide reasonable approximations for population averages but do not account for individual differences in metabolic efficiency, muscle fiber composition, or training adaptations. Direct calorimetry or oxygen-consumption measurements offer greater precision but require laboratory equipment. For general planning and comparison, MET estimates serve as useful reference points."
    },
    {
      "question": "Can I use this calculator for interval rowing sessions?",
      "answer": "The calculator assumes continuous effort at a constant intensity. Interval sessions that alternate between high and low effort may not align well with a single MET value. For intervals, entering the total session duration with a moderate or vigorous intensity selection provides a rough estimate, but the true expenditure depends on work-to-rest ratios and individual recovery patterns."
    }
  ],
  "related_tools": [
    {
      "slug": "calories-cycling",
      "title": "Calorie Burn — Cycling",
      "api_url": "https://fitmetriclab.com/api/tools/calories-cycling.json",
      "page_url": "https://fitmetriclab.com/en/tools/energy-expenditure/calories-cycling/"
    },
    {
      "slug": "calories-running",
      "title": "Calorie Burn — Running",
      "api_url": "https://fitmetriclab.com/api/tools/calories-running.json",
      "page_url": "https://fitmetriclab.com/en/tools/energy-expenditure/calories-running/"
    },
    {
      "slug": "calories-swimming",
      "title": "Calorie Burn — Swimming",
      "api_url": "https://fitmetriclab.com/api/tools/calories-swimming.json",
      "page_url": "https://fitmetriclab.com/en/tools/energy-expenditure/calories-swimming/"
    }
  ],
  "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."
}