Critical Path Analysis

· 2 min · Quick read · Joost van der Laan

Critical path analysis maps out every task in a project along with its dependencies to find the longest chain of dependent tasks — the sequence that determines the earliest possible finish date.

The idea

Not every task in a project is equally urgent. Some tasks have slack — they can slip a few days without delaying the overall project — while others sit on the “critical path”: if any one of them is delayed, the whole project’s end date slips. Identifying the critical path tells you exactly where schedule risk lives and where extra effort or resources actually shorten delivery time.

When to use it

How to apply it

  1. List every task and its dependencies (which tasks must finish before this one starts).
  2. Estimate the duration of each task.
  3. Map out all possible paths through the task network from start to finish.
  4. The longest path in total duration is the critical path; tasks on it have zero slack.
  5. Focus schedule protection and resource allocation on critical-path tasks.

Watch out for

Sources

The critical path method was developed in the 1950s at DuPont and Remington Rand, credited to Morgan Walker and James Kelley, and is now standard in project management literature (e.g. the Project Management Institute’s PMBOK Guide).