AI & Strategy · 9 min read

AI ROI Calculation: How to Compute the Real Return on Investment

Most AI projects don't fail because of the technology. They fail because someone walked into the kickoff with a spreadsheet full of wishful numbers. Here is how to calculate AI ROI honestly – with the formula, three worked examples and the hidden costs vendor decks leave out.

JC
Joshua Cogswell · May 14, 2026 · 9 min read

You're staring at a quote for €28,000 for an AI project. The vendor promises "300% ROI in the first year." You sign, the project goes live – and nine months later the monthly cloud bill exceeds the savings. What went wrong?

Answer: the calculation was never honest. Return on investment for AI projects gets systematically inflated, because vendors low-ball setup costs, ignore ongoing costs, and multiply savings by a CEO's hourly rate. Once you understand how that works, you can sanity-check any AI proposal in 15 minutes.

Cost Components: What's actually coming your way

Before you calculate savings, you need a complete list of costs. Five blocks – the second and fifth are the most often forgotten.

1. Setup costs (one-time)

Everything you pay before the system goes live: design, development, integrations, data prep, testing. For a mid-market AI project plan on €5,000 to €30,000. Simple voicebots at the low end, workflow automation with three integrations at the high end.

2. Licence and cloud costs (ongoing)

AI models charge per request. Voice minutes per second. Hosting per month. For 1,000 calls/month on a GPT-based voicebot you quickly pay €150 to €400 just for AI calls, plus €80 to €200 for telephony and hosting. Grow, and you pay more.

3. Integration costs

AI has to write to your CRM, read your calendar, query your ERP. Budget €1,500 to €4,000 per integration for the initial setup, plus annual maintenance whenever the vendor changes their API (more often than you'd think).

4. Maintenance & ongoing development

An AI system is not a toaster. Budget 15 to 25% of setup cost per year for maintenance. Skip it, and after 18 months you have a system nobody understands that breaks every time reality changes (new products, opening hours, staff).

5. Team training & change management

The most expensive blind spot. Plan on 4 to 12 hours per employee for initial onboarding, plus 1 to 2 hours per quarter for updates. For a 10-person team easily 80 to 150 hours in year one.

Savings Components: What you realistically gain

The other side of the equation. Equally important: don't multiply savings by your most expensive hourly rate, and don't count effects that were already in place before AI.

1. Time savings

Hours your team no longer spends on routine work. Realistic: AI handles 50 to 80% of a task – the rest stays human. Multiply hours saved by the real loaded hourly cost, not the price you charge clients.

2. Conversion uplift

When your chatbot or voicebot turns more inquiries into orders. Rule of thumb: 5 to 15% uplift when the system removes a clear bottleneck (e.g. missed calls outside business hours). More only with data to back it up.

3. Error reduction

Fewer typos on data transfers, no forgotten callbacks. For processes where mistakes cost real money (wrong orders, missed deadlines), this is a hard euro figure. Calculate conservatively: how much did one missed deadline cost last year, how often did it happen?

4. Scalability without hiring

The most underestimated lever. With AI you can handle 30 to 50% more volume with the same headcount. Only visible after month 6, but long-term often the biggest. Include conservatively, or the calculation will look unserious.

The ROI Formula: Simple enough to do in your head

With your cost and savings lists, the formula is straightforward:

ROI (%) = ((Monthly savings × 12) − Setup costs) / Setup costs × 100

That covers year one and ignores ongoing costs. For an honest calculation, set monthly savings net – after deducting ongoing costs:

Net savings/month = Gross savings − (Licences + Cloud + Maintenance allocated)

For multi-year projects, the 36-month view is more honest – setup costs are one-off while savings flow year after year:

ROI 36 months (%) = ((Net savings × 36) − Setup costs) / Setup costs × 100

What counts as a "good" ROI? For SMB AI projects we typically see 150 to 400% ROI over 12 months, with break-even between month 6 and 18. Higher than that is rare; lower usually means the use case is too narrow or the setup costs are too high.

3 Worked Examples: What honest numbers look like

Example 1: Voice agent for an auto repair shop

Situation: Repair shop with 6 staff in Bensheim, 80 to 100 calls per day, of which 70% are appointment bookings and status checks. The phone ties up one full-time receptionist plus regular interruptions for the mechanics when reception gets overwhelmed.

Setup costs: €8,500 (voicebot setup, integration with workshop software, call-handover logic, testing phase).

Ongoing costs: €280/month (AI model + telephony + hosting + maintenance flat rate).

Savings: 15 hours/week of reception time taken over (60% of calls fully automated, 20% pre-qualified, 20% transferred directly). At €28/h loaded cost that's €420/week or €1,820/month. Plus a conservatively estimated 8% more bookings due to availability from 7am and Saturdays: roughly €600/month in additional margin.

Net savings/month: 1,820 + 600 − 280 = €2,140

ROI 12 months: ((2,140 × 12) − 8,500) / 8,500 × 100 = 202%

Break-even: month 4. After 12 months, net profit of roughly €17,000.

Example 2: Chatbot for an online shop (fashion, ~800 orders/month)

Situation: Online shop with 4 customer service staff, 80% of inquiries are about sizes, delivery times and returns. Standard questions that consume everyone's time.

Setup costs: €12,000 (chatbot with product data integration, order lookup via shop API, training).

Ongoing costs: €420/month (LLM API + hosting + maintenance).

Savings: 50% of inquiries fully automated, 30% pre-qualified. Saves the team about 35 hours/month. At €32/h that's €1,120/month. Plus 6% conversion uplift from instant sizing advice: at an average order value of €75 and 800 orders/month, an additional 48 orders × €75 × 35% margin = roughly €1,260/month.

Net savings/month: 1,120 + 1,260 − 420 = €1,960

ROI 12 months: ((1,960 × 12) − 12,000) / 12,000 × 100 = 96%

Break-even: month 7. A solid case, but no "miracle ROI". Anyone promising 400% in year one here is lying.

Example 3: Workflow automation for a tax firm

Situation: Tax firm with 12 staff, around 600 receipts per client per month to categorise, code and post to accounting software. Currently 4 hours/day of one accountant on receipt capture.

Setup costs: €22,000 (document recognition, training data for sector-specific receipts, accounting interface, approval workflow).

Ongoing costs: €680/month (AI calls + OCR + hosting + maintenance).

Savings: 60% of receipt capture automated, 30% pre-prepared for review, 10% manual edge cases. Saves 50 hours/month at the accountant level (€45/h loaded) = €2,250/month. Plus reduced error rate: fewer correction loops, estimated 8 hours/month = €360.

Net savings/month: 2,250 + 360 − 680 = €1,930

ROI 12 months: ((1,930 × 12) − 22,000) / 22,000 × 100 = 5%

ROI 36 months: ((1,930 × 36) − 22,000) / 22,000 × 100 = 216%

Break-even: month 12. This is where the 36-month view becomes critical: the project pays off, but not in year one. Look only at year one, and you reject it – run it over 3 years, and you press go.

Hidden Costs you mustn't forget

Five line items that show up in almost no proposal – and can wreck your ROI:

When ROI is not the right metric

Not every AI project can be justified by ROI alone. Four situations where you shouldn't hide behind numbers:

At Cogswell IT we discuss before every proposal which case applies. Some projects we sell as "strategic," not "profitable" – and the customer knows exactly what they're buying.

What's your takeaway?

One rule: For every AI proposal, ask whether ongoing costs are in the ROI calculation. Which hourly rate was used for savings? Is cloud cost scaling factored in? If the vendor turns pale – you know enough. More on our approach is on our services page.

Frequently Asked Questions

How do you calculate the ROI of an AI project?

The simple ROI for an AI project is: ((Monthly savings × 12) − Setup costs) / Setup costs × 100. Crucially, you also have to account for ongoing costs (licences, cloud, maintenance) and hidden costs (training, data cleanup, change management) on top of the setup. For multi-year projects, the 36-month view is more meaningful than the 12-month view.

What ROI is realistic for an AI project?

For SMB projects that are calculated honestly, we typically see 150 to 400% ROI over 12 months, with break-even between month 6 and month 18. If a vendor promises more than 800% in year one, be skeptical – they usually ignore hidden costs or use unrealistic hourly rates. Larger workflow projects often only make sense on a 36-month view because the first year is dominated by setup.

When is ROI not the right metric?

For strategic projects (building data foundations, growing team capability, pilots) ROI as the only metric is misleading. Here, learning, future optionality and competitiveness count. The same is true for regulatory projects (accessibility, data protection): compliance is the metric, not ROI. Pure ROI tunnel vision sometimes blocks the projects that would matter most long-term.

Want to run the ROI numbers for your own project?

30 minutes. Free of charge. With real numbers from your setup.

Request ROI check →