The Critical Path Method (CPM) is an algorithm for scheduling project activities that identifies the longest stretch of dependent activities and measures the time required to complete them from start to finish.
- Activities: Individual tasks that must be completed
- Dependencies: Relationships between tasks
- Duration: Time required to complete each task
- Critical Path: The longest sequence of activities that determines the minimum project duration
- Float/Slack: The amount of time an activity can be delayed without affecting the project completion date
Calculates earliest start (ES) and earliest finish (EF) times:
- Formula: EF = ES + Duration
Calculates latest start (LS) and latest finish (LF) times:
- Formula: LS = LF - Duration
Determines how much an activity can be delayed:
- Total Float: LS - ES (or LF - EF)
- Free Float: ES of successor - EF of current task
CPM provides visibility into project progress by:
- Tracking actual time against planned duration
- Identifying which tasks are on the critical path
- Alerting when non-critical activities exceed their total float
The baseline schedule developed from initial CPM analysis can be used to:
- Track schedule progress over time
- Compare planned vs. actual completion dates
- Identify trends and patterns in task execution
Time tracking data combined with CPM helps:
- Identify where resources are needed most
- Reallocate resources from non-critical to critical tasks
- Optimize team utilization
- Improved Planning: Identifies task dependencies and optimal sequencing
- Risk Mitigation: Highlights activities that could delay the entire project
- Better Resource Management: Shows where to focus resources for maximum impact
- Accurate Time Estimates: Provides realistic project completion dates
- Enhanced Communication: Gives stakeholders clear understanding of project timeline
- Regular Updates: Reassess the critical path as the project progresses
- Detail Level: Break down activities to appropriate granularity (typically 1-2 weeks)
- Realistic Estimates: Use historical data and expert judgment for duration estimates
- Dependency Accuracy: Ensure all task relationships are correctly identified
- Monitor Float: Track activities approaching zero float to prevent them from becoming critical
CPM can be implemented using:
- Microsoft Project
- Primavera P6
- Gantt charts paired with CPM analysis
- Specialized project management software
- Manual network diagrams (for smaller projects)
- PERT (Program Evaluation and Review Technique): Uses probabilistic time estimates instead of fixed durations
- Resource Leveling: Adjusts the schedule based on resource constraints
- Fast Tracking: Overlaps activities on the critical path to compress the schedule
- Crashing: Adds resources to critical path activities to reduce duration