Late Start Calculator (Two-Pass Method)



Late Start Calculator (Two-Pass Method)

This calculator helps determine the latest possible start time for a project task without delaying the project, based on the Critical Path Method’s backward pass.


The time required to complete the current task.



The Late Start time of the task that immediately follows. The unit is the same as selected above.


If your task has multiple successors, enter the Late Start of a second one here.
This Task’s Late Start (LS)
15 Days

Calculated Late Finish (LF)
20 Days
Task Duration
5 Days

Results copied to clipboard!

Timeline Visualization

Visual representation of the task’s schedule flexibility.

What is Late Start and the Two-Pass Method?

In project management, knowing how to calculate late start using the two-pass method is a fundamental skill for effective scheduling. The “Late Start” (LS) of a task is the absolute latest point in time an activity can begin without delaying the overall project completion date. This metric is a core component of the Critical Path Method (CPM), a technique used to identify scheduling flexibility and focus management attention on the most crucial tasks.

The “two-pass method” refers to the process of analyzing the project network diagram twice: once forward and once backward.

  1. Forward Pass: Starting from the beginning of the project, this pass calculates the Earliest Start (ES) and Earliest Finish (EF) times for every activity. It determines the soonest the project can possibly be completed.
  2. Backward Pass: Starting from the calculated project end date, this pass works backward to calculate the Latest Finish (LF) and Latest Start (LS) times for every activity. This is the pass that reveals how much “float” or “slack” each activity has.

Understanding the Late Start is critical for resource optimization and risk management. Activities with a large gap between their Early Start and Late Start are not on the critical path and can be delayed if necessary to free up resources for more critical tasks. Check out this guide on the Critical Path Method for more details.

Late Start Formula and Explanation

The formula to calculate the Late Start of an activity is deceptively simple, but it relies on data gathered during the backward pass. The core of the calculation is understanding the activity’s relationships with its successors.

Late Start (LS) = Late Finish (LF) – Duration

The key is to first determine the Late Finish (LF). The Late Finish of a task is determined by the tasks that follow it. Specifically, an activity’s LF is the minimum of the Late Start times of all its immediate successors. If a task has only one successor, its LF is simply that successor’s LS. If it has no successors, its LF is typically the project’s deadline.

Variables in the Late Start Calculation
Variable Meaning Unit (Auto-inferred) Typical Range
LS (Late Start) The latest an activity can begin without delaying the project. Time (Days, Weeks, Months) 0 to Project Duration
LF (Late Finish) The latest an activity can end without delaying the project. Time (Days, Weeks, Months) Activity Duration to Project Duration
Duration The time required to complete the activity. Time (Days, Weeks, Months) > 0
Successor LS The Late Start time of a task that immediately follows. Time (Days, Weeks, Months) Activity Duration to Project Duration

Practical Examples

Example 1: Simple Linear Path

Imagine a project with three tasks in a sequence: Task A → Task B → Task C. We want to find the Late Start for Task B.

  • Inputs:
    • Task B Duration: 10 days
    • Task C (Successor) Late Start: Day 30
  • Calculation:
    1. First, determine LF for Task B. Since Task C is the only successor, Task B’s LF is equal to Task C’s LS. So, LF = Day 30.
    2. Next, apply the formula: LS = LF – Duration.
    3. LS = 30 – 10 = 20.
  • Result: The Late Start for Task B is Day 20. It can start any time between its Early Start and Day 20 without affecting the project’s end date. For a deeper dive, consider reviewing resources on advanced scheduling techniques.

Example 2: Multiple Successors

Now, let’s find the Late Start for Task A, which has two successors: Task B and Task C.

  • Inputs:
    • Task A Duration: 5 days
    • Task B (Successor 1) Late Start: Day 15
    • Task C (Successor 2) Late Start: Day 12
  • Calculation:
    1. First, determine LF for Task A. We must take the minimum LS of its successors. LF = min(15, 12) = Day 12. We use the minimum because Task A must be finished in time for the earliest of its successors to begin.
    2. Next, apply the formula: LS = LF – Duration.
    3. LS = 12 – 5 = 7.
  • Result: The Late Start for Task A is Day 7.

How to Use This Late Start Calculator

This calculator simplifies the process by focusing on a single task and its immediate successors. Here is a step-by-step guide on how to calculate late start using the two-pass method with this tool:

  1. Enter Task Duration: Input how long the specific task you’re analyzing will take.
  2. Select Time Unit: Choose the appropriate unit for your project—Days, Weeks, or Months. All inputs and outputs will use this unit. The calculator handles conversions automatically, which is a key part of effective project estimation.
  3. Enter Successor’s Late Start: Provide the Late Start time for the task that immediately follows. If there are multiple successors, enter the one with the earliest Late Start time here.
  4. (Optional) Enter Second Successor: If your task has more than one successor, you can enter the Late Start time of a second one. The calculator will automatically use the minimum of the two successor values to determine the Late Finish.
  5. Interpret the Results: The calculator instantly displays the calculated Late Start (LS) and the intermediate Late Finish (LF) value, providing clear insight into your task’s schedule flexibility. The timeline chart provides a visual aid for this.

Key Factors That Affect Late Start

Several factors can influence a task’s Late Start time. Understanding these helps in creating more realistic and robust project schedules.

  • Project Deadline: The overall project deadline is the ultimate constraint that determines the Late Finish of the final tasks, which then cascades backward through the network.
  • Successor Dependencies: The number of successors and their own scheduling constraints are the most direct influence on an activity’s Late Finish.
  • Task Duration Estimates: An inaccurate (especially underestimated) duration can lead to a calculated Late Start that is unrealistic and puts the project at risk. Learn more about duration estimation models.
  • Resource Availability: Even if a task has float, a lack of available resources (people, equipment) can force it to start earlier than its calculated Late Start.
  • Project Scope Changes: Adding or removing tasks can alter the network diagram, changing dependencies and thus affecting the entire backward pass calculation.
  • External Constraints: Fixed dates, such as a required delivery from a supplier or a regulatory deadline, can act as a hard-coded Late Finish for certain tasks.

Frequently Asked Questions (FAQ)

What is the difference between Late Start and Early Start?

Early Start (ES) is the earliest an activity can begin, calculated during the forward pass. Late Start (LS) is the latest it can begin without delaying the project, calculated during the backward pass. The difference between them (LS – ES) is called “Total Float” or “Slack”.

What is “Total Float” or “Slack”?

Float (or Slack) is the amount of time a task can be delayed without affecting the project’s final completion date. A task on the critical path has zero float. You can learn about managing project float in our detailed guide.

What if a task has no successors?

If a task is the final activity in a project (or on a particular path), its Late Finish (LF) is typically set to the project’s overall deadline or the project’s calculated Early Finish time.

How does this calculator handle different time units?

When you select a unit (e.g., Weeks), the calculator assumes all input values are in that unit and presents the result in the same unit. It standardizes calculations internally to ensure accuracy regardless of the chosen unit.

Why is it called the ‘two-pass’ method?

It’s called the two-pass method because you must analyze the entire project network twice: first with a ‘forward pass’ from start to finish to find the earliest dates, and second with a ‘backward pass’ from finish to start to find the latest dates.

Can the Late Start time be negative?

Yes. A negative Late Start time indicates that the project is already behind schedule. It means that even if you started the task at time zero, you would still not meet the deadline imposed by its successors or the project end date.

What happens if I enter text instead of numbers?

The calculator’s logic will treat non-numeric inputs as zero, which may lead to incorrect results. Always ensure you are entering valid numbers for durations and start times.

Why do I need the minimum LS from successors?

Because your current task must be finished before ANY of its successors can begin. Therefore, the most urgent deadline (the earliest Late Start among successors) dictates when your current task must absolutely be finished.

© 2026 Your Company. All Rights Reserved. This calculator is for informational purposes only.



Leave a Reply

Your email address will not be published. Required fields are marked *