DEV Community

Cover image for The Bolted Flange Joint: Why the Bolts Carry Far More Than the Pressure
NovaSolver
NovaSolver

Posted on • Originally published at novasolver.jp

The Bolted Flange Joint: Why the Bolts Carry Far More Than the Pressure

A flanged pipe joint looks simple: two raised faces, a gasket between them, a ring of bolts pulling them together. Yet the gasketed bolted flange is one of the most common sources of leaks in process plants, and the reason is almost always the same — the bolts were not tightened to the right load. Too little and the joint weeps; too much and the gasket is crushed. The number that sits between those failures is the bolt preload, and it is not the same as the pressure load.

This article explains how a bolted flange actually carries internal pressure, why the bolts must be preloaded well above the pressure end force, works a concrete example, and lists the mistakes that turn a sound joint into a leaking one.

Why this calculation matters

Bolted flange joints appear wherever a pipe or vessel has to be opened for maintenance: pump connections, valve bodies, heat exchanger shells, instrument tappings, and reactor manways. Unlike a welded joint, a flange is meant to be taken apart and reassembled, and every reassembly depends on the fitter applying the correct bolt load.

The stakes are real. A leaking flange on a hazardous service can release flammable or toxic fluid. Even a benign leak wastes product and forces an unplanned shutdown. Design codes such as ASME Section VIII Appendix 2 set out a full method for sizing flange bolts, and at its heart is a comparison: the load the bolts can supply versus the load the joint demands in two distinct conditions — seating the gasket, and holding pressure. Understand the pressure end force and you understand the floor that the bolt load must clear.

The core method

When the line is pressurised, internal pressure acts on the fluid inside the flange and pushes the two flanges apart. The total separating force is the hydrostatic end force, the pressure acting over the area enclosed by the gasket sealing circle:

H = p * (pi / 4) * G^2
Enter fullscreen mode Exit fullscreen mode

Here p is the internal pressure and G is the gasket reaction (sealing) diameter — the effective circle on which the gasket seals, not the bolt circle and not the pipe bore. This end force is what the bolts must resist just to keep the flanges from separating.

If n bolts share the end force, the pressure load on each bolt is at least:

F_bolt = H / n
Enter fullscreen mode Exit fullscreen mode

But that is only the floor. A bolt loaded to exactly its share of H would let the gasket reach zero compression the instant the line came up to pressure — and a gasket at zero compression leaks. The joint needs a residual gasket load on top of the end force so that the seal stays compressed under pressure.

That is why the required bolt load combines two contributions. The pressure end force H must be carried, and a residual gasket-seating load must remain. The ASME method captures this with a gasket factor m and a seating stress y, but the practical takeaway is simple: the total bolt preload is typically about twice the hydrostatic end force. Roughly half the bolt load fights the pressure and roughly half stays in the gasket as sealing reserve. Preload below that and the gasket relaxes when the line is pressurised; preload far above it and you risk crushing the gasket or yielding the bolts.

A worked example

Consider a gasketed bolted flange sealing a pipe that carries an internal pressure of 1.5 MPa. The gasket reaction (sealing) diameter is G = 0.25 m, and the joint has 8 bolts.

Step 1 — hydrostatic end force. The pressure acts over the area inside the gasket sealing circle:

H = p * (pi / 4) * G^2
H = 1.5e6 * 0.7854 * (0.25)^2
H = 1.5e6 * 0.7854 * 0.0625
H = 73.6 kN
Enter fullscreen mode Exit fullscreen mode

The pressure is trying to blow the flange apart with about 73.6 kN of force.

Step 2 — pressure load per bolt. Sharing the end force equally among 8 bolts:

F_bolt = H / n
F_bolt = 73.6 / 8 = 9.2 kN
Enter fullscreen mode Exit fullscreen mode

Each bolt must carry at least 9.2 kN of pressure load.

Step 3 — required preload. That 9.2 kN per bolt is the minimum, not the target. To keep the gasket compressed and sealed when the line is pressurised, the bolts must be preloaded well above their share of the end force — in total typically about twice the end force. For this joint that means a combined bolt preload on the order of 150 kN, roughly 18 to 19 kN per bolt, with about half holding back the pressure and about half held in reserve as gasket sealing load. Tighten only to the 9.2 kN pressure share and the joint will leak the moment it sees pressure.

Common mistakes

Tightening to the pressure load instead of the preload. The hydrostatic end force is the floor, not the target. A bolt at exactly its share of H leaves the gasket at zero compression under pressure. Preload must exceed the pressure load with margin to spare.

Using the wrong diameter for the end force. The separating force acts over the gasket sealing circle G, not the bolt circle and not the pipe inside diameter. Using the bolt circle overestimates the load; using the bore underestimates it.

Ignoring the gasket seating condition. Before pressure is ever applied, the bolts must squeeze the gasket hard enough to make it conform and seal. For some gaskets the seating load governs the bolt sizing, not the operating pressure load.

Uneven bolt-up. Even the correct average preload leaks if it is applied unevenly. Bolts must be tightened in a star or cross pattern, in several passes, so the gasket compresses uniformly around the ring.

Forgetting preload loss over time. Gasket creep, relaxation, and thermal cycling bleed off preload after assembly. A joint tightened to exactly the minimum on day one can fall below it in service. Hot services often need re-torquing.

Try the interactive NovaSolver calculator

Working the end force and the gasket seating load by hand is fine once, but flange design means trying gasket types, bolt counts, and diameters until the numbers close. The Bolted Flange Joint Calculator on NovaSolver follows ASME Section VIII Appendix 2: you set the design pressure, gasket mean diameter and width, gasket type, gasket factor m and seating stress y, the number of bolts, the bolt diameter, and the bolt yield strength, and it returns the operating bolt load W_m1, the seating bolt load W_m2, the resulting bolt stress, and a leakage check.

Related calculators

  • Bolt preload — for converting a target preload into the tightening torque a fitter actually applies.
  • Bolted joint — for the joint stiffness and load-sharing analysis behind any preloaded connection.
  • Pressure vessel stress — for the shell stresses in the vessel that the flange is bolted to.

You can browse the full set in the mechanical calculators hub.

Closing note

A bolted flange joint is held together not by the bolts simply resisting the pressure, but by a preload generous enough to keep the gasket compressed while the pressure tries to pull the flanges apart. The hydrostatic end force tells you the floor; the real target is roughly twice that, split between fighting pressure and reserving gasket load. Use the gasket sealing diameter for the end force, check the seating condition, tighten evenly, and re-torque hot joints. Do that and the flange becomes the reliable, openable connection it is meant to be rather than the plant's most familiar leak.

Top comments (0)