Sweepfor Mac

Mac maintenance

Mac Spotlight Tips and Tricks Beyond File Search

Spotlight isn't just search — it's a calculator, converter, dictionary, launcher, and more. The full set of Spotlight tricks for macOS Sonoma+.

8 min read

Most people use Spotlight for two things: finding a file and launching an app. Spotlight does about 20 things. The ones it doesn’t advertise are often the most useful — currency conversion, math, package tracking, weather, dictionary lookups, and more, all from Cmd-Space and a couple of keystrokes.

The launcher use case (with hidden behavior)

Cmd-Space, type the first 2-3 letters of any app, hit Return. That’s the basic. The hidden parts:

  • Spotlight learns from your behavior. If you launch “Numbers” 50 times, typing “n” eventually puts Numbers above News and Notes
  • Cmd-Return on a Spotlight result opens the file’s enclosing folder in Finder instead of opening the file
  • Cmd-L on a Spotlight result shows the dictionary definition (works on words you type into Spotlight too)
  • Cmd-Option-Space opens Finder Search instead of Spotlight — same query language, different UI

To rank apps higher in Spotlight, drag the icon from /Applications into the search; it instantly becomes the top result going forward.

Math and unit conversion

This is the one that pays for itself the first day. Cmd-Space, then:

  • 8 * 12 * 365 → calculator
  • (120 + 47) / 3 → respects parentheses
  • 120 usd in eur → live currency
  • 200 gbp in jpy → also works
  • 5 ft 11 in cm → unit conversion
  • 100 km in mi
  • 1.5 cups in ml
  • 212 f in c
  • 2 hours in seconds

Spotlight handles complex units the way you’d write them in a sentence. The result shows immediately as you type — no need to hit Return.

There’s a faster waySweep does most of this list automatically. Try Sweep free →

Dictionary, thesaurus, definitions

Type any word into Spotlight. The right pane shows the definition, etymology, synonyms. Cmd-L brings up the full Dictionary app entry.

Bonus: Spotlight also handles abbreviations and acronyms — type “TLDR” and you get the expansion plus the Wikipedia summary.

Web search results

Spotlight integrates a few web sources you can selectively enable in System Settings, Siri & Spotlight, Search Results:

  • Wikipedia: type any topic. The right pane shows the article summary
  • Movies, TV shows: ratings, cast, showtimes (US-only for some sources)
  • App Store: shows results from the store with a “View in App Store” button
  • Maps locations: type a place name, get a map preview and address

Disable any source you don’t use to make Spotlight feel faster.

Package tracking

Type a tracking number — UPS, FedEx, USPS — into Spotlight. The right pane shows the carrier and delivery status. Works for most major carriers.

Quick file actions

Once Spotlight finds a file, before hitting Return:

  • Cmd-Return: open enclosing folder
  • Cmd-Down or Cmd-Up: navigate within results
  • Hold Cmd: shows the file path at the bottom of the result panel
  • Right arrow: expand the preview pane on the right

The preview pane plays video, plays audio, shows PDFs scrollable, even renders code with syntax highlighting.

Weather

Type “weather” alone — current location forecast. Type “weather Tokyo” — that location’s weather. Works for any major city.

Stocks

Type a ticker symbol: “AAPL,” “TSLA,” “BTC.” Right pane shows current price and a small chart. Cmd-Click to jump to Stocks app for more detail.

Tip: "btc usd" or "eth usd" works for crypto pricing if you type both the symbol and the currency.

Time zones

  • “time tokyo” → current time in Tokyo
  • “time in london” → ditto
  • “time difference new york paris” → not officially documented, but often works

Calendar quick-add

Type “lunch friday 12pm” — Spotlight recognizes it as a potential calendar event and offers to create one with Return. This works for natural-language event creation. Same with reminders.

Timer (Sonoma+)

“Timer 10 minutes” — sets a timer immediately. “Timer 25 minutes pomodoro” — names it. The Clock app picks it up.

Search operators (the power-user mode)

Spotlight accepts the same query syntax as Smart Folders:

  • name:report — files with “report” in the filename
  • kind:pdf — only PDFs
  • kind:image, kind:video, kind:audio — categories
  • date:today, date:yesterday, date:this week
  • size:>100mb — files over 100 MB
  • tag:active — files with the “active” tag
  • author:"Jane Doe" — for documents with author metadata

Combine them: kind:pdf date:this month shows every PDF you’ve touched this month.

What Spotlight indexes

Open System Settings, Siri & Spotlight. The left list shows result categories — toggle off the ones you don’t use (Mail, Suggestions from Siri, etc.) to make results cleaner. The right tab “Spotlight Privacy” excludes folders from indexing.

If Spotlight feels stuck or returns no results when it should, the index is corrupt. Open Spotlight Privacy, drag your hard drive in, click OK, then remove it. Spotlight will reindex. On a 1 TB SSD with a few hundred thousand files, expect 30 minutes to 2 hours.

Spotlight from Terminal

mdfind is Spotlight from the command line:

mdfind -name "report"
mdfind "kind:pdf date:today"
mdfind -onlyin ~/Documents "kind:image"

Useful in scripts. Faster than find because it uses the existing Spotlight index.

mdls <file> shows every metadata attribute Spotlight knows about a file — sometimes 80+ attributes. You can search on any of them with kMDItem syntax, but it gets verbose.

When you want more than Spotlight

Spotlight is great. Raycast (free) and Alfred (free + paid Powerpack) are better for power users. They keep the Cmd-Space muscle memory but add:

  • Custom workflows
  • Snippet expansion (type “myaddr” anywhere, expands to your full mailing address)
  • Window management
  • Clipboard history
  • System commands (“sleep,” “lock,” “empty trash”)

Replacing Spotlight isn’t necessary, but if you find yourself reaching for the same workflow repeatedly, a launcher with macros is worth the 30-minute learning curve.

Skip the manual huntSweep finds the cache, clutter, and forgotten files in seconds. Download Sweep free →

Quick reference

The shortcuts every Mac user should know:

  • Cmd-Space: open Spotlight
  • Cmd-Option-Space: open Finder Search
  • Inside Spotlight: Return to open, Cmd-Return to show in Finder, Cmd-L to look up in Dictionary
  • Right pane: scroll through previews, navigate to enclosing folder, open in default app
  • Type calculations, conversions, weather, definitions, tracking numbers — Spotlight handles them all without leaving the keyboard

The promise of “no more launching apps” was always slightly oversold. The actual win is that Spotlight removes 90% of trips to the menu bar, the Calculator app, the dictionary, the unit converter site, and Google for simple lookups. Each saves a few seconds. Across a day, those add up to 20-30 minutes of friction removed — none of which feels like a productivity hack while you’re using it.

← Back to all guides