[ 01 ] Methodology

How to calculate automation ROI.

A defensible automation business case starts with one observable workflow, includes the full cost to build and operate the system, and keeps uncertain benefits outside the core calculation.

By Ian YuPublished August 9, 202612 minute read
Representative automation investment review using cost and scenario worksheets
Representative methodology scene — the decision begins with observable cost, value, and scenarios.

Automation ROI, directly.

Automation ROI compares the measurable value returned by an automated workflow with the complete cost to implement and operate it over the same period.

3-year ROI = (3-year gross value - 3-year total cost) / 3-year total cost × 100
Use the same projection period for value and cost.

[ 02 ] Baseline

Calculate what the workflow costs today.

Start with observed task volume and handling time. Loaded hourly cost should include salary, benefits, payroll costs, and reasonable overhead for the people doing the work.

Annual manual hours = monthly volume × minutes per task / 60 × 12

Then account for correction work. Error rate means the percentage of completed tasks that require additional human effort, not every undesirable business outcome.

Annual rework hours = monthly volume × error rate × rework minutes / 60 × 12
Annual workflow cost = (manual hours + rework hours) × loaded hourly cost

[ 03 ] Value

Apply a realistic automation rate.

The automation rate is the share of manual and rework effort the production system can reliably remove. It should reflect edge cases, human approvals, data quality, and exception handling rather than a vendor's ideal demo.

Gross annual value = annual workflow cost × automation rate
Annual hours returned = (manual hours + rework hours) × automation rate

[ 04 ] Cost

Include the complete investment.

Implementation cost includes process mapping, design, integration, testing, rollout, training, and initial change management. Operating cost includes software, model usage, hosting, monitoring, maintenance, and human review.

3-year total cost = implementation cost + (monthly operating cost × 36)

[ 05 ] Decision

Calculate net value, ROI, and payback.

Steady-state annual net value = gross annual value - annual operating cost
First-year net value = gross annual value - annual operating cost - implementation cost
Payback months = implementation cost / (gross monthly value - monthly operating cost)

If monthly operating cost equals or exceeds monthly gross value, the project does not reach payback under that scenario. Reporting “not reached” is more honest than forcing a negative or infinite result.

[ 06 ] Scenarios

Use a range, not one confident-looking number.

  • Conservative, 40%: suitable when exceptions are common, data is inconsistent, or human approval remains central.
  • Expected, 60%: suitable for repetitive, rules-based workflows with known integrations and manageable exceptions.
  • Aggressive, 75%: suitable only when inputs are structured, rules are stable, and exception rates have been measured.

[ 07 ] Boundaries

Count measurable value. Separate uncertain upside.

Include in the core case

  • Labor time demonstrably removed
  • Correction and rework time demonstrably removed
  • Implementation and integration
  • Training and rollout
  • Software, hosting, model usage, monitoring, and support

Keep outside the core case unless measured

  • Revenue growth
  • Improved customer satisfaction
  • Risk reduction
  • Faster response time
  • Capacity created for higher-value work

[ 08 ] FAQ

Automation ROI questions.

What is a good ROI for an automation project?

A good automation ROI is one that clears the company's investment threshold after implementation and operating costs are included. The acceptable percentage varies by risk and capital constraints, so payback period and net value should be reviewed alongside ROI.

How do you calculate automation payback period?

Divide the one-time implementation cost by monthly gross workflow value minus monthly operating cost. If monthly operating cost is equal to or greater than monthly gross value, payback is not reached under that scenario.

Should revenue growth be included in automation ROI?

Include revenue growth only when the workflow has a measurable causal relationship to revenue and a defensible baseline. Otherwise, keep revenue lift outside the core calculation and present it as a separate upside case.

What costs belong in an automation ROI calculation?

Include implementation, integration, testing, training, software, hosting, monitoring, maintenance, and human review. Omitting ongoing ownership costs commonly overstates ROI.

[ 09 ] Worked example

Invoice processing, checked line by line.

A team handles 1,000 invoices each month. Each invoice takes six minutes, 5% require twenty minutes of correction, loaded labor costs $30 per hour, implementation costs $12,000, and operation costs $500 per month.

Annual baseline
$42,000
Manual + rework
1,400 hrs
Implementation
$12,000
Operating cost
$6,000 / yr
ScenarioHours returnedGross valuePayback3-year net3-year ROI
Conservative, 40%560$16,80012.0 mo$20,40068%
Expected, 60%840$25,2007.5 mo$45,600152%
Aggressive, 75%1,050$31,5005.6 mo$64,500215%

[ 10 ] Your workflow

Replace assumptions with operating data.

Use the calculator for the first pass. A paid discovery sprint maps exceptions, integrations, controls, and rollout cost before anyone commits to a build.