Mac Tips
Organise Your Mac Files Automatically with Smart Folders
Smart Folders are saved Finder searches that file themselves. Build one in four steps, copy five recipes worth keeping, and learn why an empty Smart Folder is almost always a scope problem.

Key takeaways
- A Smart Folder is a saved Finder search, not a real folder. It stores no files of its own and re-runs its query every time you open it.
- You create one from Finder with File, then New Smart Folder, or by pressing Option, Command and N, then adding rules and clicking Save.
- Smart Folders live as .savedSearch files in the Saved Searches folder inside your user Library, so you can back them up or copy them to another Mac.
- An empty Smart Folder is nearly always a scope problem: the search is set to the folder you started in rather than This Mac.
- Deleting a file from inside a Smart Folder deletes the real file, because you are looking at the original, not a copy.
A Smart Folder is a saved Finder search. It holds no files of its own. Every time you open it, Finder re-runs the query and shows whatever currently matches. Create one from File, then New Smart Folder, add your rules, and click Save. Nothing on your disk moves.
That last point is what makes them safe to experiment with. A Smart Folder that turns out to be useless costs you nothing, because the only thing you delete is the search.
What is a Smart Folder, and where do the files really live?
Think of it as a window rather than a container. The files stay in Downloads, Documents, iCloud Drive or wherever they were; the Smart Folder just gathers everything matching your rules into one view. Add a matching file anywhere on the disk and it turns up in the Smart Folder without you doing anything. Delete it, and it disappears from the view.
The power comes from searching on metadata rather than location. Spotlight indexes far more than file names: kind, size, created and modified dates, tags, page count, camera model, duration, even the text inside documents. A Smart Folder is a way to save one of those queries and put it in your sidebar.
How do I create a Smart Folder on a Mac?
- In Finder, choose File, then New Smart Folder, or press
Option + ⌘ + N. - A search window opens. Below the toolbar you will see This Mac next to the name of your current folder. Pick one. This choice is the single most common thing people get wrong.
- Click the + button at the right-hand end of that row to add a rule. The first dropdown defaults to Kind and Last Opened Date. Choose Other to reach the full attribute list, which has a search field of its own, and tick In Menu next to any attribute you expect to reuse.
- Add as many rules as you need with the + button. Hold
Optionand the + turns into an ellipsis button that adds a nested Any or All condition, which is how you build "images or PDFs, created this month". - Click Save, name it, and tick Add To Sidebar.
To change a Smart Folder later, open it, click the Action button in the toolbar, the one with the gear icon, and choose Show Search Criteria. Edit the rules and hit Save again.
Where are Smart Folders stored?
In ~/Library/Saved Searches, as files ending in .savedSearch. Two useful consequences. First, you can back them up or copy them to another Mac and they will work, provided the second Mac has the same folder structure for anything folder-scoped. Second, if a Smart Folder vanishes from your sidebar, the file is probably still there and you can drag it back in.
To get to that folder, press Shift + ⌘ + G in Finder and paste the path.
Five Smart Folders worth building
1. Screenshots from the last week
- Kind is Image
- Name contains Screenshot
- Created date is within last 7 days
Useful because screenshots are the files you need for about ten minutes and then never again. If you have renamed your screenshots or changed the capture prefix, drop the Name rule and match on Kind and date alone.
2. Anything over 500MB
- File Size is greater than 500 MB
The fastest way to see where your disk went. Pin it to the sidebar and check it before you reach for a cleaning tool. It pairs directly with our guide on how to safely clean up Mac storage, which covers which of those large files are safe to remove and which are not.
3. Installers you have finished with
- Name ends with .dmg, or Kind is Disk Image
- Last opened date is not in the last 30 days
Disk images and installer packages accumulate in Downloads and each one is dead weight once the app is installed. Check the list before deleting: a licensed app you downloaded directly from a developer rather than the App Store may be worth keeping the installer for.
4. Documents you touched today
- Last modified date is today
- Kind is Document
The answer to "where did I just save that". Better than digging through Recents, because you control what counts.
5. Everything tagged Active
- Tags is Active
Tag files as you work on them, and this folder becomes your live project list regardless of which client folder each file sits in. Remove the tag when a job finishes and the file leaves the view on its own.
Why is my Smart Folder empty?
Nine times out of ten it is the scope. Check the This Mac button at the top of the search window: if it is set to a folder instead, you are searching a fraction of your disk. The other causes, in rough order of likelihood:
- The folder is excluded from Spotlight. Open System Settings, find the Spotlight settings, and check the privacy exclusion list. Anything in there is invisible to every Finder search.
- System files are not included by default. Add the System files attribute and set it to are included if you are deliberately looking inside Library folders.
- The volume is not indexed. External and network drives often are not. Give a freshly connected drive time before judging it.
- Your Name rule is too literal. Name matching looks at the file name only, not the contents, and it is stricter than people expect. Loosen it and add a Kind rule instead.
To test a query outside Finder, use mdfind in Terminal. Running mdfind -name Screenshot tells you immediately whether Spotlight can see those files at all. If it returns nothing and you know the files exist, the index is the problem, not your rules.
Rebuilding the index is the last resort. sudo mdutil -E / erases and rebuilds it. This is reversible in the sense that nothing is lost, but Spotlight results will be incomplete for a while, sometimes hours on a large disk, and the machine will run warm during it. Do it when you are stepping away, not mid-deadline.
What Smart Folders cannot do
- They do not move anything. If your goal is genuinely to reorganise files on disk, a Smart Folder gives you the view but you still do the moving.
- You cannot save into one. No app's Save dialog will offer a Smart Folder as a destination, because there is no there there.
- Deleting from one is a real delete. Pressing
⌘ + Deleteon a file inside a Smart Folder moves the actual file to the Trash. Recoverable until you empty it, but not a "remove from this view" action. - They are not a backup. A Smart Folder pointing at your important documents protects nothing. Time Machine does that job.
Where this fits in a tidier Mac
Smart Folders handle the files. The other half of the mess is applications. If your Downloads folder has gone missing from the sidebar during a tidy-up, we cover restoring it to the Finder sidebar and getting it back on the Dock separately.
For the apps themselves, the same principle applies: stop hunting, set up the view once. ShortcutDock keeps your apps in a grid that drops down from the menu bar, organised into Groups the way a Smart Folder organises files, which means you can hide the Dock and still reach everything. It is the same instinct applied to launching rather than filing, and it works well with the context-based approach in how to stop context switching on your Mac.
Frequently asked questions
Do Smart Folders take up disk space?
Effectively none. A Smart Folder is a small file holding the search rules, usually a few kilobytes. The files it displays stay exactly where they already were, so building twenty Smart Folders does not duplicate a single byte of your data.
If I delete a file from a Smart Folder, is it actually deleted?
Yes. A Smart Folder shows you the original files, not copies, so pressing Command and Delete moves the real file to the Trash from wherever it lives on disk. That is recoverable until you empty the Trash. Removing the Smart Folder itself, by contrast, deletes only the saved search and leaves every file untouched.
Can I use a Smart Folder to search an external hard drive?
Only if Spotlight indexes that drive. Many external and network volumes are not indexed by default, and a Smart Folder scoped to This Mac will quietly skip them. Check that the drive is not listed under Spotlight privacy exclusions in System Settings, and give a newly connected drive time to finish indexing before you judge the results.
What is the difference between a Smart Folder and a Finder tag?
A tag is a label you attach to a file by hand. A Smart Folder is a rule that gathers files automatically. They work well together: tag a handful of files as Active, then build one Smart Folder that collects everything carrying that tag, so you never maintain a list of them yourself.
Related guides
How to Safely Clean Up System Storage on a MacIs your Mac running out of disk space? A safe order of operations using built-in macOS tools, what System Data really contains, and a clear list of things you should never delete. Downloads Folder Missing from the Mac Finder SidebarOpen Finder Settings, click Sidebar, and tick Downloads. If that does not do it, here is how to fix a hidden sidebar, a dead shortcut, or a Downloads folder that is genuinely gone. How to Stop Context Switching on Your MacRefocusing after an interruption takes far longer than the interruption itself. Define two or three work contexts, batch-launch each one as a group, and back them with Focus modes and Spaces.



