Base64 to Image

Decode a Base64 string or data URL back into a viewable image and download it.

All processing happens in your browser. No data is sent to any server.

Frequently Asked Questions

What formats does this tool accept?
You can paste a full data URL (starting with 'data:image/...;base64,') or a raw Base64 string without the prefix. If you paste raw Base64, the tool assumes PNG format. Supported image types include PNG, JPEG, GIF, WebP, and SVG.
My Base64 string is not decoding correctly. What should I check?
Make sure the string is complete and has no extra whitespace or line breaks in the middle. If it came from a data URL, you can include the full header or strip it down to just the Base64 portion. Base64 strings must have a length that is a multiple of 4 (padding with '=' characters as needed).
Is my data sent to a server?
No. Decoding happens entirely in your browser. The Base64 string you paste never leaves your device.

Related Tools