Word & Character Counter
Live counts of characters, words, sentences, paragraphs, lines, and reading time.
- word
- character
- count
- reading time
About Word & Character Counter
Word and character counts matter for a lot of real-world writing. Tweets, SMS messages, meta descriptions, blog excerpts, and abstracts all have hard limits. Essays, articles, and reports have targets. Editors quote per word and translators charge per character. Reading time estimates help readers decide whether to start an article now or save it for later.
This counter shows all of those numbers live as you type or paste. It counts characters (with and without spaces), words, sentences, paragraphs, and lines simultaneously, and estimates the reading time at a standard 200 words per minute. Nothing is uploaded — the text stays in your browser.
How to use
Paste or type your text into the big input field. Every statistic below updates instantly: six cards for character count (total and without spaces), words, sentences, paragraphs, and lines, plus an estimated reading time at the bottom.
Word counts use whitespace splitting, sentence counts look for ., !, and ? followed by whitespace, paragraphs are separated by blank lines, and lines are separated by single newlines. The reading-time estimate assumes 200 words per minute — about average for adult silent reading — and falls back to seconds for very short texts.
Frequently asked questions
How is reading time estimated?
At a standard 200 words per minute, which is roughly the average for adult silent reading of unfamiliar prose. Skilled readers go faster (300+ wpm), and dense or technical material is slower (100–150 wpm). The estimate falls back to seconds for very short pieces and switches to "X h Y min" for anything over an hour.
Why do paragraph and sentence counts sometimes look off?
Because the rules are simple, on purpose. A "paragraph" is any block of text separated from neighbouring blocks by a blank line; a "sentence" is anything ending in . ! or ? followed by whitespace. Abbreviations like "e.g." or "U.S.A." add false sentence boundaries; HTML tags and unusual punctuation can fool the rules too. The counts are a quick estimate, not a fully grammatical parse.
What's the right word count for a tweet, an email, or a blog post?
X (formerly Twitter) limits posts to 280 characters (~50 words). A typical "good" email is under 200 words. Blog posts that rank well in search tend to be 1,000–2,500 words, though shorter posts often do better when they answer a specific question concisely. Meta descriptions should clear ~155 characters to avoid truncation in search snippets.
Does my text get sent anywhere?
No. The counter runs entirely in your browser — there's no upload, no analytics on the content, nothing logged. Safe to use for drafts of confidential or unpublished material.
More Text & Encoding tools
JSON Formatter
Pretty-print, validate, or minify JSON with helpful error positions.
Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to text. UTF-8 safe.
URL Encoder / Decoder
Percent-encode or decode URLs and query parameters.
JWT Decoder
Decode a JSON Web Token to inspect its header and payload.