{
  "slug": "calories-elliptical",
  "title": "Calorie Burn — Elliptical",
  "category": "Energy Expenditure",
  "category_slug": "energy-expenditure",
  "tier": 2,
  "summary": "Estimate calories burned on an elliptical trainer from body weight, session length, and effort level.",
  "description": "This calculator estimates energy expenditure on an elliptical trainer using MET values from the Adult Compendium of Physical Activities. It takes body weight, session duration, and an effort setting, then applies the published MET for that effort level — 5.0 for moderate work (code 02048) or 9.0 for vigorous work (code 02049) — to return total kilocalories. Secondary rows show the MET used, the kilojoule equivalent, and the net figure with the resting baseline removed. The estimate represents a population average for steady, continuous striding rather than an individual measurement.",
  "page_url": "https://fitmetriclab.com/en/tools/energy-expenditure/calories-elliptical/",
  "api_url": "https://fitmetriclab.com/api/tools/calories-elliptical.json",
  "formula": {
    "id": "calories_elliptical",
    "expression": "\\text{Calories} = \\text{MET} \\times w \\times \\frac{t}{60}",
    "variables": [
      {
        "symbol": "w",
        "description": "Weight in kg"
      },
      {
        "symbol": "t",
        "description": "Duration in minutes"
      },
      {
        "symbol": "\\text{MET}",
        "description": "5.0 (moderate) or 9.0 (vigorous), Adult Compendium codes 02048 and 02049"
      }
    ]
  },
  "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": 30,
      "min": 1,
      "max": 300,
      "step": 1
    },
    {
      "id": "intensity",
      "label": "Effort",
      "type": "select",
      "unit": null,
      "default": 0,
      "options": [
        {
          "label": "Moderate (5.0 MET)",
          "value": 0
        },
        {
          "label": "Vigorous (9.0 MET)",
          "value": 1
        }
      ]
    }
  ],
  "worked_example": {
    "inputs": {
      "weight_kg": 75,
      "minutes": 30,
      "intensity": 0
    },
    "expected_output": "188 kcal"
  },
  "result_summary_template": "A person weighing {weight_kg} kg who trains on an elliptical for {minutes} minutes at the selected effort burns approximately {result}.",
  "methodology": "Calories = MET × body mass (kg) × duration (hours). MET values from the Adult Compendium of Physical Activities (2024): elliptical trainer, moderate effort = 5.0 METs (code 02048); elliptical trainer, vigorous effort = 9.0 METs (code 02049). Net figure = (MET − 1) × mass × hours; kilojoules = kcal × 4.184.",
  "sources": [
    {
      "label": "Herrmann SD, et al. 2024 Adult Compendium of Physical Activities: a third update of the energy costs of human activities. J Sport Health Sci. 2024;13(1):6–12.",
      "url": "https://pacompendium.com/conditioning-exercise/"
    },
    {
      "label": "Ainsworth BE, et al. 2011 Compendium of Physical Activities: a second update of codes and MET values. 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/"
    }
  ],
  "faqs": [
    {
      "question": "Why does the elliptical's own display show a different number?",
      "answer": "Console figures come from manufacturer equations built on pedal force and cadence, sometimes calibrated against a default body weight rather than the actual user. Comparisons against laboratory calorimetry have found cardio-equipment readouts can overstate expenditure by 20% or more. The MET method used here is also an approximation, but its constants are published and its arithmetic is transparent, which makes the estimate reproducible across machines and sessions."
    },
    {
      "question": "What separates moderate from vigorous effort on an elliptical?",
      "answer": "The Compendium's moderate band (roughly 3.0–5.9 METs) corresponds to work at which conversation remains comfortable; the vigorous band (6.0 METs and above) corresponds to breathing hard enough that full sentences become difficult. On an elliptical, self-selected casual use generally sits in the moderate 5.0 MET entry, while sustained high-resistance or interval-style work is closer to the 9.0 MET vigorous entry."
    },
    {
      "question": "Do resistance and incline settings change the estimate?",
      "answer": "Not directly. The two published MET entries encode effort level, not machine settings, so raising resistance only changes the estimate if it moves the session from the moderate band into the vigorous one. In practice higher resistance at the same cadence does raise true energy cost gradually, which is one reason a two-band model drifts for sessions that sit between the published entries. A custom MET calculator accepts intermediate values for that case."
    },
    {
      "question": "Is the result gross or net calories?",
      "answer": "The headline number is gross: it includes the roughly 1 MET the body spends at rest during the same window. The secondary row labelled net subtracts that baseline, computing (MET − 1) × mass × hours. For a 75 kg person over 30 moderate minutes the difference is about 38 kcal. When summing exercise against food intake, the net figure avoids counting resting metabolism twice."
    },
    {
      "question": "How does elliptical work compare with running for energy cost?",
      "answer": "At vigorous effort the elliptical's 9.0 MET entry approaches the cost of running at around 9.7 km/h, while moderate elliptical work at 5.0 METs is closer to brisk walking. The elliptical achieves this with lower joint impact because the feet never leave the pedals. Individual technique matters: leaning on the handrails reduces load-bearing work and lowers true expenditure below the table value."
    }
  ],
  "related_tools": [
    {
      "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-stairs",
      "title": "Calorie Burn — Stair Climbing",
      "api_url": "https://fitmetriclab.com/api/tools/calories-stairs.json",
      "page_url": "https://fitmetriclab.com/en/tools/energy-expenditure/calories-stairs/"
    },
    {
      "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": "custom-met-calculator",
      "title": "Custom Activity MET Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/custom-met-calculator.json",
      "page_url": "https://fitmetriclab.com/en/tools/energy-expenditure/custom-met-calculator/"
    }
  ],
  "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."
}