Blog How to Measure Deflection Rate

How to Actually Measure Deflection Rate (Not the Vanity Version)

Abstract editorial data visualization — a funnel diagram showing ticket volume entering and deflected percentage branching off

The deflection rate numbers vendors report are often not measuring what you think they are measuring. We have seen "90% deflection rate" claims that, on closer inspection, counted any ticket that received an automated response — including tickets the customer had to re-submit three times before getting a real answer. That is not deflection. That is delay dressed up as deflection.

If you are evaluating AI support tools or measuring your own system's performance, here is how to calculate deflection rate in a way that actually means something.

The Vanity Version (What Most Vendors Report)

The inflated deflection rate is calculated as:

Vanity Deflection Rate = (Tickets that received an automated response) / (Total tickets)

This number counts every ticket that a bot touched, regardless of whether the customer was satisfied, regardless of whether they submitted follow-up tickets, and regardless of whether the "resolution" was actually a non-answer loop. It is easy to make this number look good — just add an automated acknowledgment to every inbound ticket and you have technically "handled" 100% of volume. It is meaningless as a performance indicator.

The Honest Formula

True deflection rate has two components that must both be true for a ticket to count as deflected:

  1. The ticket was resolved by an automated agent (no human was involved in composing the resolution)
  2. The customer did not re-submit the same or a directly related ticket within 72 hours

True Deflection Rate = (Tickets resolved by agent AND not re-submitted within 72 hours) / (Total inbound tickets)

The 72-hour window matters. Some customers wait a day or two before deciding the automated answer did not actually help. A 24-hour window misses those. A 7-day window is too wide — by then, customers may be submitting genuinely new issues. In our experience, 72 hours is the right threshold for SaaS support contexts.

What counts as "re-submitted"

A re-submission is a new ticket from the same customer within 72 hours that references the same topic, the same feature, or the same error. It does not include genuinely unrelated new requests. In Zendesk and Intercom, you can track this by matching on customer email + topic tag + time window. In a manual system, sample 10% of resolved tickets weekly and check whether any of those customers submitted another ticket in the following 72 hours.

Three Additional Metrics That Matter More Than Deflection Rate Alone

Deflection rate is one number in a system of four. Track all four, or you will optimize one at the expense of the others.

Resolution quality rate

Of the tickets that were deflected, what percentage received a CSAT survey response, and what was the average score? If you are deflecting tickets but CSAT on those deflections is 10 points below your human-agent CSAT, you are trading quality for volume — which is the wrong trade for a growth-stage SaaS. Target: agent-resolved CSAT within 6 points of human-resolved CSAT.

Escalation accuracy rate

When your system escalates a ticket to a human agent, was the escalation justified? Escalation accuracy is the percentage of escalated tickets where the human agent confirmed that human judgment was actually required. If 40% of your escalations are tickets the agent could have resolved autonomously but flagged incorrectly, your escalation thresholds are too conservative — you are wasting human agent time.

False deflection rate

The inverse of true deflection: tickets that were marked as resolved by the agent, but where the customer submitted a follow-up within 72 hours. This is your error signal. A false deflection rate above 15% indicates a systematic problem — either the knowledge base coverage is incomplete, the agent's confidence threshold is set too low, or the resolution quality for a specific category of tickets is poor.

Building Your Measurement System

Metric Target Range Red Flag
True deflection rate 55-75% Below 40% after 90 days
False deflection rate Below 12% Above 20%
Agent CSAT vs. human CSAT gap Less than 6 points More than 12 points
Escalation accuracy rate Above 75% Below 55%

These are the ranges we observe across early-stage SaaS support operations. Your actual targets may vary based on your ticket mix and customer expectations — but the table above gives you a starting point for identifying when a number is clearly out of range.

How to Set Up Tracking in Zendesk

For teams using Zendesk, here is a straightforward implementation:

  1. Tag agent-resolved tickets. Add a Zendesk tag (e.g., "ai-resolved") to every ticket closed by the automated agent. This is your denominator pool for true deflection measurement.
  2. Build a 72-hour re-open view. In Zendesk Explore, create a view that shows tickets opened by customers who had an "ai-resolved" ticket closed within the previous 72 hours. These are your re-submissions.
  3. Calculate weekly. Total ai-resolved tickets minus re-submissions, divided by total inbound. Run this number weekly for your first 90 days, then monthly once it stabilizes.
  4. Segment by ticket category. Your overall deflection rate may look healthy while specific categories are performing poorly. Segmenting reveals where the gaps are.

Why This Matters When Evaluating Vendors

When a vendor gives you a deflection rate number, ask these specific questions:

  • Does your deflection rate exclude tickets that received a follow-up within 72 hours?
  • What is your false deflection rate for the last 90 days?
  • Can you show me the CSAT delta between agent-resolved and human-resolved tickets?

A vendor that cannot answer the second and third questions is reporting vanity metrics. The honest number — true deflection with re-submission exclusion — is always lower than the number in the marketing deck. But it is the number that tells you whether the system is actually helping your customers or just adding noise to your queue.

"The only deflection rate worth optimizing is the one where the customer got their problem solved and did not need to come back. Everything else is theater."