Sweepfor Mac

Mac maintenance

How to Tag Files on Mac (and Actually Use Tags)

Finder tags on Mac are powerful but forgotten. Here's how to set them up, tag files fast, and build a system that survives past week one.

7 min read

Finder tags have been in macOS since Mavericks in 2013. They’re one of the most useful organization tools Apple ships, and almost nobody uses them. The few people who do tend to evangelize them and then watch their friends nod, try tagging for an afternoon, and forget about them by next week.

Tags work. The trick is having a small, consistent system rather than tagging every file ten different ways. Here’s how to make tags actually stick.

What tags are, exactly

A tag is a colored, named label you attach to a file or folder. A file can have multiple tags. Tags are stored in the file’s metadata, so they travel with the file (mostly — they’re macOS-specific and won’t survive being uploaded to most cloud services or zipped up).

You can find every file with a given tag by clicking the tag in Finder’s sidebar, or searching with tag:name in Spotlight or Finder.

Crucially, tags are not folders. A file in Documents/ClientA/ can also have a tag “Urgent” and a tag “Q2-2026” without being moved or copied. That’s the entire point.

Tag a file three ways

Right-click: select the file → right-click → click a colored dot under “Tags.” Existing tags appear at the top of the menu; click “Tags…” for the full editor.

Get Info: select the file → press Cmd+I → click in the Tags field at the top of the Get Info window → type a tag name → Return. Add multiple by typing more.

Drag onto sidebar tag: drag a file from anywhere onto a tag in the Finder sidebar. Instant tag.

While saving a new file from any app, you can also tag it from the Save dialog. Click in the Tags field at the bottom of the dialog and add tags before clicking Save.

Tip: When you start typing a tag name, macOS autocompletes from existing tags. Use this to keep your tag list tight — picking from autocomplete prevents you from accidentally creating "ClientA" and "Client-A" as separate tags.

Set up your tags first

Before tagging files, decide what your tags mean. Open Finder → Settings (Cmd+,) → Tags. You see a list of all your tags.

You can:

  • Drag tags up and down to reorder
  • Drag tags into the bottom section to make them appear in the Finder sidebar
  • Click a colored circle to rename or recolor a tag
  • Right-click a tag to delete it (deletes the tag from all files using it)

Apple seeds you with tags called Red, Orange, Yellow, Green, Blue, Purple, Gray. These are useless — rename them to something meaningful or delete them.

A tag system that tends to work:

  • 3-5 status tags: “Active”, “Waiting”, “Done”, “Archive” — assign distinct colors
  • 2-3 priority/type tags: “Urgent”, “Reference”
  • Project or context tags: “ClientA”, “Personal”, “Taxes2026” — only as needed

The mistake is making 30 tags on day one. Start with 5. Add more only when you find yourself wanting to filter for something the existing tags don’t cover.

Find files by tag

Three methods:

Sidebar click: click any tag in the Finder sidebar. Finder shows every file with that tag, anywhere on your Mac.

Spotlight: Cmd+Space → type tag:Active (or whatever tag name). Results filter to files with that tag.

Finder search: in any Finder window, click the search box and type. The bar that drops down lets you add a Tags filter — pick the tag you want.

You can combine tag searches. tag:Active tag:Urgent finds files with both tags. tag:ClientA name:invoice finds invoices for that client. This is where tags pay off — combinations let you slice across folders.

Save tag-based searches as Smart Folders

After running a useful tag search in Finder, click Save (top right of the search bar). Name it, keep “Add to Sidebar” on, and you’ve got a permanent dynamic view.

Useful Smart Folders:

  • Active Now: Tags is “Active” — files you’re actively working on
  • Waiting on Reply: Tags is “Waiting” — for tracking what needs follow-up
  • This Quarter: Tags is “Q2-2026” — date-bounded work

Files appear in Smart Folders automatically as they get tagged. Untag them and they disappear. The Smart Folder is the dashboard; tags are the data.

Tag during file save

Most apps’ Save dialog has a Tags field right next to the filename. Use it. Tagging at save time is dramatically more reliable than going back and tagging files later.

If a save dialog only shows the basic version, click the Expand button (small arrow next to the filename) to reveal Tags and the full file browser.

This habit alone — tag every file when you save it — is probably 80% of what makes a tag system work. Retroactive tagging is a chore. Tagging-on-save is two seconds of typing.

Less clutter, faster MacSweep clears the caches and logs slowing down everyday actions. Try Sweep free →

Tag folders, not just files

Folders can be tagged the same way as files. A tagged folder shows up in tag searches alongside files. This is useful for treating a project folder as a single unit — tag the folder “Active” and you remember to come back to it without tagging every individual file inside.

You can also use folder tags as a kind of mini-Smart Folder. Tag a folder “Q2-2026” and it appears alongside your tagged files when you click that tag.

Limit your tags to stay sane

The most common tag failure is sprawl. After six months you’ve got 47 tags, half are misspellings, and you can’t remember what any of them mean.

Rules to prevent this:

  1. Cap tags at 15. If you need a 16th, you probably need to merge two existing ones.
  2. Audit monthly. Open Finder → Settings → Tags. Delete or merge tags you haven’t used in a month.
  3. Avoid synonyms. “Important” and “Priority” and “Urgent” all want to do the same job. Pick one.
  4. Don’t tag everything. A tag is a signal. If most of your files have the same tag, that tag isn’t telling you anything.

The minimal tag system: 5 tags, all using different colors, each meaning one specific thing. That’s enough to deeply organize a Mac without becoming a tag-sorting hobbyist.

When tags don’t work

Tags break down in a few situations:

  • Files going to non-Apple cloud services. Dropbox, Google Drive, OneDrive don’t preserve macOS tags. iCloud Drive does.
  • Files emailed or AirDropped to others. Tags can drop off depending on file type and destination.
  • Files inside zipped archives. Tags don’t survive zipping.
  • Files on most network drives. Some SMB servers preserve tags; many don’t.

For files staying on your Mac or in iCloud Drive, tags work great. For files that travel a lot, tags are an internal-only system.

Migrating from folders to tags

If you’ve already got a deep folder tree, you don’t have to flatten it. Tags work alongside folders. The pattern:

  • Keep your folder structure for primary location (where the file lives)
  • Add tags for cross-cutting attributes (status, priority, project phase, urgency)

A file lives in Projects/ClientA/Designs/v3-final.psd AND has tags “Active” + “ClientA”. The folder tells you what kind of thing it is and which project; the tags tell you what state it’s in right now.

This combination — folders for nouns, tags for adjectives — is what makes both work. You don’t pick one or the other.

A tag setup that survives

After all this, here’s a tag system that’s worked for a lot of people without becoming overhead:

  • Active (red) — files I’m working on right now
  • Waiting (orange) — files where someone else needs to act
  • Reference (blue) — files I’ll come back to
  • Archive (gray) — done, kept for records
  • Personal (purple) — non-work files

Five tags. Five colors. Every file gets one or zero. Smart Folders for “Active” and “Waiting” in the sidebar.

Use this for a month. Adjust if it doesn’t fit. The minimal version of any system is the one you’ll actually maintain.

← Back to all guides