Critical Path
Dan Sunil monogram
Back to library
Abstract work breakdown structure tree beside schedule bars
WBS & schedule

Decompose scope, then sequence the work

Planning

Gantt Chart vs PERT Chart: When to Use Each

One draws time, the other draws logic. How Gantt and PERT differ, the three-point estimate maths, and which to bring to which meeting.

8 min readPractitioner#gantt#pert#estimation#schedule
On this page

A Gantt chart is a calendar view: bars on a timeline. A PERT chart is a network view: boxes and arrows showing what must precede what, with probabilistic durations. They answer different questions and most schedules need both at different moments.

Head to head

Gantt chartPERT chart
ShapeHorizontal bars against datesNodes and arrows — a dependency network
Shows time to scaleYesNo — geometry is logical, not proportional
Duration treatmentSingle fixed estimateThree-point: optimistic, most likely, pessimistic
Best questionWhat is happening in week six?What genuinely depends on what, and how uncertain is it?
AudienceSponsors, clients, delivery teamsPlanners, estimators, risk reviewers
WeaknessHides logic and uncertainty behind neat barsUnreadable for stakeholders who want a date
When to build itAfter the network is agreedFirst, while sequencing the work

The PERT estimate, worked

PERT weights the most likely case four times, then divides by six: Expected = (Optimistic + 4 × Most likely + Pessimistic) ÷ 6. Standard deviation = (Pessimistic − Optimistic) ÷ 6.

ActivityOptimisticMost likelyPessimisticPERT expectedStd dev
Visual design6d8d16d9.0d1.67d
Front-end build7d9d17d10.0d1.67d
Integration & QA3d5d13d6.0d1.67d
Cutover1d2d3d2.0d0.33d

Notice what happened: every single-point estimate grew. Visual design was carried as 8 days on the Gantt chart; weighted for its long tail it is 9. Across a chain those additions are the difference between a plan that survives and one that needs a rescue.

Turning deviations into a confidence range

Add the expected durations along the critical path for the mean. Combine deviations as the square root of the sum of squares, then apply the normal rule: roughly 68% of outcomes fall within one deviation, 95% within two.

  • Chain mean: 9.0 + 10.0 + 6.0 + 2.0 = 27 days.
  • Chain deviation: √(1.67² + 1.67² + 1.67² + 0.33²) ≈ 2.9 days.
  • About 68% confidence: 24–30 days. About 95% confidence: 21–33 days.
  • Commit externally near the upper bound, plan internally to the mean, and hold the gap as schedule reserve you can name.

Which one to bring to the meeting

MeetingBringBecause
Planning workshopPERT networkYou are debating logic, not dates
Estimation reviewPERT three-point tableUncertainty is the subject
Steering committeeGantt chart with the critical path highlightedThey need the date and the risk in one picture
Daily deliveryGantt chart filtered to the next two weeksBars beat networks for near-term coordination
Recovery planningBothNetwork to find the compression options, bars to sell them

A practical hybrid workflow

  1. 1List activities with no dates attached.
  2. 2Draw the network by hand or on a whiteboard — arrows only where the work genuinely cannot start earlier.
  3. 3Collect three-point estimates per activity from the people who will do the work.
  4. 4Compute PERT expected durations and the chain deviation for the critical path.
  5. 5Load the expected durations into your Gantt tool and highlight the critical path.
  6. 6Publish the confidence range alongside the committed date, and re-run after every actuals update.
Skip the blank page

The PM Delivery Toolkit turns everything in this guide into fill-in templates — $25, one payment.

See the toolkit
Free tips

Get five PM habits that quietly save projects

Baselines, critical path discipline, RAID logs that people read, range estimating and status packs sponsors act on — sent straight to your inbox, free.

One email, no spam, unsubscribe any time.

Share LinkedIn

Discussion

Share how you applied this in practice, ask a question, or add a tip for other readers.

Loading comments…