RepDB · Free Exercise Dataset Get the full dataset →

Wrist Roller

A forearm exercise winding a hanging weight up and down a roller, building grip and wrist strength.

Lower arms · Wrist Roller · Intermediate

Wrist Roller — start position, flat illustration
start
Wrist Roller — peak position, flat illustration
peak

Muscles worked by the Wrist Roller

Primary

Forearm ExtensorsWrist Extensor MusclesForearm FlexorsWrist Flexor Muscles

Secondary

Front DeltsAnterior Deltoid

Also called: wrist extensors, extensor carpi, forearm extensors, outer forearm, wrist flexors, flexor carpi.

Equipment

Wrist Roller

Also called: forearm roller, wrist winder, rope and weight roller.

How to do the Wrist Roller

  1. Grip the wrist roller handle with arms extended in front at shoulder height.
  2. Let the weight hang from the cord.
  3. Roll the handle forward with alternating wrist movements to wind the weight up.
  4. Keep your arms straight throughout.
  5. Once fully wound, reverse the rotation to lower the weight.
  6. Repeat for the desired number of reps.

Form tips

  • Use full wrist rotations rather than small partial turns.
  • Keep your shoulders relaxed and avoid shrugging as you roll.
  • Control the unwinding phase instead of letting the weight drop.

At a glance

Body partLower arms
CategoryStrength
Force typePush
MechanicCompound
DifficultyIntermediate
EquipmentWrist Roller
GoalsHypertrophy, Strength
TagsKnee safe, Shoulder safe, Lower back safe, No axial load
MET6.0 (metabolic equivalent, for calorie estimates)
UnilateralNo
BodyweightNo
Dataset idwrist-roller

Wrist Roller in German & Spanish

GermanWrist Roller
SpanishRodillo de Muñeca

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": "wrist-roller",
  "name_en": "Wrist Roller",
  "name_de": "Wrist Roller",
  "name_es": "Rodillo de Muñeca",
  "description_en": "A forearm exercise winding a hanging weight up and down a roller, building grip and wrist strength.",
  "description_de": "Eine Unterarmübung am Wrist Roller, bei der ein hängendes Gewicht über Drehbewegungen der Handgelenke auf- und abgerollt wird.",
  "description_es": "Un ejercicio para el antebrazo que consiste en enrollar un peso con la cuerda mediante el giro de las muñecas.",
  "category": "strength",
  "force_type": "push",
  "mechanic": "compound",
  "difficulty": "intermediate",
  "equipment": "wrist_roller",
  "body_part": "lower_arms",
  "primary_muscles": [
    "forearm_extensors",
    "forearm_flexors"
  ],
  "secondary_muscles": [
    "anterior_deltoid"
  ],
  "goals": [
    "hypertrophy",
    "strength"
  ],
  "tags": [
    "knee_safe",
    "shoulder_safe",
    "lower_back_safe",
    "no_axial_load"
  ],
  "variation_group": "wrist-curl",
  "is_unilateral": false,
  "is_bodyweight": false,
  "instructions_en": [
    "Grip the wrist roller handle with arms extended in front at shoulder height.",
    "Let the weight hang from the cord.",
    "Roll the handle forward with alternating wrist movements to wind the weight up.",
    "Keep your arms straight throughout.",
    "Once fully wound, reverse the rotation to lower the weight.",
    "Repeat for the desired number of reps."
  ],
  "instructions_de": [
    "Greife den Wrist-Roller-Griff mit ausgestreckten Armen auf Schulterhöhe.",
    "Lass das Gewicht an der Schnur hängen.",
    "Rolle den Griff mit abwechselnden Handgelenkbewegungen nach vorne, um das Gewicht aufzuwickeln.",
    "Halte die Arme während der gesamten Übung gestreckt.",
    "Wenn vollständig aufgewickelt, kehre die Drehrichtung um, um das Gewicht zu senken.",
    "Wiederhole für die gewünschte Anzahl an Wiederholungen."
  ],
  "instructions_es": [
    "Agarra el mango del rodillo con los brazos extendidos al frente a la altura de los hombros.",
    "Deja que el peso cuelgue del cordón.",
    "Enrolla el mango hacia adelante con movimientos alternos de muñeca para subir el peso.",
    "Mantén los brazos rectos durante todo el movimiento.",
    "Una vez enrollado por completo, invierte la rotación para bajar el peso.",
    "Repite el número de repeticiones deseado."
  ],
  "tips_en": [
    "Use full wrist rotations rather than small partial turns.",
    "Keep your shoulders relaxed and avoid shrugging as you roll.",
    "Control the unwinding phase instead of letting the weight drop."
  ],
  "tips_de": [
    "Beginne mit wenig Gewicht, da die Unterarme schnell ermüden.",
    "Halte die Schultern unten und vermeide ein Hohlkreuz.",
    "Senke das Gewicht ebenso kontrolliert ab, wie du es aufwickelst."
  ],
  "tips_es": [
    "Mantén los brazos extendidos al frente a la altura de los hombros.",
    "Enrolla la cuerda con giros alternos de las muñecas.",
    "Invierte la rotación para bajar el peso de forma controlada."
  ],
  "met": 6.0,
  "images": {
    "flat": {
      "start": "images/flat/wrist-roller-start.webp",
      "peak": "images/flat/wrist-roller-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 === "wrist-roller");

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.