URL decode percent encoded links online
The result appears here as you type.
Decodes percent escapes and converts the plus signs that form submissions leave behind. Useful for reading an analytics referrer, a redirect chain or a tracking link that has been encoded more than once. Also called percent decoding or URI decoding. Double encoded links need a second pass: %2520 becomes %20 and then a space.
If it will not parse
These are the messages people usually arrive with: URIError: URI malformed, URIError: URI malformed at decodeURIComponent. Paste the input that produced one and the result pane names the problem and points at it.
How to use the URL Decoder, step by step
Real screenshots of the tool, captured while running it.
- 1
Open the tool
URL Decoder opens empty, with encoded on the left and decoded on the right.


- 2
Add your input
Paste your own encoded, or load the sample. The decoded pane fills in as you type.


- 3
Read the result
The decoded appears on the right with copy and save beside it.

