Skip to content
TypeParser
All tools

Word & Character Counter

Live counts plus reading time.

beats wordcounter.net edge: Top-words frequency table + reading & speaking time
text
counts
reading
read time (220 wpm)
speak time (130 wpm)
top words
Guide

About Word & Character Counter

Live counts for words, characters (with and without spaces), sentences, paragraphs, and lines. Reading and speaking time update as you type. The panel includes a top-10 most-frequent words table and the most common characters in your text. No signup, no upload — your draft never leaves the browser.

What you can measure

A counter is rarely about the count itself. It is about hitting a target — a 280-character tweet, a 60-character meta description, a 1000-word essay, a 3-minute talk. Each of those is one quick measurement away from done. Type, watch the number, edit until it lands.

This counter measures every dimension that matters:

  • Words — whitespace-delimited, punctuation-aware
  • Characters — with and without spaces (the version platforms care about)
  • Sentences — terminator-based with abbreviation handling
  • Paragraphs — blank-line-separated
  • Lines — useful for code or columnar text
  • Reading time — at 240 wpm
  • Speaking time — at 150 wpm

Common workflows

Composing a meta description. Aim for 150-160 characters. The character counter (with spaces) updates live; you stop at the first match.

Writing a tweet, BlueSky post, or Mastodon toot. Each platform has its own limit. Type, watch, edit. The character counter handles surrogate pairs correctly — emojis usually count as two.

Estimating speaking time for a presentation. Drop your speaker notes in. Speaking time appears below the word count. A 5-minute slot is roughly 750 words at conversational pace.

Auditing prose density. The top-10 words panel surfaces overuse — if “the” and “actually” dominate the first slot, you have an editing target.

Why the counter is in your browser

A word counter has no business uploading anything. The text you most often need to count is the text you have not yet decided to publish — drafts, outlines, sensitive notes. This tool runs entirely in your browser. No autosave, no telemetry, no API calls. Type, count, leave.

Frequently asked questions

How is reading time calculated?
Words ÷ 240 (the average adult reading speed for technical text in English). Speaking time uses 150 wpm — the cadence of a measured podcast. Both round up.
Are characters with spaces or without?
Both, side-by-side. Some platforms count one way, some the other — Twitter counts characters including spaces (with surrogate pairs as two), Instagram counts visible characters. We display both numbers so you can match whatever target you need.
What counts as a sentence?
A run of text terminated by ., !, or ? not inside an abbreviation we recognize (Mr., Dr., etc.). Imperfect but reliable on technical prose.
How is the word frequency calculated?
Lowercased, punctuation stripped, optional stopword filter (a, the, and, of...). Top 10 words appear in the panel; the full list is in the Word Frequency tool.
Is my text saved?
No. Counts run client-side. Refresh and the input is gone — copy out before closing the tab.
Can it count code or only prose?
Either. Word boundaries fall at whitespace and punctuation, so code gets a sensible token count. For source-line counting, use a tool like cloc at the shell.

Related tools

Last updated: 2025-01-15