Our WorkAll ServicesAI VisibilitySEO AutomationProduct ManagementClaude AI ServicesZatrovo BookingStart a Project
ai-search · 9 min read · 18 August 2026

Claude AI Pricing for Business: What UK SMEs Actually Pay

Claude's published plan prices, API token rates and the real UK extras like VAT, set against what a small British team actually spends each month.

Jacob Horgan, Founder, Irvale Studio
Jacob Horgan
Founder, Irvale Studio
A laptop, calculator and notepad on a UK office desk with pricing sums written in pounds sterling.

Most pricing questions about Claude get answered with a screenshot of a plan grid and nothing else. That grid is the easy half. The harder half is working out which line applies to a five person firm in Leeds, what the dollar figures become once VAT and currency land on them, and where a bill quietly grows after month one. This piece walks the published numbers, then the arithmetic around them.

What does Claude actually cost a UK business in 2026?

Anthropic publishes a free tier, individual plans, team seats and an enterprise option, all priced in US dollars. The individual Pro plan sits around $20 per month, with a lower effective rate on annual billing. Team seats are priced per user per month, and the heavier individual and enterprise tiers sit above that.

Check the current figures on Anthropic's pricing page before you budget anything, because plan names and prices move. The detail that does not move is the currency. A UK buyer does not pay a fixed sterling amount. You pay whatever your card issuer converts on the billing date, so a plan that felt like a round number in January can drift by a few pounds by June. Budget the dollar figure, not a sterling one you wrote down once.

Team billing also tends to split into seat types: a standard seat for ordinary use, and a higher priced seat carrying a much larger usage allowance. A small firm rarely needs the premium tier across the board. The usual pattern is standard seats for everyone and one heavier seat for whoever runs the most demanding work.

Which Claude plan fits a UK small business best?

For a team of two to fifteen people who each use Claude in their own work, team seats are the sane default, because they consolidate billing, add admin controls and single sign on, and give one predictable monthly figure. Below two people, the individual Pro plan is the same product for one person at a lower price.

The comparison that matters is not the feature list, it is who holds the account. A sole trader on an individual plan owns everything personally. The moment a second person needs access, shared logins start appearing, and shared logins are how UK firms end up with no audit trail and an ex employee still holding credentials. The team tier exists precisely to remove that.

Enterprise changes the model rather than the price band. It layers spend controls, audit logs and role based access on top, and shifts more of the bill toward metered usage. That is worth paying for when finance needs the reporting, not when you have nine staff.

How much does the Claude API cost per million tokens?

Anthropic's platform pricing lists Claude Opus 5 at $5 per million input tokens and $25 per million output tokens. Claude Sonnet 5 is $3 and $15 at standard rates. Claude Haiku 4.5 is $1 and $5. Output costs five times input on every current model, which is the single most useful fact for estimating a bill.
$1 / $5Claude Haiku 4.5 per million input / output tokens
Source: Anthropic platform pricing
$5 / $25Claude Opus 5 per million input / output tokens
Source: Anthropic platform pricing
50%Discount on input and output via the Batch API
Source: Anthropic platform pricing
0.1xCache read price relative to base input tokens
Source: Anthropic platform pricing

Those rates and discounts are published in Anthropic's platform pricing docs, which are also where you should verify anything time limited. Sonnet 5 has been running at a reduced introductory rate of $2 and $10 per million tokens, and introductory rates expire, so confirm the live figure rather than the one in a blog post.

A cache read costs roughly a tenth of the standard input price, which pays for itself quickly. If you are sending the same long instruction block on every request, caching it is not an optimisation, it is the difference between a sensible bill and a silly one.

What does a real workload cost in practice?

Take ten thousand short support conversations, each around three thousand input tokens and seven hundred output tokens. On Claude Haiku 4.5 at the published rates, that is thirty million input tokens at $1 per million, plus seven million output tokens at $5 per million, so roughly $65 for the batch before any discounts.

That arithmetic is worth doing yourself for your own volumes, because it converts an abstract token rate into a job your business recognises. Run the same batch on Opus 5 at $5 and $25 and it costs a multiple of it. Model choice, not vendor choice, is where most of the cost sits.

The pattern holds for admin work too. Classifying, routing and summarising are short output jobs and stay cheap. Generating long documents is a long output job and does not. Carry that distinction into any plan to cut admin hours with AI, because the tasks that save the most time are often the ones that cost the least to run.

Do UK buyers pay VAT on Claude subscriptions?

The published prices are dollar figures and are not UK VAT inclusive. GOV.UK gives the standard rate of VAT as 20%, applying to most goods and services, so a UK business should budget the headline price plus VAT and reclaim it through the return if it is registered.

The rate is confirmed on the GOV.UK VAT rates page. For a VAT registered limited company this is a cashflow item rather than a cost. For a non registered sole trader it is a real 20% on top, and that alone can decide whether a marginal upgrade makes sense.

Add currency to the same line of thinking. Two identical monthly charges in dollars can land as different sterling amounts. It is small on one seat and noticeable across fifteen.

Where do the hidden costs come from?

Three places: server side tools billed separately from token usage, conversation history that gets resent and re-billed every turn, and model choice creeping upward because someone defaulted to the most capable option for jobs that never needed it.

On the first, tools such as web search and code execution are charged on their own basis, on top of the tokens their results consume. The individual amounts are usually small. They are simply invisible if you only budgeted for tokens, so read the tool pricing section of the docs before you switch anything on.

On the second, the API is stateless. Long conversations resend the whole history, so a chat that runs forty turns pays for its own past repeatedly. Caching and periodic resets are the fix.

On the third, defaults are sticky. A code sample naming the most capable model becomes production, and nobody revisits it once it works.

How do you cut the bill without cutting quality?

Match the model to the job rather than buying the top tier everywhere, cache the parts of your prompt that never change, and push anything that is not time sensitive through the Batch API for the published 50% discount on both input and output tokens.

Anthropic's own cost guidance says the same thing in plainer terms: the small model for simple tasks, the mid tier for most production workloads, and the top tier for the hardest reasoning. Firms that overspend on AI almost always did it by running everything on the most expensive option because it was the default in a code sample.

The second lever is scope. Automating an overnight batch of reminders is cheap and predictable. Automating a live conversational front end is neither. Cost discipline in a small firm is mostly a sequencing decision: do the boring metered work first, and let it fund the visible work later.

Should you buy seats or build on the API?

Buy seats for people, use the API for machines. A seat gives one human a large bundled allowance at a fixed price. The API gives a process metered access at a variable price. Most UK small firms need both, and the mistake is trying to make one do the other's job.

Anyone who works inside the tool for hours a day is cheaper on a seat, because the seat price is fixed while their token consumption is not. A nightly job that summarises yesterday's enquiries is cheaper on the API, because it consumes a predictable and small amount and does not need a login.

Professional service firms tend to want both at once, and that is fine. What is not fine is buying fifteen seats to run one automated report, or wiring an API integration for four people who would each have been happier with a login.

Are other UK businesses actually paying for this?

Office for National Statistics business surveys have tracked a steady rise in UK firms using AI technologies, with adoption consistently higher among larger businesses than among the smallest ones. The gap between big and small adopters is wide enough to be worth reading as buying information rather than technology information.

You can check the current figures in the ONS Business Insights and Conditions Survey, which reports business use of AI alongside other conditions data and is updated regularly.

Read the size gap carefully. Larger firms are not adopting faster because the tools suit them better. They are adopting faster because they have someone whose job includes evaluating and buying software. A ten person firm does not, so the evaluation has to be short, cheap and decisive.

What should you budget for a first 90 days?

Start on the free tier for four weeks and record what you actually reach for. Move only the people who hit limits onto a paid seat. Hold API spend behind a hard monthly cap until you have two invoices to look at. Ninety days in, you will have real usage data rather than a guess.

The honest trade off is that this is slower than buying seats for everyone in week one, and it will frustrate whoever is ready to go. It is still the right sequence, because the alternative is fifteen seats where four were needed, renewing annually. Adding seats later is easy. Unpicking an annual commitment is not.

Whatever you decide, write down the assumption behind the decision. Not the price, the assumption. Prices on this page will move. The reasoning about seats versus metered access, output versus input, and cheap models versus capable ones will not.

Next stepSee how Claude fits a UK small businessPractical setups, plain costs, no jargon

Sources: Anthropic plan pricing, Anthropic platform pricing documentation, GOV.UK VAT rates, ONS Business Insights and Conditions Survey.

Common Questions

Claude AI Pricing for Business — FAQ

How much does Claude cost per user for a small UK team?

Anthropic publishes its plan prices in US dollars, and they change often enough that the pricing page is the only figure worth quoting back to your accountant. As a rough shape, the individual Pro plan sits around $20 per user per month, with a lower effective monthly rate if you pay for a year up front. Team seats are priced per user per month above that, again with an annual discount, plus a higher priced seat type for people who need a much larger usage allowance. Whatever the headline number, a UK buyer pays the sterling equivalent at their card issuer's rate on the billing date. A VAT registered business should budget the standard 20% rate on top and reclaim it through the return in the normal way.

Is the API cheaper than buying seats?

It depends entirely on how much text you push through it. Anthropic's platform pricing lists Claude Haiku 4.5 at $1 per million input tokens and $5 per million output tokens, and Claude Opus 5 at $5 and $25 respectively. Light, occasional use through the API can cost pennies a month, far below the price of a seat. Heavy interactive use by someone who works in the tool all day will usually cost more than a seat, because a seat bundles a large allowance into one predictable figure. The split most small firms land on is seats for humans doing daily work, and API access for automated jobs that run without a person watching. You can run both at once, and most growing teams eventually do.

What makes an AI bill unexpectedly large?

Three things, in order of how often they catch people out. First, output tokens: Anthropic prices output at five times input on every current model, so a workflow that generates long documents costs far more than one that reads them. Second, context that grows every turn, because the API is stateless and long conversations resend their own history, which you pay for each time. Third, server side tools such as web search, which are billed separately from the tokens the results consume. None of these are large on their own. They are simply invisible if you only budgeted for tokens. Set a monthly spend cap before you build anything, log the token counts your jobs report, and read the first two invoices line by line.

Can a sole trader justify paying for Claude at all?

Often yes, but the test is time recovered rather than novelty. Price the cheapest paid tier against the hours it removes from your week, and be honest about whether those hours were billable. The free tier exists and is genuinely usable for occasional drafting, so run four weeks on it first and record what you actually reached for. If the free tier's limits keep interrupting real work, that interruption is your signal to upgrade. If they rarely bite, the paid tier would be buying capacity you do not use, and the money is better spent elsewhere in the business. Review it again in three months, because both your usage and the published prices will have moved by then.

Do published prices include UK VAT?

The prices Anthropic publishes are stated in US dollars and are not UK VAT inclusive figures. GOV.UK gives the standard rate of VAT as 20%, applying to most goods and services, so a VAT registered UK business should budget the headline figure plus VAT, then reclaim the VAT through its return in the normal way. A non registered sole trader carries that cost outright, which changes the arithmetic on marginal purchases. Add a small allowance for currency movement too, since a dollar denominated subscription is not a fixed sterling cost from one month to the next. Two identical monthly charges in dollars can land on your statement as different amounts in pounds.

Next stepGet this run for youWe run Claude AI, websites, booking and SEO for UK small businesses. From £495 a month.
Start a Project