Forward Pass β Early Finish (EF)
Early Finish, or EF, tells you the earliest possible date (or day number) that an activity can be completed, assuming everything before it goes as fast as possible. It is part of a technique called the "forward pass," where you work through your schedule from the very first activity to the very last, calculating the earliest each one can start and finish.
To find it, you take the Early Start (ES) β the earliest day the activity can begin β add the activity's Duration (how many days the work takes), and then subtract 1. The formula is EF = ES + Duration β 1. That "minus 1" trips up a lot of newcomers, so here is the reason: if a task starts on day 1 and takes 3 days, it finishes at the end of day 3, not day 4. You count the start day itself as one of the working days, so you subtract one to avoid counting a day twice.
Reading the result is straightforward: a smaller EF means the task wraps up sooner, and a larger EF means it finishes later. There is no "good" or "bad" value on its own β EF is a building block used together with the Early Start of the next activity to map out your whole timeline.
A project manager uses EF during scheduling to figure out the soonest the entire project could possibly finish, and to identify which chain of tasks drives that end date (the "critical path"). It helps you see, before work even begins, whether your plan can realistically hit a target deadline.
Think of it like booking a 3-night hotel stay. If you check in on the 5th, you don't check out on the 8th β you check out on the 7th, because the night you arrive counts as your first night. Subtracting 1 keeps you from accidentally charging yourself for an extra night that never happened.
Suppose you have an activity called "Paint the walls." Its Early Start (ES) is day 5 β the earliest it can begin β and it takes 3 days of work (Duration = 3). Apply the formula: EF = ES + Duration β 1 = 5 + 3 β 1 = 7. So the earliest the painting can be finished is the end of day 7. Check it by counting the working days: day 5, day 6, day 7 β that's exactly 3 days of painting, which matches. The next activity in the chain can then start as early as day 8.
Every PMP formula explained free β plus worked examples and practice in PMP Math, and full timed mocks in the simulator.