Does this match your problem?

  • Different queries repeatedly return irrelevant or identical-looking results for cloud-backed items.
  • A photo is present in Apple Photos but cannot be found semantically.
  • The correct item shows a cloud-download state or does not render fully offline.
  • Results improve for locally captured photos but not older optimized items.

Likely causes

Optimized device storage

Apple Photos can retain a smaller local representation while the full original remains in iCloud. Visibility in the Photos grid does not prove the image data needed by another app is local.

Offline-first index request

The current Queryable source sets Photos network access to false before scanning and building embeddings. It does not silently fetch every cloud original during the index.

An earlier unavailable fetch

If an asset could not provide an image during indexing, its semantic representation may not be useful. A full local original becoming available later does not by itself prove that item was re-encoded.

Recovery steps, in order

  1. Confirm the cloud state

    Open the target item in Apple Photos while online, zoom it, and wait until the full image renders without a download indicator. This transfer is between the device and Apple’s iCloud Photos service.

  2. Prepare a larger library deliberately

    If many older items are affected and storage permits, use Apple Photos settings to Download and Keep Originals. Allow time, power, Wi‑Fi and sufficient device storage before building or rebuilding an index.

  3. Index only after local availability

    Return to Queryable and use its update-index control for items that are still pending. Do not assume that opening an image after it was already indexed automatically replaces its saved embedding.

  4. Avoid an immediate full reset

    The current public UI does not expose a per-photo reindex command. If the item was already processed while unavailable, contact support before reinstalling, because reinstalling discards the entire local index.

  5. Verify offline behavior

    After the required photo data and useful local embedding exist, run the same query in airplane mode. Repeat search uses the on-device index and does not require a Queryable search server.

When to report it

Report whether Optimize iPhone Storage is enabled, whether the photo renders fully in Apple Photos offline, whether it was local before the first Queryable index, and whether the problem affects one asset or a large date range.

Common questions

Does Queryable download iCloud originals while indexing?

The current open-source index path sets network access to false. Make required originals available through Apple Photos before indexing when optimized storage has removed local image data.

Is an Apple iCloud download an upload to Queryable?

No. Apple Photos retrieving an original from iCloud is an Apple service. Queryable’s semantic encoding and ranking remain on the device.

Will airplane mode search work afterward?

Yes for photos with useful local embeddings in the saved index. Opening an iCloud-only original at full quality can still require Apple’s network service.

Evidence used for this guide

This page is based on the current public source and real support reports. Issue reports describe specific devices and versions; they are evidence of observed failures, not proof that every device has the same cause.

Related troubleshooting