📝 Word Counter
Count words, characters, sentences, and paragraphs in your text. Estimate reading time. Free word counter — no signup required.
What Word Counter Does
Counting words sounds like it should have one answer. It does not. Microsoft Word, Google Docs, an SEO plugin and a browser tool can each return a different number for the same paragraph, because "word" is a formatting convention rather than a fact — and every tool draws the boundary somewhere slightly different.
The disagreements are concentrated in a handful of cases: hyphenated compounds, numbers, em-dashes with no surrounding spaces, URLs, and text in scripts that do not use spaces at all. A Japanese or Chinese sentence contains no word delimiters, so a whitespace-splitting counter reports one word for an entire paragraph.
This tool splits on Unicode whitespace, reports words, characters with and without spaces, sentences and paragraphs, and estimates reading and speaking time. The reference tables below cover the platform limits most people are actually counting against.
How to Use Word Counter
- Paste or type your text in the input area
- View real-time counts: words, characters, sentences, paragraphs
- See estimated reading and speaking time
- Use the clear button to reset
Formula Used by Word Counter
Reading time
minutes = word_count ÷ reading_rate
- reading_rate
- Silent reading of English prose averages roughly 240 words per minute for adults
Worked example
An 1,800-word article.
- 1800 ÷ 240 = 7.5
Result: About 7 minutes 30 seconds of silent reading. Speaking the same text aloud at a presentation pace of 130 wpm takes about 13 minutes 51 seconds.
Words to pages
pages = word_count ÷ words_per_page
- words_per_page
- About 250 for double-spaced 12pt Times New Roman, or about 500 single-spaced
Worked example
A 3,000-word essay to be submitted double-spaced.
- 3000 ÷ 250 = 12
Result: Roughly 12 pages. Font, margins and spacing change this substantially — always check the actual requirement rather than converting.
Where the Same Text Gets Different Counts
The five constructions that cause most disagreements between counters. There is no single correct answer; the point is knowing which convention your target platform uses.
| Input | Whitespace split | Microsoft Word | Note |
|---|---|---|---|
| well-known | 1 | 1 | Hyphenated compounds usually count as one |
| state—of—the—art (em dashes, no spaces) | 1 | 4 | Word treats an em dash as a break; a whitespace split does not |
| $1,250.00 | 1 | 1 | Numbers count as words in both |
| https://example.com/a/b | 1 | 1 | A URL is one token, however long |
| 日本語のテキスト | 1 | 8 | No spaces exist; Word counts characters for CJK |
Platform Limits Worth Counting Against
Hard limits are enforced by the platform. Display limits are not enforced — your text is accepted, then truncated in the interface. Checked September 2026; platforms change these.
| Where | Limit | Type | Counted in |
|---|---|---|---|
| SMS (single message, GSM-7) | 160 | Hard | Characters |
| SMS (single message, Unicode) | 70 | Hard | Characters |
| X / Twitter post (standard) | 280 | Hard | Characters |
| Google title link | ~60 | Display | Characters (Google measures pixel width, not characters) |
| Google meta description | ~155 desktop / ~120 mobile | Display | Characters — no enforced limit exists |
| Instagram caption | 2,200 | Hard | Characters |
| LinkedIn post | 3,000 | Hard | Characters |
| YouTube video title | 100 | Hard | Characters |
| YouTube description | 5,000 | Hard | Characters |
| Reddit post title | 300 | Hard | Characters |
Reading and Speaking Rates
Use these to convert a word count into a time estimate. Silent reading of English prose clusters near 240 wpm; deliberate speech is far slower.
| Activity | Words per minute | Notes |
|---|---|---|
| Silent reading, English prose | ~240 | Adult average; heavily dependent on text difficulty |
| Reading aloud | 150 – 160 | Audiobook narration sits in this band |
| Conference talk / presentation | 120 – 140 | Slower is almost always better |
| Podcast or conversational speech | 150 – 180 | |
| Auctioneer or sports commentary | 250 – 400 | Comprehensible only in a narrow, expected vocabulary |
Source: Kuperman, Kyröläinen, Porretta, Brysbaert & Yang (2021), J Exp Psychol — PubMed 34516216
How to Read Your Result
Characters with and without spaces
Both numbers matter for different reasons. Publishers and translators are usually paid on characters including spaces; SMS and API field limits count every character including spaces too. Some legacy submission systems count without spaces. If a limit is quoted without saying which, assume it includes spaces — that is the stricter reading.
Google does not count characters
The ~60-character title guidance is a proxy. Google truncates on rendered pixel width, so a title full of capital letters and Ms truncates earlier than one full of lowercase Is and Ls. Treat 60 as a guideline and put the important words first, which protects you regardless of where the cut lands.
Why CJK text breaks word counters
Chinese, Japanese and Thai are written without spaces between words, so splitting on whitespace returns 1 for an entire paragraph. Proper handling needs a segmentation algorithm — Unicode Annex #29 defines the rules, and full accuracy requires a dictionary. For those languages, character count is the meaningful measure, which is why translation pricing for CJK is quoted per character.
Limitations & Accuracy Notes
- This counter splits on Unicode whitespace. It will disagree with Microsoft Word on em dashes without surrounding spaces, and on some hyphenated and slash-separated constructions.
- For Chinese, Japanese, Korean and Thai the word count is not meaningful — use the character count instead.
- Reading time is an average across readers and text types. Dense technical prose can run at half the rate of narrative writing, and the estimate says nothing about comprehension.
- Words-to-pages depends entirely on font, size, spacing and margins. Treat any conversion as an approximation and check the actual submission requirement.
- Platform limits were checked in September 2026 and change without notice. Verify against the platform itself before relying on a number for anything that matters.
Frequently Asked Questions
How does the word counter work?
How is reading time estimated?
Does the count match Microsoft Word?
Is my text stored or sent anywhere?
What counts as a sentence?
Does it count words in a different language?
Why does my essay word count differ from my tutor's?
Is there a length limit?
References & Further Reading
- Unicode Standard Annex #29 — Text Segmentation — The standard defining word and grapheme boundaries, including for scripts without spaces
- Google Search Central — Control your snippets in search results — Confirms there is no fixed meta description length; snippets are generated per query
- Kuperman et al. (2021) — Reading rate and most efficient listening rate — Peer-reviewed measurement of silent reading and listening rates