How to Count Words in a PDF (3 Reliable Methods, 2026 Guide)
Three reliable ways to get a word count from a PDF — free online tool, Adobe Acrobat, and macOS Preview. Includes tips for scanned PDFs, embedded images, and Chinese or Arabic text.
PDFs do not show a word count anywhere obvious. Unlike Word or Google Docs, the PDF format has no built-in counter — the page count is in the file properties, but the word count is not. So if you need to know exactly how many words your thesis, contract, or research paper contains, you have to extract the text first.
The fastest way is our PDF Word Counter: drag the file in, get the count in seconds, no upload to a server. If that is not an option — for example, you cannot use online tools at work — there are two other reliable methods.
Quick answer
| Situation | Best method |
|---|---|
| Any text-based PDF | Online PDF Word Counter |
| You already own Adobe Acrobat | Export to Word, then use Word's counter |
| Mac, no software, just one file | Preview → Select All → Paste into TextEdit |
| Scanned PDF (image only) | Run OCR first (Acrobat Pro or a free OCR tool) |
Method 1 — Use a free online PDF word counter
This is the route most people land on. The mechanics are simple:
- Open the PDF Word Counter.
- Drop your PDF into the upload area, or click and select it.
- Read the word count, character count, and reading time.
A few details that matter:
- Privacy. Our tool parses the PDF locally in your browser using
pdf.js. The file never leaves your device. If you are working with a confidential document, that matters. - Speed. A 200-page PDF usually finishes in two to four seconds.
- Multilingual support. Chinese, Arabic, Russian, Japanese — all handled. For CJK text we count both characters and roughly-segmented words.
The catch: this method only works if the PDF actually contains real text. If someone scanned a paper book, the file is just images of pages and there is nothing to count until you OCR it.
Method 2 — Adobe Acrobat: export to Word
Adobe Acrobat itself does not have a "Word Count" command, despite what some old forum posts claim. The reliable workaround is to export the PDF to Word, then let Word do the counting.
- Open the PDF in Adobe Acrobat (the free Reader will not work — you need Acrobat Pro or DC).
- Choose
File → Export To → Microsoft Word → Word Document. - Save the resulting
.docx. - Open the new Word document and look at the status bar at the bottom — Word shows the word count automatically.
This works well for well-structured PDFs. Layouts with multi-column academic papers, footnotes, or images can trip up the export and inflate or deflate the count by a few percent. Use Word's Tools → Word Count dialog if you want to exclude footnotes or text boxes.
Method 3 — macOS Preview (no extra software)
If you are on a Mac and only need to do this once, Preview is enough:
- Open the PDF in Preview.
- Press
⌘ + Ato select all text. - Press
⌘ + Cto copy. - Open TextEdit, Pages, or Word, and paste.
- In Pages, choose
View → Show Word Count. In TextEdit, paste the text into our online word counter instead — TextEdit has no built-in counter.
Preview's text selection is not perfect with multi-column layouts, but for single-column documents this is fast and free.
What about scanned PDFs?
A scanned PDF is a stack of images. There is no text to extract, so every word counter will report zero. To get a real count you need to run optical character recognition (OCR) first.
The cleanest options:
- Adobe Acrobat Pro:
Tools → Recognize Text → In This File. Then use Method 2. - Free online OCR: Tools like OnlineOCR or Google Drive's "Open with Google Docs" trick on a PDF. Quality varies.
- macOS Preview (Sequoia and later): Preview now has a built-in OCR — right-click on text and choose "Copy Text".
After OCR, treat the file like any other text-based PDF.
Does the count include images, headers, or footers?
It depends on the tool, and this is the source of most "the count is off" complaints.
- Our PDF Word Counter counts everything that pdf.js extracts as text. That includes headers, footers, page numbers, and footnotes, but not text that is baked into images.
- Word's exported document carries headers and footers into separate sections. By default Word's word count includes them; uncheck "Include textboxes, footnotes and endnotes" in the Word Count dialog if you want to exclude them.
- No mainstream tool counts text inside an embedded image. If your figures contain captions burned into the image, those words are invisible to every counter unless you OCR the image.
If you need a "main body only" count for a thesis with a strict limit, the most reliable workflow is:
- Export to Word.
- Manually delete or section-break the title page, abstract, references, and appendices.
- Re-run the word count on the remaining body.
It is tedious, but it is the only way to match what an academic supervisor will measure.
Counting Chinese, Japanese, or Arabic PDFs
CJK languages do not separate words with spaces, so "word count" is ambiguous. Most readers actually want character count.
For Chinese and Japanese PDFs:
- Our PDF Word Counter shows both the character count and an estimated word count. The character count is the one to trust for Chinese essays and Japanese reports.
- Word does the same — its bottom-bar count for Chinese files shows characters by default.
For Arabic PDFs the word count is meaningful (words are space-separated), and the same online tools work without any special setup.
FAQ
Can I count words in a PDF without uploading it anywhere?
Yes. Our PDF Word Counter runs entirely in your browser. The file is never sent to a server. If you prefer fully offline, use Method 2 (Acrobat) or Method 3 (Preview + paste).
Why is the word count different in different tools?
Because each tool decides differently what counts as a "word". Hyphenated terms, numbers, footnote markers, and contractions are all edge cases. Differences of 1–3% between tools are normal.
How do I count words in a multi-file PDF set?
You can run each file through the PDF Word Counter and add them up, or upload all the files to the File Word Counter, which aggregates totals across multiple files at once.
Does PDF have a built-in word count like Word does?
No. PDF was designed as a fixed-layout print format. The format itself never tracked logical word counts — only positioned glyphs.
Can I count words in a password-protected PDF?
Only after entering the password and unlocking it. Online tools cannot read the contents until the file is unlocked.
Is there a desktop app to count words in many PDFs at once?
For batch jobs, the File Word Counter handles multiple files in one go. If you need a CLI for thousands of files, pdftotext (from the Poppler project) piped into wc -w is the classic Unix recipe.
How accurate is online word counting for PDFs?
For text-based PDFs, accuracy is within 1% of what Word reports. For scanned PDFs after OCR, accuracy depends on the OCR engine — usually 95–99% for clean scans, lower for handwritten or low-resolution pages.
Why does my count include page numbers and headers?
Because they are real text in the file. To exclude them, export to Word and use Word's "exclude textboxes, footnotes and endnotes" option, or manually remove the recurring elements.
Bottom line
For 95% of cases, the PDF Word Counter is the fastest and most private option. Save Method 2 for when you need to exclude specific sections of a long document, and Method 3 for when you only have Preview and one quick file. For scanned PDFs, OCR first, then pick whichever method fits.
Related Tool
PDF Word Counter
Drop in a PDF and count words, characters, pages, and reading time without uploading the file.
Open Tool →