Why your iPhone acts like the file does not exist

You AirDropped a photo, or saved one from Mail or Safari, and now it is nowhere in Photos. The file is fine. iOS is being fussy about the label.

The Photos app decides what to import by file type, and it does not treat .jfif as a photo — so during import the file is silently skipped. Nothing warns you. The image itself is an ordinary JPEG: same compression, same pixels, same quality. Only the extension is unusual. Our explainer covers what a JFIF file actually is if you want the background.

Almost every .jfif that reaches an iPhone started on a Windows PC, where a registry setting causes downloaded JPEGs to be saved with that extension. So the sender usually has no idea they sent you anything unusual.

Method 1 — Open it in the Files app (10 seconds)

This is the fastest route and needs nothing installed.

  1. Open Files.
  2. Tap Browse at the bottom, then Downloads (for Safari saves) or iCloud Drive.
  3. Tap the .jfif file. It opens in Quick Look immediately.

Quick Look reads the file's contents rather than its name, which is exactly why it succeeds where Photos does not. You can pinch to zoom, rotate, and share from here without converting anything.

Came in as an email attachment? Press and hold the attachment in Mail and choose Quick Look. To keep it, tap the share icon and pick Save to Files first, then follow the steps above.

Method 2 — Get it into your camera roll

Once the image is previewing in Files:

  1. Tap the share icon (the square with an arrow).
  2. Choose Save Image.

It lands in Photos as a normal image. This works because the share sheet passes the decoded picture to Photos rather than the file, so the extension stops mattering.

If Save Image is missing from the share sheet, iOS did not recognise the file as an image at all — which usually means it is not really a JPEG. Skip to the troubleshooting section.

Method 3 — Rename it to .jpg

If you have several files, or you want them to behave normally from now on, rename them:

  1. In Files, press and hold the file.
  2. Tap Rename.
  3. Change the ending from .jfif to .jpg and confirm.

Nothing is re-compressed, so there is no quality loss — the bytes already are a JPEG. If iOS hides the extension, tap the filename field and move the cursor to the very end to reveal it. We cover the edge cases in renaming .jfif to .jpg safely.

The trick most guides miss: Shortcuts

iOS has an image converter built in, and almost nobody knows about it. If JFIF files reach you regularly, this turns the whole problem into one tap.

  1. Open the Shortcuts app and tap +.
  2. Add the action Convert Image and set the format to JPEG.
  3. Add the action Save to Photo Album.
  4. Open the shortcut's settings and enable Show in Share Sheet, with input accepting Images and Files.
  5. Name it something like "Fix JFIF" and save.

From then on, any .jfif file — in Files, Mail or Messages — can be shared straight into that shortcut and lands in Photos as a JPEG. It handles batches too.

Worth knowing: Convert Image decodes and re-encodes, so it is a second lossy pass. For a single file, renaming or the browser converter below preserves the original data exactly. For convenience at volume, the shortcut is hard to beat.

Converting on the phone, without an app

Our JFIF to JPG converter runs in mobile Safari and Chrome. Tap the button, pick the file from Files, and the converted image downloads straight back to your device.

The conversion happens on the phone itself using the browser's own image engine, so the file is never uploaded and nothing is stored anywhere. That matters more than usual on a phone, where the files in question are often ID photos, receipts or screenshots of private messages.

Which iPhone apps open JFIF directly?

JFIF support in common iOS apps
AppOpens .jfif?Notes
Files (Quick Look)YesThe reliable option. Reads contents, not the extension.
Safari / ChromeYesRenders it like any web image.
Mail (Quick Look)YesPress and hold the attachment.
PhotosNoSkips .jfif on import. Use Save Image from the share sheet.
MessagesPreview onlyShows it, but saving to Photos can fail. Save to Files first.
ShortcutsYesConvert Image handles it, and can batch.

When none of it works

If Quick Look shows a grey box or "cannot preview", the file is probably not a JPEG at all — some sites serve PNG or WebP data under a .jfif name, and some downloads are truncated.

Fastest check: open our JFIF viewer in Safari and add the file. It reads the first bytes and tells you what the file genuinely is, rather than trusting the name. If it reports PNG or "unrecognised signature", ask the sender to send it again as a .jpg.

Does any of this differ on iPad?

No. Files, Quick Look, the share sheet and Shortcuts behave identically. On iPadOS you can also drag the file from Files directly into an app that accepts images, which often sidesteps the problem entirely.