Back to Blog

July 12, 2026 · 6 min read

How Long Does an iPhone Keep Call History? (Longer Than You Can See)

The Phone app cuts off around 100 calls, but that's a display limit, not the whole record. Your call history survives in at least three other places — one of them going back about 18 months.

The Short Answer

The Recents list in the iPhone's Phone app shows roughly the most recent 100 calls. Once a call falls off that list, you can't scroll to it, search for it, or view it anywhere on the phone. That's the limit most people run into when they go looking for a call from a few months back.

But the display limit isn't the retention limit. Older calls aren't wiped the instant they leave the Recents list — and copies of your call history exist in other places with much longer memories:

  • A Mac synced to your Apple ID: typically around 18 months of complete history, including FaceTime.
  • iPhone backups: the call history database is included in a local backup.
  • Your carrier: usually 1–7 years of cellular call records, depending on the carrier.

Here's what each source holds and how to actually get at it.

Why the Phone App Cuts Off at ~100 Calls

Apple has never published an official spec for the Recents limit, but in practice the list caps out at about 100 entries — cellular calls, FaceTime, and app calls (WhatsApp, etc.) combined. Heavy callers can push a call off the visible list within a week or two.

The frustrating part is that the phone doesn't tell you this. The list just ends, and there's no "show older" button. If you deleted a call from Recents, it's gone from the phone's view immediately; if it simply aged off the list, the underlying data may still exist — you just need a different window into it.

Source 1: Your Mac Keeps ~18 Months (If It's Synced)

This is the one most people don't know about. If you use a Mac signed into the same Apple ID as your iPhone — with iCloud and continuity features like "Calls on Other Devices" enabled — macOS maintains its own copy of your call history in a local database on the Mac, at ~/Library/Application Support/CallHistoryDB. It's the same mechanism that lets your Mac show incoming-call notifications and place calls from the desktop.

That database typically retains around 18 monthsof history — hundreds or thousands of calls, not 100. And it's a richer record than the phone shows: every call comes with an exact timestamp, a duration, the direction (incoming or outgoing), and whether it was answered, missed, or declined. FaceTime audio and video calls are logged right alongside cellular calls, which matters because FaceTime never appears on a carrier bill.

The catch: the database is a SQLite file with an unfriendly internal format, so "just open it" isn't realistic for most people. Two practical ways in:

  1. Query it yourself. If you're comfortable in Terminal, you can open the CallHistory.storedata file inside that folder with sqlite3. Expect to decode Apple's timestamp epoch and joined tables — doable, but fiddly.
  2. Use an app that reads it for you. Exhibit A is a Mac app that reads the call history database directly on your Mac — nothing is uploaded anywhere — and shows the full log with timestamps, durations, and call status. The free tier shows you everything it finds, so you can check whether the call you're looking for is there before paying for anything. If you then need the history as a document, it exports a formatted PDF — see our guide to exporting iPhone call history to PDF.

One caveat: the Mac only has history from the period it was syncing. If you signed into the Mac last month, it won't conjure last year's calls. (If that's your situation, keep reading — a backup or carrier records may cover the gap.)

Source 2: iPhone Backups Contain the Call Database

A local iPhone backup — the kind you make by plugging the phone into a Mac and using Finder (or iTunes on older systems) — includes the phone's internal call history database. That database holds more than the ~100 calls the Recents list displays, so a backup can surface calls the phone itself no longer shows.

Backups are also useful when the synced-Mac route isn't available: the phone belongs to a family member, the Mac is new, or sync was never turned on. Exhibit A can import a local iPhone backup and read the call log (and messages) out of it directly. If the backup was made with Finder's "Encrypt local backup" option enabled, you'll need the backup password — the databases inside are unreadable without it.

Old backups sitting on an external drive or a previous computer count too. A backup from two years ago is a snapshot of the call history as of that date — sometimes exactly the window you need.

Source 3: Carrier Records Go Back Years (With Gaps)

Your carrier — AT&T, Verizon, T-Mobile, and the rest — keeps call detail records independently of anything on your devices. Retention varies, but 1 to 7 yearsis typical. Recent billing cycles are usually visible in your online account under something like "usage history" or "call detail records"; older periods generally require a written request to the carrier, or a subpoena.

Two limitations to know before you rely on them. First, carrier records cover only cellularactivity: FaceTime calls, iMessages, and WhatsApp never touch the carrier's network, so they simply aren't in the record. A household that communicates mostly over FaceTime can look almost silent on a carrier log. Second, carriers log metadata only — numbers, dates, times, durations — never content.

Carrier records pair well with the Mac database: the carrier independently confirms the cellular calls, and the Mac fills in FaceTime and answered/missed detail.

If the History Is Headed for Court

A lot of people hit the 100-call wall for mundane reasons — a billing dispute, an insurance claim, tracking down a contractor's number. But if you're reconstructing call history for a custody or family-law matter, the retention math above becomes strategy: the Mac database is usually your most complete record of the last 18 months (and the only source that shows FaceTime), while carrier records extend the timeline further back for cellular calls.

It also means acting early matters. The Mac's ~18 months is a rolling window — calls at the old end age out as new ones arrive. If a period matters, export it now rather than when the hearing date is set. Exhibit A formats the export as a court-style exhibit (a calendar view of call frequency plus a chronological log), and everything stays on your Mac. Evidence rules vary by jurisdiction, so check with your attorney before relying on any particular format.

FAQ

Why does my iPhone only show 100 calls?

The Recents list is capped at roughly the most recent 100 calls. Older entries aren't necessarily deleted right away, but the phone gives you no way to view them. To see further back you need another copy of the record — a synced Mac, a backup, or carrier records.

How do I see call history older than 100 calls?

Check a Mac signed into the same Apple ID: its local database at ~/Library/Application Support/CallHistoryDB typically holds about 18 months of calls, including FaceTime. An app like Exhibit A reads that database and shows everything on the free tier. Failing that, import an iPhone backup or request records from your carrier.

Does an iPhone backup contain call history?

Yes — a local Finder backup includes the call history database, with more calls than the Phone app displays. Exhibit A can import a backup and read the log directly; encrypted backups require the backup password.

How long does a carrier keep call records?

Typically 1–7 years depending on the carrier. Recent months are in your online account; older records take a written request or subpoena. Carrier logs cover cellular only — no FaceTime or iMessage.

See your full call history — not just the last 100

Exhibit A reads the ~18 months of call history already on your Mac. The free tier shows everything.

Download Exhibit A