{"success":true,"version":"v1","request":{"tool":"get_calculator_schema","calculator_id":"treadmill-incline-pace"},"result":{"entity_type":"calculator","id":"treadmill-incline-pace","calculator_id":"treadmill-incline-pace","canonical_url":"https://tttkmbb.com/fitness/treadmill-incline-pace","name":"Treadmill Incline Pace Calculator","title":"Treadmill Incline to Flat Pace Calculator – Equivalent Pace and Oxygen Cost (ACSM Metabolic Equations)","category":"fitness","category_name":"Sports & Fitness","tool_name":"convert_treadmill_incline_pace","featured_mcp_tool":false,"description":"Converts a treadmill speed at a given incline into the flat-ground speed and pace with the same oxygen cost, using the ACSM walking and running metabolic equations, and the reverse: the incline speed that matches a flat pace. Also reports VO2, METs and calories per hour.","use_when":"You ran or walked on an inclined treadmill and want the equivalent flat pace, or you want to know what treadmill speed at a given grade matches an outdoor pace.","do_not_use_when":"You only need to convert pace and speed units (use pace-converter), the incline is negative (downhill cost is not linear), or you need race-time predictions (use race-time-predictor).","inputs":[{"name":"speed","label":"Treadmill speed","type":"number","required":true,"max":30,"exclusive_min":0,"description":"Belt speed in speed_unit. For the reverse conversion it is the flat pace you want to match.","example":10},{"name":"speed_unit","label":"Speed unit","type":"enum","required":false,"default":"kmh","values":[{"value":"kmh","label":"km/h","aliases":["km/h","kph"]},{"value":"mph","label":"mph","aliases":["mi/h"]}],"description":"Unit of speed.","example":"kmh"},{"name":"incline_percent","label":"Incline","type":"number","unit":"%","required":true,"min":0,"max":40,"description":"Treadmill grade in percent (rise / run × 100; 1 % ≈ 0.57°).","example":5},{"name":"locomotion","label":"Walking or running","type":"enum","required":false,"default":"auto","values":[{"value":"auto","label":"Auto (running at 8 km/h / 5 mph and faster, else walking)"},{"value":"walking","label":"Walking equation","aliases":["walk"]},{"value":"running","label":"Running equation","aliases":["run","jogging"]}],"description":"Which ACSM equation to apply; the walking equation is valid for 1.9–3.7 mph, the running equation above 5 mph (or above 3 mph when truly jogging).","example":"auto"},{"name":"weight_kg","label":"Body weight","type":"number","unit":"kg","required":false,"max":300,"exclusive_min":0,"description":"Optional body weight, used only for calories per hour.","example":70}],"outputs":[{"name":"equation","label":"Equation used","type":"string","decimals":4,"description":"'ACSM running' or 'ACSM walking' for the input speed."},{"name":"vo2_ml_kg_min","label":"Oxygen uptake","type":"number","unit":"ml/kg/min","decimals":1,"description":"Gross VO2 at the input speed and incline."},{"name":"met","label":"METs","type":"number","unit":"MET","decimals":2,"description":"vo2 / 3.5."},{"name":"equivalent_flat_speed_kmh","label":"Equivalent flat speed","type":"number","unit":"km/h","decimals":2,"description":"Flat speed with the same VO2."},{"name":"equivalent_flat_speed_mph","label":"Equivalent flat speed","type":"number","unit":"mph","decimals":2,"description":"Same in miles per hour."},{"name":"equivalent_flat_pace_per_km","label":"Equivalent flat pace","type":"string","unit":"min:sec/km","decimals":4,"description":"Pace per km on the flat with the same VO2."},{"name":"equivalent_flat_pace_per_mile","label":"Equivalent flat pace","type":"string","unit":"min:sec/mi","decimals":4,"description":"Pace per mile on the flat with the same VO2."},{"name":"equivalent_flat_equation","label":"Equation for the flat equivalent","type":"string","decimals":4,"description":"'walking' or 'running'; walking inputs switch to running when no walking speed within the walking equation's range has the same VO2."},{"name":"incline_speed_for_flat_effort_kmh","label":"Reverse: incline speed matching this flat speed","type":"number","unit":"km/h","decimals":2,"description":"Belt speed at incline_percent whose VO2 equals running/walking the input speed on the flat."},{"name":"incline_speed_for_flat_effort_mph","label":"Reverse: incline speed matching this flat speed","type":"number","unit":"mph","decimals":2,"description":"Same in miles per hour."},{"name":"incline_pace_for_flat_effort_per_km","label":"Reverse: incline pace","type":"string","unit":"min:sec/km","decimals":4,"description":"Pace per km of that incline speed."},{"name":"calories_per_hour","label":"Calories","type":"number","unit":"kcal/h","decimals":0,"description":"vo2 × weight_kg / 1000 × 5 kcal/L × 60 (only when weight_kg is given)."}],"input_schema":{"type":"object","properties":{"speed":{"description":"Belt speed in speed_unit. For the reverse conversion it is the flat pace you want to match.","type":"number","maximum":30,"exclusiveMinimum":0,"examples":[10]},"speed_unit":{"description":"Unit of speed.","type":"string","enum":["kmh","mph"],"default":"kmh","examples":["kmh"]},"incline_percent":{"description":"Treadmill grade in percent (rise / run × 100; 1 % ≈ 0.57°). Unit: %.","type":"number","minimum":0,"maximum":40,"examples":[5],"x-unit":"%"},"locomotion":{"description":"Which ACSM equation to apply; the walking equation is valid for 1.9–3.7 mph, the running equation above 5 mph (or above 3 mph when truly jogging).","type":"string","enum":["auto","walking","running"],"default":"auto","examples":["auto"]},"weight_kg":{"description":"Optional body weight, used only for calories per hour. Unit: kg.","type":"number","maximum":300,"exclusiveMinimum":0,"examples":[70],"x-unit":"kg"}},"additionalProperties":false,"required":["speed","incline_percent"]},"output_schema":{"type":"object","properties":{"equation":{"description":"'ACSM running' or 'ACSM walking' for the input speed.","type":"string"},"vo2_ml_kg_min":{"description":"Gross VO2 at the input speed and incline. Unit: ml/kg/min.","type":"number","x-unit":"ml/kg/min"},"met":{"description":"vo2 / 3.5. Unit: MET.","type":"number","x-unit":"MET"},"equivalent_flat_speed_kmh":{"description":"Flat speed with the same VO2. Unit: km/h.","type":"number","x-unit":"km/h"},"equivalent_flat_speed_mph":{"description":"Same in miles per hour. Unit: mph.","type":"number","x-unit":"mph"},"equivalent_flat_pace_per_km":{"description":"Pace per km on the flat with the same VO2. Unit: min:sec/km.","type":"string","x-unit":"min:sec/km"},"equivalent_flat_pace_per_mile":{"description":"Pace per mile on the flat with the same VO2. Unit: min:sec/mi.","type":"string","x-unit":"min:sec/mi"},"equivalent_flat_equation":{"description":"'walking' or 'running'; walking inputs switch to running when no walking speed within the walking equation's range has the same VO2.","type":"string"},"incline_speed_for_flat_effort_kmh":{"description":"Belt speed at incline_percent whose VO2 equals running/walking the input speed on the flat. Unit: km/h.","type":"number","x-unit":"km/h"},"incline_speed_for_flat_effort_mph":{"description":"Same in miles per hour. Unit: mph.","type":"number","x-unit":"mph"},"incline_pace_for_flat_effort_per_km":{"description":"Pace per km of that incline speed. Unit: min:sec/km.","type":"string","x-unit":"min:sec/km"},"calories_per_hour":{"description":"vo2 × weight_kg / 1000 × 5 kcal/L × 60 (only when weight_kg is given). Unit: kcal/h.","type":"number","x-unit":"kcal/h"}}},"formula":"S = speed in m/min, G = incline_percent / 100. Running: VO2 = 3.5 + 0.2·S + 0.9·S·G; walking: VO2 = 3.5 + 0.1·S + 1.8·S·G. Equivalent flat speed: S_flat = S × (1 + 4.5·G) (running) or S × (1 + 18·G) (walking); reverse: S_incline = S / (1 + 4.5·G) or S / (1 + 18·G); pace = 60000 / S seconds per km; calories_per_hour = VO2 × weight_kg × 0.3","method":"ACSM metabolic equations equate oxygen cost, not perceived effort or muscle load; they were validated for steady-state treadmill work (walking 50–100 m/min, running above 134 m/min). Outdoor running adds air resistance: a 1 % treadmill grade reproduces outdoor cost at 3:00–5:00 min/km (Jones & Doust 1996).","sources":[{"name":"ACSM's Guidelines for Exercise Testing and Prescription (Wolters Kluwer) – metabolic equations for walking and running","url":"https://www.acsm.org/education-resources/books/guidelines-exercise-testing-prescription","type":"textbook","retrieved_at":"2026-09-24"},{"name":"Jones AM, Doust JH (1996) A 1% treadmill grade most accurately reflects the energetic cost of outdoor running, J Sports Sci 14:321-327","url":"https://pubmed.ncbi.nlm.nih.gov/8887211/","type":"peer_reviewed","retrieved_at":"2026-09-24"}],"freshness":{"type":"static","max_age_seconds":null,"note":"Deterministic formula with fixed constants; results never go stale. Inputs supplied by the caller determine the output."},"examples":[{"name":"10 km/h at 5 %, 70 kg","inputs":{"speed":10,"speed_unit":"kmh","incline_percent":5,"weight_kg":70},"expected":{"equation":"ACSM running","vo2_ml_kg_min":44.3,"met":12.67,"equivalent_flat_speed_kmh":12.25,"equivalent_flat_speed_mph":7.61,"equivalent_flat_pace_per_km":"4:54","equivalent_flat_pace_per_mile":"7:53","incline_speed_for_flat_effort_kmh":8.16,"incline_pace_for_flat_effort_per_km":"7:21","calories_per_hour":931},"url":"https://tttkmbb.com/api/v1/calculate/treadmill-incline-pace?speed=10&speed_unit=kmh&incline_percent=5&weight_kg=70"},{"name":"Walking 5.5 km/h at 8 %","inputs":{"speed":5.5,"incline_percent":8},"expected":{"equation":"ACSM walking","vo2_ml_kg_min":25.9,"met":7.39,"equivalent_flat_speed_kmh":6.71,"equivalent_flat_pace_per_km":"8:57","equivalent_flat_equation":"running","incline_speed_for_flat_effort_kmh":2.25},"url":"https://tttkmbb.com/api/v1/calculate/treadmill-incline-pace?speed=5.5&incline_percent=8"}],"faq":[{"q":"Why does a walking incline convert to a running speed?","a":"Walking uphill is metabolically expensive (the vertical term is 1.8 versus 0.9 for running); 5.5 km/h at 8 % costs 25.9 ml/kg/min, more than any flat walk within the equation's range, so the flat equivalent is a jog at 6.7 km/h."},{"q":"Should I set 1 % to simulate outdoors?","a":"Yes for running at roughly 3:00–5:00 min/km: Jones & Doust found 1 % offsets the missing air resistance. At slower paces 0 % is close enough."},{"q":"Is the equivalent pace what I could actually race?","a":"No. It matches oxygen cost only; running mechanics, muscle loading and heat on a treadmill differ from the road."}],"tags":["treadmill incline calculator","treadmill pace conversion","incline to flat pace","acsm metabolic equations","treadmill grade equivalent","treadmill vo2"],"related":[{"calculator_id":"pace-converter","reason":"Convert the resulting paces between min/km, min/mile, km/h and mph."},{"calculator_id":"running-pace","reason":"Race splits at the equivalent pace."},{"calculator_id":"calories-burned","reason":"MET-based calorie estimate for other activities."}],"links":{"html":"https://tttkmbb.com/fitness/treadmill-incline-pace","markdown":"https://tttkmbb.com/fitness/treadmill-incline-pace.md","json":"https://tttkmbb.com/fitness/treadmill-incline-pace.json","api":"https://tttkmbb.com/api/v1/calculate/treadmill-incline-pace","schema":"https://tttkmbb.com/api/v1/calculators/treadmill-incline-pace","openapi":"https://tttkmbb.com/openapi.json","mcp":"https://tttkmbb.com/mcp"},"version":"v1","updated_at":"2026-09-24"},"timestamp":"2026-09-24T01:50:28Z","next_actions":[{"tool":"run_calculator","calculator_id":"treadmill-incline-pace","reason":"Run Treadmill Incline Pace Calculator with the inputs above."}],"links":{"markdown":"https://tttkmbb.com/fitness/treadmill-incline-pace.md"}}