What each tool actually does
Reverse image search compares your picture against an index of pages already crawled. A match tells you the image existed somewhere before you saw it, and often when. No match tells you the crawler has not seen it, which is a much weaker statement than people assume.
A detector ignores the internet entirely. It reads the statistical texture between neighbouring pixels and estimates whether a generative model produced them. It works on an image nobody has ever published, which is exactly where reverse search is blind.
| Question | Reverse image search | AI image detector |
|---|---|---|
| Where has this image appeared before? | Yes with dates | No |
| Was it made by a generative model? | No | Yes as a likelihood |
| Works on a brand new, unpublished image | No nothing to match | Yes |
| Survives a screenshot | Partly if the crop is close | Yes with reduced accuracy |
| Finds which part of a photo was edited | No | Yes region map |
| Needs the image sent to a server | Yes always | No runs in your browser |
Why reverse search goes first
A match with an early date closes the question in a way no score can. An image indexed in 2019 was not made by a 2026 diffusion model, and no pixel reading overrules that. It is the strongest single piece of evidence available to anyone verifying a picture, and it takes about fifteen seconds.
It also catches the more common crime. Most fraudulent listings, fake profiles and misleading news photos use a real picture taken from somewhere else rather than a generated one. Theft is easier than generation and still works.
The workflow
-
Reverse search the image
Use more than one engine. Google Images, TinEye and Yandex index different parts of the web and Yandex in particular is stronger on faces and on non-English sites.
-
Sort results by oldest
The earliest appearance matters more than the number of matches. TinEye sorts by date directly, which is the reason to use it even when Google finds more.
-
Crop and search again
If the full frame finds nothing, crop to the distinctive object and search that. A cropped or edited version of a known photo often only matches on part of the frame.
-
Score the pixels
An empty reverse search plus a high pixel score is a strong combination. An empty search on its own is not.
-
Read the region map
If reverse search finds the original and the pixels flag one region, you have found an edited version of a real photograph, which is the most useful result of all.
The case they solve together
A real news photograph is circulated with one detail changed: a sign altered, a person removed, a flag added. Reverse search finds the original and proves the picture is old. The detector finds the single hot region and shows which part was changed.
Neither tool alone gets there. Reverse search would call it real; a whole-frame score would call it real. Together they find the edit.
What neither tool can do
- Tell you who made an image. Nothing in a picture ties it to a person.
- Tell you whether the content is true. A genuine, unedited photograph can still be captioned as something it is not, or taken in a different year and place.
- Settle a legal question. Both are screening tools. Neither is a forensic examination and neither belongs in a proceeding on its own.
- Handle a private image. Reverse search requires uploading the picture to a search engine, which for a passport or a claim photo may not be acceptable.
The third check most people skip
There is a third source of evidence, and it is the only one that is cryptographic rather than statistical. Some images carry Content Credentials: a signed record of what created the file and what was done to it since.
When a credential is present and valid, it outranks both other methods. It is a signature bound to the pixels rather than a guess about them. Camera makers and editing software are adding support, and generated images from several major tools now declare themselves this way.
The limitation is coverage. Most images have never carried a credential, and almost every platform strips metadata on upload, so an absent manifest tells you nothing at all. Treat a valid credential as strong evidence and a missing one as no evidence, which is a distinction people get backwards more often than not.