Schedule Float Demonstration
Calculate early and late dates, distinguish Total Float from Free Float, identify the critical path, and simulate activity delays to see when successor work moves and when the overall project completion date is affected.
See Why Total Float and Free Float Are Not the Same Thing.
Float measures schedule flexibility. Total Float focuses on how much an activity can be delayed without delaying the project finish date, while Free Float focuses on how much it can be delayed without delaying the early start of an immediate successor.
- Build the activity network and establish durations and dependencies.
- Use the forward pass to calculate Early Start (ES) and Early Finish (EF).
- Use the backward pass to calculate Late Start (LS) and Late Finish (LF).
- Calculate Total Float = LS − ES = LF − EF.
- Calculate Free Float = earliest successor ES − current activity EF.
- Identify activities with zero Total Float as the current critical path.
- Simulate delays to distinguish successor impact from project-completion impact.
Schedule Float Demonstration — Step by Step
Complete each locked stage before the next unlocks. Every reveal visibly changes the schedule dashboard.
Build the Activity Network
Integrated Service Release Network
Reveal the seven activities and dependencies before calculating schedule dates.
Focus Mode keeps the guided-learning pane and float dashboard together while hiding surrounding page content. Dashboard Full Screen shows only the schedule dashboard and can be launched from Focus Mode. Exiting Dashboard Full Screen returns to Focus Mode if Focus Mode was active.
Float Calculation Table
Schedule values appear progressively with the guided calculation.
| Activity | Duration | Predecessor(s) | ES | EF | LS | LF | Total Float | Free Float | Status |
|---|
Delay an Activity and Observe the Effect
Experiment Mode is isolated from the guided example. Select an activity, apply a delay, and compare that delay with the activity's Free Float and Total Float.
Quick Knowledge Check
Core Float Concepts
| Measure | Formula / Meaning | Management Interpretation |
|---|---|---|
| Early Start (ES) | Earliest time an activity can start based on predecessor logic | Calculated during the forward pass |
| Early Finish (EF) | ES + Duration | Earliest time the activity can finish |
| Late Finish (LF) | Latest finish that does not delay project completion | Calculated during the backward pass |
| Late Start (LS) | LF − Duration | Latest start that preserves project completion |
| Total Float | LS − ES = LF − EF | Delay available before the project finish is affected |
| Free Float | Earliest successor ES − current activity EF | Delay available before an immediate successor's early start is affected |
| Critical Activity | Total Float = 0 in this unconstrained example | Any delay can affect project completion unless recovered elsewhere |