RepDB · Free Exercise Dataset Get the full dataset →

Behind-the-Neck Lat Pulldown

A wide-grip lat pulldown taken behind the head, targeting the upper lats and traps — requires full overhead shoulder mobility.

Back · Lat Pulldown Machine · Advanced

Behind-the-Neck Lat Pulldown — start position, flat illustration
start
Behind-the-Neck Lat Pulldown — peak position, flat illustration
peak

Muscles worked by the Behind-the-Neck Lat Pulldown

Primary

LatsLatissimus Dorsi

Secondary

Rear DeltsPosterior DeltoidRhomboidsRhomboid MusclesTrapsTrapezius

Also called: lats, lat, latissimus dorsi, latissimus, back wings.

Equipment

Lat Pulldown Machine

Also called: lat pulldown, pulldown machine, lat pull, vertical traction, vertical traction machine, lat machine.

How to do the Behind-the-Neck Lat Pulldown

  1. Sit at a lat pulldown station with thighs secured under the pad.
  2. Grip the bar with a wide, overhand grip — wider than shoulder-width.
  3. Keep the torso upright and tuck the chin slightly forward.
  4. Pull the bar down behind the head until it touches the base of the neck.
  5. Return under control to the full overhead stretch.
  6. Repeat for the recommended number of repetitions.

Form tips

  • Only perform this if you have full, pain-free overhead shoulder mobility.
  • Use a moderate load — this is not a strength lift, it's a hypertrophy accessory.

At a glance

Body partBack
CategoryStrength
Force typePull
MechanicCompound
DifficultyAdvanced
EquipmentLat Pulldown Machine
GoalsHypertrophy
TagsPull day
MET6.0 (metabolic equivalent, for calorie estimates)
UnilateralNo
BodyweightNo
Dataset idbehind-the-neck-lat-pulldown

Behind-the-Neck Lat Pulldown in German & Spanish

GermanNacken-Lat-Pulldown
SpanishJalón al Cuello Detrás de la Cabeza

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": "behind-the-neck-lat-pulldown",
  "name_en": "Behind-the-Neck Lat Pulldown",
  "name_de": "Nacken-Lat-Pulldown",
  "name_es": "Jalón al Cuello Detrás de la Cabeza",
  "description_en": "A wide-grip lat pulldown taken behind the head, targeting the upper lats and traps — requires full overhead shoulder mobility.",
  "description_de": "Ein breiter Lat-Pulldown hinter den Kopf, der den oberen Latissimus und Trapezmuskel beansprucht – erfordert volle Schulterbeweglichkeit über den Kopf.",
  "description_es": "Un jalón al dorsal con agarre ancho llevado detrás de la cabeza, que trabaja la parte superior del dorsal y los trapecios: requiere movilidad de hombro completa sobre la cabeza.",
  "category": "strength",
  "force_type": "pull",
  "mechanic": "compound",
  "difficulty": "advanced",
  "equipment": "lat_pulldown_machine",
  "body_part": "back",
  "primary_muscles": [
    "latissimus_dorsi"
  ],
  "secondary_muscles": [
    "posterior_deltoid",
    "rhomboids",
    "trapezius"
  ],
  "goals": [
    "hypertrophy"
  ],
  "tags": [
    "pull_day"
  ],
  "variation_group": "lat-pulldown",
  "is_unilateral": false,
  "is_bodyweight": false,
  "instructions_en": [
    "Sit at a lat pulldown station with thighs secured under the pad.",
    "Grip the bar with a wide, overhand grip — wider than shoulder-width.",
    "Keep the torso upright and tuck the chin slightly forward.",
    "Pull the bar down behind the head until it touches the base of the neck.",
    "Return under control to the full overhead stretch.",
    "Repeat for the recommended number of repetitions."
  ],
  "instructions_de": [
    "Setze dich an der Lat-Pulldown-Station mit den Oberschenkeln unter den Polstern.",
    "Greife die Stange mit einem weiten Obergriff – breiter als schulterbreit.",
    "Halte den Oberkörper aufrecht und neige das Kinn leicht nach vorne.",
    "Ziehe die Stange hinter den Kopf, bis sie den Nacken berührt.",
    "Kehre kontrolliert in die vollständige Überkopfstreckung zurück.",
    "Wiederhole die empfohlene Anzahl von Wiederholungen."
  ],
  "instructions_es": [
    "Siéntate en la máquina de jalón con los muslos asegurados bajo el pad.",
    "Agarra la barra con un agarre ancho prono, más ancho que la anchura de los hombros.",
    "Mantén el torso erguido e inclina la barbilla ligeramente hacia adelante.",
    "Tira de la barra hacia abajo detrás de la cabeza hasta que toque la base del cuello.",
    "Vuelve de forma controlada al estiramiento completo sobre la cabeza.",
    "Repite el número de repeticiones recomendado."
  ],
  "tips_en": [
    "Only perform this if you have full, pain-free overhead shoulder mobility.",
    "Use a moderate load — this is not a strength lift, it's a hypertrophy accessory."
  ],
  "tips_de": [
    "Führe diese Übung nur aus, wenn du volle, schmerzfreie Schulterbeweglichkeit über den Kopf hast.",
    "Verwende ein moderates Gewicht – das ist kein Kraftheben, sondern eine Hypertrophie-Zusatzübung."
  ],
  "tips_es": [
    "Solo realiza este ejercicio si tienes movilidad de hombro completa y sin dolor sobre la cabeza.",
    "Usa una carga moderada: no es un levantamiento de fuerza, es un accesorio de hipertrofia."
  ],
  "met": 6.0,
  "images": {
    "flat": {
      "start": "images/flat/behind-the-neck-lat-pulldown-start.webp",
      "peak": "images/flat/behind-the-neck-lat-pulldown-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 === "behind-the-neck-lat-pulldown");

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.