Simple online tools for developers, networking, text and conversions.

Developer Tools

Remove UTM Parameters

Remove only UTM tracking parameters from a full URL while keeping the rest of the link intact.

Tool

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.

About this tool

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.

Learn more

Why use this tool

How to use

  1. Paste a full URL into the input box
  2. Click Run Tool to remove UTM parameters
  3. Review the cleaned URL in the output box
  4. Copy the result for sharing or analysis
  5. Use a full parameter remover if you want to delete all query parameters instead

Examples

Example

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.

Example

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.

Common errors

The user expects all parameters to be removed

Fix: This tool removes only UTM-style tracking parameters, not the whole query string.

The input has no UTM parameters

Fix: If no UTM keys are present, the tool returns the original URL.

The input is not a full URL

Fix: Paste a complete URL like https://example.com/page?utm_source=test&id=42.

FAQ

What does Remove UTM Parameters do?

It removes tracking parameters that start with utm_ from a full URL.

Does it remove non-UTM parameters too?

No. It keeps other parameters unless they also match the UTM pattern.

Will it keep the hash fragment?

Yes. The fragment can stay while UTM parameters are removed from the query string.

What is the difference between this tool and URL Parameter Remover?

This tool removes only utm_* parameters. URL Parameter Remover removes the whole query string.

Can I use this for cleaner share links?

Yes. That is one of the main use cases.

Use cases

Related tools