"Recents" shows files you opened — not files you just saved or created
You download something, or save your edit, or create a new file. Thirty seconds later it's the most recent file you own. But Recents doesn't know that — it only counts files you've opened. So you go looking, and it isn't there.
Facts cited
| Apple active devices (Macs are a subset) | 2.2 billion | Apple, 2024 |
|---|---|---|
| Global life expectancy | 73 years | World Bank, 2023 |
Assumptions low → high
| What we can't measure | low | likely | high |
|---|---|---|---|
| Active Mac usersThe Mac slice of Apple's active-device base — an estimate. | 100M | 200M | 250M |
| Times/year you expect a recently-saved/created file in Recents and it's absentDownloads, saves, exports, new files — any creation event. Rises with creative and data workers. | 52 | 156 | 365 |
| Seconds lost hunting each time | 8s | 12s | 20s |
Who can fix it
- Owner
- Apple (Finder "Recents" smart folder · Spotlight metadata)
- Channel
- Apple Feedback Assistant
You save a file in Photoshop. You download something. You export a video. You go to Recents to grab it — because what could be more recent than the thing that just landed? It isn’t there. Recents, it turns out, means “recently opened,” not “recently created or modified.” A file you saved, downloaded, or created but haven’t opened yet doesn’t count as recent to the one folder whose entire job is recency. So you bounce to Downloads, search by half-remembered name, or dig through the file system to find the thing you were just working on.
The math
200M Macs × 3 missed lookups/week × 12s = ~160 lifetimes / year
Band ~54 to ~380 lifetimes/year on the population and frequency estimates. The range widened because frequency is now higher — every save, export, and download counts, not just downloads alone. Constant, and paid by the person doing the most ordinary thing there is: creating new files.
Why it happens
Recents is indexed by date last opened — not by date created, date modified, or date added. When you save a file, download something, or create a new document, the filesystem updates the timestamps, but the file was never “opened,” so the query that builds Recents skips it. The definition of “recent” was written from the app’s point of view (files I’ve had open), not the human’s (files that recently entered my workflow). Those diverge exactly at the moment you most need them to agree: right after a save, a download, or any act of creation.
The “where’s my file?” family
This is the third face of one problem — the system’s model of your files doesn’t match yours:
- Case 005 — the Save dialog shows files but won’t let you delete them.
- Case 008 — print-to-PDF skips Downloads and the download list.
- This one — Recents omits the file that’s most recent of all.
Each is a small mismatch between where a file is and where your head says it should be.
The fix
Index date-added and date-modified, not just date-opened, when building Recents — or add a “Recently added” view alongside it. A downloaded file is a recent file; the smart folder should say so. It’s a query change, not an architecture change.
macOS indexing behaviour varies by version and by how the file was written, so the exact rule (“never shows” vs “shows only after opening”) should be verified against current macOS before this is quoted as settled. Population and frequency are estimates; only the Apple device count and life expectancy are cited. The confident claim is the mismatch — “recent” defined as opened, not arrived.
Difficulty to fix: easy
The file landed on your Mac seconds ago. It is, by any human definition, your most recent file. The folder called Recents disagrees, because it only counts what you’ve opened. Count what arrived, too.
Read this case's source — _cases/011-recents-ignores-downloads.md