v1.0 — Now available for macOS · Press ⌘ Space to launch
← Back to blog

macOS Spotlight tips and tricks that still work in Tahoe 26

CmdSpace Team·

Spotlight has more capability than most users discover. Apple ships features into Spotlight every year, retires others quietly, and rarely documents the differences. By 2026, the result is a search bar where half the useful tricks are folk…

Spotlight has more capability than most users discover. Apple ships features into Spotlight every year, retires others quietly, and rarely documents the differences. By 2026, the result is a search bar where half the useful tricks are folklore — passed around in HN comments and forum threads more than in Apple support pages.

This is the verified 2026 set. Every trick below was tested on macOS Tahoe 26 in May 2026. They are organized roughly from "you should already know this" to "you probably don't."

If Spotlight has become slow, noisy, or broken for your use case, the companion posts at the end cover replacements. This post is for users who still want Spotlight working well.

Math, conversions, and definitions

The most reliable inline behaviors:

  • 2 + 2 — basic arithmetic. Operators + - * / and parentheses.
  • sin(0.5), cos(0.5), log(100), sqrt(2), pi, e — standard math.
  • 5! — factorial. Works in Tahoe.
  • 2^10 — exponent. The ** syntax does not work; use ^.
  • 12 feet to meters — unit conversion. Length, weight, volume, temperature, area, speed, time.
  • 100 USD to JPY — currency, network required, refreshes from system rates.
  • define obstinate — dictionary card with definitions and Wikipedia.

The keyboard trick for math: with the answer highlighted, ⌘C copies just the numeric result, not the equation. So 12 feet to meters → Return → ⌘C gives you 3.6576 ready to paste, without the words around it.

The dictionary trick: typing define <word> returns a richer card than just typing <word>. The card includes pronunciation, synonyms, and a Wikipedia stub.

Full breakdown of inline calculator alternatives across launchers: Inline calculator on macOS.

Hidden system actions

Spotlight will run a small set of system commands by name in Tahoe 26:

  • sleep — sleep the Mac.
  • lock screen or lock — lock the screen.
  • log out — open the log-out confirmation.
  • restart — open the restart dialog.
  • shut down — open the shut-down dialog.
  • night shift on / night shift off — toggle Night Shift.
  • do not disturb / focus — toggle Focus / DND.
  • empty trash — confirms then empties the trash.

These are not menu items; they are Spotlight-specific actions. The full list grows quietly each year. Apple's support docs do not enumerate them. Try them on your machine; if they exist, they appear as a top result with a system-style icon.

Path navigation

Type / in Spotlight. The query mode switches to path navigation:

  • /usr/local/bin — opens that folder when you press ↩.
  • ~/ — completes home-directory paths.
  • /Volumes/ — completes external volumes.

⌘↩ on a path result reveals the path in Finder instead of opening it. ⌘L shows the full path at the bottom of the panel — useful when the path is long enough that Spotlight truncates it.

This is the fastest way to open ~/Library (which is hidden by default in Finder) without messing with the chflags trick:

~/Library<Return>

Spotlight opens it. Done.

Filtering by kind

Type a keyword, then kind: to filter:

  • kind:image or kind:photo
  • kind:pdf
  • kind:music
  • kind:movie
  • kind:document
  • kind:folder
  • kind:contact
  • kind:email or kind:message
  • kind:bookmark
  • kind:application or kind:app

Combine with the keyword: invoice kind:pdf returns only PDFs matching "invoice."

The kind: syntax is documented sparingly; the full vocabulary lives in mdfind's metadata attributes (kMDItemContentTypeTree). For day-to-day Spotlight use, the list above covers 95% of cases.

Filtering by date

Spotlight understands natural-language date filters in queries:

  • date:today
  • date:yesterday
  • date:this week
  • date:this month
  • date:2025
  • modified:today
  • created:this week

invoice kind:pdf date:this month filters to PDFs matching "invoice" modified this month. Powerful when you actually need to find a specific recent thing.

These keywords are case-insensitive but space-sensitive — date:this week works, date:thisweek does not.

Filtering by author and tag

If you tag files with macOS's color tags or set Author metadata:

  • author:"Jane Doe" — files whose author metadata matches.
  • tag:red — files with the red tag in Finder.

Tag-based filtering only works for files you have actually tagged. Most users tag nothing, so this is dormant capability unless you actively use Finder tags.

Boolean operators

Spotlight supports a limited boolean syntax:

  • AND (implicit) — both terms must match.
  • OR — either term matches.
  • - (minus) — exclude.
  • Quotes — exact phrase.

Examples:

  • report -draft — files matching "report" but not "draft."
  • "Q1 2025" — exact phrase.
  • invoice OR receipt — either word.

The OR operator must be uppercase. Lowercase is treated as a literal word.

Result-list shortcuts

With Spotlight open and a result highlighted:

ShortcutAction
Open the result
⌘↩Reveal in Finder
⌘LShow full path at the bottom
⌘YQuick Look inline
⌘CCopy file
⌘BSearch the web (current default engine)
⌥↑ / ⌥↓Jump by category
⌃↑ / ⌃↓Same in some macOS releases

The most underused: ⌘L (show path) and ⌘Y (Quick Look). Both turn Spotlight into a triage tool rather than just a launcher.

Trim the noise — Siri Suggestions and Apps

If your Spotlight is showing App Store results, Siri Suggestions, Mail messages, Maps suggestions, and weather, your results are diluted before you start typing. The reset:

System Settings → Spotlight → uncheck:

  • "Show suggestions in Look Up" (kills Siri Suggestions in Spotlight)
  • "Allow Spotlight Suggestions in Look Up & Search" (where applicable)
  • Categories you do not want: Movies, Music, App Store, etc.

Keep checked the categories you actually search for: Applications, Documents, Folders, PDF Documents, System Preferences, and Calculator.

After this trim, Spotlight returns the file you wanted in 90% of queries instead of 30%. Most users have never touched this preference pane.

What Spotlight will never do well

The honest list of Spotlight's hard limits:

  • No clipboard history. Use the system Edit menu or a third-party tool.
  • No scriptable commands. You cannot wire kill 3000 to do anything in Spotlight.
  • No customizable result ranking. Spotlight's ranking is fixed. If it puts a Mail message above your PDF, that is permanent until Apple changes the ranking.
  • No fuzzy file matching that respects your dev tree. Spotlight indexes everything by default, including folders developers want excluded.
  • No persistent web search engine choice in some macOS releases. Apple has flip-flopped on whether Spotlight remembers your preferred search engine.

These limits are why power users adopt a launcher. The full case: Best Mac launcher in 2026.

When Spotlight breaks (and how to fix it)

The annual ritual. If Spotlight stops returning results or returns the wrong ones after a macOS update:

# 1. Confirm indexing status for the volume
mdutil -s /

# 2. If "Indexing enabled" but no results, force a rebuild
sudo mdutil -E /

# 3. Wait. Indexing a populated drive takes hours.

mdutil -E erases the existing index and rebuilds it from scratch. Battery cost is real; do this on AC power. Full safe procedure: How to rebuild your Spotlight index.

If mdutil -s / says "Indexing disabled," sudo mdutil -i on / re-enables it before you erase.

The Spotlight settings panel has more than you think

System Settings → Spotlight in Tahoe 26 has three useful sub-panes:

  1. Search Results — category checkboxes (covered above).
  2. Search Privacy — folders to exclude from indexing.
  3. (Sometimes hidden) Suggestions toggle — enable/disable Siri Suggestions in Spotlight.

Apple has reshuffled this panel three times since Big Sur. The categories are the most stable; the exact location of Privacy and Suggestions varies. Search the panel for the keyword if the layout changed since you last opened it.

A 5-minute Spotlight tune-up

If you want to leave this post with one change:

  1. Open System Settings → Spotlight.
  2. Uncheck every category you do not actively search for.
  3. Add node_modules (if you write code), ~/Downloads/old/, and any other noisy folder to Search Privacy.
  4. Try a few queries you've struggled with before. Notice how much cleaner the results are.

Five minutes. Permanent quality-of-results upgrade.

When to graduate to a launcher

If you have done the tune-up above and Spotlight still does not do what you want — clipboard history, scriptable commands, port-killing, custom ranking, or just a better workflow for developer files — that is the moment to install a dedicated launcher.

Three honest options:

  • CmdSpace — local-first, no account, free to try.
  • Raycast — well-supported extension store, requires an account for advanced features.
  • Alfred — paid Powerpack, no major release recently, long-tenured.

The keystroke (⌘Space) stays the same. The capability behind it is the upgrade.

Companion posts