Close-Grip EZ-Bar Bench Press
A triceps-focused press using an EZ-bar with a narrow grip for wrist comfort.
Upper arms · EZ Curl Bar · Intermediate


Muscles worked by the Close-Grip EZ-Bar Bench Press
Primary
Secondary
Also called: tricep, triceps, triceps brachii, horseshoe, tris.
Equipment
Also called: ez bar, ez curl bar, curl bar, w-bar, cambered bar, zig-zag bar.
How to do the Close-Grip EZ-Bar Bench Press
- Lie on a flat bench and grip the inner curves of the EZ-bar.
- Lower the bar to your chest with elbows tucked.
- Press back up to full extension.
- Repeat.
Form tips
- The EZ-bar reduces wrist discomfort.
- Keep the movement controlled.
At a glance
| Body part | Upper arms |
|---|---|
| Category | Strength |
| Force type | Push |
| Mechanic | Compound |
| Difficulty | Intermediate |
| Equipment | EZ Curl Bar |
| Goals | Hypertrophy, Strength |
| Tags | Arm day, Push day, Knee safe, No axial load, Lower back safe, Shoulder safe, Requires bench |
| MET | 6.0 (metabolic equivalent, for calorie estimates) |
| Unilateral | No |
| Bodyweight | No |
| Dataset id | close-grip-ez-bar-bench-press |
Close-Grip EZ-Bar Bench Press in German & Spanish
| German | SZ-Stangen-Bankdrücken enger Griff |
|---|---|
| Spanish | Press de Banca con Barra Z y Agarre Cerrado |
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": "close-grip-ez-bar-bench-press",
"name_en": "Close-Grip EZ-Bar Bench Press",
"name_de": "SZ-Stangen-Bankdrücken enger Griff",
"name_es": "Press de Banca con Barra Z y Agarre Cerrado",
"description_en": "A triceps-focused press using an EZ-bar with a narrow grip for wrist comfort.",
"description_de": "Trizeps-fokussiertes Drücken mit SZ-Stange und engem Griff für handgelenkschonendes Training.",
"description_es": "Un press enfocado en los tríceps con barra Z y agarre estrecho para mayor comodidad en las muñecas.",
"category": "strength",
"force_type": "push",
"mechanic": "compound",
"difficulty": "intermediate",
"equipment": "ez_bar",
"body_part": "upper_arms",
"primary_muscles": [
"triceps_brachii"
],
"secondary_muscles": [
"anterior_deltoid",
"pectoralis_major"
],
"goals": [
"hypertrophy",
"strength"
],
"tags": [
"arm_day",
"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": [
"Lie on a flat bench and grip the inner curves of the EZ-bar.",
"Lower the bar to your chest with elbows tucked.",
"Press back up to full extension.",
"Repeat."
],
"instructions_de": [
"Leg dich auf eine flache Bank und greife die inneren Kurven der SZ-Stange.",
"Senke die Stange zur Brust, Ellbogen angelegt.",
"Drücke zurück bis zur vollen Streckung.",
"Wiederholen."
],
"instructions_es": [
"Túmbate en un banco plano y agarra las curvas internas de la barra Z.",
"Baja la barra hasta el pecho con los codos pegados.",
"Empuja hacia arriba hasta la extensión completa.",
"Repite."
],
"tips_en": [
"The EZ-bar reduces wrist discomfort.",
"Keep the movement controlled."
],
"tips_de": [
"Die SZ-Stange verringert die Handgelenkbelastung.",
"Führe die Bewegung kontrolliert aus."
],
"tips_es": [
"La barra Z reduce la incomodidad en las muñecas.",
"Mantén el movimiento controlado."
],
"met": 6.0,
"images": {
"flat": {
"start": "images/flat/close-grip-ez-bar-bench-press-start.webp",
"peak": "images/flat/close-grip-ez-bar-bench-press-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 === "close-grip-ez-bar-bench-press");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.