
Accountants Client Capacity Formula
Learn how to calculate the number of monthly accounting clients a team can support from staffing, working hours, utilisation and average client workload.
This formula estimates a practical monthly client limit for an accounting team. It converts scheduled staff time into planned client-delivery hours, then divides those hours by the average work required for each client.
- 100% Free
- No Sign-Up Required
- Private & Secure
- Mobile Friendly
Maximum Monthly Client Capacity
Where:
Multiply the team's monthly working hours by the planned billable utilisation rate. Divide the resulting billable hours by the typical monthly workload per client, then round down to a whole client.
Variables Explained
| Variable | What It Means | Unit |
|---|---|---|
| accountantCount - Number of accountants | The number of team members whose time is available for client delivery work. | number |
| workingHoursPerAccountant - Working hours per accountant each month | Scheduled monthly hours for each included accountant before allowing for non-client work. | hours |
| targetUtilisation - Target billable utilisation | The percentage of scheduled hours expected to be available for client delivery. | percent |
| averageClientHours - Average monthly hours per client | The typical monthly time needed to serve one active client. | hours |
| currentClientCount - Current active clients | The number of clients currently serviced by the team. | number |
| averageMonthlyClientFee - Average monthly client fee | The typical recurring monthly fee received per client, excluding one-off work. | currency |
Step-by-Step Calculation
Calculate total scheduled team hours
This is the total monthly time available from the included accountants before non-client work is considered.
totalWorkingHours = accountantCount * workingHoursPerAccountant
Calculate planned billable capacity
Apply the utilisation target to reserve time for administration, meetings, management, training and other non-client activities.
monthlyBillableCapacity = totalWorkingHours * (targetUtilisation / 100)
Estimate the workload of current clients
This estimates the monthly client-delivery time required by the current client base.
currentClientWorkload = currentClientCount * averageClientHours
Calculate the maximum whole-client capacity
Divide planned billable hours by the average workload per client and round down because partial client slots are not normally usable.
maxClientCapacity = floor(monthlyBillableCapacity / averageClientHours)
Calculate remaining slots and hours
These measures show estimated room for additional typical clients and unallocated client-delivery time.
availableClientSlots = max(0, maxClientCapacity - currentClientCount); remainingBillableHours = max(0, monthlyBillableCapacity - currentClientWorkload)
Estimate recurring revenue at capacity
Multiply capacity and available slots by the average recurring monthly fee to estimate potential monthly recurring revenue.
capacityMonthlyRevenue = maxClientCapacity * averageMonthlyClientFee; additionalMonthlyRevenue = availableClientSlots * averageMonthlyClientFee
Example: Three-accountant monthly capacity plan
Total scheduled team hours
3 × 160
480 hours
Planned billable capacity
480 × 75%
360 hours
Current client workload
30 × 5
150 hours
Maximum client capacity
floor(360 ÷ 5)
72 clients
Available slots and remaining hours
72 − 30; 360 − 150
42 clients; 210 hours/month
Potential additional monthly revenue
42 × $500
$21,000 per month
Final Result
The team has an estimated maximum capacity of 72 clients, with room for 42 more clients and 210 billable hours remaining each month.
Assumptions
- ✓Each included accountant contributes the stated working hours every month.
- ✓The utilisation target reasonably allows for non-client work such as administration, internal meetings, training, management and business development.
- ✓Each client is assumed to require the stated average monthly workload.
- ✓The average monthly fee is representative of both current and future clients.
- ✓Capacity is assessed for recurring monthly work rather than one-off projects.
Limitations
- !Client workloads can vary widely, so an average may understate the time needed for complex clients.
- !Seasonal deadlines, year-end work and onboarding can create workload peaks that are not separately modelled.
- !The calculation does not assess skill mix, review requirements or whether work can be allocated evenly across the team.
- !Staff absence, turnover and unexpected client requests can reduce usable capacity.
- !Revenue figures exclude taxes, write-offs, collection risk and one-off fees.
Common Mistakes to Avoid
Using contracted hours without reducing utilisation for non-client work.
Excluding client emails, review time, payroll, bookkeeping or management time from average client hours.
Using a simple average that is distorted by a few unusually small or unusually complex clients.
Counting partners or managers as full delivery capacity when much of their time is spent on leadership or sales.
Treating remaining capacity as permanent without allowing for seasonal peaks and new-client onboarding.
Assuming every available slot will generate the same monthly fee.
Related Formulas
Frequently Asked Questions
How is monthly accountant client capacity calculated?
Monthly client capacity equals planned billable team hours divided by average monthly hours per client, rounded down to a whole number of clients.
Why does the client capacity formula use floor rounding?
The formula rounds down because the unused fraction of a client workload does not usually create a practical full-client slot.
What should be included in average monthly hours per accounting client?
Include recurring delivery, client communication, bookkeeping, payroll, reporting, review and routine issue resolution that the team performs.
How do I calculate available client slots?
Subtract the current active client count from maximum client capacity. The result cannot be less than zero in this calculator.
How are remaining billable hours calculated?
Remaining billable hours equal planned monthly billable capacity minus estimated workload for current clients, with negative results shown as zero.
How is capacity monthly recurring revenue calculated?
It multiplies maximum client capacity by the average monthly client fee. It is an estimate of recurring fees at full calculated capacity.
Ready to calculate your result?
Use the calculator to get instant results with your own inputs.