Calculate hydraulic cylinder force, pressure, piston diameter, or rod diameter for extension or retraction using pressure and diameter inputs.

Hydraulic Force Calculator

Select extension (push) or retraction (pull). Enter the known values and leave one field blank to calculate it.







Hydraulic Force Formula

The basic hydraulic cylinder force formula is pressure multiplied by effective piston area. The effective area changes depending on whether the cylinder is extending or retracting.

A_{extend} = pi/4 * D_p^2
F_{extend} = P * A_{extend}
P = F / A_{extend}
D_p = sqrt(4F / (pi * P))
A_{retract} = pi/4 * (D_p^2 - D_r^2)
F_{retract} = P * A_{retract}
P = F / A_{retract}
D_p = sqrt(D_r^2 + 4F / (pi * P))
D_r = sqrt(D_p^2 - 4F / (pi * P))
  • F = hydraulic force, in pounds-force or newtons
  • P = hydraulic pressure, in psi or kPa
  • Aextend = effective area during extension, based on the full piston face
  • Aretract = effective area during retraction, based on piston area minus rod area
  • Dp = piston diameter
  • Dr = rod diameter
  • pi = 3.14159...

For extension, the rod diameter is not used because pressure acts on the full piston area. For retraction, the rod takes up part of the piston area, so the available force is lower.

The calculator converts all inputs to base units before solving: psi for pressure, inches for diameter, and pounds-force for force. If you select kPa, cm, mm, or newtons, the result is converted back to the unit you selected.

You can leave one field blank. The calculator rearranges the same formulas to solve for pressure, force, piston diameter, or, in retraction mode only, rod diameter.

Common Hydraulic Cylinder Pressure and Area Values

These values can help you check whether your result is in a reasonable range.

Pressure Approx. kPa Typical meaning
500 psi 3,447 kPa Low-pressure hydraulic operation
1,000 psi 6,895 kPa Light to moderate hydraulic force
2,500 psi 17,237 kPa Common mobile hydraulic range
3,000 psi 20,684 kPa Common high-force hydraulic range

Piston diameter Extension area Force at 1,000 psi
1 in 0.785 in² 785 lbf
2 in 3.142 in² 3,142 lbf
3 in 7.069 in² 7,069 lbf
4 in 12.566 in² 12,566 lbf

Example Calculations

Example 1: Extension force

You have a cylinder extending at 2,500 psi with a 3 inch piston diameter.

A = pi/4 * 3^2 = 7.0686 in^2
F = 2500 * 7.0686 = 17671.5 lbf

The extension force is about 17,672 lbf.

Example 2: Retraction force

You have a cylinder retracting at 2,500 psi with a 3 inch piston diameter and a 1.25 inch rod diameter.

A = pi/4 * (3^2 - 1.25^2) = 5.8414 in^2
F = 2500 * 5.8414 = 14603.5 lbf

The retraction force is about 14,604 lbf.

FAQ

Why is retraction force lower than extension force?

Retraction force is lower because the rod occupies part of the piston area. During extension, pressure acts on the full piston face. During retraction, pressure acts only on the annular area, which is the piston area minus the rod area.

Why is rod diameter ignored during extension?

In a standard single-rod hydraulic cylinder, the rod is on the opposite side of the piston during extension. The pressure pushing the cylinder out acts on the cap side, so the full piston area is used. The rod diameter only affects pull force during retraction.

Does the calculated force equal the actual usable force?

The result is theoretical hydraulic force. Actual usable force can be lower because of seal friction, pressure losses, mechanical friction, system back pressure, and safety factors. For equipment sizing, you should allow margin instead of using the theoretical result as the exact working capacity.