Weibull Distribution Calculator

Calculate Weibull distribution PDF, CDF, survival, hazard rate, MTTF, percentiles, and B-life. Supports reliability analysis with shape and scale parameters plus mission time planning.

k < 1: decreasing hazard, k = 1: exponential, k > 1: increasing hazard
Characteristic life — 63.2% fail by this point
For reliability calculation
Percent failed for B-life
f(5.00) PDF
0.077880
Probability density at x₁
F(5.00) CDF
22.1199%
Probability X ≤ x₁
Survival at x₁
77.8801%
R(x) = 1 − F(x)
P(5.00 ≤ X ≤ 12.00)
54.1873%
Probability between x₁ and x₂
Hazard Rate at x₁
0.100000
Increasing (wear-out)
Mean (MTTF)
8.8623
Mean time to failure
Median
8.3255
λ(ln 2)^(1/k)
Standard Deviation
4.6325
Variance = 21.4602
Reliability at t=8.00
52.7292%
Failure prob: 47.2708%
B90 Life
15.1743
Time when 90% have failed

PDF Shape (k = 2)

015.030.0

Percentile Table

PercentileValueMeaning
1th1.00251% fail by this time
5th2.26485% fail by this time
10th3.245910% fail by this time
25th5.363625% fail by this time
50th8.325550% fail by this time
75th11.774175% fail by this time
90th15.174390% fail by this time
95th17.308295% fail by this time
99th21.459799% fail by this time

Distribution Properties

Shape (k)2Increasing (wear-out)
Scale (λ)1063.2% fail by t = λ
Mode7.0711Peak of PDF
Mean / Median1.0645Right-skewed
CV0.5227Coefficient of variation
Reliability / Hazard Over Time
TimeHazard RateReliabilityReliability Bar
1.000.02000099.005%
2.500.05000093.941%
5.000.10000077.880%
10.000.20000036.788%
20.000.4000001.832%
50.001.0000000.000%
100.002.0000000.000%
200.004.0000000.000%
Planning notes, formulas, and examples

About the Weibull Distribution Calculator

The Weibull distribution calculator computes probabilities, reliability metrics, and failure analysis for the Weibull distribution — the most widely used model in reliability engineering. By adjusting two parameters (shape k and scale λ), it can model infant mortality failures, random failures, and wear-out failures.

The shape parameter (k) determines the failure behavior: k < 1 models decreasing hazard rate (infant mortality), k = 1 reduces to the exponential distribution (constant hazard), and k > 1 models increasing hazard (wear-out). The scale parameter (λ) is the "characteristic life" — the time at which 63.2% of units have failed.

Enter parameters and values to compute PDF, CDF, survival probability, hazard rate, MTTF, percentiles, B-life, and reliability at a specific mission time. The visual PDF curve and reliability table provide intuitive understanding of the failure distribution. Compare the k = 1 case with the exponential model and verify that F(λ) stays at 63.2% regardless of shape.

When This Page Helps

The Weibull distribution is the most important distribution in reliability engineering and failure analysis. With just two parameters, it flexibly models infant mortality, random failures, and wear-out — making it essential for product design, warranty analysis, maintenance planning, and safety engineering.

It gives all the key metrics engineers need: MTTF, B-life, reliability at a given time, hazard rate trends, and percentile tables.

How to Use the Inputs

  1. Enter the shape parameter (k): < 1 for infant mortality, 1 for exponential, > 1 for wear-out.
  2. Enter the scale parameter (λ) — the characteristic life of the system.
  3. Set x₁ and x₂ to compute probability in that range.
  4. Enter a mission time for reliability/failure probability at that specific point.
  5. Set B-life confidence to find the time when that percentage has failed.
  6. Use presets for common engineering scenarios like wind turbines or electronics.
  7. Review the percentile table and hazard trend for complete failure analysis.
Formula used
PDF: f(x) = (k/λ)(x/λ)^(k−1) e^(−(x/λ)^k). CDF: F(x) = 1 − e^(−(x/λ)^k). Hazard: h(x) = (k/λ)(x/λ)^(k−1). Mean: λΓ(1+1/k). Median: λ(ln2)^(1/k).

Example Calculation

Result: F(5) = 22.12%, R(8) = 52.73%, MTTF = 8.862

With k=2 (increasing hazard) and λ=10, 22.12% fail by time 5. Reliability at time 8 is 52.73%. Mean time to failure is 8.862. The hazard rate increases linearly (k=2 gives linear hazard), modeling typical wear-out failure.

Tips & Best Practices

  • k = 1 gives the exponential distribution — use it to check your results against the simpler exponential model.
  • The scale parameter λ always has the property that 63.2% fail by t = λ, regardless of the shape parameter.
  • k = 3.5 closely approximates the normal distribution — if wear-out follows a bell curve, Weibull with k ≈ 3.5 is a good fit.
  • B10 life (10% failure) is a critical engineering specification — it tells you the time when 10% of products have failed.
  • For wind speed modeling, k ≈ 2 (Rayleigh distribution) with scale related to average wind speed.
  • If the hazard rate is decreasing (k < 1), burn-in testing removes early failures and improves field reliability.

Weibull Analysis Workflow

In practice, engineers collect failure time data, create a Weibull probability plot, estimate the shape and scale parameters (via maximum likelihood or linear regression), and then use the fitted distribution for predictions. Good parameters from Weibull analysis can predict warranty returns, optimize maintenance schedules, and set reliability targets for design improvements.

The Bathtub Curve

Product failure rates typically follow a "bathtub" pattern: high initially (infant mortality from manufacturing defects), constant during useful life (random failures), and increasing again (wear-out). Each phase is modeled by a different Weibull shape parameter. Reliability programs use burn-in testing to eliminate infant mortality, preventive maintenance to catch wear-out, and redundancy to mitigate random failures.

Special Cases of the Weibull Distribution

When k = 1, Weibull reduces to the exponential distribution with rate 1/λ. When k = 2, it's the Rayleigh distribution (used for wind speed and signal fading). When k ≈ 3.44, it closely matches the normal distribution. This flexibility is why the Weibull is called the "universal" distribution in reliability.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • The shape parameter k determines how the failure rate changes over time. k < 1: failures decrease over time (infant mortality — defective units fail early). k = 1: constant failure rate (random failures). k > 1: failures increase over time (wear-out). k ≈ 3.5 gives a bell-shaped PDF similar to normal.