Word counts matter everywhere — academic essays have minimum requirements, Twitter has a 280 character limit, meta descriptions should be under 160 characters, and blog posts have optimal length ranges for SEO. A reliable word counter takes the guesswork out of all of these.
Common word count targets
| Content type | Recommended length |
|---|---|
| Tweet/X post | Under 280 characters |
| Meta description | 150–160 characters |
| Email subject line | Under 60 characters |
| Blog post (SEO) | 1,500–2,500 words |
| Short story | 1,000–7,500 words |
| University essay | Check your guidelines |
How to use Privatool Word Counter
- Go to Word Counter
- Paste or type your text in the input area
- Stats update in real time — no button to press
You'll instantly see:
- Word count — total words (split by whitespace)
- Character count — with and without spaces
- Sentence count — split by
.,!, and? - Paragraph count — separated by blank lines
- Reading time — based on 200 words per minute average
- Top keywords — most frequent words excluding common stop words
Keyword density checker
The word counter shows your top 5 most frequent words (excluding "the", "and", "is", etc.). This is useful for checking whether your content naturally uses your target keyword without over-stuffing — which can trigger Google's spam filters.
The general guideline is to keep keyword density below 2–3%. If your top keyword appears more than once per 50 words on average, consider varying your language.
Setting a character limit
Use the optional character limit feature when writing for platforms with hard caps. A live progress bar fills as you approach the limit, turning red when you exceed it. This is useful for Twitter/X posts, SMS messages, and SMS-based marketing copy.
Works offline
Once the page loads, the word counter works without internet — all processing runs in the browser with JavaScript. No API calls, no server round-trips.
Why two tools disagree on the same text
Word counts differ between tools because "word" has no single definition, and the edge cases are more common than they look.
| Text | Counted as | Depends on |
|---|---|---|
state-of-the-art |
1 or 4 | Whether hyphens split |
don't |
1 or 2 | Whether apostrophes split |
$1,500 |
1 | Usually one token |
A. B. Smith |
2 or 3 | Abbreviation handling |
hello—world |
1 or 2 | Em dash treatment |
Microsoft Word, Google Docs, and most online counters each make slightly different choices. A 2,000-word manuscript can vary by 20–30 words between tools.
This matters when a limit is enforced by someone else's counter. For a journal submission or an assignment with a hard cap, check against the tool the reviewer uses, and leave a few percent of headroom rather than landing exactly on the limit.
Characters with and without spaces
Two different numbers, used in different places. Translators and copywriters are frequently paid per character including spaces, since spaces represent real typesetting work. Most platform limits — X, meta descriptions, SMS — count spaces too.
SMS has a further subtlety: a message is 160 characters in GSM-7 encoding, but a single non-GSM character (an emoji, a curly quote, many accented letters) switches the whole message to UCS-2 and drops the limit to 70 characters. A "short" message with one emoji can silently become two billed messages.
Reading time
Most reading-time estimates divide by 200–250 words per minute, which is reasonable for ordinary prose and misleading for dense material.
Technical content with code blocks reads far slower — people stop and parse. Research suggests silent reading of familiar prose runs around 240 WPM, dropping to 100–150 for unfamiliar technical text. If your content is code-heavy, a straight word-count estimate will understate the time by a wide margin.
Keyword density is a weak signal
Keyword density had real weight two decades ago. Search engines now use semantic analysis, and hitting a target percentage does not help rankings.
It remains useful diagnostically, in one direction: a density above roughly 3–4% usually indicates unnatural writing, which readers notice even when algorithms tolerate it. Treat it as a smell test for over-optimisation, not a target to hit.
Frequently asked questions
How many pages is 1,000 words?
About two pages double-spaced, or one page single-spaced, in 12pt Times New Roman with standard margins. Any change to font, spacing, or margins changes the answer, which is why word count is the more reliable measure.
Does the count include headings and captions?
In this tool, yes — everything in the input box is counted. Academic word limits often exclude references, footnotes, and appendices, so check the specific rules and paste only the countable text.
What is a good paragraph length for the web?
Two to four sentences. Long paragraphs are avoided on screens, particularly on mobile, where a dense block is visually daunting even when the writing is good.
Why does my count differ from Google Docs?
Different tokenisation of hyphens, apostrophes, and numbers — see the table above. A small discrepancy is expected and normal.
Is my text sent anywhere?
No. Counting happens in your browser, so drafts, manuscripts, and client copy never leave your device. The tool also keeps working offline once loaded.