Back to Project management basics

What is a PERT chart? Definition and role in project management

Ce qu'il faut retenir

  • A PERT chart is a network diagram: it shows the order constraints between tasks, not their position on a calendar.
  • It is the only view that reveals which chain of tasks actually determines the end date.
  • PERT also refers to a three-point estimating technique — the two meanings are related but distinct.

A PERT chart — Program Evaluation and Review Technique — is a network diagram that models the dependencies between the tasks of a project. Where a Gantt chart shows when work happens, a PERT chart shows what constrains what. It is the view that reveals which chain of tasks actually determines the end date.

PERT chart: network diagram of task dependencies

Two meanings behind the same acronym

PERT refers to two related things, and confusing them causes real problems.

  • The network diagram: a graph of tasks connected by dependency relationships. This is what most people mean by "PERT chart".
  • The three-point estimating technique: a way of estimating duration under uncertainty, using an optimistic, most likely and pessimistic value. We cover the arithmetic in the PERT formula and critical path calculation.

Both come from the same 1950s origin. In modern practice the network diagram is used far more widely than the estimating technique, and most tools that advertise "PERT" implement only the first.

How a PERT chart is built

Each node is a task. Each arrow is a constraint: this cannot start until that has finished. The chart carries no calendar — only order.

That absence of dates is the point. A Gantt chart forces you to commit to a start date for every task before you know what the constraints are. A network diagram lets you get the constraints right first, then derive the dates.

The four dependency types

  • Finish-to-Start (FS) — B starts once A is finished. By far the most common.
  • Start-to-Start (SS) — B can start once A has started.
  • Finish-to-Finish (FF) — B cannot finish before A finishes.
  • Start-to-Finish (SF) — rare, and usually a sign the relationship has been modelled backwards.

Most projects are modelled almost entirely with finish-to-start links. The other types matter when work overlaps — which is precisely where schedules tend to be optimistic.

What the network reveals that a list cannot

A task list treats every item as equally important. A network does not. Once dependencies are modelled, three things become visible immediately:

  • The longest path through the network — the sequence that sets the minimum project duration. This is the critical path.
  • Float — how much a task can slip before it affects anything else.
  • Convergence points — tasks where several chains meet, which concentrate risk and are the usual source of unpleasant surprises.

None of this is visible in a spreadsheet or a Kanban board. It is the reason dependencies stay invisible until they bite on most projects.

PERT versus Gantt: not competitors

The two views answer different questions and are meant to be used in sequence.

  • A PERT chart answers: in what order must this happen, and what drives the end date?
  • A Gantt chart answers: who is doing what, when?

The correct order is PERT first, Gantt second. A Gantt chart built without a dependency model is a set of bars placed by hand, and it will need to be replaced by hand every time something moves.

PERT and CPM

PERT and the Critical Path Method (CPM) were developed independently at almost the same time and have largely converged. In current usage, CPM refers to the deterministic calculation of the longest path with fixed durations, while PERT historically carried the probabilistic estimating layer on top. Most modern tools implement CPM arithmetic and call it PERT.

For practical purposes the distinction rarely matters — except when someone promises a probability of hitting a date, which requires the estimating technique and not just the network.

Frequently asked questions

A PERT chart models order constraints without dates; a Gantt chart places work on a calendar. PERT tells you what drives the end date, Gantt tells you who does what when. Build the PERT first — the Gantt should be derived from it.

CPM computes the longest path using fixed durations. PERT historically added a probabilistic estimating layer using three-point estimates. In practice most tools implement CPM arithmetic under the PERT name.

Finish-to-Start, Start-to-Start, Finish-to-Finish and Start-to-Finish. Finish-to-Start covers the large majority of real constraints; Start-to-Finish is rare and usually indicates a modelling error.

You need the dependency model, not necessarily the drawing. On a small project the constraints may fit in your head. The moment more than one team is involved, they do not.

No. A valid network is acyclic: if A depends on B and B depends on A, the model is wrong. Circular dependencies are one of the most common errors when a network is built by hand.

New to project management? Explore our resources to understand what is really at stake.

See dependencies and the critical pathUnderstand why projects slip

Related articles

What is a project? Definition and life cycle
Project management basics

What is a project? Definition and life cycle

A project is a temporary effort aimed at a unique outcome, delivered under constraints and uncertainty. Here is what that means in practice, and why the framing decides the outcome.

5 min read
What is a Work Breakdown Structure (WBS)?
Project management basics

What is a Work Breakdown Structure (WBS)?

A WBS breaks a project into deliverables and work packages. Definition, the 100% rule, decomposition levels and how it differs from a task list.

8 min read
What is the critical path in project management?
Project management basics

What is the critical path in project management?

The critical path is the longest chain of dependent tasks in a project. It sets the minimum duration — and any delay on it moves the end date.

6 min read