PERT Calculator — Three-Point Estimates with P50, P85 & P95 Confidence

Enter an optimistic, most likely, and pessimistic estimate for each task. We apply the PERT formula to compute the expected value, standard deviation, and the confidence levels you can actually commit to — across your whole task list, not just one task.

Task (optional)Optimistic (O)Most likely (M)Pessimistic (P)PERTσ

What do P50, P85 and P95 estimates mean?

A single number is not an estimate — it's a guess with the uncertainty amputated. Percentile estimates state the same forecast at different confidence levels, so you can choose how much risk to carry.

P50
The coin flip

The PERT expected value itself. Half of your projects will finish before this number, half after. Quoting P50 to a client means a 50% chance of being late — fine internally, risky as a commitment.

E
P85
The commitment

You'll beat this estimate 85% of the time. This is the number most experienced delivery teams put in fixed-price proposals: high enough to absorb normal turbulence, not so padded that you lose the bid.

E + 1.036σ
P95
The guarantee

Miss this only once in twenty projects. Use it for hard deadlines with contractual penalties, or when the downside of slipping is much worse than the cost of the buffer.

E + 1.645σ

For a deeper look at picking the right confidence level for client commitments, read our guide on why the 85th percentile is the estimate you should commit to.

What is the PERT formula?

PERT — the Program Evaluation and Review Technique — turns three honest guesses into a statistically usable estimate. Instead of asking “how long will this take?”, you ask for an optimistic (O), most likely (M), and pessimistic (P) value, then weight them:

The result is an expected value that accounts for risk, and a standard deviation that tells you how much to trust it.

PERT expected value
E = (O + 4M + P) / 6

A weighted average of the three points. The most-likely estimate counts four times because real outcomes cluster around it — the beta distribution behind PERT is peaked, not flat.

Standard deviation
σ = (P − O) / 6

The spread of a task's risk. A task estimated at 4–6–8 hours is far more predictable than one at 2–6–20, even though both have the same most-likely value.

Combining tasks
σ_total = √(σ₁² + σ₂² + …)

Standard deviations combine by root-sum-of-squares, not addition. Independent risks partially cancel out — which is why a project's realistic worst case is much better than the sum of every task's worst case.

Why is the most likely estimate weighted 4×?

PERT approximates a beta distribution — a bell-like curve stretched between your optimistic and pessimistic bounds. Most real durations land near the peak, so the peak gets four of the six weights. The simple triangular average (O + M + P) / 3 treats a one-in-a-hundred disaster as seriously as the everyday case, which systematically inflates estimates. PERT keeps the tail risk in the standard deviation instead, where it belongs.

How do I build a PERT calculator in Excel?

You can reproduce everything on this page in a spreadsheet. Put your optimistic, most likely and pessimistic estimates in columns B, C and D, then add the formulas on the right.

The catch: the spreadsheet goes stale the moment scope changes. If your task list already lives in Excel, you can import it straight into Axioplan and get live PERT estimates that update as the plan moves.

E2 — PERT mean=(B2+4*C2+D2)/6
F2 — Std deviation=(D2-B2)/6
Total σ (row 10)=SQRT(SUMSQ(F2:F9))
P85 total=SUM(E2:E9)+1.036*SQRT(SUMSQ(F2:F9))

Frequently asked questions

Common questions about PERT and three-point estimation.

Estimate the whole project

This calculator, but for your entire plan

Axioplan runs the same PERT math across every task in your project — sizes, confidence levels, dependencies and rates in, percentile dates and costs out. Live, not in a spreadsheet.

Live P50 / P85 / P95

T-shirt size your tasks, set a confidence level per task, and get project-level percentile estimates that update as scope changes.

Estimates on a timeline

Your PERT numbers become a Gantt chart with dependencies and critical path — dates, not just hours.

Cost confidence

Attach rates to roles and the same percentiles apply to budget: quote a P85 price to clients with a straight face.

Estimate my project — it's free

No credit card · Free forever plan available