png::meta tEXt · iTXt · zTXt

Why Does My PNG Have No Metadata?

Uploaded a PNG and got "no metadata found"? Text chunks are optional in the PNG format, and a lot of software silently drops them. Here is who does it and how to avoid it.

🎥 [Demo: Upload a PNG to see AI prompts & workflow data extracted in seconds]

Drop a PNG here or click to browse · JPEG & WebP work too
ComfyUI · A1111 · Forge · InvokeAI · SwarmUI · Fooocus · any tEXt/iTXt/zTXt · JPEG/WebP EXIF

The usual suspects

PathMetadata kept?
Screenshot (any OS)No — new image
WhatsApp / Telegram as photoNo — recompressed
WhatsApp / Telegram as file / documentYes
Discord desktop uploadYes (PNG kept)
Discord mobile / "Save image" from previewOften no
Reddit, X, Instagram, FacebookNo
Civitai downloadUsually yes
Convert to JPEG/WebP in an editorNo, unless the editor copies to EXIF
Photoshop "Save for Web"Strips text chunks
Windows Photos "Save as"Strips

How to check a file quickly

Upload it above. PNGMeta lists every tEXt/iTXt/zTXt chunk (and EXIF for JPEG/WebP). If the list is empty, the metadata is gone from that copy. It cannot be reconstructed — the information is not encoded in the pixels.

Share AI images without losing the workflow

  • Send as file/document, or zip it.
  • Use file hosts that keep bytes intact (Google Drive, Dropbox, catbox, GitHub, Civitai).
  • Alongside the image, post the workflow JSON — grab it with the workflow extractor.
  • Keep your own originals; the recovery guide only works on untouched files.

Tools that never write metadata

Midjourney and DALL·E web downloads, most mobile AI apps, and images produced with "save without metadata" options in the WebUI (--no-metadata style flags or the "Save PNG info" setting turned off).

Frequently asked questions

Can metadata be recovered from a PNG that was stripped?

No. Text chunks are separate from pixel data; once removed they are gone. Find another copy of the file (original export, cloud backup, the person who generated it).

Does converting PNG to JPEG keep the prompt?

Only if the converter copies PNG text into EXIF, which most do not. Automatic1111 itself can save JPEG with EXIF UserComment; a generic image editor will drop it.

Does Discord strip PNG metadata?

Desktop uploads keep the original PNG bytes, so metadata survives. Mobile uploads and previews may be recompressed. Always download the attachment itself.

Related guides