Cable Upright Row
An upright row performed with a cable for constant tension on the lateral deltoids and traps.
Shoulders · Cable Machine · Intermediate


Muscles worked by the Cable Upright Row
Primary
Secondary
Also called: side deltoid, lateral delt, side delt, medial deltoid, lateral deltoid, trap.
Equipment
Also called: cable pulley, functional trainer, cable crossover, cable column, cable station, pulley machine.
How to do the Cable Upright Row
- Stand in front of a cable machine and grip a straight bar or rope at thigh height.
- Pull the bar up toward your chin, leading with your elbows.
- Lower under control.
- Repeat.
Form tips
- Keep elbows higher than your wrists.
- Avoid shrugging excessively.
At a glance
| Body part | Shoulders |
|---|---|
| Category | Strength |
| Force type | Pull |
| Mechanic | Compound |
| Difficulty | Intermediate |
| Equipment | Cable Machine |
| Goals | Hypertrophy |
| Tags | Push day, Knee safe, No axial load, Lower back safe |
| MET | 6.0 (metabolic equivalent, for calorie estimates) |
| Unilateral | No |
| Bodyweight | No |
| Dataset id | cable-upright-row |
Cable Upright Row in German & Spanish
| German | Kabelzug Hochziehen |
|---|---|
| Spanish | Remo al Mentón con Cable |
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": "cable-upright-row",
"name_en": "Cable Upright Row",
"name_de": "Kabelzug Hochziehen",
"name_es": "Remo al Mentón con Cable",
"description_en": "An upright row performed with a cable for constant tension on the lateral deltoids and traps.",
"description_de": "Ein Hochziehen mit Kabelzug für konstante Spannung auf den seitlichen Deltamuskeln und dem Trapezius.",
"description_es": "Un remo al mentón con cable para tensión constante en los deltoides laterales y el trapecio.",
"category": "strength",
"force_type": "pull",
"mechanic": "compound",
"difficulty": "intermediate",
"equipment": "cable",
"body_part": "shoulders",
"primary_muscles": [
"lateral_deltoid",
"trapezius"
],
"secondary_muscles": [
"anterior_deltoid",
"biceps_brachii"
],
"goals": [
"hypertrophy"
],
"tags": [
"push_day",
"knee_safe",
"no_axial_load",
"lower_back_safe"
],
"variation_group": "upright-row",
"is_unilateral": false,
"is_bodyweight": false,
"instructions_en": [
"Stand in front of a cable machine and grip a straight bar or rope at thigh height.",
"Pull the bar up toward your chin, leading with your elbows.",
"Lower under control.",
"Repeat."
],
"instructions_de": [
"Steh vor dem Kabelzuggerät und greife eine gerade Stange oder ein Seil auf Oberschenkelhöhe.",
"Ziehe die Stange zum Kinn, führend mit den Ellbogen.",
"Kontrolliert senken.",
"Wiederhole."
],
"instructions_es": [
"Colócate frente a la máquina de cable y agarra una barra recta o cuerda a la altura de los muslos.",
"Tira de la barra hacia el mentón llevando los codos por delante.",
"Baja de forma controlada.",
"Repite."
],
"tips_en": [
"Keep elbows higher than your wrists.",
"Avoid shrugging excessively."
],
"tips_de": [
"Ellbogen höher als die Handgelenke halten.",
"Übermäßiges Hochziehen der Schultern vermeiden."
],
"tips_es": [
"Mantén los codos más altos que las muñecas.",
"Evita encoger los hombros en exceso."
],
"met": 6.0,
"images": {
"flat": {
"start": "images/flat/cable-upright-row-start.webp",
"peak": "images/flat/cable-upright-row-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 === "cable-upright-row");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.