Skip to main content

Plan Schedule Management

Free Preview

Master schedule development: activity sequencing, estimation techniques, critical path analysis, and schedule compression.

Schedule Planning and Critical Path Method

The 2026 PMP exam tests planning and managing the project schedule — from network diagrams and critical path in predictive to sprint velocity and iteration tracking in agile. Schedule management is among the most calculation-heavy areas on the PMP exam.

Activity Sequencing

Before scheduling, activities must be sequenced using dependency types:

  • Finish-to-Start (FS) — B cannot start until A finishes. Most common dependency.
  • Start-to-Start (SS) — B cannot start until A starts.
  • Finish-to-Finish (FF) — B cannot finish until A finishes.
  • Start-to-Finish (SF) — B cannot finish until A starts. Rarest dependency.

Dependency classifications:

  • Mandatory (hard logic) — physically or contractually required
  • Discretionary (soft logic) — preferred but not required; based on best practice
  • External — involving outside parties (vendor delivery, regulatory approval)
  • Internal — within the project team control

Leads and Lags:

  • Lead — successor starts BEFORE predecessor finishes (overlap, acceleration)
  • Lag — successor starts AFTER a delay from predecessor finish (waiting period)

Duration Estimating Techniques

  • Analogous — uses historical data from similar projects. Quick but least accurate.
  • Parametric — mathematical model (e.g., 0 per line of code x 10,000 lines). More accurate if data is reliable.
  • Three-point (PERT) — Optimistic (O) + 4x Most Likely (M) + Pessimistic (P) / 6. Accounts for uncertainty.
  • Bottom-up — estimates each work package then aggregates. Most accurate but most time-consuming.

Critical Path Method (CPM)

The critical path is the longest path through the network diagram. It determines the minimum project duration.

Key concepts:

  • Critical path — zero total float. Any delay extends the project.
  • Total float — time an activity can be delayed without delaying the project end date.
  • Free float — time an activity can be delayed without delaying any successor.
  • Forward pass — calculates early start (ES) and early finish (EF)
  • Backward pass — calculates late start (LS) and late finish (LF)
  • Float = LS - ES or LF - EF

Schedule Compression

Crashing — adding resources to critical path activities. Increases cost. Choose activities with least cost per time saved.

Fast-tracking — performing sequential activities in parallel. Increases risk. Only works with activities that can overlap.

Key differences:

  • Crashing adds cost but not risk. Fast-tracking adds risk but not cost.
  • Both only work on critical path activities.

Key Terms

Critical PathLongest path through the network diagram. Determines minimum project duration. Zero total float — any delay extends the project.
Total FloatTime an activity can be delayed without delaying the project end date. Float = LS - ES or LF - EF.
Free FloatTime an activity can be delayed without delaying any immediate successor activity.
CrashingSchedule compression by adding resources to critical path activities. Increases cost but not risk.
Fast-TrackingSchedule compression by performing sequential activities in parallel. Increases risk but not cost.
PERT EstimateThree-point estimate: (Optimistic + 4*Most Likely + Pessimistic) / 6. Accounts for uncertainty.
Lead and LagLead accelerates successor start. Lag delays successor start. Both modify the dependency relationship.
Finish-to-StartMost common dependency type. Successor cannot start until predecessor finishes.

Common Traps

  • Confusing crashing with fast-tracking. Crashing adds resources and cost. Fast-tracking overlaps activities and adds risk.
  • Applying compression to non-critical path activities. Only critical path activities affect project duration.
  • Forgetting that a project can have multiple critical paths. This increases risk — delay on any path extends the project.
  • Confusing lead with lag. Lead accelerates (overlap). Lag delays (waiting period).
  • Using analogous estimating when accuracy is critical. Analogous is fast but least accurate. Use bottom-up for critical tasks.

Ready to study more?

Create a free account to access all study pages and practice questions.