How to Search for a Word in a Document (Every Platform Covered)

Whether you're hunting down a specific term in a 50-page report or trying to find where you mentioned a client's name in a long email draft, searching for a word in a document is one of the most useful — and underused — skills in everyday computing. The feature exists on virtually every platform, but the exact method varies depending on what you're using and where.

The Core Concept: Find & Replace

At the heart of word searching is a function called Find (sometimes called Find & Replace). It scans the text content of a document and highlights every instance of the word or phrase you type. Most applications have had this feature for decades, but the keyboard shortcuts, interface locations, and advanced options differ across tools.

The most universally recognized shortcut is Ctrl + F on Windows and Linux, or Command + F on macOS. In most document editors, browsers, and PDF viewers, pressing this opens a search bar where you type your query. Results are usually highlighted in real time as you type.

Searching by Platform and Application

Microsoft Word

In Word, pressing Ctrl + F (Windows) or Command + F (Mac) opens the Navigation Pane on the left side of the screen. As you type, Word highlights all matching instances in the document and lists them in the pane. You can click each result to jump to it.

For more control, Ctrl + H opens Find & Replace, which lets you substitute one word for another across the entire document — useful for bulk edits.

Word also supports advanced search options, including:

  • Match case (distinguishes "Apple" from "apple")
  • Whole words only (won't match "run" inside "running")
  • Wildcards for pattern-based searches

Google Docs

In Google Docs, Ctrl + F opens a small search bar in the top-right corner of the document. Matches are highlighted in green, and arrows let you navigate between them.

For Find & Replace, use Ctrl + H (Windows) or Command + H (Mac). Google Docs also supports regular expressions in this dialog if you enable the option — useful for power users searching for patterns rather than exact strings.

PDF Files

Searching inside a PDF depends on the viewer:

  • Adobe Acrobat / Acrobat Reader: Ctrl + F opens the Find toolbar. A full search panel is available via Ctrl + Shift + F.
  • Browser-based PDFs (Chrome, Edge, Firefox): Ctrl + F works the same as web page search.
  • macOS Preview: Command + F opens the search bar.

⚠️ One important caveat: scanned PDFs — documents saved as images rather than text — may not be searchable unless they've been processed with OCR (Optical Character Recognition). If your search returns no results in a PDF you know contains the word, this is likely why.

macOS and iOS (Pages, TextEdit, Notes)

On a Mac, Command + F works across Apple's native apps. In Pages, the Find & Replace panel includes case-sensitivity and whole-word options. In TextEdit, the Find menu is accessible via the menu bar or Command + F.

On iPhone and iPad, the search experience is more touch-oriented. In Apple Notes, a search bar appears at the top of the note list. Within a document in Pages for iOS, tap the magnifying glass icon (usually in the toolbar) to search inside the file.

Android and Mobile Generally

On Android, word-level search within documents depends heavily on the app. Google Docs on Android includes a search function accessible through the three-dot menu or the magnifying glass icon. Microsoft Word's mobile app has a similar option in its top menu.

Plain text apps and third-party document tools vary — not all mobile editors support in-document search, particularly lightweight ones.

Key Variables That Affect Your Search Experience

Not all word searches work the same way. A few factors shape how useful and accurate your results are:

VariableWhy It Matters
Document format.docx, .pdf, .txt, and .odt all behave differently
Scanned vs. text-based filesScanned images require OCR before text is searchable
Case sensitivity settings"Budget" and "budget" may or may not match depending on your settings
App versionOlder versions of apps may lack advanced search features
Language and encodingNon-Latin scripts or special characters may need specific search handling
Cloud vs. local fileBrowser-based editors sometimes load documents in chunks, affecting search coverage

Beyond Basic Search: Useful Techniques 🔍

Searching for phrases — not just single words — usually works by typing the full phrase in quotes or simply as-is in most editors. Exact phrase matching is generally the default behavior.

Wildcard searches are available in Word and some advanced editors. For example, searching for run* might return "run," "running," and "runner" depending on the application and settings.

Case-sensitive search is valuable when you're looking for a proper noun or an acronym that also appears as a common word — for instance, finding every instance of "IT" (as in Information Technology) without catching "it" in normal sentences.

Find & Replace scales this further. If you've misspelled a client's name throughout a document, one Find & Replace operation fixes every instance at once — far faster than manual correction.

When the Search Doesn't Find What You Expect

A few common reasons searches come up empty or incomplete:

  • The word is inside an image or diagram, not the text layer
  • The document uses a different form of the word (e.g., you searched "organize" but the text uses "organise")
  • Hidden or tracked changes in Word may contain the text but not show in standard search
  • The file isn't fully loaded — large cloud documents sometimes need a moment before full-text search works

The right approach to searching a document depends on the tool you're in, the type of file you're working with, and how precisely you need to match your term. A casual search in a short Google Doc is a different task than hunting through a formatted legal PDF or a heavily edited Word document with tracked changes — and each of those situations calls for a slightly different use of the same core feature.