Why Forwarded Photos Get Worse Every Time

September 17, 2026 · 6 min read

A photo goes into a family group. Someone forwards it to another group. Someone screenshots it and sends it on. By the time it reaches you, faces are smeared and any text in it is unreadable.

This is generation loss, and it is not specific to any one app. It happens anywhere an image is repeatedly re-encoded, and understanding it explains a whole set of everyday problems that look unrelated.

Every re-save throws something away

JPEG is a lossy format. When an image is encoded, the encoder analyses it in blocks, decides which fine detail your eye is least likely to miss, and discards it permanently. What comes out is a good approximation of what went in.

The first pass is cheap. A high-quality JPEG made from an original is essentially indistinguishable from it.

The problem is that the second pass does not start from the original. It starts from the approximation. It analyses that, discards more of what it considers unimportant, and produces an approximation of the approximation. The third pass starts from there.

Each generation is small on its own. Five of them are not. This is why the photocopier comparison holds up so well: nobody notices the first copy, everybody notices the tenth.

What gets destroyed first

The losses are not spread evenly, and knowing where they land tells you which images will survive the journey.

Small text goes first. Menus, receipts, screenshots of messages, forms. JPEG works in blocks and approximates what is inside each one; a letter is nothing but fine detail. Two or three generations and a phone number becomes a guess.

Smooth gradients band. Skies, skin, out-of-focus backgrounds. Each pass rounds the values slightly, and the rounding accumulates into visible steps.

Shadows break up. Dark areas are given less data to begin with, so they run out of headroom sooner.

Busy detail survives longest. Foliage, gravel, fabric. There is so much visual noise that the artefacts hide inside it.

So a landscape can be forwarded several times and still look acceptable, while a photo of a handwritten note falls apart almost immediately.

The three ways it happens

Forwarding. Most messaging apps re-encode on each send. Forward a photo and you are sending the already-compressed copy through the pipeline again.

Screenshotting. A screenshot of a photo is a fresh capture of a compressed image, usually at a lower resolution than the original, and then that gets compressed when you send it. Screenshotting to share something is one of the fastest ways to destroy it.

Download and re-upload. Saving an image from one platform and posting it to another puts it through both pipelines. Doing this repeatedly is how images end up looking like they have been through a war, which is exactly why old memes have that particular crunchy appearance.

Two things that surprise people

Re-saving at the same quality still loses data. If you open a JPEG and save it again at quality 80, you do not get the same file back. The encoder re-analyses the already-compressed image and discards more. The setting does not protect you; only not re-encoding does.

Saving at a higher quality recovers nothing. Taking a badly compressed image and exporting it at quality 100 produces a large file that looks exactly as bad. The detail is gone from the data. You are just storing the damage more faithfully.

Copying a file — dragging it between folders, attaching it to an email, uploading it to cloud storage — does not re-encode it and costs nothing. The damage only comes from something that decodes and re-encodes the image.

How to stop it

Send the original each time, do not forward. If a photo needs to go to four chats, go back to the file in your camera roll and send it four times. Each recipient then gets a first-generation copy rather than a fourth-generation one. This is the single most effective habit here and it costs nothing.

Never screenshot a photo to share it. Send the file. If the only copy you have is one you received, send that file rather than a screenshot of it.

Keep a master. Store your originals somewhere untouched, and treat everything you send as a disposable copy. When you need it again, go back to the master rather than recovering something from a chat thread.

Pre-compress deliberately. This one is worth understanding properly. Most messaging apps target a rough size and quality, and the further your file is from their target, the more aggressively they crush it. If you hand them a photo that is already resized to around 1600 pixels and a few hundred kilobytes, there is very little left for them to strip, and what arrives is noticeably sharper than if you had sent the 5MB original.

You control that step rather than leaving it to whatever the app decides. Use the resizer to bring the long edge down, then the compressor at a quality you have chosen and checked. It takes about twenty seconds and the difference at the other end is obvious.

Send as a file when it actually matters. Certificates, ID documents, anything with text. Most chat apps have an option to attach a document rather than a photo, which skips the compression entirely. The recipient gets a download instead of a preview, which is a fair trade for a readable document.

Can a degraded photo be repaired?

Not really, and be careful with anything that claims otherwise.

AI restoration tools can make a compressed image look better by smoothing artefacts and sharpening edges. On a landscape or a portrait viewed at normal size, the result can be a genuine improvement.

But the tool is inventing plausible detail, not recovering the original. On a face it can produce someone who looks subtly wrong. On text it will confidently render characters that were never there — which for a phone number, an account code or a receipt is worse than a blurry image, because it looks correct and is not.

If the content matters, find the original. Ask whoever took it. That is always better than repairing a fifth-generation copy.

The short version

Every re-encode discards a little more, and the losses stack. Text and gradients go first; busy detail survives longest. Forward the original rather than the forward, never screenshot a photo to share it, keep your masters untouched, and compress deliberately before sending so the app has less left to take. Once the detail is gone, no tool genuinely brings it back.

Tools used in this guide