Base64 to Image

Decode a Base64 image or data URI back into a file. Paste the string, preview, download. The inverse of our image-to-Base64 tool.

🔒 Everything happens in your browser — no upload, no server, no tracking.
No image yet.

What is this for?

This tool decodes Base64-encoded images back into viewable, downloadable files. It's the inverse of the image-to-Base64 encoder: paste a data: URI (or raw Base64 payload) and recover the original image. The decoder runs entirely in your browser, auto-detects the image format from MIME type or file signatures, and supports PNG, JPG, WebP, GIF, and SVG.

When to use it

How it works

Common gotchas