RepDB · Free Exercise Dataset Get the full dataset →

Decline EZ-Bar Bench Press

A decline press using an EZ-bar for a wrist-friendly grip targeting the lower chest.

Chest · EZ Curl Bar · Intermediate

Decline EZ-Bar Bench Press — start position, flat illustration
start
Decline EZ-Bar Bench Press — peak position, flat illustration
peak

Muscles worked by the Decline EZ-Bar Bench Press

Primary

ChestPectoralis Major

Secondary

Front DeltsAnterior DeltoidTricepsTriceps Brachii

Also called: pec, pecs, pectoralis major, pectoralis, chest muscles.

Equipment

EZ Curl Bar

Also called: ez bar, ez curl bar, curl bar, w-bar, cambered bar, zig-zag bar.

How to do the Decline EZ-Bar Bench Press

  1. Set the bench to a decline. Secure your feet and grip the EZ-bar.
  2. Lower the bar to your lower chest.
  3. Press back up explosively.
  4. Repeat.

Form tips

  • The angled grip reduces wrist strain.
  • Keep your core braced.

At a glance

Body partChest
CategoryStrength
Force typePush
MechanicCompound
DifficultyIntermediate
EquipmentEZ Curl Bar
GoalsHypertrophy, Strength
TagsPush day, Knee safe, No axial load, Lower back safe, Shoulder safe, Requires bench
MET6.0 (metabolic equivalent, for calorie estimates)
UnilateralNo
BodyweightNo
Dataset iddecline-bench-press-ez-bar

Decline EZ-Bar Bench Press in German & Spanish

GermanNegativbank-SZ-Stangen-Drücken
SpanishPress de Banca Declinado con Barra Z

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": "decline-bench-press-ez-bar",
  "name_en": "Decline EZ-Bar Bench Press",
  "name_de": "Negativbank-SZ-Stangen-Drücken",
  "name_es": "Press de Banca Declinado con Barra Z",
  "description_en": "A decline press using an EZ-bar for a wrist-friendly grip targeting the lower chest.",
  "description_de": "Negativbank-Drücken mit SZ-Stange für handgelenkschonendes Training der unteren Brust.",
  "description_es": "Un press declinado con barra Z y agarre cómodo para las muñecas que trabaja el pecho inferior.",
  "category": "strength",
  "force_type": "push",
  "mechanic": "compound",
  "difficulty": "intermediate",
  "equipment": "ez_bar",
  "body_part": "chest",
  "primary_muscles": [
    "pectoralis_major"
  ],
  "secondary_muscles": [
    "anterior_deltoid",
    "triceps_brachii"
  ],
  "goals": [
    "hypertrophy",
    "strength"
  ],
  "tags": [
    "push_day",
    "knee_safe",
    "no_axial_load",
    "lower_back_safe",
    "shoulder_safe",
    "requires_bench"
  ],
  "variation_group": "bench-press",
  "is_unilateral": false,
  "is_bodyweight": false,
  "instructions_en": [
    "Set the bench to a decline. Secure your feet and grip the EZ-bar.",
    "Lower the bar to your lower chest.",
    "Press back up explosively.",
    "Repeat."
  ],
  "instructions_de": [
    "Stelle die Bank auf Negativ. Füße sichern und SZ-Stange greifen.",
    "Senke die Stange zur Unterseite der Brust.",
    "Explosiv zurückdrücken.",
    "Wiederholen."
  ],
  "instructions_es": [
    "Ajusta el banco en declinación. Asegura los pies y agarra la barra Z.",
    "Baja la barra hasta el pecho inferior.",
    "Empuja hacia arriba de forma explosiva.",
    "Repite."
  ],
  "tips_en": [
    "The angled grip reduces wrist strain.",
    "Keep your core braced."
  ],
  "tips_de": [
    "Der angewinkelte Griff reduziert die Handgelenkbelastung.",
    "Rumpf angespannt halten."
  ],
  "tips_es": [
    "El agarre angulado reduce la tensión en las muñecas.",
    "Mantén el core contraído."
  ],
  "met": 6.0,
  "images": {
    "flat": {
      "start": "images/flat/decline-bench-press-ez-bar-start.webp",
      "peak": "images/flat/decline-bench-press-ez-bar-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 === "decline-bench-press-ez-bar");

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.