Standard Google searches often return hundreds of millions of results with the most relevant buried under ads and SEO-optimized content. Search operators are modifiers you type directly into the search box that tell Google to filter results by site, file type, exact phrase, date, or dozens of other criteria. They're free, require no tools, and work in any browser. Most people know one or two; this guide covers the ones actually worth using.
Exact Phrase Search: Quotation Marks
Wrapping a phrase in quotation marks tells Google to find pages containing that exact string of words in that order, not just pages containing all those words somewhere on the page.
"product liability attorney" Chicago
Without quotes, Google might return results where "product," "liability," and "attorney" appear separately on a page. With quotes, it requires the exact three-word phrase. This is the most universally useful operator and the one most people don't use consistently enough.
Use exact phrases when you're searching for a specific line of text, a named concept, a quote, or a multi-word proper noun. The more specific the phrase, the fewer but more relevant results.
site: — Search Within a Specific Website
The site: operator restricts results to pages from a specific domain:
site:reddit.com "mechanical keyboard" switches review
site:gov.uk pension eligibility 2026
This is more powerful than most sites' internal search. Reddit's native search is notoriously poor; searching Google with site:reddit.com surfaces threads far more effectively. Similarly, searching a news site, academic institution, or government domain this way finds content their own search engines miss or bury.
You can also restrict to a subdomain or a path:
site:support.apple.com iPhone battery
site:stackoverflow.com/questions python asyncio timeout
filetype: — Find Specific File Types
The filetype: operator returns only results of a specific file format. Google indexes PDFs, Word documents, Excel files, PowerPoint presentations, and several other formats.
filetype:pdf "annual report" semiconductor 2025
filetype:xlsx "budget template" nonprofit
This is particularly useful for finding official documents, research papers, government reports, and spreadsheet templates that exist as downloadable files rather than web pages. Many valuable documents are never linked prominently — filetype search surfaces them.
minus (-) Operator — Exclude Terms
Placing a minus sign directly before a word (no space) excludes pages containing that word:
python tutorial -youtube -video
nginx configuration -ubuntu
Use this when a term has multiple meanings and the wrong one is dominating your results. Searching for "Mercury" for astronomy content gets contaminated by car and music results — Mercury planet -car -music narrows it. You can stack multiple exclusions.
OR Operator — Either Term
Google's default behavior is AND — all terms must appear. The OR operator (must be uppercase) tells Google to return results containing either term:
best password manager 2025 OR 2026
Bitwarden OR KeePass security audit
You can also use parentheses to group OR clauses within a larger search:
site:reddit.com (Bitwarden OR KeePass) review
intitle: and inurl: — Target Specific Parts of Pages
intitle: restricts results to pages where the search term appears in the HTML title tag:
intitle:"keyboard shortcuts" Excel
Pages with the term in their title are almost always directly about that topic — it's stronger signal than the term appearing somewhere in the body text. Use this when you want guides or reference pages about a topic, not pages that merely mention it.
inurl: restricts results to pages where the term appears in the URL:
inurl:changelog firefox 2025
inurl:download filetype:exe antivirus
Date Range Filtering
For time-sensitive topics, filtering by date is crucial. After a normal search, click Tools (below the search bar) and use the date dropdown to set a custom date range. This is the GUI method.
You can also use the after: and before: operators directly (though these have been inconsistently reliable — use the GUI Tools filter when precision matters):
best antivirus after:2025-01-01
Wildcard: The Asterisk (*)
The asterisk is a wildcard that represents any word. It's most useful inside exact phrases when you don't know a specific word:
"the * of the century"
"how to * a startup"
It's also useful for finding variations of named products or concepts where the exact terminology varies.
Useful Operator Combinations
Finding PDFs on academic sites:
site:edu filetype:pdf "machine learning" introduction 2024
Finding competitor content on specific platforms:
site:medium.com "personal finance" -savings -budget
Finding open directories (tech research):
intitle:"index of" "parent directory" filetype:log
Finding government data:
site:data.gov "housing" filetype:csv
Operators That No Longer Work
Some operators are documented in older guides but have been deprecated by Google:
inanchor:— restricted results by anchor text; no longer functionallink:— showed backlinks to a page; removed in 2017related:— showed similar sites; unreliable as of 2023info:— showed cache and related options; largely deprecated
The operators that reliably work in 2026 are the ones covered above: quotes, site:, filetype:, minus, OR, intitle:, inurl:, and the date range tools. Combining two or three of these typically gets you to the result you want within the first page of results — without the SEO noise that makes regular searches frustrating.