Third Party Risk Recovery Time Estimator

This estimator calculates recovery time after a third-party disruption by adding detection, containment, restoration, and validation phases, with an adjustment for work that can occur in parallel. It is useful for vendor outages, compromised integrations, or supplier data incidents.

The output helps teams compare contractual recovery targets with an internal response plan and reveals whether switching providers, restoring data, or validating dependencies dominates the timeline.

Scenario inputs

hours
hours
hours
hours
%
Result
Estimated recovery time
Sequential total
Parallel-work savings
Equivalent days

1. Estimate detection
Enter the time from incident start until the responsible team understands the situation well enough to act.

2. Estimate containment
Enter the time needed to stop further impact and secure affected access or connections.

3. Estimate restoration
Enter the time to restore service, data, access, or a workable alternative.

4. Add validation
Include testing, approval, and monitoring before normal operation resumes.

5. Account for parallel work
Enter the share of containment and restoration that can safely overlap.

6. Compare with objectives
Review the calculated time against recovery targets and contractual commitments.

Sequential time = Detection + Containment + Restoration + Validation Overlap savings = min(Containment, Restoration) × Parallel-work share Recovery time = Sequential time − Overlap savings

The overlap adjustment is limited to the shorter of containment and restoration so the estimate cannot subtract more time than can actually run in parallel.

What the result means

The displayed value is a scenario estimate for a third-party service disruption. Use it to compare assumptions and priorities rather than as a guaranteed outcome.

When failover is available, enter the time to restore the critical service path rather than the time for the vendor’s full remediation.

Given: 3 hours to detect, 5 to contain, 22 to restore, 8 to validate, and 25% overlap.

Calculation: Sequential time = 3 + 5 + 22 + 8 = 38 hours. Overlap savings = min(5, 22) × 0.25 = 1.2 hours. Recovery time = 38 − 1.2 = 36.8 hours.

Result: The estimated recovery time is 36.8 hours, or 1.53 days.

Does the result equal RTO?

Not necessarily. This is a scenario-based recovery estimate, while an RTO is a target set by the organization.

Why is overlap limited?

Only the shorter of containment and restoration can overlap fully. This prevents the model from subtracting impossible amounts of time.

Should legal or forensic work be included?

Include it when it blocks restoration or return to service. Work that continues after operations resume can be tracked separately.

Can a workaround count as restoration?

Yes, when it restores the critical business function. Enter the time to the usable workaround and document any remaining remediation.

How can I use the phase breakdown?

The longest phase is often the best place to test automation, staffing, documentation, backups, or alternate-provider improvements.