Why Your Mac's Finder Only Shows Recents — and What You Give Up by Changing It
Every new Finder window opens on Recents. You wanted your home folder, or Downloads, or the project folder you were in five minutes ago, and instead you get the same grid of files sorted by when you last opened them.
The popup is not in the sidebar, where most people go looking, and that is the whole reason this takes anyone longer than ten seconds. The rest of this page is where the setting lives, what still routes around it, the three unconnected lists all called “recent”, and what to put in Recents’ place.
On that last point, FileBo is one honest answer: a recents panel that appears over any app on one keystroke and hides itself when you are done — instead of living in every new window.
One menu in Finder's own settings decides what every new window opens on, and yours is set to Recents. Open Finder's settings, go to General, and it is the very first row. Change it to your home folder, to Downloads, or to any folder you pick yourself. Ten seconds, and it holds from then on.
Three things will still take you to Recents afterwards, and none of them is a fault: its keyboard shortcut, the sidebar entry, and any window Finder carried over from your last session. Close that window, open a fresh one, and it behaves.
The part worth a minute of thought is what you give up. Recents only ever listed files you had opened — never the ones that merely arrived — but it was the one view macOS opens on your recent work without being asked. Change the popup and nothing opens on it by itself any more, so it is worth putting something back. That is the end of this page.
Want new windows opening where you asked, and your recent files still one keystroke away? FileBo is a small panel that appears over whatever you are doing and vanishes when you click back into your work, so no Finder window is given up for it. It counts a file from the moment it arrives on your Mac, so this morning's downloads are in the list whether you opened them or not.
One catch, since this page is about ⇧⌘F: that is also FileBo's default hotkey, so with both left at their defaults it stops opening Finder's Recents — changeable in its settings, and spelled out at the end of this page. It also reads the same Spotlight index Finder reads, so it inherits every gap in that index.
The setting that decides it
Finder keeps one preference for what a brand-new window should show, and out of the box it is set to Recents. It is not in the sidebar, and it is not in the View menu — it is in Finder’s own settings window, first row of the first pane. Change it there and every window you open from then on lands where you asked.
Finder ▸ Settings… ▸ General. The first row of that pane is labelled, verbatim:
New Finder windows show:
That string comes from Finder’s own settings window resource, PreferencesWindow.nib, so it is what your Mac renders regardless of which guide you were reading. The same resource holds the popup beside it, and it carries eight entries: Computer, your home folder (listed under your account’s name, with a house icon), Desktop, Documents, iCloud Drive, an iOS Device row, Recents, and Other… for any folder you pick yourself. Not all of them show on every Mac — iCloud Drive needs iCloud Drive turned on, the iOS Device row needs a device — and the popup takes nothing that is not on that list except through Other….
Two naming details, because half the confusion in this area is people looking for a menu item that has been renamed:
| macOS | Finder menu item | Shortcut |
|---|---|---|
| 13 Ventura and later | Settings… | ⌘, |
| 12 Monterey and earlier | Preferences… | ⌘, |
Finder’s compiled menu bar still carries the old title Preferences… bound to ⌘,; AppKit ships the replacement word Settings… and substitutes it at runtime. That is why the source and the screen disagree, and why the shortcut never changed.
Want to read the current value without clicking through anything? Finder stores it in two keys:
$ defaults read com.apple.finder NewWindowTarget
PfLo
$ defaults read com.apple.finder NewWindowTargetPath
file:///Users/me/Downloads/
NewWindowTarget holds a four-character code and NewWindowTargetPath holds a location. Those are the values from my Mac, where the popup is set to Other… pointing at Downloads: PfLo is the code for Other, and the path key is what makes it mean anything. The built-in destinations each have their own code and leave the path key unset or irrelevant — I only had one setting to read, so I am not going to publish a table of codes I did not verify.
If windows keep landing on Recents anyway
You changed the setting and you are still ending up in Recents. That does not mean the change failed — it means something other than a brand-new window put you there, and setting the popup a second time cannot touch any of it.
The popup governs new windows and nothing else. Three things route around it:
- ⇧⌘F. That is Finder’s Go ▸ Recents, and it works from any window. If it is in your fingers from an older habit, you will keep arriving there.
- The sidebar. Recents sits under Favorites and one click still takes you to it.
- Restored windows. A Finder window carried over from your last session shows whatever it was showing before you changed the setting. Close it and open a fresh one.
None of these is a fault, and none of them is fixed by changing the popup a second time.
What you actually give up
This is the part no ranking page says out loud.
In plain words: Recents was never showing you everything recent. It lists only files you have opened, so everything that merely landed on your Mac — a download, a file an app saved for you, something somebody sent — was never in it. And thin as that list was, it was still the one place your Mac opened on your recent work by itself, and changing the popup takes that away without offering anything in exchange.
Recents is the only view macOS opens on your recent work by default. It is not a folder — it is a saved Spotlight search that ships inside Finder, and the only date it tests is kMDItemLastUsedDate. (A content-type test sits beside it, which is why folders and apps never appear there either.) The full query, and the three unrelated faults that empty it, are a page of their own.
Two consequences follow, and they pull in opposite directions.
The first is that Recents is narrower than it looks. kMDItemLastUsedDate is set when something opens a file, so anything that merely arrived is absent by design. Want the size of that gap on your own Mac? Two commands measure it — run them and compare the counts:
$ mdfind -onlyin ~/Downloads 'kMDItemDateAdded >= $time.today(-7)' | wc -l
$ mdfind -onlyin ~/Downloads 'kMDItemLastUsedDate >= $time.today(-7)' | wc -l
The first is everything that landed in Downloads over a week. The second is the subset you actually opened, and it is the only part Recents was ever showing you. On the Mac this page was written on the second number was two, against double figures for the first — but the ratio is the point, and yours is the one that matters. If that gap is your real complaint, switching the popup will not touch it — downloads not showing in Finder Recents is the page you want.
The second is that Recents, narrow as it is, was still doing something for you. Set the popup to your home folder and every new window now opens on the same folders in the same alphabetical order, which tells you nothing about what you were doing yesterday. Nothing else in macOS opens on recent work by default once you change that popup — the closest thing left is the Downloads stack in the Dock, if you still have it, and only for downloads. So change the setting — and then put something back, which is the last section.
Three lists called “recent”, and they are not connected
Your Mac has several different things called “recent”, they are kept in completely different places, and none of them knows about the others. Emptying one leaves the rest exactly as they were — which is why “I cleared my recents and nothing happened” is such a common complaint.
A large share of “my Mac’s recents are wrong” turns out to be someone clearing one list and expecting another to change. There are three, plus a fourth people fold in:
| Where | What it lists | Backed by | How to clear it |
|---|---|---|---|
| Finder sidebar Recents, or Go ▸ Recents (⇧⌘F) | Documents and archives with a last-opened date, inside your home | A Spotlight query, re-run each time | No clear command exists |
| Finder ▸ Go ▸ Recent Folders | Folders you navigated to in Finder | Finder’s own list | Recent Folders ▸ Clear Menu |
| Apple menu ▸ Recent Items | Applications, Documents, Servers | LaunchServices shared file lists | Recent Items ▸ Clear Menu |
| An app’s File ▸ Open Recent | Documents that app opened | That app | Usually a Clear Menu of its own |
The specifics are worth having, because they settle most of the arguments:
Go ▸ Recents is ⇧⌘F and Recent Folders has no shortcut at all. Finder’s own compiled menu confirms all of it: Recents carries ⇧⌘F, Go to Folder… ⇧⌘G, Connect to Server… ⌘K, Go ▸ Downloads ⌥⌘L — and the Recent Folders item stores an empty key equivalent, so there was never a shortcut to forget.
Recents is still All My Files in Finder’s code. The menu item reads Recents, but the action wired to it is cmdGoToAllMyFiles:. The label changed in macOS 10.14 Mojave; the code path did not.
The Apple menu’s Recent Items is not Finder’s. Its submenu headings — Applications, Documents, Servers — and its Clear Menu come from AppKit’s own string table, not from Finder, which is why that submenu looks identical in every application you use. The number of entries it keeps is set in System Settings ▸ Control Center, in the menu bar section, under “Recent documents, applications, and servers”. It is nowhere in Finder’s settings, which is where everybody looks first.
Clearing Recent Items cannot empty Recents. Recent Items is a stored list, in ~/Library/Application Support/com.apple.sharedfilelist/; the system protects that directory, and ls there returns Operation not permitted unless your terminal has Full Disk Access. Recents stores nothing. It asks Spotlight the same question every time you open it, so the only way to remove a file from it is to change kMDItemLastUsedDate on the file.
What to put in Recents’ place
You have just emptied the slot that opened on your recent work, so put something in it. macOS can do that three different ways without any app at all: keep Recents as somewhere you visit rather than somewhere you land, change how a folder sorts, or build the smart folder Recents should have been. All three are free and all three work.
Keep Recents reachable, just not compulsory. ⇧⌘F opens it from anywhere. The sidebar entry survives the popup change untouched — it is a separate control, in Finder ▸ Settings ▸ Sidebar under “Show these items in the sidebar:”, in the Favorites group. Set the popup to your home folder and leave the sidebar item ticked and you have both.
Sort instead of switching views. In any Finder window, View ▸ Sort By carries three date orders with shortcuts:
⌥⌘3 Last Opened
⌥⌘4 Date Added
⌥⌘5 Date Modified
Open Downloads, press ⌥⌘4, and you have a better answer to “what arrived recently” than Recents ever gave you, because Date Added maps to kMDItemDateAdded — the attribute macOS describes as “Date when this item was last moved”, which is exactly what a download is. The Downloads stack in the Dock has the same order under its own Sort by ▸ Date Added, for free, without opening a window at all — with the ceiling that implies: one folder, no search, none of the other places a file lands, and nothing about what reached the Desktop. A peek, not a view.
Build the Smart Folder Recents should have been. File ▸ New Smart Folder, add a criterion, choose Date added rather than Last opened date, save it with “Add To Sidebar” ticked. It lands in ~/Library/Saved Searches/ as an ordinary .savedSearch file, structurally the same object Finder ships for Recents. The step-by-step is on the Recents-is-empty page. Want to check the attribute before you build a folder around it? mdfind -onlyin ~ 'kMDItemDateAdded >= $time.today(-1)' shows you that the query matches something. Expect the terminal to print far more than the saved folder will show: Finder’s saved searches carry UserFilesOnly and FinderFilesOnly, so the ~/Library churn that dominates the raw mdfind output never reaches the window. One correction to older guides while you are there: New Smart Folder has no keyboard shortcut on macOS 26.6. Finder’s menu records an empty key equivalent for it; the ⌥⌘N that guides still quote is attached to a New Finder Window item.
When leaving it on Recents is the right call
If your day is opening the same dozen documents, Recents is genuinely the best default macOS offers and the popup is not your problem. And if the window you keep landing on is empty rather than merely unwanted, that is a different fault entirely — an empty Recents and an unwanted Recents share a symptom and nothing else. The same goes for a file Spotlight finds and Finder will not show you; that is a third problem again.
FileBo: your recent files without a Finder window
A Smart Folder is still a Finder window: you have to go and open it, and it takes over a window you wanted for something else. That is precisely the slot the popup used to fill.
FileBo occupies that slot the other way round. You press one key and a small panel appears over whatever you are doing, including over a full-screen app; click back into your work and it hides itself again. You never go looking for it, and you never give up a window to it.
What is in the panel is the part that matters here: everything that arrived or changed on your Mac lately, opened or not. The download you never got round to. The file an app saved for you. The one somebody sent you. That is the difference from the list you have just stopped landing in: Recents counts a file only once you have opened it, and FileBo counts it from the moment it turned up.
macOS 15.0 or later; 14 days to try it, then a one-time $9.99.
If you do want the mechanical version: it is a floating NSPanel summoned by a hotkey, marked .fullScreenAuxiliary so it appears over full-screen apps, and it hides again when you click outside it. It keeps no database: it runs MDQuery against the same Spotlight index Finder uses, but over four dates OR’d together — kMDItemContentCreationDate, kMDItemFSContentChangeDate, kMDItemFSCreationDate and kMDItemDateAdded. kMDItemLastUsedDate is not among them, which is the whole difference from Recents. ⌘1 and ⌘2 switch it between its two sizes.
One honest collision, since this page is about ⇧⌘F: that is also FileBo’s default hotkey, registered system-wide through Carbon’s RegisterEventHotKey, and system-wide hot keys are matched before an application’s menu shortcuts. Running both with the defaults means ⇧⌘F stops opening Finder’s Recents window. The hotkey is configurable in FileBo’s Shortcuts settings, and if you use Go ▸ Recents at all, change it there first.
And the boundary that decides whether any of this helps: FileBo reads Spotlight’s index and inherits every gap in it. It does not repair a broken index, and no setting on this page does either.
Common questions
How do I stop Finder from opening in Recents every time?
Open Finder ▸ Settings ▸ General — the first row is labelled "New Finder windows show:" and it is a popup menu. Change it from Recents to your home folder, Desktop, Documents, iCloud Drive, or Other… for any folder you choose. On macOS 13 Ventura and later the menu item is Settings…; on macOS 12 and earlier it reads Preferences…; ⌘, opens it either way. The change applies to windows you open from then on — a window Finder restored from your previous session keeps showing whatever it was showing.
What is the difference between Recents in the Finder sidebar and Recent Items in the Apple menu?
They are three separate lists with nothing in common. Finder's Recents (sidebar, or Go ▸ Recents at ⇧⌘F) is a saved Spotlight search that returns documents and archives inside your home folder that carry a kMDItemLastUsedDate — no stored list, and no folders or apps, which the query excludes by content type. Finder's Go ▸ Recent Folders is a list of folders you navigated to in Finder, and it has its own Clear Menu command. The Apple menu's Recent Items is drawn by AppKit for every application, with the headings Applications, Documents and Servers, and its own Clear Menu. Clearing either menu leaves the other two untouched.
Is Recents a real folder somewhere on my Mac?
No. It is a saved Spotlight search that ships inside Finder at /System/Library/CoreServices/Finder.app/Contents/Resources/MyLibraries/myDocuments.cannedSearch/Resources/search.savedSearch, and on macOS 26.6 its query begins (kMDItemLastUsedDate = "*"). That is why there is no Clear command for it — there is no stored list to clear, only a query that either matches a file or does not. It is also why you cannot move it, rename it, or put anything into it.
If I change what new Finder windows show, do I lose Recents?
No — you lose it as a default, not as a destination. ⇧⌘F still opens it from anywhere in Finder (Go ▸ Recents), and the sidebar entry stays in the Favorites group unless you also untick it in Finder ▸ Settings ▸ Sidebar, under "Show these items in the sidebar:". What you genuinely give up is the only view macOS opens on recent work by default, which is worth replacing with a Smart Folder or a sort order rather than simply dropping.
Why does clearing Recent Items not empty Finder's Recents?
Because they are stored completely differently. Apple menu ▸ Recent Items ▸ Clear Menu empties LaunchServices' shared file lists, which live in ~/Library/Application Support/com.apple.sharedfilelist/ and are protected by the system — a plain ls there returns "Operation not permitted" unless the terminal has Full Disk Access. Finder's Recents holds no list at all; it re-runs a Spotlight query each time you open it. To remove a file from Recents you would have to change kMDItemLastUsedDate on the file itself.
What should I use instead of Recents for files I just downloaded?
Sort by Date added rather than switching views: in any Finder window, View ▸ Sort By ▸ Date Added is ⌥⌘4 (Last Opened is ⌥⌘3, Date Modified is ⌥⌘5). Recents cannot help here because it keys on kMDItemLastUsedDate, which downloading does not set — Date Added maps to kMDItemDateAdded, which downloading does set. You can measure the gap on your own Mac: compare `mdfind -onlyin ~/Downloads 'kMDItemDateAdded >= $time.today(-7)' | wc -l` with the same command using kMDItemLastUsedDate. The second number is the only part of the week Recents was ever showing you.