RepDB · Free Exercise Dataset Get the full dataset →

Banded Sumo Walk

A wide-stance lateral walk with a loop band above the knees, targeting the glute medius and maximus.

Upper legs · Loop Band · Beginner

Banded Sumo Walk — start position, flat illustration
start
Banded Sumo Walk — peak position, flat illustration
peak

Muscles worked by the Banded Sumo Walk

Primary

GlutesGluteus MaximusGlute MediusGluteus Medius

Secondary

QuadsQuadriceps Femoris

Also called: glute, glutes, gluteus maximus, buttocks, butt, glute med.

Equipment

Loop Band

Also called: mini band, hip band, booty band, fabric band, glute band, mini loop band.

How to do the Banded Sumo Walk

  1. Place a loop band just above the knees.
  2. Drop into a quarter squat with feet wider than shoulder-width.
  3. Step forward in a wide stance, keeping tension on the band.
  4. Continue stepping forward, alternating feet, for the prescribed distance.
  5. Stay low throughout — do not stand up between steps.

Form tips

  • Keep tension on the band the entire set.
  • Stay in a quarter-squat — do not stand tall between steps.
  • Take small, controlled steps with toes pointed slightly out.

At a glance

Body partUpper legs
CategoryStrength
Force typePush
MechanicCompound
DifficultyBeginner
EquipmentLoop Band
GoalsHypertrophy, Endurance
TagsLeg day, Glute focus, Warm up
MET6.0 (metabolic equivalent, for calorie estimates)
UnilateralNo
BodyweightNo
Dataset idbanded-sumo-walk

Banded Sumo Walk in German & Spanish

GermanBanded Sumo Walk
SpanishCaminata Sumo con Banda

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": "banded-sumo-walk",
  "name_en": "Banded Sumo Walk",
  "name_de": "Banded Sumo Walk",
  "name_es": "Caminata Sumo con Banda",
  "description_en": "A wide-stance lateral walk with a loop band above the knees, targeting the glute medius and maximus.",
  "description_de": "Ein breitbeiniger Seitschritt mit Loop-Band über den Knien, der Gluteus medius und maximus trainiert.",
  "description_es": "Una caminata en posición sumo con banda sobre las rodillas, que trabaja el glúteo medio y mayor.",
  "category": "strength",
  "force_type": "push",
  "mechanic": "compound",
  "difficulty": "beginner",
  "equipment": "loop_band",
  "body_part": "upper_legs",
  "primary_muscles": [
    "gluteus_maximus",
    "gluteus_medius"
  ],
  "secondary_muscles": [
    "quadriceps"
  ],
  "goals": [
    "hypertrophy",
    "endurance"
  ],
  "tags": [
    "leg_day",
    "glute_focus",
    "warm_up"
  ],
  "variation_group": "hip-abduction",
  "is_unilateral": false,
  "is_bodyweight": false,
  "instructions_en": [
    "Place a loop band just above the knees.",
    "Drop into a quarter squat with feet wider than shoulder-width.",
    "Step forward in a wide stance, keeping tension on the band.",
    "Continue stepping forward, alternating feet, for the prescribed distance.",
    "Stay low throughout — do not stand up between steps."
  ],
  "instructions_de": [
    "Lege ein Loop-Band knapp über die Knie.",
    "Gehe in eine Viertelhocke, Füße breiter als schulterbreit.",
    "Trete in breiter Position nach vorn, halte Spannung auf dem Band.",
    "Setze die Schritte abwechselnd fort über die vorgegebene Strecke.",
    "Bleibe tief — stehe zwischen den Schritten nicht auf."
  ],
  "instructions_es": [
    "Coloca una banda elástica justo sobre las rodillas.",
    "Baja a una media sentadilla con los pies más anchos que los hombros.",
    "Avanza un paso al frente en posición ancha, mantén tensión en la banda.",
    "Sigue avanzando alternando los pies por la distancia indicada.",
    "Permanece bajo — no te incorpores entre pasos."
  ],
  "tips_en": [
    "Keep tension on the band the entire set.",
    "Stay in a quarter-squat — do not stand tall between steps.",
    "Take small, controlled steps with toes pointed slightly out."
  ],
  "tips_de": [
    "Halte die Bandspannung den ganzen Satz aufrecht.",
    "Bleibe in der Viertelhocke — stehe nicht zwischen den Schritten auf.",
    "Mache kleine, kontrollierte Schritte mit leicht nach außen zeigenden Zehen."
  ],
  "tips_es": [
    "Mantén tensión en la banda durante toda la serie.",
    "Quédate en media sentadilla — no te levantes entre pasos.",
    "Da pasos cortos y controlados con las puntas ligeramente afuera."
  ],
  "met": 6.0,
  "images": {
    "flat": {
      "start": "images/flat/banded-sumo-walk-start.webp",
      "peak": "images/flat/banded-sumo-walk-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 === "banded-sumo-walk");

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.