Horizontal Leg Press
A machine leg press performed horizontally, targeting quads, glutes, and hamstrings.
Upper legs · Leg Press · Beginner


Muscles worked by the Horizontal Leg Press
Primary
Secondary
Also called: glute, glutes, gluteus maximus, buttocks, butt, quad.
Equipment
Also called: leg press machine, 45 degree leg press, horizontal leg press, plate-loaded leg press, sled leg press.
How to do the Horizontal Leg Press
- Sit in a horizontal leg press machine and place feet shoulder-width apart.
- Unlock the machine and lower the platform toward your chest.
- Press the platform back to the start.
- Repeat.
Form tips
- Do not let your lower back lift off the seat.
- Avoid locking out the knees completely.
At a glance
| Body part | Upper legs |
|---|---|
| Category | Strength |
| Force type | Push |
| Mechanic | Compound |
| Difficulty | Beginner |
| Equipment | Leg Press |
| Goals | Hypertrophy, Strength |
| Tags | Leg day, Lower back safe, Shoulder safe, No axial load, Knee safe |
| MET | 6.0 (metabolic equivalent, for calorie estimates) |
| Unilateral | No |
| Bodyweight | No |
| Dataset id | horizontal-leg-press |
Horizontal Leg Press in German & Spanish
| German | Horizontale Beinpresse |
|---|---|
| Spanish | Prensa de piernas horizontal |
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": "horizontal-leg-press",
"name_en": "Horizontal Leg Press",
"name_de": "Horizontale Beinpresse",
"name_es": "Prensa de piernas horizontal",
"description_en": "A machine leg press performed horizontally, targeting quads, glutes, and hamstrings.",
"description_de": "Eine Beinpresse an der horizontalen Maschine, die Quadrizeps, Gluteus und Beinbeuger beansprucht.",
"description_es": "Una prensa de piernas en máquina realizada en posición horizontal, que trabaja cuádriceps, glúteos e isquiotibiales.",
"category": "strength",
"force_type": "push",
"mechanic": "compound",
"difficulty": "beginner",
"equipment": "leg_press",
"body_part": "upper_legs",
"primary_muscles": [
"gluteus_maximus",
"quadriceps"
],
"secondary_muscles": [
"hamstrings"
],
"goals": [
"hypertrophy",
"strength"
],
"tags": [
"leg_day",
"lower_back_safe",
"shoulder_safe",
"no_axial_load",
"knee_safe"
],
"variation_group": "leg-press",
"is_unilateral": false,
"is_bodyweight": false,
"instructions_en": [
"Sit in a horizontal leg press machine and place feet shoulder-width apart.",
"Unlock the machine and lower the platform toward your chest.",
"Press the platform back to the start.",
"Repeat."
],
"instructions_de": [
"Setze dich in die horizontale Beinpresse und stelle die Füße schulterbreit auf.",
"Entriegele die Maschine und senke die Plattform zur Brust.",
"Drücke die Plattform zurück in die Ausgangsposition.",
"Wiederholen."
],
"instructions_es": [
"Siéntate en la máquina de prensa de piernas horizontal y coloca los pies a la anchura de los hombros.",
"Desbloquea la máquina y baja la plataforma hacia tu pecho.",
"Empuja la plataforma de vuelta a la posición inicial.",
"Repite."
],
"tips_en": [
"Do not let your lower back lift off the seat.",
"Avoid locking out the knees completely."
],
"tips_de": [
"Hebe den unteren Rücken nicht von der Sitzfläche ab.",
"Die Knie nicht vollständig durchstrecken."
],
"tips_es": [
"No dejes que la zona lumbar se separe del asiento.",
"Evita bloquear completamente las rodillas."
],
"met": 6.0,
"images": {
"flat": {
"start": "images/flat/horizontal-leg-press-start.webp",
"peak": "images/flat/horizontal-leg-press-peak.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 === "horizontal-leg-press");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.