PERT Calculator

Program Evaluation and Review Technique — Convert uncertain task durations into reliable metrics. Compute Expected Time (TE), Standard Deviation (SD), Variance, and project completion probability with interactive normal distribution visualization.

Quick Single‑Activity PERT
Expected time (TE): 7.00
Std Dev (σ): 1.67
TE = (O + 4M + P)/6  |  σ = (P - O)/6
PERT Formula Essentials

The Beta distribution PERT model was developed by the US Navy in 1958 for the Polaris project. It gives more weight to the most likely estimate, producing a realistic expected duration for uncertain tasks.

TE = (O + 4M + P) / 6     σ = (P - O) / 6

Project Activity List (Sequential / Critical Path)

Define all tasks that form the project's critical path. Total expected duration = sum of individual TE, total variance = sum of variances (assuming independence). Evaluate probability of meeting a target deadline.

Task name Optimistic (O) Most Likely (M) Pessimistic (P) TE σ
Project Summary (Critical Path)

Total Expected Duration (TEproj): 0.00
Total Variance (σ²proj): 0.00
Project Std Deviation (σproj): 0.00
Completion probability:
Based on Central Limit Theorem & normal approximation. Z = (T - TEproj) / σproj. Assumes tasks are sequential and independent.
Project Duration Probability Density
Normal distribution (mean = TEproj, std = σproj)  |  Target deadline (T) – vertical dashed line
Privacy assured: All calculations happen locally in your browser. No data is transmitted.

Understanding PERT: From Theory to Decision Intelligence

The Program Evaluation and Review Technique (PERT) is a statistical tool used in project management to analyze and represent the tasks involved in completing a given project. Unlike CPM (Critical Path Method) which assumes known durations, PERT accommodates uncertainty by using three time estimates: Optimistic (O), Most Likely (M), and Pessimistic (P). Developed by Booz Allen Hamilton for the U.S. Navy's Polaris missile project, it reduced project duration by two years and is now a globally adopted standard (PMBOK® Guide).

? Weighted Average Formula (Beta Distribution):

E = (O + 4M + P)/6     Variance = ((P - O)/6)²

The factor 4 gives the 'most likely' estimate quadruple weight, approximating a beta distribution shape, and the denominator 6 reflects 6 standard deviations (P-O ≈ 6σ).

Why Use PERT in Modern Project Management?

  • Risk quantification: Express uncertainty numerically – high variance indicates risky tasks that need monitoring.
  • Deadline probability: Compute the probability of finishing a project by a specific date, enabling fact-based go/no-go decisions.
  • Resource allocation: Identify tasks with high σ to allocate buffers.
  • Agile & hybrid methods: PERT fits well with story point estimation and release planning.
Case Study: New Product Launch (Electronics Manufacturer)

A consumer electronics firm applied PERT to their firmware development cycle. Three tasks were critical: hardware validation (O=8, M=12, P=22 days), software integration (O=10, M=15, P=26), and compliance testing (O=4, M=6, P=10). Using this calculator, TEproj = (12.0+15.0+6.33) = 33.33 days, σproj = sqrt(5.44+7.11+1.0) ≈ sqrt(13.55)=3.68 days. The probability to complete within 38 days = Φ((38-33.33)/3.68) ≈ Φ(1.27) ≈ 89.8%. Management used this to confidently promise a delivery date, reduced contingency by 20%, and improved client trust.

PERT vs Triangular Distribution: Key Differences

Triangular distribution uses unweighted average (O+M+P)/3, whereas PERT emphasizes the most likely scenario. PERT tends to be more robust for skewed data (common in projects where delays are more probable than early finishes). Research by the Project Management Institute (PMI) suggests PERT outperforms triangular estimates for schedule risk analysis.

Assumptions & Limitations

  • Activities are assumed independent for variance addition; in reality, dependencies may exist (Monte Carlo simulation can complement).
  • The normal approximation works well for large numbers of tasks (Central Limit Theorem). For fewer than 5 tasks, consider caution.
  • PERT does not directly consider resource constraints or parallel paths; use critical path identification first.

Rooted in operational research excellence — This PERT calculator follows the original formulas from the RAND Corporation and US Navy Special Projects Office. Reviewed by getzenquery tech team. References: PMBOK® Guide – 7th Edition, ASQ PERT Overview, and "Project Management: A Systems Approach to Planning, Scheduling, and Controlling" by Harold Kerzner.

Frequently Asked Questions

Yes, but this calculator assumes activities are on the critical path (sequential). For parallel activities, use Monte Carlo simulation or advanced network analysis. However, summing variances for independent parallel branches (non-critical) is not directly supported.

Generally, variance greater than 25% of the expected duration signals high uncertainty; such tasks should be re-scoped or have buffers.

For 5+ independent tasks, the Central Limit Theorem ensures good approximation; for fewer tasks, distribution may be skewed. Use as directional insight.
Trusted methodology derived from NASA, PMI standards, and academic literature. Last updated: June 2026.