Finding specific things
Tax season is a search problem with a deadline. The documents exist — spread over twelve months of downloads, emails and scans — and the cost of missing one is real. Here is a sweep that terminates.
The easy candidates carry their nature in the filename. Search, one term at a time: invoice, receipt, statement, payslip, W-2, 1099, P60, or your country's equivalents. A Finder Smart Folder with Kind is PDF and a created-date range covering the tax year keeps each pass short.
Everything financial from the year, regardless of name:
mdfind 'kMDItemContentTypeTree == "com.adobe.pdf" && kMDItemFSCreationDate >= $time.iso(2026-01-01) && kMDItemFSCreationDate < $time.iso(2027-01-01)'
That lists every PDF created in 2026 that Spotlight knows about. It is a long list, but scanning filenames for ten minutes beats reconstructing a forgotten deduction.
Scans named by the scanner need content search: an accountant's name, a bank's name, an amount. Finder's search set to Contents does this for PDFs with text layers. For image-only scans, OCR first — this is the single most common reason a document that exists cannot be found.
Mail attachments cached under ~/Library/Mail and Messages media under ~/Library/Messages never appear in Finder searches. Search within Mail itself for the year's statements, or use a tool that indexes the entire disk including ~/Library — that closes the gap where "I know it was emailed to me" goes to die.
Make ~/Documents/Tax/2026 and move every hit into it as it surfaces. The sweep becomes an archive, next year's version of you starts from a folder instead of a search box, and your accountant gets one zip instead of eleven emails.
Search Downloads by content for the bank's name, restricted to PDFs and the tax year's date range — statements rarely have helpful filenames.
Search inside Mail directly, or use a whole-disk indexed search tool; Finder and Spotlight skip Mail's attachment cache entirely.
Everywhere keeps track of every file on your Mac — including the folders Spotlight hides and drives you have unplugged. Free for a day, then $19 once.
Download for MacVersion 2.15.7 · macOS 13+ · 3.8 MB · notarised