How to Search a PDF for a Word or Phrase (and Why It Sometimes Fails)
Keyboard shortcuts to search inside any PDF, how to search across many PDFs at once, and what to do when Ctrl+F finds nothing.
Every PDF viewer can search. The shortcut is the same everywhere: Ctrl + F on Windows, Cmd + F on Mac. Type the word, hit Enter, jump between matches. If that's all you needed, you're done reading.
But there are two situations where search gets interesting: when you need to search many PDFs at once, and when Ctrl+F inexplicably finds nothing in a document you can see contains the word. That second one has a specific cause and a specific fix.
Searching inside one PDF
- In a browser (Chrome, Edge, Firefox all open PDFs):
Ctrl + F, type, Enter for next match. - Adobe Acrobat Reader:
Ctrl + Ffor the quick bar, orCtrl + Shift + Ffor advanced search with whole-word and case options. - Preview on Mac:
Cmd + F, and the sidebar lists every page containing the term, which is genuinely nicer than jumping match to match. - Phones: open the PDF, tap the magnifying glass. Both iOS and Android viewers have one, though they hide it behind a menu sometimes.
Searching across many PDFs at once
Say you have a folder of 40 invoices and need the one mentioning a specific project. Opening them one at a time is torture. Better options:
- Windows: File Explorer's search box searches inside PDFs if the indexer is set to index file contents in that folder. When it works it's magic; when it doesn't, nobody can tell you why. Acrobat Reader's
Ctrl + Shift + Fwith "All PDF Documents in" a folder is the reliable fallback. - Mac: Spotlight indexes PDF contents out of the box. Search in Finder and hit the + button to add a "Contents contain" filter.
When search finds nothing (the scanned PDF problem)
You open the PDF, the word is right there on page 3, and Ctrl+F says zero results. What's happened is that your "document" is actually a stack of photographs. Scanned PDFs and some print-to-PDF output contain images of text, not text. Search can't find words that technically aren't there.
The quick way to check: try to select a word with your mouse. If you can't highlight individual words (the selection grabs the whole page as a block, or nothing), there's no text layer.
The fix is OCR (optical character recognition), which reads the images and adds an invisible, searchable text layer underneath them. The pages still look identical.
Our OCR tool does this in your browser. The file never uploads anywhere, which matters when the unsearchable document is a contract or medical record. Run it once, download the result, and Ctrl+F works forever after. We've written more about the details in our guide to making scanned PDFs searchable.
Search tricks worth knowing
- Searching for a phrase? Type it exactly; PDF search is literal. "year end report" won't match "year-end report" because of the hyphen.
- Finding numbers is unreliable when they're formatted (a search for 1500 misses 1,500). Search for a distinctive nearby word instead.
- Need to find and replace text, not just find it? That's an editing job: our find & replace tool handles it.