Home / Tools / λ → PFD
Tool · IEC 61508 / 61511

λ to PFD Calculator

Convert a component's dangerous failure rate (λ_DU) into a Probability of Failure on Demand (PFD_avg, low-demand mode) or per-hour failure frequency (PFH, high-demand mode), and read off the corresponding SIL band per IEC 61508 / IEC 61511. Runs entirely in your browser — nothing leaves your device.

Dangerous undetected failure rate. Typical: 1e-7 to 1e-5.
e.g. 8,760 = annual; 4,380 = 6-monthly.
Mean time to repair after detection.
PFD_avg

The formulas

For a 1-out-of-1 channel in low-demand mode (the typical SIS protection layer):

PFD_avg = (λ_DU · T_PT) / 2  +  λ_DU · MTTR

The first term dominates when proof test interval is large; the MTTR term matters when repair time is comparable to test interval. For high-demand or continuous mode (e.g. an automotive ASIL-D function operating continuously):

PFH ≈ λ_DU       (per hour)

SIL bands (IEC 61508 Part 1, Table 2 & 3)

SILLow-demand PFD_avgHigh-demand PFH
SIL 110⁻² to < 10⁻¹10⁻⁶ to < 10⁻⁵
SIL 210⁻³ to < 10⁻²10⁻⁷ to < 10⁻⁶
SIL 310⁻⁴ to < 10⁻³10⁻⁸ to < 10⁻⁷
SIL 410⁻⁵ to < 10⁻⁴10⁻⁹ to < 10⁻⁸
Caveats This is the simplified 1-out-of-1 calculation. Multi-channel architectures (1oo2, 2oo3 voting), diagnostic coverage, common-cause failure (Beta-factor), and partial proof testing all change the result. For full SIL verification of a redundant SIS with CCF, model the architecture as a fault tree in FTA Studio and quantify the top event directly.