Remove common UTM tags
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.
Developer Tools
Review practical Remove UTM Parameters examples so you can understand expected input, output, and common patterns faster.
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.
Example pages are especially useful for developer tools because they show what good input looks like, what kind of output to expect, and how the tool behaves in common scenarios.
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.
After reviewing these examples, run the live tool with your own input. If your task involves a follow-up step, the related page can help you move to the next tool in the workflow.
Open the main Remove UTM Parameters page and test your own real input.