Dumbbell Bench Pull
A prone rowing movement on a bench for strict upper back work.
Back · Dumbbell · Intermediate


Muscles worked by the Dumbbell Bench Pull
Primary
Secondary
Also called: lats, lat, latissimus dorsi, latissimus, back wings, rhomboid.
Equipment
Also called: db, dumbell, hex dumbbell, rubber dumbbell, hand weight.
How to do the Dumbbell Bench Pull
- Lie face down on an incline bench holding dumbbells.
- Let your arms hang straight down.
- Pull the dumbbells up toward your chest, squeezing your shoulder blades.
- Lower with control.
- Repeat.
Form tips
- Keep your chest glued to the bench throughout the pull.
- Drive your elbows up and back rather than curling the weight.
- Let your shoulder blades protract fully at the bottom for full range.
At a glance
| Body part | Back |
|---|---|
| Category | Strength |
| Force type | Pull |
| Mechanic | Compound |
| Difficulty | Intermediate |
| Equipment | Dumbbell |
| Goals | Hypertrophy |
| Tags | Pull day, Knee safe, No axial load, Lower back safe, Shoulder safe |
| MET | 6.0 (metabolic equivalent, for calorie estimates) |
| Unilateral | No |
| Bodyweight | No |
| Dataset id | dumbbell-bench-pull |
Dumbbell Bench Pull in German & Spanish
| German | Kurzhantel Bench Pull |
|---|---|
| Spanish | Remo en Banco con Mancuernas |
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": "dumbbell-bench-pull",
"name_en": "Dumbbell Bench Pull",
"name_de": "Kurzhantel Bench Pull",
"name_es": "Remo en Banco con Mancuernas",
"description_en": "A prone rowing movement on a bench for strict upper back work.",
"description_de": "Eine Ruderübung in Bauchlage auf einer Bank für gezieltes Training des oberen Rückens.",
"description_es": "Un movimiento de remo boca abajo sobre un banco para trabajar la parte superior de la espalda de forma estricta.",
"category": "strength",
"force_type": "pull",
"mechanic": "compound",
"difficulty": "intermediate",
"equipment": "dumbbell",
"body_part": "back",
"primary_muscles": [
"latissimus_dorsi",
"rhomboids"
],
"secondary_muscles": [
"biceps_brachii",
"posterior_deltoid"
],
"goals": [
"hypertrophy"
],
"tags": [
"pull_day",
"knee_safe",
"no_axial_load",
"lower_back_safe",
"shoulder_safe"
],
"variation_group": "row",
"is_unilateral": false,
"is_bodyweight": false,
"instructions_en": [
"Lie face down on an incline bench holding dumbbells.",
"Let your arms hang straight down.",
"Pull the dumbbells up toward your chest, squeezing your shoulder blades.",
"Lower with control.",
"Repeat."
],
"instructions_de": [
"Lege dich mit dem Gesicht nach unten auf eine Schrägbank und halte Kurzhanteln.",
"Lass die Arme gerade hängen.",
"Ziehe die Kurzhanteln zur Brust und spanne die Schulterblätter zusammen.",
"Senke kontrolliert ab.",
"Wiederhole die Übung."
],
"instructions_es": [
"Túmbate boca abajo en un banco inclinado sujetando mancuernas.",
"Deja los brazos colgando rectos hacia abajo.",
"Tira de las mancuernas hacia el pecho apretando los omóplatos.",
"Baja de forma controlada.",
"Repite."
],
"tips_en": [
"Keep your chest glued to the bench throughout the pull.",
"Drive your elbows up and back rather than curling the weight.",
"Let your shoulder blades protract fully at the bottom for full range."
],
"tips_de": [
"Halte die Brust während des Zugs fest auf dem Polster.",
"Zieh die Schulterblätter zuerst zusammen, dann beuge die Arme.",
"Entspanne den Nacken, statt den Kopf hochzuziehen."
],
"tips_es": [
"Mantén el pecho pegado al banco en todo momento.",
"Inicia el tirón con la espalda, no con los bíceps.",
"Controla la bajada hasta estirar por completo los brazos."
],
"met": 6.0,
"images": {
"flat": {
"start": "images/flat/dumbbell-bench-pull-start.webp",
"peak": "images/flat/dumbbell-bench-pull-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 === "dumbbell-bench-pull");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.