Base64 to imageFree
Decode a Base64 image data URL into a downloadable JPG, PNG or WebP. Preview the recovered image without sending the text to a server.
Your text 0 / 0
Paste a full image data URL. Up to 5MB of decoded image data.
Drop your images here
JPG, PNG, WebP · Up to 0 images · 25MB each
Or paste an image. Files stay on your device.
Enter your text, then set your options.
Your results
HOW TO USE IT
Base64 to image, step by step
- Paste the complete data URL, including data:image/...;base64,.
- Decode it and check the image preview.
- Download the recovered image in its original format.
Keep the prefix with the payload
A data URL identifies both the media type and the encoded data. Copy the complete value rather than a shortened console preview or a string ending in an ellipsis. Spaces and line breaks inside the Base64 payload are ignored. The tool checks that the declared type agrees with the image file contents.
Recover the file without recompressing it
Decoding restores the bytes represented by the text. It does not sharpen, resize or convert the image, and it does not strip metadata. If you need a different format or a smaller file, download the recovered image and use the batch compressor. Malformed data and unsupported file types return an error.
File support and export limits
Accepts a full Base64 data URL for static JPG, PNG or WebP, up to 5MB decoded size and 40 million pixels. The recovered file preserves its original bytes and embedded metadata. SVG, HTML and arbitrary data URLs are rejected. Read the image export guide.
Can I paste only the Base64 characters?
Include the complete data URL prefix so the intended image type can be validated.
Can this decode encrypted images?
No. It only decodes Base64. Base64 itself is not encryption.
Useful next tools
All tools →Advertisement