How to Open & View Snapchat Data Export Files (.zip, .json, .jpg) in 2026

· 6 min read · Guides

You downloaded your Snapchat data, unzipped it, and found folders of HTML and JSON instead of photos. Or the images will not open. Or the videos play as sound with a black screen.

This guide covers every file type in a Snapchat export, how to open each one, and what to do when they refuse.

What you are looking at

An unzipped Snapchat export is a small website plus a data dump, not a photo folder. The main pieces:

If you were expecting a folder of JPEGs and did not get one, nothing has gone wrong. That is the normal shape of the archive. Full breakdown here.

Opening the ZIP

Windows. Right-click, Extract All. Do not work inside the compressed folder — Windows lets you browse a ZIP without extracting, and files opened that way behave unpredictably. Extract first.

macOS. Double-click. The archive expands into a folder alongside it.

Phone. Possible with Files on iOS or a file manager on Android, but not recommended for large archives. Phones handle multi-gigabyte extractions poorly, and you will want a real screen for the next steps.

"The archive is corrupt." Almost always an incomplete download rather than genuine corruption. Check the file size against what the email indicated, and download again on a stable connection before concluding anything.

The HTML files

Open with any browser — double-clicking usually works.

The important one is memories_history.html. It contains a table of every memory: date, media type, sometimes location, and a download button per row.

Why the buttons often fail: those links are signed and expire within days of the export being generated. If your archive is more than a week old, expect every one of them to fail. There is no way to renew them; the fix is a fresh export, acted on promptly.

Why downloading them by hand is impractical: one click, one file, several thousand times. Worse, each file arrives named by the download rather than by capture date, so the chronology is destroyed on the way in.

This is precisely what SnapMemories automates — it reads the index, fetches the media in one controlled pass, and keeps the original dates.

The JSON files

Structured data, meant for machines but readable with a little help.

Easiest route: drag the file into a browser tab. Firefox and Chrome both render JSON with collapsible sections and a search box, which is enough for most purposes.

Better for large files: a code editor such as VS Code or Notepad++, with JSON formatting. Some of these files are large enough to make a browser struggle.

What is worth reading:

login_history.json is genuinely worth a look. It shows every session, and unfamiliar entries are the clearest sign of a compromised account.

Images that will not open

HEIC files

Apple's format. Native on iPhone and Mac; not on Windows by default.

Windows: install the HEIF Image Extensions from the Microsoft Store, after which Photos opens them normally. Alternatively, convert in bulk with IrfanView or XnView.

Anywhere: converting to JPEG guarantees compatibility at the cost of a small quality loss. Keep the HEIC originals if you have space.

Files with no extension

Media fetched through links sometimes arrives without a usable extension, which leaves the operating system unable to guess what it is.

The reliable fix is to identify the real format from the file's own header rather than trusting the name. A file starting with FF D8 FF is JPEG; 89 50 4E 47 is PNG; ftyp near the start indicates MP4. Any hex viewer shows this.

For a handful of files, rename and test. For thousands, use a tool that detects the type automatically — SnapMemories does this during export, which is why the files it produces open without further work.

Images that open but look wrong

Usually a partial download. Redownload the individual file; if it fails repeatedly, the source link has likely expired.

Videos that will not play

The most common complaint after expired links, and it has a clear cause.

Snapchat serves video in several encodings. Some are not supported by every player or browser. A file that works fine on one machine fails on another.

Fixes, in order:

1. Use VLC. It plays essentially everything, on every platform, and it is free. This solves the majority of cases immediately.

2. Convert to H.264. The universally supported encoding. HandBrake does this with a graphical interface; ffmpeg does it from the command line. Once converted, the file plays anywhere.

3. Check the file is complete. Sound but no picture, or a file that stops early, usually means a truncated download rather than a codec problem.

SnapMemories detects incompatible video during export and re-encodes only what needs it, so the archive you receive plays without hunting for a player.

Everything opens but nothing is organised

Once the files are usable, the next problem is that there are thousands of them.

Sort by date. Exported memories carry their original capture dates, which makes chronological order possible. Group into year folders and the archive becomes browsable:

```

Snapchat Memories/

2019/

2020/

2021/

```

Import into a photo library. Apple Photos, Google Photos and digiKam all read capture dates on import and organise automatically.

Deduplicate. Archives assembled from several sources usually contain a meaningful share of duplicates.

Detailed approaches in organising thousands of photos and tools that help.

Quick reference

| File | Open with | Common problem |

|---|---|---|

| .zip | Explorer / Finder | Incomplete download |

| .html | Any browser | Download links expired |

| .json | Browser or code editor | Very large files |

| .jpg .png | Anything | Partial download |

| .heic | Photos (Mac), extension needed on Windows | No Windows support by default |

| .mp4 .mov | VLC | Unsupported encoding |

| No extension | Identify by file header | OS cannot guess the type |

If the export is simply too old

If the links have expired and you have no media, no tool can help — the archive is an index pointing at content that is no longer served.

Request a fresh export, and this time extract the media the day it arrives. How to export.

Summary

A Snapchat export opens with ordinary tools: a browser for the HTML and JSON, VLC for awkward video, and a HEIC extension on Windows. The genuine blockers are expired links and unsupported video encodings, and both have clear remedies.

To skip the manual work entirely, upload your archive here — every memory previewed, playable, correctly dated, and downloadable in one ZIP.

Open your Snapchat data export · All guides

SnapMemories is an independent service and is not affiliated with, endorsed by or sponsored by Snap Inc. Snapchat is a trademark of Snap Inc.