{
  "slug": "calories-boxing",
  "title": "Calorie Burn — Boxing",
  "category": "Energy Expenditure",
  "category_slug": "energy-expenditure",
  "tier": 2,
  "summary": "Estimate calories burned in boxing training from body weight, session time, and training mode.",
  "description": "This calculator estimates boxing energy expenditure using MET values from the Adult Compendium of Physical Activities. It multiplies body weight, session duration, and the MET for the selected training mode: punching-bag work at 5.8 METs (code 15110), sparring at 7.8 METs (code 15120), and in-ring boxing at 12.3 METs (code 15100). Secondary rows show the MET used, the net-of-resting figure, and the kilojoule equivalent. The estimate assumes the timer covers active work, not rest between rounds.",
  "page_url": "https://fitmetriclab.com/en/tools/energy-expenditure/calories-boxing/",
  "api_url": "https://fitmetriclab.com/api/tools/calories-boxing.json",
  "formula": {
    "id": "calories_boxing",
    "expression": "\\text{Calories} = \\text{MET}(\\text{mode}) \\times w \\times \\frac{t}{60}",
    "variables": [
      {
        "symbol": "w",
        "description": "Weight in kg"
      },
      {
        "symbol": "t",
        "description": "Round time in minutes"
      },
      {
        "symbol": "\\text{MET}",
        "description": "5.8 (bag), 7.8 (sparring), or 12.3 (in ring) — Compendium codes 15110, 15120, 15100"
      }
    ]
  },
  "inputs": [
    {
      "id": "weight_kg",
      "label": "Weight",
      "type": "number",
      "unit": "kg",
      "default": 75,
      "min": 20,
      "max": 300,
      "step": 0.1
    },
    {
      "id": "minutes",
      "label": "Round time",
      "type": "number",
      "unit": "min",
      "default": 30,
      "min": 1,
      "max": 300,
      "step": 1
    },
    {
      "id": "style",
      "label": "Training mode",
      "type": "select",
      "unit": null,
      "default": 0,
      "options": [
        {
          "label": "Punching bag (5.8 MET)",
          "value": 0
        },
        {
          "label": "Sparring (7.8 MET)",
          "value": 1
        },
        {
          "label": "In ring, competitive (12.3 MET)",
          "value": 2
        }
      ]
    }
  ],
  "worked_example": {
    "inputs": {
      "weight_kg": 75,
      "minutes": 30,
      "style": 0
    },
    "expected_output": "218 kcal"
  },
  "result_summary_template": "A boxer weighing {weight_kg} kg who trains for {minutes} minutes in the selected mode burns approximately {result}.",
  "methodology": "Calories = MET × body mass (kg) × duration (hours). MET values from the Adult Compendium of Physical Activities (2024): boxing, punching bag = 5.8 METs (code 15110); boxing, sparring = 7.8 METs (code 15120); boxing, in ring, general = 12.3 METs (code 15100). 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/sports/"
    },
    {
      "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": "Should I enter the whole class time or just the rounds?",
      "answer": "Round time. The Compendium entries price active boxing, and the standard three-minutes-on, one-minute-off format means wall-clock time overstates work time by about a third. A 60-minute boxercise class typically contains 30–40 minutes of genuine work once warm-up, instruction, and rests are subtracted. Entering that active figure against the bag-work entry gives a defensible estimate; entering the full hour does not."
    },
    {
      "question": "Which entry fits a boxercise or fitness-boxing class?",
      "answer": "The punching-bag entry at 5.8 METs is the closest match for the pad and bag portions, with the caveat that class formats interleave skipping, calisthenics, and rest. Classes built on continuous partner drills at honest pace can approach the 7.8 MET sparring entry. Published measurements of fitness-boxing sessions cluster in the 6–8 MET range overall, so a mixed class lands between the tool's first two options."
    },
    {
      "question": "Why is in-ring boxing rated so much higher than sparring?",
      "answer": "Competition removes the pacing control that training preserves. Ring boxing at 12.3 METs reflects near-continuous punching, defending, and footwork under an opponent trying to impose pace — heart rates in measured amateur bouts run close to maximal for much of each round. Sparring at 7.8 METs assumes the cooperative intensity typical of gym rounds. Genuinely hard sparring narrows the gap, but few gyms sustain competition pace across a session."
    },
    {
      "question": "Does punching power change the calorie cost?",
      "answer": "Punch volume matters more than punch force. Energy cost tracks total mechanical work per minute — number of punches, footwork, and body movement — rather than the peak force of individual shots. A high-output volume puncher works harder per minute than a single-shot power puncher resting between blows, even if the latter hits harder. This is why technical bag practice sits below the 5.8 MET average and interval-style bag work sits above it."
    },
    {
      "question": "How does boxing compare with other high-intensity training?",
      "answer": "At the bag, boxing costs about what moderate rowing or aerobic dance costs — roughly 6–7 METs. Sparring is comparable to vigorous circuit training at 7.5–7.8 METs. Ring competition, at 12.3 METs, sits with the most expensive activities in the Compendium, alongside fast rope skipping and running at around 13 km/h. The interval structure means session totals depend heavily on the work-to-rest format chosen."
    }
  ],
  "related_tools": [
    {
      "slug": "calories-hiit",
      "title": "Calorie Burn — HIIT & Circuit Training",
      "api_url": "https://fitmetriclab.com/api/tools/calories-hiit.json",
      "page_url": "https://fitmetriclab.com/en/tools/energy-expenditure/calories-hiit/"
    },
    {
      "slug": "calories-jump-rope",
      "title": "Calorie Burn — Jump Rope",
      "api_url": "https://fitmetriclab.com/api/tools/calories-jump-rope.json",
      "page_url": "https://fitmetriclab.com/en/tools/energy-expenditure/calories-jump-rope/"
    },
    {
      "slug": "activity-comparison",
      "title": "Activity Calorie Comparison Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/activity-comparison.json",
      "page_url": "https://fitmetriclab.com/en/tools/energy-expenditure/activity-comparison/"
    },
    {
      "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."
}