Cutting Average Handle Time with Voice Agents
Average Handle Time (AHT) is a contact-center fixation that doesn't always serve customers. AI agents can crush AHT by being faster than humans on routine tasks — but optimizing for AHT alone can hurt the things that actually matter.
Average Handle Time (AHT) is a contact-center fixation that doesn't always serve customers. AI agents can crush AHT by being faster than humans on routine tasks — but optimizing for AHT alone can hurt the things that actually matter. The right way to think about AHT in an AI context is as one input to per-resolved-issue cost.
TL;DR
- AI agents typically handle calls 30-60% faster than humans for tier-1 intents.
- Don't optimize for AHT in isolation; optimize for cost per resolved issue.
- The biggest AHT wins come from skipping caller identification, automating data lookups, and clean escalation.
- AHT under 90 seconds is a red flag for some intents — too fast often means too shallow.
Why AHT matters
Three reasons it's a useful metric:
Cost. Shorter calls = lower per-call cost in any model where you pay per minute (telephony, hosted LLM, etc.).
Throughput. A team handling shorter calls can handle more volume with the same staffing.
Customer time. Customers value their time too. Shorter calls (when resolved) are a better experience.
Why AHT can mislead
Three reasons not to optimize for AHT alone:
It's gameable. A team rewarded for low AHT will rush calls, skip confirmations, escalate quickly. Resolution suffers.
Some calls should be longer. Complex issues benefit from time. Cutting AHT here hurts customers.
Per-resolved cost is what matters. A 60-second call that didn't resolve costs more than a 4-minute call that did, because the unresolved one comes back as a callback.
Where AI cuts AHT honestly
Specific, sustainable AHT savings:
Caller identification. AI looks up by phone number; doesn't ask for account number. Saves 30-60 seconds per call.
Data lookup speed. AI calls APIs in 100ms vs human navigating UIs in 30 seconds.
No interactive hold. AI doesn't put callers on hold to "ask my supervisor." It either does or doesn't.
Skipping pleasantries. AI doesn't make small talk (when appropriate). 10-30 seconds saved per call.
Cleaner intent detection. AI parses what the caller wants in one turn vs human asking 2-3 clarifying questions.
These are real. Together they can knock 1-2 minutes off a typical 4-minute support call.
Where AHT inflation is OK
Some places where AI calls should be longer than human equivalents:
Confirm-back on critical info. Adds 10-20 seconds per item but prevents wrong actions.
Explicit escalation language. "Let me get you to someone who can help" beats abrupt transfer.
Bridging during slow operations. "One moment while I check on that" beats silence.
Multi-intent capture. "Anything else while you have me?" extends call but reduces callbacks.
What AHT looks like for AI agents
Approximate ranges by intent:
| Intent | Typical AHT |
|---|---|
| Order status | 60-90 seconds |
| Password reset | 90-150 seconds |
| Appointment booking | 2-4 minutes |
| Returns initiation | 2-4 minutes |
| Complex troubleshooting | 4-8 minutes |
| Refund + resolution | 2-5 minutes |
Compared to human equivalents, AI is typically 40-60% faster on the routine and similar on the complex.
Diagnosing high AHT
If a specific intent has unexpectedly high AHT:
Listen to long calls. What's happening in the extra time?
Common patterns:
- Repeated clarifications (STT issues)
- Slow function calls (CRM, third-party API)
- Customer rambling (agent isn't redirecting)
- Failed attempts (3 tries to capture an account number)
Each has a fix.
Diagnosing suspiciously low AHT
If AHT is lower than expected, investigate too:
Common patterns of "too fast":
- Over-escalation (transfer at first complication)
- Premature resolution (call ends before issue is solved)
- Rushed confirmation (skipping verifications that matter)
A 45-second average for password resets is fine. A 45-second average for refund handling is suspicious.
AHT vs cost per resolved issue
The right calculus:
Cost per resolved issue =
(AHT × per-minute cost + escalated_to_human × human_cost)
/ Resolution rate
A scenario:
- AI: 90s AHT, $0.20/call, 80% resolution rate, $5 human handle for escalations.
- Cost per resolved issue: ($0.20 + 0.20 × $5) / 0.80 = $1.50
Vs:
- AI: 60s AHT (rushed), $0.15/call, 50% resolution rate, $5 human handle.
- Cost per resolved issue: ($0.15 + 0.50 × $5) / 0.50 = $5.30
The "faster" AI with lower resolution costs 3.5x as much per resolved issue. AHT lied; cost per resolved told the truth.
For more on the cost math, see the real cost of a voice agent conversation.
How to actually cut AHT
In rough order of impact:
Tighten the prompt. Remove unnecessary verbal padding. "Sure, no problem, let me see what I can do" → "Let me check."
Pre-load context. Look up the caller in parallel with the greeting, not after.
Cache function results. Within a call, don't re-fetch.
Skip confirmations on low-stakes. Don't confirm trivia.
Better intent detection. Don't ask "what can I help with?" if the topic is obvious from context.
Each of these can shave 5-30 seconds.
Related reading
- How to Calculate ROI for AI Customer Support
- How to Tag and Categorize AI Conversations
- Why First-Contact Resolution Is the North Star for AI Support
- The Definitive Guide to AI Customer Support in 2026
- Building a Tier-1 AI Support Agent Step by Step
FAQ
What's the right AHT target? Whatever lets you hit your resolution rate and CSAT goals. Don't pick a number; pick outcomes.
Should I report AHT to my CFO? Per-resolved-issue cost is more useful. AHT can support that conversation.
Will my human team still need AHT targets? Increasingly less so. Their work is shifting to harder cases where time is well-spent.
What's the floor for AHT? Hard floor is the call setup + greeting + resolution + closing — typically 30-60 seconds even for trivial calls.
Can I A/B test for AHT? Yes — A/B test prompt changes for AHT impact. Watch resolution rate alongside.

Rohan Pavuluri builds SIMBA Voice Agents at Speechify. Previously, he founded and led Upsolve, the largest nonprofit in the United States serving low-income Americans through technology. He writes about real-world voice-agent deployments — customer support, outbound sales, AI receptionists — and the practical product, design, and operational lessons that actually move the needle.
More from Rohan Pavuluri
View all →SIMBA vs Avoca: Which AI Voice Agent Platform Is Right for Your Service Business?
Avoca raised $125M at a $1B valuation for home services voice AI. SIMBA takes a different approach — horizontal platform, published pricing, IVR navigation, and a dedicated engineer for every customer.
Voice AI for Commercial Real Estate: Leasing, Tenant Services, and Property Operations
Commercial real estate has distinct communication patterns from residential. Voice AI handles leasing inquiries, building ops, CAM questions, and broker qualification across office, retail, and industrial.
Voice Agents for Tenant Communication: Maintenance, Rent, and Lease Management at Scale
Managing tenant communication at scale breaks at about 200 units per property manager. Voice agents handle the entire lifecycle — inquiries, applications, maintenance, rent, renewals, and move-outs.
Related reading
How to Calculate ROI for AI Customer Support
ROI calculations for AI customer support often use the wrong baselines and the wrong metrics. The result: numbers that look great in a deck but don't match reality once deployed. The right model captures the full cost and benefit stack, including second-order effects.
How to Tag and Categorize AI Conversations
Conversation tagging is what turns thousands of AI-handled calls into actionable insight. Every call should get tagged with intent, outcome, sentiment, and any anomalies — automatically, consistently, and in a way that supports both real-time routing and after-the-fact…
Why First-Contact Resolution Is the North Star for AI Support
If you can only track one metric for AI customer support, it should be First-Contact Resolution (FCR). Not deflection. Not handle time. Not even CSAT.
Voice AI, twice a month.
Get the best of the SIMBA resources hub — new articles, trend notes, and operator guides. No spam.
