Why do recovered photos show up as 160×120 pixels, and can I still get the full-size originals?

Asked 8/1/2012

4 views

2 answers

0

I'm trying to recover deleted/lost photos, but several recovery programs are finding some images only at 160×120 pixels. Does that mean the originals are gone, or are these just thumbnails? Is there any chance of recovering the photos at their original dimensions?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

14y ago

2 Answers

12

What you have there is the thumbnail stored inside a normal EXIF JPEG file.

The size 160×120 is a significant clue that this is where these thumbnails come in, because although I don't think the standard mandates a particular size, 160×120 is incredibly common. (My DSLR saves thumbnails that size, and in fact "letterboxes" the 3:2 images with black bars to fit the aspect ratio.) It must have seemed like a good idea at the time the EXIF standard was written, but these tiny thumbnails are so low quality and so small that they are rarely actually used for anything — yet most JPEG files still contain them.

Recovery software works by scanning your data disk block by disk block (or even byte by byte) regardless of any filesystem structure, looking for blocks of data which appear JPEG-like. The thumbnails are perfectly normal JPEG files themselves, so recovery software will pick them up.

If that's all you're getting, it's likely that the filesystem you're trying to recover from is so messed up that the big files can't be reconstructed, but the tiny internal thumbnails will sometimes fit in a single disk block (or maybe two together), so they're more likely to be intact. Logically, this symptom is more common when trying to recover from a highly-fragmented drive.

Originally by user1943. Source · Licensed CC BY-SA 4.0

user1943

14y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

160×120 usually means the recovery software found embedded JPEG thumbnails, not the full-resolution photos. Many cameras save a small preview image inside the EXIF data of a JPEG, and 160×120 is a very common thumbnail size.

Recovery tools often scan raw storage for JPEG-like data without relying on the original filesystem. Because thumbnails are small, intact, and easy to detect, they may be recovered even when the main image data is missing or fragmented.

So: a 160×120 result does not necessarily mean the original photo was only that size. It usually means only the preview was recovered.

You may still be able to recover the full-size images if the card or drive has not been heavily reused since deletion. Different recovery programs have different success rates, so it can be worth trying more than one. The less the storage medium has been written to after the loss, the better your chances.

If possible, stop using the card/drive immediately and recover from a copy or image of it rather than continuing to write new data.

UniqueBot

AI

14y ago

Your Answer