RepDB · Free Exercise Dataset Get the full dataset →

Banded Romanian Deadlift

A Romanian deadlift using a loop band, ideal for warm-ups and learning the hip-hinge pattern.

Upper legs · Loop Band · Beginner

Banded Romanian Deadlift — start position, flat illustration
start
Banded Romanian Deadlift — peak position, flat illustration
peak

Muscles worked by the Banded Romanian Deadlift

Primary

GlutesGluteus MaximusHamstringsHamstring Muscles

Secondary

Lower BackErector Spinae

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

Equipment

Loop Band

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

How to do the Banded Romanian Deadlift

  1. Stand on a loop band with both feet and grip the top of the band.
  2. Set feet hip-width with a soft bend in the knees.
  3. Hinge at the hips, sliding the hands down the legs.
  4. Lower until you feel a stretch in the hamstrings.
  5. Drive the hips forward to return to standing.

Form tips

  • Keep the band close to the legs throughout.
  • Stop at the bottom of your clean range — no rounded back.
  • The movement is a hinge, not a squat — knees barely bend.

At a glance

Body partUpper legs
CategoryStrength
Force typePull
MechanicCompound
DifficultyBeginner
EquipmentLoop Band
GoalsHypertrophy
TagsPull day, Leg day
MET6.0 (metabolic equivalent, for calorie estimates)
UnilateralNo
BodyweightNo
Dataset idbanded-romanian-deadlift

Banded Romanian Deadlift in German & Spanish

GermanBanded Romanian Deadlift
SpanishPeso Muerto Rumano 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-romanian-deadlift",
  "name_en": "Banded Romanian Deadlift",
  "name_de": "Banded Romanian Deadlift",
  "name_es": "Peso Muerto Rumano con Banda",
  "description_en": "A Romanian deadlift using a loop band, ideal for warm-ups and learning the hip-hinge pattern.",
  "description_de": "Ein Romanian Deadlift mit Loop-Band, ideal für Aufwärmen und das Erlernen des Hip-Hinge.",
  "description_es": "Un peso muerto rumano con banda elástica, ideal para calentar y aprender el patrón de hip-hinge.",
  "category": "strength",
  "force_type": "pull",
  "mechanic": "compound",
  "difficulty": "beginner",
  "equipment": "loop_band",
  "body_part": "upper_legs",
  "primary_muscles": [
    "gluteus_maximus",
    "hamstrings"
  ],
  "secondary_muscles": [
    "erector_spinae"
  ],
  "goals": [
    "hypertrophy"
  ],
  "tags": [
    "pull_day",
    "leg_day"
  ],
  "variation_group": "deadlift",
  "is_unilateral": false,
  "is_bodyweight": false,
  "instructions_en": [
    "Stand on a loop band with both feet and grip the top of the band.",
    "Set feet hip-width with a soft bend in the knees.",
    "Hinge at the hips, sliding the hands down the legs.",
    "Lower until you feel a stretch in the hamstrings.",
    "Drive the hips forward to return to standing."
  ],
  "instructions_de": [
    "Stelle dich mit beiden Füßen auf ein Loop-Band und greife das obere Ende.",
    "Setze die Füße hüftbreit, leichte Beugung in den Knien.",
    "Beuge dich an den Hüften, Hände gleiten an den Beinen entlang.",
    "Senke ab, bis du eine Dehnung in den Hamstrings spürst.",
    "Drücke die Hüften nach vorn, um aufzurichten."
  ],
  "instructions_es": [
    "Pisa una banda elástica con ambos pies y agarra el extremo superior.",
    "Coloca los pies a la anchura de las caderas, ligera flexión de rodillas.",
    "Flexiona desde la cadera, deslizando las manos por las piernas.",
    "Baja hasta sentir el estiramiento en los isquiotibiales.",
    "Empuja las caderas adelante para volver a la posición inicial."
  ],
  "tips_en": [
    "Keep the band close to the legs throughout.",
    "Stop at the bottom of your clean range — no rounded back.",
    "The movement is a hinge, not a squat — knees barely bend."
  ],
  "tips_de": [
    "Halte das Band nah an den Beinen.",
    "Stoppe am unteren Punkt deines sauberen Bewegungsbereichs — kein runder Rücken.",
    "Die Bewegung ist ein Hinge, kein Squat — Knie beugen sich kaum."
  ],
  "tips_es": [
    "Mantén la banda cerca de las piernas.",
    "Detente en el punto bajo de tu rango limpio — no redondees la espalda.",
    "El movimiento es un hinge, no una sentadilla — las rodillas casi no se flexionan."
  ],
  "met": 6.0,
  "images": {
    "flat": {
      "start": "images/flat/banded-romanian-deadlift-start.webp",
      "peak": "images/flat/banded-romanian-deadlift-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-romanian-deadlift");

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.