Encoding & Decoding

URL Tracking Parameter Cleaner (UTM, spm, gclid…)

Strip common tracking parameters such as utm_*, spm, fbclid, and gclid from links, and extract URLs from surrounding text first when needed. Useful for tidying share links and reducing tracker noise. Cleanup runs locally in the browser.

URLPrivacySharing

Favorite this tool

No favorite storage mode has been selected.

Quick actions

Copy this tool URL or open the system share sheet on a supported device.

Use cases

  • Clean product or article links before sharing
  • Remove spm/utm tails from social-platform URLs
  • Tidy external links cited in documents

How to use

  1. Paste text that contains a URL (inline links are fine)
  2. Run cleanup and review which parameters were removed
  3. Copy the cleaned URL

Example input and output

Original URL

a.com?utm_id=1&a=2

Cleaned

a.com?a=2

FAQ

Which parameters are removed besides utm_*?

Built-in rules cover common trackers such as fbclid, gclid, spm, vd_source, and scm, matched by parameter name.

Will it delete business parameters?

Only known tracking names are removed. Parameters like id or page are kept. The result lists removed names so you can verify.

Tools

Related tools

Continue with another translated tool for a nearby task.

URL Builder

URL Builder — Assemble and Parse Query Parameters

Available

Build URLs from protocol, host, port, path, hash, and query parameters with automatic value escaping, or parse a full URL back into fields. Handy for API debugging and campaign link setup. Processing stays in the browser.

URL Query Builder

URL Parser

URL Parser and Query Parameter Splitter

Available

Parse a URL into protocol, host, port, path, query, and hash fields, and list each query parameter name and value. Useful for debugging API URLs and share links.

URL Parser Developer