📝 Word Counter

Count words, characters, sentences, and paragraphs in your text. Estimate reading time. Free word counter — no signup required.

Free No Signup Required Browser-Based
0
Words
0
Characters
0
No Spaces
0
Sentences
0
Paragraphs
0 min
Read Time
0 min
Speak Time

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

  1. Paste or type your text in the input area
  2. View real-time counts: words, characters, sentences, paragraphs
  3. See estimated reading and speaking time
  4. 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.

  1. 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.

  1. 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.

InputWhitespace splitMicrosoft WordNote
well-known11Hyphenated compounds usually count as one
state—of—the—art (em dashes, no spaces)14Word treats an em dash as a break; a whitespace split does not
$1,250.0011Numbers count as words in both
https://example.com/a/b11A URL is one token, however long
日本語のテキスト18No 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.

WhereLimitTypeCounted in
SMS (single message, GSM-7)160HardCharacters
SMS (single message, Unicode)70HardCharacters
X / Twitter post (standard)280HardCharacters
Google title link~60DisplayCharacters (Google measures pixel width, not characters)
Google meta description~155 desktop / ~120 mobileDisplayCharacters — no enforced limit exists
Instagram caption2,200HardCharacters
LinkedIn post3,000HardCharacters
YouTube video title100HardCharacters
YouTube description5,000HardCharacters
Reddit post title300HardCharacters

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.

ActivityWords per minuteNotes
Silent reading, English prose~240Adult average; heavily dependent on text difficulty
Reading aloud150 – 160Audiobook narration sits in this band
Conference talk / presentation120 – 140Slower is almost always better
Podcast or conversational speech150 – 180
Auctioneer or sports commentary250 – 400Comprehensible 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?
The tool counts words by splitting your text on whitespace boundaries. It also counts characters (with and without spaces), sentences (by punctuation), and paragraphs (by line breaks).
How is reading time estimated?
Reading time is estimated at approximately 200-250 words per minute for average adult readers. Speaking time is estimated at 130-150 words per minute.
Does the count match Microsoft Word?
Usually, since both treat a word as a run of characters between whitespace. Edge cases differ — hyphenated compounds, numbers, and text inside footnotes or captions are handled inconsistently between processors, so a long document can differ by a few words.
Is my text stored or sent anywhere?
No. Counting happens in your browser, so drafts, coursework and anything confidential stay on your device.
What counts as a sentence?
A run of text ending in a full stop, question mark or exclamation mark. Abbreviations with full stops inflate the count slightly, which is why a document full of "e.g." and "Dr." reports more sentences than it has.
Does it count words in a different language?
Whitespace-separated languages count correctly. Languages written without spaces between words — Chinese, Japanese, Thai — cannot be counted this way at all, and the character count is the meaningful measure for those.
Why does my essay word count differ from my tutor's?
Usually because of what is included. Whether the title, abstract, quotations, footnotes, captions and reference list count toward a limit is set by the institution and varies — check the specific rule rather than assuming.
Is there a length limit?
None imposed. Very large documents are constrained by browser memory and will slow the page down, but a few hundred thousand words is generally fine.

References & Further Reading

By OnlineToolHubs Team • September 2026