Back to Blog

September 11, 2026 · 10 min read

How to View iPhone Backup Files on a PC

You backed up your iPhone to a Windows PC, opened the folder, and found nothing but files with names like random strings of letters and numbers. That's not a broken backup — that's what an iPhone backup actually looks like. Here's what's really in there, what you can see without any extra software, and an honest look at the tools that turn it back into something readable.

The Short Answer

You can't view an iPhone backup by double-clicking into it, and that's true whether the backup is on a Windows PC or a Mac. An iTunes or Apple Devices app backup isn't a folder of readable files — it's a folder of files renamed to 40-character hashes, plus one small database, Manifest.db, that is the only thing that knows which hash used to be your Camera Roll and which one used to be your text messages. File Explorer has no idea. To actually see what's inside an iPhone backup on a PC, you need software that reads that database and rebuilds the mapping — a general-purpose backup viewer, or a narrower tool built for one job.

Which one you want depends entirely on what you're after. If you want to poke around and recover a photo or a voice memo, a general viewer is the right call. If what you actually need is your messages and call history — say, because you're assembling a record for a custody case — a general viewer will show you the raw data but not a document anyone can read at a hearing, and it will run into the same wall every backup does: your call history is only in the backup at all if you made it a specific way. That detail is where most "how to view a backup" guides stop short, so it gets its own section below.

What an iPhone Backup Actually Is (and Why Explorer Can't Open It)

Open the backup folder — it's named after a long device identifier — and you'll see a handful of small files (Info.plist, Manifest.plist, Status.plist) alongside Manifest.db, an SQLite database, and then dozens of sub-folders named with two-character hex prefixes. Inside those sit the actual backed-up files, each one named by a 40-character SHA-1 hash and carrying no extension and no readable name at all. Manifest.db's Files table is what ties it together: for every hash, it records the original domain and file path, so "this hash was HomeDomain/Library/SMS/sms.db" lives in that one database and nowhere else.

If the backup is encrypted, Manifest.db itself is encrypted too, using the backup password — so a viewer can't even list what's in the backup until you supply that password, let alone open a file. This is a deliberate design, not a bug: Apple built the format so a phone can restore itself cleanly, not so a person can browse it in a file manager. Every tool discussed below exists purely to undo that design.

What You Can See Without Any Extra Software

More than you might expect, but less than you need. File Explorer will tell you a backup exists, how large it is, and roughly when it was last updated — useful for confirming a backup actually ran. Info.plist is one of the few files in there that's genuinely readable: it's XML, and it holds the device name, phone number, iOS version, and last backup date, viewable in any text editor if you rename a copy with a .xml extension.

Everything else needs real tooling, and even generic tooling only gets you halfway. Opening Manifest.db in a free tool like DB Browser for SQLite shows you the file list — hashes, paths, sizes — which confirms a message database exists, but not what's in it. Two caveats keep this from answering the call-history question: on an encrypted backup, DB Browser can't open Manifest.dbat all, because that database is itself encrypted; and on an unencrypted backup there is no call-history database to find in the first place. So this check tells you about messages, never about calls. The messages themselves sit inside a further SQLite database with its own schema (tables for messages, handles, chats, attachments, joined by internal IDs), and reading that into an actual conversation is a separate decoding step most generic database viewers don't attempt.

Backup Viewer Tools: An Honest Survey

A handful of desktop programs specialize in exactly this — reading a local backup and rebuilding it into contacts, messages, photos, and call history you can browse or export. None of them are secrets, and none of them are free of trade-offs:

  • iBackup Viewer — free tier for Windows and Mac; opens both encrypted and unencrypted local backups and exports messages and contacts to text or CSV, with caps on how much the free tier will export at once. Call history only ever comes out of an encrypted backup, and it asks for the backup password to open one. Paid tiers lift the export caps and add formats.
  • CopyTrans Backup Extractor — Windows-only. The free download is a capped trial (a single chat, ten contacts, fifty photos); the vendor listed $19.99 to lift the caps as of September 2026, so check their current pricing. Same scope otherwise: browse a backup and pull out specific categories rather than the whole thing at once.
  • 3uTools — free, primarily Windows (the Mac route is usually running the Windows build under virtualization), aimed more broadly at device management (firmware, jailbreak tools) with backup browsing as one feature among many. Given that breadth, read its privacy terms before pointing it at a backup you're using for a legal matter.
  • iExplorer and iMazing — paid, cross-platform, and the most thorough of the group: file-system-style browsing of nearly everything a backup contains, including app data. iMazing moved from a one-time license to subscription pricing; check each vendor's own site for current numbers, since terms change.

What none of these hand you is a formatted document. Their output is a browsable list on screen or an export to CSV or plain text — genuinely useful for recovering data, and a reasonable starting point if that's all you need. It's a different job from producing something with page numbers, a header identifying the parties, and a timestamp printed next to every line — the shape an attorney will typically ask for when pages are going in front of a judge. What your particular court expects is a question for your attorney.

The Setting That Decides Whether You'll Ever See Call History

This is the fact that changes everything above, and it has nothing to do with which viewer you pick. Apple documents call history as one of a short list of categories — alongside saved passwords, Wi-Fi settings, website history, and Health data — that an encrypted local backup includes and an unencrypted one does not. Our deeper look at that rule is here: does an iPhone backup include call history?No viewer, however capable, can show you call history from an unencrypted backup, because the data isn't hidden inside it — it was never written there in the first place.

The fix is upstream of any viewer: when you make the backup, tick "Encrypt local backup" in iTunes or the Apple Devices app, set a password you will actually remember (Apple cannot recover it, and neither can any of the tools listed here), and let the backup finish. Our step-by-step for that process, including the pitfalls people hit, is at how to back up an iPhone on Windows. Once you have an encrypted backup, any viewer built to handle one — including Exhibit A's browser app — will ask you for that backup password before it can even read the file list, since Manifest.db itself is encrypted, and will show you the calls only after you enter it correctly.

Viewing Messages and Calls for a Legal Case, Specifically

If you're here because of a custody case, you probably aren't trying to explore your whole phone — you need one thread of messages and, often, a call log, in a form you can hand to an attorney or file with a court. That's a narrower job than what the general viewers above are built for, and it's the one getexhibita.com/appis built to do: it doesn't try to browse an entire backup, it reads only the two databases it needs — the message store, and, when the backup is encrypted, the call-history database — and turns them into a court-formatted PDF with the date and time printed next to every entry, laid out for letter-size paper.

It runs the same way on Windows as anywhere else: open it in Chrome or Edge, choose the backup folder, and everything is decoded on your own PC — nothing uploaded, no account. If the backup is encrypted, the app asks for that backup password and unlocks the databases inside your browser tab; the password is used on your machine and is never sent anywhere. If you open an unencrypted backup, the messages come through fine and the app tells you outright that this backup holds no call records, and why — an unencrypted backup never had a call log to begin with. What actually belongs in the finished document, beyond just having the data, is covered in what makes a phone exhibit court-ready.

Step by Step: From Backup to a Document You Can Read

  1. Decide if you need call history. If yes — or if you're not sure yet — back up with "Encrypt local backup" checked and write the password down, because Apple cannot recover it and the only way past a forgotten one is Reset All Settings on the iPhone. If you only need texts, an unencrypted backup works too, but the choice is one-way: an unencrypted backup never held a call log, so adding calls later means making a fresh, encrypted backup of whatever calls are still on the phone then.
  2. Locate the backup folder. On Windows: %userprofile%\Apple\MobileSync\Backup for the Apple Devices app or Microsoft Store iTunes, %appdata%\Apple Computer\MobileSync\Backup for iTunes from apple.com. On a Mac: ~/Library/Application Support/MobileSync/Backup.
  3. Pick a tool for the job. Recovering photos, notes, or app data broadly: a general viewer like iBackup Viewer or iExplorer. Producing a formatted record of one message thread and its call history: the browser app at getexhibita.com/app.
  4. Open the backup and, if prompted, enter the backup password. This is the password you set in iTunes or the Apple Devices app when you checked "Encrypt local backup" — not your Apple ID password and not your phone's passcode.
  5. Export. A general viewer gives you CSV or text files; Exhibit A's browser app opens your browser's print dialog so you can save a formatted PDF or print directly. In that dialog, leave "Headers and footers" ticked if you want page numbers on the printout.

What No Viewer Will Show You

A few limits apply no matter which tool you choose. Nothing recovers data that isn't in the backup — if a message was deleted from the phone before the backup was made, no viewer restores it, and the same applies to old messages an aggressive "Keep Messages" setting had already erased. A backup is a snapshot of the phone at the moment it was taken, not a running log. Attachments are typically flagged rather than reproduced full-size inside an exported document, so save any specific photo separately if it matters. And no tool, on its own, makes a printout admissible — messages and call logs are usually authenticated by testimony or a written declaration that the pages are a true copy, and some courts want the original device available. Rules vary by state and by judge, so this is a workflow guide, not legal advice, and your attorney is the one to ask what your court expects.

FAQ

Can I just open an iPhone backup folder on my PC?

No. Open the backup folder in File Explorer and you'll find files named things like 3d0d7e5fb2ce288813306e4d4636395e047a3d28 — a database called Manifest.db is the only thing that maps each hash back to what it actually is, and Explorer can't read that mapping. Nothing in the folder is browsable without a tool built to parse it.

Do I need to pay for software to view an iPhone backup on Windows?

Not necessarily. Several viewers have working free tiers — iBackup Viewer's free version opens both encrypted and unencrypted local backups and can export messages and contacts to text or CSV, with limits on how much it exports at once. No tool, free or paid, can export call history from an unencrypted backup, because Apple never wrote a call log into one; for calls, any viewer needs an encrypted backup and your backup password. The free browser app at getexhibita.com/app, which works on Windows, exports the full exhibit with a watermark before you pay anything — messages from either kind of backup, and calls once you enter the backup password for an encrypted one. Full extraction of every data type, or a clean unwatermarked document, is usually where a free tier stops.

Will viewing my iPhone backup on a PC show me call history?

Only if the backup is encrypted. Apple's own documentation lists call history among the data included in an encrypted local backup and left out of an unencrypted one, so an unencrypted backup has no calls to show, no matter which viewer you use. Make the backup with "Encrypt local backup" checked and a password you'll remember, and any tool that supports encrypted backups — including Exhibit A's browser app — will ask you for that password before it can show you the calls.

What's the difference between viewing an iCloud backup and a local backup on a PC?

A local backup, made by iTunes or the Apple Devices app, sits as a folder on your PC's own drive, so a viewer reads it directly with no internet connection or Apple ID involved. An iCloud backup lives on Apple's servers, and viewing it on a PC means signing into iCloud through a third-party tool — a step worth thinking twice about when the backup contains messages or call records for a legal matter.

Is it safe to use a third-party iPhone backup viewer?

It depends on what the tool does with your data once it reads it. A desktop app that opens the backup file on your own drive and never sends it anywhere is a reasonable choice; check a vendor's own privacy claims before trusting one with a backup that includes messages or health data. Exhibit A's browser app never uploads the backup at all — it decodes only the two databases it needs, messages and, for an encrypted backup, call history, inside your own browser tab.

Skip the raw database — get a document instead

Exhibit A reads the two databases in your iPhone backup that matter for a case — messages, and call history when the backup is encrypted — and turns them into a court-formatted PDF. On Windows in your browser, or in the Mac app. Nothing uploaded, no account. Free to start.

Download Exhibit A

On Windows? Exhibit A now runs in your browser — no install, nothing uploaded. getexhibita.com/app →

For the call log, make the backup with “Encrypt local backup” ticked — Apple puts call history only in encrypted backups, and the app unlocks it with your password on your own PC.