What does this tool do?
URL Decode turns percent-encoded text back into something readable, converting %20 into a space, sequences like %C3%A9 into accented letters and %26 into the & symbol. It is ideal for anyone trying to make sense of a cryptic-looking address from a link, a server log or an analytics report.
How to use it
- Enter the text you want to encode or decode.
- The conversion happens automatically.
- Copy the result and use it safely.
What it solves
A link you copy can look unreadable, such as 'search%3Fq%3Dcoffee%20%26%20tea'. This tool reverses every percent-encoded sequence back to its original character, turning that into the human-readable 'search?q=coffee & tea'. Decoding is essential when you are inspecting server logs, auditing redirect parameters, or want to see the true value hidden inside a UTM tag or tracking link.
Common use cases
Working out where a long tracking link in an email actually points, reading the encoded request path in a web-server access log, revealing the unescaped search term in an analytics dashboard, or extracting an incoming parameter value as a developer. The whole process happens in your browser, so the text you paste never leaves your device.
Frequently asked questions
Will a + in my link become a space?
In standard percent-decoding a + stays as a literal plus. Form query strings treat + as a space, so if your text comes from a form submission you may need to replace + with %20 before decoding.
Why do I see strange symbols after decoding?
If the source was not UTF-8 encoded, or it contains a truncated percent sequence (like a stray %2), garbled characters can appear. Make sure the input is complete and valid percent-encoded text.
Do I sometimes need to decode twice?
Yes. If a value was double-encoded (for example %2520), one pass gives you %20 and a second pass turns that into an actual space.
Is URL Decode free?
Yes. URL Decode and all 300+ tools on MagmaNex are completely free with no signup or account required.
Is my data safe?
Yes. Everything runs locally in your browser. The data you enter is never sent to a server, stored, or shared.
Does it work on mobile?
Yes. URL Decode works on phones, tablets and desktops — no app download needed.
🔒 Privacy: everything runs in your browser, your data is never sent to a server.
