Calculate failure rate (λ) from total operating time and number of failures. Determine reliability metrics for equipment and product analysis.
Failure rate (λ, lambda) is the frequency at which a system or component fails, expressed as failures per unit of time. It is one of the most fundamental reliability metrics, directly related to MTBF (Mean Time Between Failures) and used to predict product reliability, plan maintenance, and estimate warranty costs.
For components in their useful life period (after infant mortality and before wear-out), the failure rate is approximately constant. This constant failure rate assumption enables the exponential reliability model: R(t) = e^(-λt), which is the basis of most practical reliability calculations.
This calculator computes the failure rate from observed data (total operating time and number of failures), and also calculates the reliability at a specified mission time.
Understanding this metric in quantitative terms allows manufacturing leaders to prioritize improvement initiatives and allocate limited resources where they will deliver the greatest operational impact. Tracking this metric consistently enables manufacturing teams to identify performance trends early and take corrective action before minor inefficiencies escalate into significant production losses.
Failure rate is the basis of all reliability engineering. Knowing λ enables prediction of warranty costs, maintenance scheduling, spare parts planning, and comparison of products or design alternatives. Regular monitoring of this value helps teams detect deviations quickly and maintain the operational discipline needed for sustained manufacturing excellence and competitiveness.
λ = Number of Failures / Total Operating Time MTBF = 1 / λ Reliability at time t: R(t) = e^(−λ × t) Unreliability: F(t) = 1 − R(t)
Result: λ = 0.00024/hr, MTBF = 4,167 hrs, R(1000) = 78.7%
λ = 12 / 50,000 = 0.00024 failures per hour. MTBF = 1 / 0.00024 = 4,167 hours. R(1000) = e^(−0.00024 × 1000) = e^(−0.24) = 0.787 or 78.7% probability of surviving 1,000 hours.
Most products follow the bathtub curve: high early failure rate (infant mortality), low constant failure rate (useful life), and increasing failure rate (wear-out). Understanding which phase your product is in determines which failure rate model to use.
For a system where all components must function (series reliability), the system failure rate equals the sum of component rates: λ_sys = Σλᵢ. This means adding components to a series system always increases the failure rate.
Electronic component reliability is often expressed in FIT (Failures In Time = failures per 10⁹ hours). A FIT rate of 100 corresponds to λ = 10⁻⁷/hour or MTBF = 10,000,000 hours.
For constant failure rate (exponential distribution), MTBF = 1/λ. A failure rate of 0.001 per hour corresponds to MTBF = 1,000 hours. They are reciprocals.
No. The bathtub curve shows: decreasing failure rate during infant mortality, approximately constant during useful life, and increasing during wear-out. The constant rate applies mainly during the useful life phase.
Failures per time unit: failures per hour, per cycle, per mile, etc. For electronics, FIT (Failures In Time = failures per 10⁹ hours) is common.
More data means more confidence. As a rule of thumb, you need at least 5–10 failures and substantial operating time. With fewer failures, use chi-square confidence bounds to express uncertainty.
With zero failures, the point estimate of λ is 0, which isn't useful. Use the upper confidence bound: λ_upper = χ²(α, 2) / (2 × total time). For 60% confidence, λ_upper ≈ 1.833 / (2 × T).
Yes. If you know λ, you can schedule preventive maintenance at intervals where reliability drops to a threshold (e.g., R = 90%). Solve for t: t = −ln(0.90) / λ.