MainspringGuides › Finder tags
macOS Guide

How to Use Finder Tags on Mac to Organize Files

Updated July 2026 · 3 min read

Folders force every file to live in exactly one place. Tags don’t. A contract can be tagged Client A, 2026, and Urgent at the same time, and show up in all three views without moving anywhere. Here is how to add tags, tune them, and actually find things with them.

Three ways to add a tag

  1. Select a file or folder in Finder, right-click it, and click one of the colored dots in the menu for a quick color tag — or choose Tags… to type a named tag. Typing a name that doesn’t exist yet creates it on the spot.
  2. Press Cmd+I on any selected file. The Get Info window has a tags field directly under the file name — click it and start typing. Handy because you can see the file’s other details while you tag.
  3. Tag while saving. Every standard save dialog has a Tags field right below the file name. Add tags there and the document is organized before it ever touches a folder.

You can tag many files at once: select them all, right-click, and apply the tag. To remove a tag, right-click the file, choose Tags…, select the tag text, and delete it.

Rename and color-code your tags

The default Red/Orange/Yellow set is useless until the colors mean something. Give them names:

  1. In Finder, choose Finder → Settings (Cmd+,) and click the Tags tab.
  2. Right-click any tag and choose Rename Tag — “Red” can become “Urgent”, “Green” can become “Done”. Renaming updates every file that already carries the tag.
  3. Click the colored circle next to a tag to change its color, including “no color” for tags you only ever search by name.
  4. Tick the checkbox beside a tag to show it in the Finder sidebar, and drag your most-used tags into the favorites row at the bottom of the window — those appear as one-click dots in every right-click menu.

Keep the working set small. Five to ten tags you actually remember beat forty you don’t.

Find files by tag

Tags sync through iCloud Drive, so a file tagged on your Mac shows the same tag in the Files app on an iPhone or iPad.

Tags vs folders: use both, differently

Don’t try to replace your folder tree with tags — the two answer different questions. Folders answer “where does this belong?”; tags answer “what state is it in?” or “which project does it touch?”. A workflow that holds up in practice: keep your normal folder structure, then reserve tags for cross-cutting attributes — status (To review, Done), priority, or a client name that spans Documents, Desktop, and Downloads. When a project wraps, strip its status tags and the files are still exactly where they should be.

Terminal users get tag search for free, since tags are indexed by Spotlight:

# list every file tagged "Urgent" (Spotlight query)
mdfind "tag:Urgent"

Nothing to undo here — mdfind only reads the index, it changes nothing.

Tune the rest of Finder too

Tags are one of many Finder behaviors worth fixing. Mainspring turns 90+ hidden macOS settings — Finder, Dock, keyboard, privacy — into labelled, reversible toggles, so you get a tidier Mac without memorizing Terminal commands.

Try Mainspring free →

Signed & notarized by Apple · 1-day free trial · $29 once

One step further: saved searches

Tags get genuinely powerful when you stop browsing and start querying. A Smart Folder that collects, say, everything tagged “Invoice” from the last 90 days is a self-maintaining project view. See how to create Smart Folders on Mac for the full walkthrough.