Free URL Decoder

Decode percent-encoded URLs and query strings back to readable text.

Loading tool…
  • 🔒 Files never leave your device
  • ⚡ Converted in your browser
  • ✅ No account required

URL Decoder: The Complete Guide

Paste a percent-encoded URL or value and decode it back to readable text instantly. Optionally treat + as a space for form-encoded data.

How to use the URL Decoder

  1. Paste or type your code, text, or data into the input box.
  2. Adjust options such as indent size, dialect, or flags when the tool offers them.
  3. The output updates instantly — copy it to your clipboard or download the file.

Features

  • Decodes %XX percent-encoding
  • Optional + → space
  • Correct UTF-8 output
  • Copy or download the result

Why use this tool

  • Read messy tracking URLs
  • Inspect query parameters
  • Decode form-encoded values

What does a URL decoder do?

A URL decoder reverses percent-encoding, turning %XX sequences back into the characters they represent. It makes long, encoded tracking URLs and query strings readable so you can see exactly what they contain.

Frequently Asked Questions

When should I enable '+ as space'?

Enable it for application/x-www-form-urlencoded data (HTML form submissions), where spaces are encoded as +. Leave it off for standard URLs.

Why does decoding fail?

A malformed escape sequence (like a stray % not followed by two hex digits) can't be decoded. Check the input is complete and valid.

Is it free and private?

Yes — it's 100% free with no signup, and everything runs locally in your browser, so your data is never uploaded to a server.