The short version: When Google Ads labels a conversion action as "Inactive," it's telling you that no conversions have been logged for that action in the last seven days — and that its tag checker can't confirm the tag is still running. That's not always a crisis, but it's always worth investigating. Nine times out of ten, the culprit is a URL that quietly changed, a tag that got wiped during a site update, or a form that was replaced without anyone thinking to update the trigger.
Breaking Down the "Inactive" Status
Google Ads assigns one of four statuses to every conversion action: Active, Inactive, No recent conversions, or Unverified. Each one means something different.
"Inactive" is the one that tends to cause the most confusion because it signals two things simultaneously: Google's tag detection system can't find the tag firing anywhere, and no conversion data has come through in the past week. That's distinct from "No recent conversions," which simply means your tag is healthy but traffic has been slow. With "Inactive," something has likely changed on the technical side of your setup.
Common Reasons a Conversion Tag Goes Inactive
The page URL was updated
This is the most frequent cause by far. Your conversion fires on /thank-you, someone on the dev team renames it /confirmation or moves it under a subdirectory, and suddenly the trigger condition no longer applies. The tag is technically still there — it's just being aimed at a URL that no longer exists, or one the trigger doesn't recognize.
The tracking snippet was removed
Site migrations, theme overhauls, and rushed deployment pushes are notorious for overwriting or stripping base Google Tags. If the parent tag disappears, every conversion action tied to it goes dark at once. This is easy to miss when a developer is focused on pushing a redesign and isn't thinking about analytics infrastructure.
The form changed or moved
Switching form tools, rebuilding a landing page, or embedding a form inside an iframe can all break an existing trigger. The trigger still technically exists in your tag manager — it just no longer maps to anything on the live page.
The tag was created but never actually deployed
More common than you'd think: someone sets up a conversion action in Google Ads, creates the corresponding tag in Google Tag Manager, saves it as a draft, and never publishes the container. The tag has never fired a single time, which is why it shows as inactive.
Auto-tagging got switched off
Certain account changes or third-party integrations — especially some CRM connectors — can quietly disable auto-tagging. When that happens, Google can no longer pass GCLIDs through your ad clicks, which breaks attribution for most conversion setups.
How to Actually Diagnose the Problem
Start in your Google Ads account. Navigate to Goals > Conversions, click into the specific conversion action, and look at the Tag Status field. "Tag inactive" means the tag hasn't been detected recently.
Use Tag Assistant to check the live page. Open the Chrome extension, visit the exact URL where your conversion is supposed to fire — your thank-you page, confirmation screen, or wherever the form submits — and confirm whether the Google Tag fires at all and whether the conversion event triggers at the right moment.
Open your GTM workspace. Verify that the relevant tag is published, not sitting in draft. Run Preview mode and walk through the actual user flow to watch what fires and what doesn't.
Ask your web team about recent changes. If the conversion dropped off around the same time as a site update, that's your lead. A two-week change log is usually enough to pinpoint the issue.
Will an Inactive Conversion Hurt My Campaigns?
It depends on whether it was your primary conversion action.
If you have multiple conversion actions set up and the inactive one was a secondary signal, your campaigns may keep running fine — conversions might just be routing to a different action. Check your Conversions column at the campaign level to see if numbers are still coming in.
But if the inactive action was the one your Smart Bidding strategy was using to make decisions, you have a more serious problem. The algorithm has been running blind, optimizing without the feedback loop it was built around. That's worth fixing the same day you catch it.
Fixing an Inactive Conversion Tag
Once you've found the cause, the fix is usually straightforward:
- Update the trigger in GTM to match the current URL or form behavior
- Publish any unpublished container changes if someone saved a draft and never pushed it live
- Reinstall the Google Tag on the affected page if it was removed during a site update
- Rebuild the conversion action from scratch if the original setup was fundamentally broken
One thing to keep in mind: even after you fix the tag and verify it with Tag Assistant, Google's interface can take 24–48 hours to reflect the updated status. Don't panic if it still shows "Inactive" right after your fix.
Should You Delete Old Inactive Conversion Actions?
Generally, no — or at least not without thinking it through first. Deleting a conversion action wipes its historical data from your account. If that action was ever used to train a Smart Bidding strategy, you're also erasing those optimization signals.
The safer move is to remove the action from "Primary" status rather than deleting it outright. That way it stops influencing active bidding while keeping the historical data intact.
FAQs
After how many days does Google flag a conversion as inactive?
Seven consecutive days without a recorded conversion and without the tag being detected is the threshold.
What's the difference between "Inactive" and "Unverified"?
"Unverified" means the tag has never been detected — it's brand new and hasn't recorded anything yet. "Inactive" implies it either was working before and stopped, or was never configured correctly from the start.
Can campaigns cause a conversion to go inactive just by being paused?
Yes. No traffic means no conversions, which can trigger the inactive status. This is expected behavior and isn't a problem as long as the underlying tag is still in place.
The URL hasn't changed, but the conversion is still inactive. What else could cause it?
Check your consent management platform. If you're using a cookie banner and users are declining tracking consent, the conversion tag may be blocked from firing for a significant portion of your visitors. Depending on your audience, that alone can drop conversion volume below the threshold that keeps the status active.
Does a conversion tracking status affect Quality Score?
No. Quality Score looks at expected click-through rate, ad relevance, and landing page experience — it has nothing to do with whether your conversion tracking is working.