Un-Google Link
Paste a Google-wrapped URL and instantly get the clean destination link — with tracking parameters removed.
Last updated: May 30, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is Un-Google Link?
Google wraps external links in a redirect layer (google.com/url?q=...) when you click results in Search, Gmail, or Google Docs. This redirect layer serves Google's click-tracking and malware-filtering purposes, but it hides the real destination URL.
Similarly, utm_source, utm_medium, utm_campaign, fbclid, and gclid parameters are tracking tokens appended by marketers and ad platforms to measure click origins. They do not affect the page content but clutter URLs when you share or archive them.
Un-Google Link decodes the inner URL from Google redirect wrappers and optionally strips standard tracking parameters, giving you the clean destination URL to share, archive, or inspect.
All processing runs locally in your browser — URLs are never sent to any server.
How to Use Un-Google Link
Paste one or more Google-wrapped or tracking-tagged URLs into the input box
Click "Un-Google" to decode each URL
Toggle "Strip tracking params" to also remove utm_*, fbclid, gclid, etc.
Copy the clean URL from the output
Use "Batch mode" to process multiple URLs at once
Common Use Cases
- Copying a clean URL from Google Search results to share with colleagues.
- Archiving article links without Google redirect wrappers.
- Inspecting where a Google-wrapped link actually points before clicking.
- Removing marketing tracking parameters before sharing a URL on social media.
- Cleaning URLs scraped from Gmail or Google Docs for use in your own systems.
Example Input and Output
Decoding a Google Search redirect URL to reveal the clean destination.
https://www.google.com/url?q=https%3A%2F%2Fexample.com%2Farticle%3Futm_source%3Dgoogle%26utm_medium%3Dcpc&sa=D&source=docshttps://example.com/articleHow This Tool Works
The tool parses each input URL using the browser's URL API. If the hostname is google.com and a q= parameter is present, it extracts and decodes the q value. It then optionally filters out known tracking parameters from the resulting URL's query string using a curated list of known tracking token names.
Technical Stack
Privacy
All URL decoding runs in your browser. No URL is sent to our servers.
AMP URLs
Google AMP redirects use the pattern https://www.google.com/amp/s/... or https://amp.example.com/. The tool recognises both and strips the AMP prefix where possible.

