Business process automation: a practical guide

Business process automation is using software to do the repeatable work your team currently does by hand. This guide covers which processes are actually worth automating, how to work out whether the return justifies the build, and the mistakes that waste most of the budget.

By Rashid, founder of Layerform System Ltd. Last updated July 2026.

What business process automation means

Business process automation, often shortened to BPA, means handing a repeatable business process to software instead of a person. Typical examples: moving information between two systems that do not talk to each other, checking a document has everything it needs, producing the same report every month, or sending a client the update they always ask for.

The point is not headcount. In most of the businesses I work with, nobody gets replaced. What happens is that the person who spent two hours a day copying data goes back to the work you actually hired them for, and the business grows without the admin growing with it.

Which processes are worth automating

The best first candidates share three traits. Look for work that is:

A useful test: ask your team what they would do first if they had an extra hour every day. The answers point straight at the work worth removing.

Working out the return

The arithmetic is simple enough to do on the back of an envelope, and worth doing before anyone quotes you.

  1. Count the frequency. How many times a week does this task happen?
  2. Time it honestly. Including the interruption cost and the checking, not just the typing.
  3. Apply the real hourly cost of whoever does it, loaded with employment costs rather than just salary.
  4. Annualise it, then compare to the one-off build cost.

That gives you the visible number. Three things it misses, which often matter more:

Where AI fits, and where it does not

Ordinary automation follows rules you write down in advance. AI handles input that varies every time, such as reading an invoice that arrives in a different layout from every supplier, or working out what an incoming email is actually asking for.

Most systems worth building use both, and the split matters financially: rules are cheaper to run and more reliable, so they should do everything they can, with AI reserved for the genuinely messy parts. Anyone who proposes AI for a process that follows clear rules is selling you a more expensive, less predictable version of something simple. There is more on this in the guide to AI agents.

Why automation projects fail

Almost never for technical reasons. The recurring causes:

A sensible order to do this in

  1. Find where the time goes. Ask the people doing the work, not only the people managing it.
  2. Pick one frequent, rule-based, disliked task. One. Deliberately unambitious.
  3. Build it small and put it in real use. A week of real use teaches you more than a month of planning.
  4. Fix what the real use reveals. There will be something.
  5. Then take the next one, now that the team trusts the approach.
What this looks like in practice

Software I have built and run: DSPOps, an operations platform for Amazon delivery partners, including an AI check that scans van photos and automatically flags damage; Estate Revenue Manager, a staff rota and revenue system for high-end residential property firms; and a case management system for a UK immigration law firm, currently in build. All three replaced a process running on spreadsheets, memory and chasing.

Find your biggest time-waster

Book a free 30-minute workflow audit. We walk through how your team works and I will point out what is worth automating first, and what is not worth touching. If there is nothing worth building, I will tell you that too.

Book a free workflow audit

Common questions

What is business process automation?

Business process automation is using software to carry out a repeatable business process that people currently do by hand: moving information between systems, checking documents, producing routine reports, sending standard updates. The aim is not to remove people. It is to stop people spending their day on work that does not need a person.

Which business processes are worth automating first?

Start with work that is frequent, rule-based, and annoying. Frequency creates the return, rules make it buildable, and the annoyance means your team will actually welcome the change. A task done twenty times a day beats a complicated one done monthly, even though the monthly one feels more impressive to fix.

How do I work out the return on automating a process?

Count how many times the task happens in a week, multiply by how long it takes, and multiply that by the loaded hourly cost of the person doing it. Compare the annual figure to the build cost. Then add the things harder to price: the mistakes it prevents, the work that stops being blocked on one person, and the capacity you get back without hiring.

What is the difference between business process automation and AI automation?

Business process automation follows rules you define: when this happens, do that. AI automation adds the ability to handle input that varies every time, such as reading a document that arrives in a different format from each supplier. Most useful systems combine both, using rules for the predictable parts because they are cheaper and more reliable.

Why do automation projects fail?

The most common reason is automating the process on the org chart rather than the process people actually follow, including all the workarounds nobody documented. The second is building something that makes one person's day harder in order to make another's easier, because that system quietly stops being used. Neither failure is technical.