About WordCntr.com

WordCntr.com is seven live counters — words, characters, letters, sentences, paragraphs, lines, and reading time, each updating on every keystroke — plus two small text utilities in the same spirit: a word finder and a case converter. There is no account to create, no document to upload, no "premium" tier, and no processing step — you paste, the result appears, you leave. The site is a set of static pages with a small, typed counting engine that runs entirely inside your browser.

Who actually uses this

The tools are built around a handful of recurring situations: students trimming an application essay toward a word cap, freelancers checking a deliverable against a contracted length, editors cutting copy to fit a slot, speakers pacing a talk against a time limit, developers sizing up a pasted log or source file, and people drafting texts or bios against a character ceiling. What these situations share is that the number is the point — the writing happens elsewhere, and this page exists for the thirty seconds where you need a trustworthy count. That is why every tool leads with the count itself rather than scores, badges, or upsells.

Counting is full of judgment calls — ours are written down

"How many words is this?" has no single correct answer: is "state-of-the-art" one word or four, is "3.14" one token or two, is "Dr." the end of a sentence? Any counter takes positions on dozens of such questions, and most never tell you which. This site's positions — including the ones that produce known over-counts, like abbreviations registering as sentence ends — are stated in full on the methodology page, with worked examples, so you can decide whether our conventions match the ones your recipient uses.

Why your text stays on your device

A word counter sees drafts before anyone else does: unpublished manuscripts, confidential memos, personal messages. So the counting here is architecturally incapable of leaking them — the analysis is plain JavaScript executing locally, the pages are static files, and no request carries your text anywhere. You can confirm this with your browser's network tools: typing in any counter generates zero network traffic, and a loaded page keeps counting with the connection switched off.

One engine, three sites, shared fixes

The counting engine is a small library of pure functions covered by an automated test suite that pins word, character, letter, sentence, paragraph, line, and reading-time behavior — including the awkward cases like emoji, combining accents, and hyphenated compounds. The same engine, byte for byte, powers our two sister writing tools: WordCounterPro.ai, which layers readability and writing analytics on top of it, and WrdCntr.com, which applies it to per-platform limit checking. WordCntr.com is the general-purpose member of the family. A counting bug confirmed on any of the three is fixed once, locked in with a new test, and shipped to all of them. All three are published by Sumvia, the team behind the Sumvia.net tool network.

Found something off?

Reports of suspected counting errors are the most valuable mail this site gets, because each one either uncovers a real bug or reveals a convention worth documenting. The contact page explains what to include so an issue can be reproduced quickly.