Free online Base64 to image converter. Paste a Base64 encoded image string and instantly preview and download the decoded image. No server upload.
Base64 encoded images appear as long strings of characters in HTML source, CSS files, API responses, and JSON payloads. This tool decodes any Base64 image string back into a viewable and downloadable image file.
Paste either a complete data URI (data:image/png;base64,...) or a raw Base64 string. The tool automatically detects the format and renders the image preview. The decoded image can be downloaded in its original format.
The full data URI format (data:image/png;base64,...) is preferred as it includes the image format information. If you paste just the raw Base64 string without the prefix, the tool will attempt to detect the image format automatically.
Any image format that can be Base64 encoded is supported for decoding: PNG, JPG, WebP, GIF, SVG, ICO, and more. The format is determined from the data URI MIME type.
Very large Base64 strings (representing images over 10-20MB) may be slow to process in the browser. For typical web use cases (images under a few MB), processing is instant.