Skip to content
Ever Works

Three-Point Estimation (PERT)

Project time estimation technique using three values: optimistic (best case), most likely (realistic), and pessimistic (worst case) scenarios to calculate weighted average. Originally developed for the US Navy's Polaris program, now widely used in project management for more accurate time and cost predictions.

Last updated: 2026-03-14 15:50

Overview

Three-Point Estimation, also called PERT (Program Evaluation and Review Technique) estimation, is a method for estimating task duration using three scenarios to account for uncertainty and provide more realistic project timelines.

The Three Estimates

Optimistic (O)

Definition: Best-case scenario time Assumptions:

Question: "What's the fastest this could possibly be done?"

Most Likely (M)

Definition: Realistic scenario time Assumptions:

Question: "Given normal conditions, how long will this take?"

Pessimistic (P)

Definition: Worst-case scenario time Assumptions:

Question: "If things go badly, what's the maximum reasonable time?"

Calculation Methods

Triangular Distribution

Formula: (O + M + P) / 3

When to Use:

Example:

Beta Distribution (PERT Formula)

Formula: (O + 4M + P) / 6

When to Use:

Example:

Standard Deviation

Formula: (P - O) / 6

Purpose: Measures uncertainty

Confidence Intervals:

Benefits

More Realistic Estimates

Risk Assessment

Better Than Single-Point

How to Apply

Step 1: Break Down Work

Step 2: Gather Team Input

Step 3: Create Three Estimates

For each task:

  1. Optimistic: What if everything goes right?
  2. Most Likely: What's our realistic estimate?
  3. Pessimistic: What if we hit obstacles?

Step 4: Calculate

Step 5: Review and Refine

Common Mistakes

Too Optimistic Across Board

Pessimistic = Catastrophic

Anchor Bias

Forgetting Dependencies

Use in Agile

Story Point Estimation

Can use three-point for complexity:

Sprint Planning

Release Planning

Tools and Techniques

Planning Poker Variant

  1. Team estimates optimistic
  2. Team estimates most likely
  3. Team estimates pessimistic
  4. Calculate using PERT formula

Monte Carlo Simulation

When to Use

Good For:

Less Useful For:

Ideal For

Related Items