Most Mac owners use Spotlight for exactly one thing: hitting Cmd+Space and typing an app name. That's a fraction of what it does. Spotlight indexes file contents, does unit and currency conversion, evaluates math, looks up dictionary definitions, and can search inside Mail, Messages, and Notes — all from the same box, without opening a browser or launching Calculator.
Opening and Closing Fast
Cmd+Space opens it from anywhere; Escape closes it. If Cmd+Space doesn't work, something else (often a third-party launcher like Alfred or Raycast) may have claimed that shortcut — check System Settings → Keyboard → Keyboard Shortcuts → Spotlight to see what's bound.
Search Operators That Actually Narrow Results
Typing a plain word searches file names and, for many file types, contents. A few modifiers make it far more precise:
- kind: — e.g.
kind:pdf invoicerestricts results to PDFs matching "invoice." - date: — e.g.
date:yesterdayordate:last weekfilters by modification date. - from: — inside Mail results, narrows to a specific sender.
- Quoted phrases — wrapping a phrase in quotes searches for that exact sequence rather than each word separately.
These operators aren't documented anywhere obvious in the interface, which is why most people never discover them despite using Spotlight daily.
Calculator and Conversions
Type a math expression directly — 458*3.7 — and the result appears at the top of the list, updating as you keep typing. It also handles unit conversion in plain language: 12 km in miles, 3 cups in ml, or 75f in c all resolve instantly. For currency, typing 50 usd in eur works using the system's cached exchange rate, which updates periodically rather than in real time — don't rely on it for a transaction happening that exact minute.
Previewing Without Opening
Highlight a result (don't press Return) and press the Space bar, or click the small preview icon on the right, to open Quick Look — a full preview of a document, image, or video without launching the app that owns it. This is faster than opening Preview or Photos just to confirm you found the right file.
Excluding Folders from the Index
Spotlight indexes almost everything by default, including some folders you'd rather it left alone — a large Time Machine local snapshot, a Dropbox folder full of client files, a virtual machine disk image. Go to System Settings → Siri & Spotlight → Spotlight Privacy, then drag in any folder or volume you want excluded. This also speeds up indexing on machines with very large drives, since Spotlight won't re-scan excluded content after every change.
Choosing What Spotlight Searches
The same Siri & Spotlight settings pane lets you turn off entire categories of results — Contacts, Events & Reminders, Fonts, Movies, Tips — if your results list is cluttered with things you never actually want. Turning off categories you don't use also trims a small amount of indexing overhead, though on any Mac from the last several years the difference isn't something you'll notice day to day.
Navigating Results Without Touching the Mouse
Arrow keys move up and down the results list; Return opens the highlighted item directly, which for an application means launching it and for a document means opening it in its default app. Tab switches between result categories on the right-hand side of some Spotlight layouts, letting you jump straight to, say, only the Mail results instead of scrolling past every application match first. Command+Return opens the highlighted item's containing folder in Finder instead of opening the item itself — useful when you want the file's location rather than the file.
Jumping Straight Into System Settings
Typing the name of a System Settings pane — "Bluetooth," "Displays," "Battery" — surfaces it as a direct result, opening straight to that pane instead of the System Settings app's main list. This is faster than remembering which sub-menu a setting lives under, particularly since Apple has reorganized the Settings app's category structure more than once across recent macOS versions.
Rebuilding the Index When Search Stops Working
If Spotlight consistently misses files you know exist, the index may be corrupted rather than incomplete. Open Terminal and run sudo mdutil -E / to force a full re-index of the startup volume. This can take anywhere from a few minutes to a couple of hours depending on how much data is on the drive, and search results will be incomplete until it finishes — plan to run it overnight if you have a large drive.
Spotlight vs. a Dedicated File Search Tool
Spotlight is good enough for everyday use and requires no setup, but it prioritizes relevance over speed and won't show every match instantly the way a purpose-built indexer does. On Windows, the closest equivalent by design philosophy is Everything, which trades content indexing for near-instant filename results — useful context if you split time between a Mac and a Windows machine and want to know what to expect from each. If you organize downloads by hand rather than relying on search, see our guide to keeping a Downloads folder under control — a lighter index means faster, more accurate Spotlight results too.
For Apple's own documentation on Spotlight search operators and settings, see Apple's support page on searching with Spotlight.