Metric Definition
Reopen rate
Track from
Issue reopening rate
Issue reopening rate is the percentage of closed issues that are reopened, signalling that the resolution was rejected by the reporter or failed verification. It is a direct measure of first-time resolution quality. A high reopening rate means issues are being marked done before they are actually done.
8 min read
What is issue reopening rate?
Issue reopening rate is the percentage of closed issues that get reopened, indicating the resolution was rejected, incomplete, or failed verification. If your team closed 600 issues in a month and 42 of them were reopened, the reopening rate is 7 percent. Unlike a recurrence, a reopen is the same ticket coming back to life rather than a new ticket for the same problem, which makes it the most direct measure of whether closures are honest.
The metric exposes a specific failure: marking work done before it is done. A closed issue carries a promise to the reporter that the problem is solved. When the reporter pushes back, or an automated check fails, that promise breaks. Reopening rate quantifies how often that happens, and a rising rate quietly erodes trust in the team and inflates the real cost of every closure.
Reopening rate is closely related to but distinct from issue recurrence rate. A reopen is the original ticket being reactivated, usually within hours or days, because the reporter is still looking at it. A recurrence is a fresh occurrence of the same underlying problem weeks or months later. Reopening is a verification problem. Recurrence is a durability problem.
Set a clear rule for what reopening means and who can do it. If only an agent can reopen, you understate the rate by hiding reporter dissatisfaction. If any comment reopens automatically, you overstate it. The cleanest definition counts a reopen as a closed issue moved back to an active state for further work.
How to calculate issue reopening rate
The ratio is simple, but the value depends on counting reopens consistently and attributing them to the right closure. The inputs below keep the measurement clean across teams and tools.
- 1
Total closed issues
Count every issue that reached a closed state in the period. This is the denominator. Use the period in which closure happened, not the period in which the issue was created, so the rate reflects current resolution quality.
- 2
Reopened issues
Count issues that moved from closed back to an active state. Count each issue once even if it was reopened several times, otherwise a single problematic ticket can distort the whole rate.
- 3
Reopen window
Decide how long after closure a reopen still counts toward the metric. A short window, such as 14 days, captures genuine first-time-resolution failures and avoids mixing in long-tail returns that are really recurrences.
- 4
Reopen reason
Capture why each issue was reopened: fix did not work, fix incomplete, wrong issue closed, or reporter needed more help. The reason is what makes the metric diagnosable rather than just a count.
Worked example: a team closes 800 issues in a month. Within a 14-day window, 56 of those issues are reopened. The reopening rate is 56 divided by 800, multiplied by 100, which is 7 percent. If three of those issues were each reopened twice, they still count as three reopens, not six, so the rate stays a measure of how many closures failed rather than how many reopen events occurred.
Issue reopening rate in a metric tree
A metric tree decomposes reopening rate into the reasons closures fail, then assigns each reason to the team positioned to fix it. This is the difference between knowing the rate is high and knowing what to do about it.
The first level splits reopens by cause. Some happen because the fix simply did not work and the reporter confirmed the problem persists. Some happen because the fix was partial and solved part of the request. Some happen because the wrong issue was closed, often through a premature or batch closure. And some happen because of a communication gap, where the work was sound but the reporter was not told clearly enough to accept it.
These branches lead to different owners and different fixes. Fixes that did not work point to verification depth before closing. Partial fixes point to scoping and acceptance criteria. Premature closures point to closure discipline and queue-clearing pressure. Communication gaps point to the closing message itself. The tree stops the team from applying one blunt fix to a problem with several distinct sources.
Metric tree insight
When reopens cluster in the premature-closure branch, the cause is usually queue pressure rather than skill. KPI Tree makes the closure-discipline node owned by the support lead through RACI and pushes to that owner when the branch trends up, so the pressure is addressed at the source instead of being absorbed silently by agents.
Issue reopening rate benchmarks
Benchmarks depend on issue complexity and how verification is built into the closing step. Teams with explicit reporter confirmation before closure sit at the low end. The ranges below assume a short reopen window and per-issue counting.
| Reopening rate | Assessment | What it indicates |
|---|---|---|
| Under 3 percent | Strong | Closures are reliable and verification is consistent. Reporters trust that closed means solved, and reopens are genuine exceptions. |
| 3 to 8 percent | Healthy | A normal range for most support and engineering queues. Some closures slip but the team is not routinely marking work done prematurely. |
| 8 to 15 percent | Watch | Closures are failing often enough to undermine trust. Verification before closing is likely thin or queue pressure is forcing early closures. |
| Over 15 percent | Action needed | More than one in seven closures bounces back. Reporters cannot rely on closed status and rework cost is high. Usually a verification or closure-discipline failure. |
Read reopening rate next to first response time and resolution speed. A queue that posts fast response and fast resolution but a high reopen rate is winning on speed and losing on quality, and the reopens claw back the time the speed appeared to save.
How to improve issue reopening rate
Lowering reopening rate means making closures honest. The levers below target the points where a closure breaks its promise to the reporter, and each is owned by a clear part of the team rather than left to general diligence.
Verify before closing
Add a verification step that confirms the fix works in the reporter environment before the issue is closed. For customer-facing issues, a short confirmation from the reporter turns a hopeful closure into a confirmed one.
Define acceptance criteria
Write down what done means at the start of the issue. Partial fixes reopen because nobody agreed the full scope. Clear criteria let the closer check the whole request was met, not just the most visible part.
Remove queue-clearing pressure
Premature closures rise when agents are measured on open count or close speed alone. Balance those targets with reopening rate so clearing the queue prematurely costs as much as it saves.
Improve the closing message
Many reopens are communication failures, not technical ones. A closing note that explains what was done and what to do next stops reporters reopening simply because they did not understand the resolution.
KPI Tree ties each branch of the reopening tree to its owner through RACI, so verification sits with the resolving team and closure discipline sits with the support lead. When reopening rate moves on a branch, the accountable owner is notified directly rather than the signal being lost in an aggregate dashboard. The verified impact loop then confirms whether the change actually reduced reopens on that branch, so a process tweak is judged by whether closures started holding rather than by whether it felt like an improvement.
Common mistakes when tracking issue reopening rate
- 1
Counting reopen events instead of issues
A single issue reopened four times is one failed closure, not four. Counting events lets one stubborn ticket dominate the rate and hides how widespread the problem really is.
- 2
Blocking reporters from reopening
If only agents can reopen, dissatisfied reporters file new tickets instead and the rate looks artificially clean. Let reporters reopen so the metric reflects their real experience.
- 3
Ignoring the reopen reason
Without a reason on each reopen, the metric is just a number. Capturing whether the fix failed, was incomplete, or was a communication gap is what makes the rate something you can act on.
- 4
Rewarding close speed alone
Measuring agents only on how fast they close issues encourages premature closures that reopen later. The apparent speed is an illusion once the rework is counted.
Related metrics
First response time
Customer Support MetricsMetric Definition
FRT = Total First Response Times / Total Tickets With a First Response
First response time measures the elapsed time between a customer creating a support ticket and receiving the first substantive response from a human agent. It is the metric that shapes the customer's initial impression of the support experience and sets the tone for the entire interaction.
Average resolution time
Customer Support MetricsMetric Definition
Average Resolution Time = Total Resolution Time Across All Tickets / Total Tickets Resolved
Average resolution time measures the mean elapsed time from when a support ticket is created to when it is fully resolved and closed. It captures the end-to-end customer experience of getting an issue fixed, encompassing wait times, agent work time, escalations, and any back-and-forth exchanges required to reach a solution.
Escalation rate
Customer Support MetricsMetric Definition
Escalation Rate = (Escalated Tickets / Total Tickets Handled) x 100
Escalation rate measures the percentage of support tickets that are transferred from one tier or team to a higher tier or specialist group for resolution. It reflects the gap between the issues customers raise and the ability of frontline agents to resolve them, making it a key indicator of agent readiness, process maturity, and product complexity.
Ticket volume
Customer Support MetricsMetric Definition
Ticket Volume = Total New Tickets Created in Period
Ticket volume is the total number of new support tickets created within a defined period. It is the fundamental demand metric for support operations, determining staffing requirements, budget allocation, and the urgency of self-service and product quality investments.
Why did my metric change?
Metric Definition
A rising issue reopening rate needs a structured diagnosis, and this guide walks through isolating which drivers moved the metric.
Metric trees for operations teams
Metric Definition
Issue reopening rate is an operations quality signal, and this guide shows how operations teams structure metrics like it into a coherent tree.
Stop marking issues done before they are done
Build an issue reopening tree that splits reopens into failed fixes, incomplete fixes, premature closures, and communication gaps, with an owner on every branch and a check that each fix held.