{
  "slug": "steps-to-calories",
  "title": "Steps to Calories",
  "category": "Energy Expenditure",
  "category_slug": "energy-expenditure",
  "tier": 2,
  "summary": "Convert a step count into estimated calories using height-based stride length and a published walking MET.",
  "description": "This calculator converts a pedometer or phone step count into an estimated calorie figure. Stride length is estimated as 0.415 × height, steps × stride gives distance, and an assumed typical walking speed of 5 km/h converts distance to duration. The duration is then priced with the MET equation using 3.8 METs — the Adult Compendium value for level walking at 2.8–3.4 mph (4.5–5.5 km/h) on a firm surface, code 17190. Secondary rows show the derived distance in kilometres and miles, the estimated walking time, the stride length used, and the net-of-resting figure.",
  "page_url": "https://fitmetriclab.com/en/tools/energy-expenditure/steps-to-calories/",
  "api_url": "https://fitmetriclab.com/api/tools/steps-to-calories.json",
  "formula": {
    "id": "steps_to_calories",
    "expression": "\\text{Calories} = 3.8 \\times w \\times \\frac{s \\times 0.415 \\times h / 100}{1000 \\times 5}",
    "variables": [
      {
        "symbol": "s",
        "description": "Step count"
      },
      {
        "symbol": "h",
        "description": "Height in cm (stride = 0.415 × height)"
      },
      {
        "symbol": "w",
        "description": "Weight in kg"
      }
    ]
  },
  "inputs": [
    {
      "id": "steps",
      "label": "Steps",
      "type": "number",
      "unit": "steps",
      "default": 10000,
      "min": 100,
      "max": 100000,
      "step": 100
    },
    {
      "id": "height_cm",
      "label": "Height",
      "type": "number",
      "unit": "cm",
      "default": 170,
      "min": 120,
      "max": 230,
      "step": 1
    },
    {
      "id": "weight_kg",
      "label": "Weight",
      "type": "number",
      "unit": "kg",
      "default": 75,
      "min": 20,
      "max": 300,
      "step": 0.1
    }
  ],
  "worked_example": {
    "inputs": {
      "steps": 10000,
      "height_cm": 170,
      "weight_kg": 75
    },
    "expected_output": "402 kcal"
  },
  "result_summary_template": "A person weighing {weight_kg} kg and {height_cm} cm tall who takes {steps} steps burns approximately {result}.",
  "methodology": "Stride (m) = 0.415 × height (m); distance (km) = steps × stride / 1000; duration (h) = distance / 5 km/h; Calories = 3.8 × body mass (kg) × duration (h). The 3.8 MET value is the Adult Compendium of Physical Activities entry for walking, 2.8–3.4 mph (4.5–5.5 km/h), level, moderate pace, firm surface (code 17190). Net figure = (3.8 − 1) × mass × hours; miles = km × 0.621371.",
  "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/walking/"
    },
    {
      "label": "Tudor-Locke C, Bassett DR. How many steps/day are enough? Preliminary pedometer indices for public health. Sports Med. 2004;34(1):1–8.",
      "url": "https://doi.org/10.2165/00007256-200434010-00001"
    },
    {
      "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/"
    }
  ],
  "faqs": [
    {
      "question": "How accurate is the 0.415 × height stride estimate?",
      "answer": "It is a population-average coefficient, and individuals commonly deviate ±10% with leg-to-torso proportions, walking pace, footwear, and habit. Because distance and calories scale linearly with stride, that deviation passes straight through to the result. Measuring a personal stride — walking a known distance and dividing by counted steps, which is what the stride-length calculator on this site automates — replaces the weakest estimate in the chain with a measured value."
    },
    {
      "question": "Is 10,000 steps a scientifically derived target?",
      "answer": "The round number originated as a 1960s Japanese pedometer marketing slogan, not a study finding. Later research, summarised by Tudor-Locke and Bassett, treated 10,000 steps per day as a reasonable public-health index for active adults while noting lower thresholds also mark meaningful activity differences. As a calorie question, this tool shows 10,000 steps for a 75 kg, 170 cm person represents roughly 400 kcal gross, about 300 kcal net of resting."
    },
    {
      "question": "Why does the result differ from my phone or watch?",
      "answer": "Three estimates differ device by device: the step count itself (validation studies report free-living errors up to 10–20% on consumer devices), the stride model (many devices calibrate stride from GPS rather than height), and the energy model (heart-rate-informed rather than a fixed MET). Two tools given identical steps can legitimately disagree by a third. This calculator's advantage is transparency — every constant in the chain is stated and inspectable."
    },
    {
      "question": "Do slow accumulated steps and brisk walking steps cost the same?",
      "answer": "Not quite, and the tool cannot tell them apart. It prices all steps at 3.8 METs assuming a 5 km/h purposeful pace. Steps accumulated slowly around the house cover less distance per minute at a lower MET, so their true cost per step is somewhat lower; brisk walking above 5.5 km/h climbs into higher Compendium bands and costs more. Over a mixed day the errors partially offset, which is why fixed-MET step conversion remains a serviceable approximation."
    },
    {
      "question": "Does body weight really change calories per step this much?",
      "answer": "Yes — in the MET model, energy cost is proportional to mass, and measured walking economy supports approximately linear scaling: moving a heavier body over the same distance performs more work. A 90 kg walker is estimated to burn 20% more than a 75 kg walker over identical steps. Height enters separately, through stride: taller walkers cover more ground per step, so the same step count represents more distance and more energy."
    }
  ],
  "related_tools": [
    {
      "slug": "stride-length",
      "title": "Stride Length Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/stride-length.json",
      "page_url": "https://fitmetriclab.com/en/tools/running/stride-length/"
    },
    {
      "slug": "calories-walking",
      "title": "Calorie Burn — Walking",
      "api_url": "https://fitmetriclab.com/api/tools/calories-walking.json",
      "page_url": "https://fitmetriclab.com/en/tools/energy-expenditure/calories-walking/"
    },
    {
      "slug": "calories-hiking",
      "title": "Calorie Burn — Hiking",
      "api_url": "https://fitmetriclab.com/api/tools/calories-hiking.json",
      "page_url": "https://fitmetriclab.com/en/tools/energy-expenditure/calories-hiking/"
    },
    {
      "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."
}