Developer Tools
Remove only UTM tracking parameters from a full URL while keeping the rest of the link intact.
Use this Remove UTM Parameters tool to strip utm_source, utm_medium, utm_campaign, utm_term, utm_content, and other UTM-style tracking parameters from a full URL. It is useful for link cleanup, sharing cleaner URLs, comparing landing-page links, removing analytics noise, and keeping non-UTM parameters untouched.
Use this Remove UTM Parameters tool to strip utm_source, utm_medium, utm_campaign, utm_term, utm_content, and other UTM-style tracking parameters from a full URL. It is useful for link cleanup, sharing cleaner URLs, comparing landing-page links, removing analytics noise, and keeping non-UTM parameters untouched.
Use remove utm parameters when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.
Read step-by-step usage guidance, best practices, and common mistakes.
See common questions and answers about input, output, and tool usage.
Review practical input and output examples before running the tool.
Find similar and supporting tools for adjacent actions and follow-up tasks.
Input
https://example.com/page?utm_source=google&utm_medium=cpc&id=42
Output
https://example.com/page?id=42
UTM tags are removed while the useful id parameter stays.
Input
https://example.com/docs?ref=top&utm_campaign=spring&utm_content=button#install
Output
https://example.com/docs?ref=top#install
Only UTM-style parameters are removed.
Fix: This tool removes only UTM-style tracking parameters, not the whole query string.
Fix: If no UTM keys are present, the tool returns the original URL.
Fix: Paste a complete URL like https://example.com/page?utm_source=test&id=42.
It removes tracking parameters that start with utm_ from a full URL.
No. It keeps other parameters unless they also match the UTM pattern.
Yes. The fragment can stay while UTM parameters are removed from the query string.
This tool removes only utm_* parameters. URL Parameter Remover removes the whole query string.
Yes. That is one of the main use cases.