Treadmill Running
A running cardio movement performed on a motorised belt, holding a chosen pace and distance indoors with the surface and gradient under your control.
Full body · Treadmill · Beginner

Muscles worked by the Treadmill Running
Primary
Secondary
Also called: calf, calves, gastrocnemius, gastroc, quad, quads.
Equipment
Also called: running machine, walking machine, curved treadmill, manual treadmill.
How to do the Treadmill Running
- Step onto the treadmill with a foot on each side rail, start the belt at a walking speed and step on once it is moving.
- Build up to your running pace, landing under your hips rather than reaching out in front of you.
- Run tall with your shoulders relaxed, your elbows bent at about ninety degrees and your arms swinging forward and back, not across your body.
- Keep your eyes forward and stay in the middle of the belt instead of drifting back toward the rear roller.
- Hold the pace for the desired time or distance, then slow the belt and walk for a few minutes before stepping off.
Form tips
- Clip the safety key to your waistband — it is the only thing that stops the belt if you lose your footing.
- Do not hold the handrails while running. Leaning on them shortens your stride, twists your posture and hides how hard you are actually working.
- A one to two percent incline makes indoor running feel closer to running outdoors, where you have to push through air resistance.
At a glance
| Body part | Full body |
|---|---|
| Category | Cardio |
| Force type | Dynamic |
| Mechanic | Compound |
| Difficulty | Beginner |
| Equipment | Treadmill |
| Goals | Endurance |
| Tags | Full body, Conditioning |
| MET | 8.0 (metabolic equivalent, for calorie estimates) |
| Unilateral | No |
| Bodyweight | No |
| Dataset id | treadmill-running |
Treadmill Running in German & Spanish
| German | Laufbandlauf |
|---|---|
| Spanish | Carrera en Cinta |
Descriptions, instructions and tips ship in all three languages in the JSON.
Exercise data (JSON)
The record below is exactly what exercises.json ships for this exercise — names, descriptions, instructions and tips in English, German and Spanish.
{
"id": "treadmill-running",
"name_en": "Treadmill Running",
"name_de": "Laufbandlauf",
"name_es": "Carrera en Cinta",
"description_en": "A running cardio movement performed on a motorised belt, holding a chosen pace and distance indoors with the surface and gradient under your control.",
"description_de": "Eine Laufeinheit auf dem motorisierten Band, bei der du Tempo und Distanz drinnen hältst und Untergrund wie Steigung selbst bestimmst.",
"description_es": "Una carrera realizada sobre una cinta motorizada, que permite sostener un ritmo y una distancia bajo techo controlando la superficie y la pendiente.",
"category": "cardio",
"force_type": "dynamic",
"mechanic": "compound",
"difficulty": "beginner",
"equipment": "treadmill",
"body_part": "full_body",
"primary_muscles": [
"gastrocnemius",
"quadriceps"
],
"secondary_muscles": [
"gluteus_maximus",
"hamstrings",
"hip_flexors",
"soleus"
],
"goals": [
"endurance"
],
"tags": [
"full_body",
"conditioning"
],
"is_unilateral": false,
"is_bodyweight": false,
"instructions_en": [
"Step onto the treadmill with a foot on each side rail, start the belt at a walking speed and step on once it is moving.",
"Build up to your running pace, landing under your hips rather than reaching out in front of you.",
"Run tall with your shoulders relaxed, your elbows bent at about ninety degrees and your arms swinging forward and back, not across your body.",
"Keep your eyes forward and stay in the middle of the belt instead of drifting back toward the rear roller.",
"Hold the pace for the desired time or distance, then slow the belt and walk for a few minutes before stepping off."
],
"instructions_de": [
"Stell dich mit je einem Fuß auf die seitlichen Trittflächen, starte das Band im Gehtempo und tritt auf, sobald es läuft.",
"Steiger dich auf dein Lauftempo und setz die Füße unter der Hüfte auf, statt weit nach vorn zu greifen.",
"Lauf aufrecht mit lockeren Schultern, die Ellbogen etwa im rechten Winkel, und schwing die Arme vor und zurück statt quer vor dem Körper.",
"Schau nach vorn und bleib in der Mitte des Bandes, statt nach hinten zur Umlenkrolle zu driften.",
"Halt das Tempo für die gewünschte Zeit oder Distanz, dann drossle das Band und geh ein paar Minuten aus, bevor du absteigst."
],
"instructions_es": [
"Súbete a la cinta con un pie sobre cada raíl lateral, arranca la banda a velocidad de caminata y pisa cuando ya esté en movimiento.",
"Sube progresivamente hasta tu ritmo de carrera, apoyando el pie bajo la cadera en lugar de estirar la zancada hacia delante.",
"Corre erguido con los hombros relajados, los codos flexionados unos noventa grados y los brazos balanceándose adelante y atrás, no cruzando el cuerpo.",
"Mira al frente y mantente en el centro de la banda en lugar de dejarte llevar hacia el rodillo trasero.",
"Sostén el ritmo durante el tiempo o la distancia deseados, luego baja la velocidad y camina unos minutos antes de bajarte."
],
"tips_en": [
"Clip the safety key to your waistband — it is the only thing that stops the belt if you lose your footing.",
"Do not hold the handrails while running. Leaning on them shortens your stride, twists your posture and hides how hard you are actually working.",
"A one to two percent incline makes indoor running feel closer to running outdoors, where you have to push through air resistance."
],
"tips_de": [
"Klemm den Sicherheitsschlüssel an den Hosenbund — nur er stoppt das Band, wenn du den Tritt verlierst.",
"Halt dich beim Laufen nicht an den Griffen fest. Das Aufstützen verkürzt den Schritt, verdreht die Haltung und verschleiert, wie hart du wirklich arbeitest.",
"Ein bis zwei Prozent Steigung machen das Laufen drinnen dem draußen ähnlicher, wo du zusätzlich gegen den Luftwiderstand arbeitest."
],
"tips_es": [
"Engancha la llave de seguridad a la cinturilla — es lo único que detiene la banda si pierdes el pie.",
"No te agarres a los pasamanos mientras corres. Apoyarte en ellos acorta la zancada, tuerce la postura y oculta cuánto estás trabajando de verdad.",
"Una pendiente del uno o dos por ciento acerca la carrera en cinta a la carrera al aire libre, donde además hay que vencer la resistencia del aire."
],
"met": 8.0,
"images": {
"flat": {
"main": "images/flat/treadmill-running-main.webp"
}
}
}Fetch just this exercise
const { exercises } = await fetch(
"https://exercise-dataset.com/exercises.json"
).then(r => r.json());
const ex = exercises.find(e => e.id === "treadmill-running");Free for personal and commercial in-app use with attribution (“Exercise data by RepDB”) — see the license and ready-made attribution snippets. Redistributing the data as a dataset or API is not permitted.