Box Jump
A plyometric jump from a quarter-squat onto a stable box, training lower-body power.
Upper legs · Plyo Box · Intermediate


Muscles worked by the Box Jump
Primary
Secondary
Also called: glute, glutes, gluteus maximus, buttocks, butt, quad.
Equipment
Also called: plyometric box, jump box, step-up box, soft plyo box, 3-in-1 box.
How to do the Box Jump
- Stand a foot in front of a sturdy box with feet shoulder-width.
- Drop into a quarter-squat and swing the arms back.
- Drive the arms up and explode off the floor onto the box.
- Land softly with both feet flat and knees bent.
- Step down — do not jump down — and reset.
Form tips
- Always step down — repeated drop-landings stress the Achilles.
- Land softly with the whole foot, knees tracking over the toes.
- Pick a box height you can clear cleanly without piking the hips.
At a glance
| Body part | Upper legs |
|---|---|
| Category | Plyometrics |
| Force type | Dynamic |
| Mechanic | Compound |
| Difficulty | Intermediate |
| Equipment | Plyo Box |
| Goals | Power |
| Tags | Leg day, Conditioning |
| MET | 7.0 (metabolic equivalent, for calorie estimates) |
| Unilateral | No |
| Bodyweight | No |
| Dataset id | box-jump |
Box Jump in German & Spanish
| German | Box Jump |
|---|---|
| Spanish | Salto al Cajón |
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": "box-jump",
"name_en": "Box Jump",
"name_de": "Box Jump",
"name_es": "Salto al Cajón",
"description_en": "A plyometric jump from a quarter-squat onto a stable box, training lower-body power.",
"description_de": "Ein plyometrischer Sprung aus der Viertelhocke auf eine stabile Box, trainiert Sprungkraft.",
"description_es": "Un salto pliométrico desde media sentadilla a un cajón estable, que entrena la potencia del tren inferior.",
"category": "plyometrics",
"force_type": "dynamic",
"mechanic": "compound",
"difficulty": "intermediate",
"equipment": "plyo_box",
"body_part": "upper_legs",
"primary_muscles": [
"gluteus_maximus",
"quadriceps"
],
"secondary_muscles": [
"gastrocnemius",
"hamstrings",
"soleus"
],
"goals": [
"power"
],
"tags": [
"leg_day",
"conditioning"
],
"is_unilateral": false,
"is_bodyweight": false,
"instructions_en": [
"Stand a foot in front of a sturdy box with feet shoulder-width.",
"Drop into a quarter-squat and swing the arms back.",
"Drive the arms up and explode off the floor onto the box.",
"Land softly with both feet flat and knees bent.",
"Step down — do not jump down — and reset."
],
"instructions_de": [
"Stelle dich mit schulterbreitem Stand etwa 30 cm vor eine feste Box.",
"Gehe in eine Viertelhocke und schwinge die Arme zurück.",
"Drücke die Arme hoch und springe explosiv auf die Box.",
"Lande weich mit flachen Füßen und gebeugten Knien.",
"Steige herunter — springe nicht — und beginne neu."
],
"instructions_es": [
"Mantente a unos 30 cm frente a un cajón firme con los pies a la anchura de los hombros.",
"Baja a una media sentadilla y balancea los brazos atrás.",
"Lanza los brazos arriba y salta explosivamente al cajón.",
"Aterriza suave con los pies planos y rodillas flexionadas.",
"Baja caminando — no saltando — y reinicia."
],
"tips_en": [
"Always step down — repeated drop-landings stress the Achilles.",
"Land softly with the whole foot, knees tracking over the toes.",
"Pick a box height you can clear cleanly without piking the hips."
],
"tips_de": [
"Steige immer herunter — wiederholte Sprünge nach unten belasten die Achillessehne.",
"Lande weich mit dem ganzen Fuß, Knie folgen den Zehen.",
"Wähle eine Höhe, die du sauber überspringst, ohne die Hüfte zu klappen."
],
"tips_es": [
"Baja siempre caminando — los saltos hacia abajo repetidos sobrecargan el Aquiles.",
"Aterriza suave con todo el pie, rodillas alineadas con los dedos.",
"Elige una altura que puedas superar sin doblar la cadera."
],
"met": 7.0,
"images": {
"flat": {
"start": "images/flat/box-jump-start.webp",
"peak": "images/flat/box-jump-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 === "box-jump");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.