Why Won’t My Image File Open?

An unreadable picture may be mislabeled, incomplete, unsupported by that application, corrupt, blocked by permissions, or too demanding to decode. Preserve the file before testing.

Safe triage

  1. Work on a copy.
  2. Check that size is not zero and the transfer completed.
  3. Reveal the full extension.
  4. Identify the signature and structure with a trusted local tool.
  5. Try one maintained alternative viewer.
  6. Check dimensions, frames, and codec variant.
  7. Obtain a fresh copy if independent decoders fail.

Diagnosis table

Evidence Interpretation
One app fails, another opens it Compatibility or variant support
Every decoder fails at same point Likely truncation or corruption
Extension disagrees with signature Mislabeled file
Thumbnail exists, full image fails Embedded preview survived while main data did not
Access denied Permissions, lock, or storage problem

Platform checks

Copy the file to a known-good local drive before blaming its encoding. Cloud placeholders, removable-media errors, locked attachments, zero-byte downloads, and permission restrictions can resemble decoder failures. Compare the byte size with the sender’s copy and use a checksum when exact transfer matters.

Format-specific clues

HEIC may require current codec support outside Apple systems. WebP and AVIF can fail in old applications. TIFF may use multiple pages or uncommon compression. ICO can contain several frames. SVG can contain unsupported active content. Camera RAW requires a model-aware developer.

Partial recovery limits

Some files contain embedded previews or independently decodable regions. Recovering those may provide a reference but not the full-resolution original. Document the loss and never describe partial pixels as a repaired master.

When conversion helps

If the file is valid but the destination lacks support, create a compatibility derivative: HEIC to JPG for a photo workflow or WebP to PNG for a PNG-only application. Conversion cannot repair missing bytes and should not be used to bypass security validation.

Recovery priorities

First restore from the original device, cloud copy, email attachment, or backup. Specialized repair is a last resort and may recover only partial pixels. Never overwrite the source with a repair attempt, and avoid unknown online tools for private files.

Common mistakes

  • Renaming the suffix repeatedly.
  • Assuming a thumbnail proves the original is intact.
  • Opening an untrusted SVG as harmless pixels.
  • Installing abandoned codecs from unknown sources.
  • Deleting the only copy after one failed attempt.

Related resources