WordsPolish.
← All Tools

Counting Tools

Counting is the oldest job a text tool does, and it's also the one people assume is simplest right up until they need an exact answer. Nine tools live in this category, and each one counts a genuinely different unit — words, characters, sentences, paragraphs, lines, syllables, reading minutes, word frequency, and keyword percentage — because each of those units answers a different real question a writer or editor actually has.

The distinction matters because these numbers frequently disagree with each other on the same piece of text, and that disagreement is informative rather than a bug: a document can have a high word count but a low sentence count (long, sprawling sentences), or a high line count but a low paragraph count (heavily hard-wrapped text from a PDF). Reading the gap between two counts often tells you more about a draft's structure than either number alone.

This hub exists to help you pick the right counting tool for the actual constraint you're working against — a platform's word limit, an assignment's page requirement, a readability target, or a self-editing check for overused words — rather than defaulting to the word counter for every question, some of which it genuinely can't answer.

It helps to sort the nine tools here into three rough groups by what they're actually measuring. The first group measures raw quantity: word counter, character counter, sentence counter, paragraph counter, and line counter each count a different structural unit, and none of them judge quality — a document can have an excellent word count and still read poorly, or a mediocre word count and read beautifully. The second group measures time and complexity: reading time calculator and syllable counter both feed into estimating how long or how hard a piece of text is to get through, one at the document level and one at the word level. The third group measures repetition and emphasis: word frequency analyzer and keyword density checker both look at how often specific words recur, but answer different versions of that question, one unprompted and one targeted at a term you specify.

A concrete example of why the gap between two counts matters: a 1,000-word essay broken into 4 paragraphs of roughly 250 words each reads very differently from the same 1,000 words broken into 12 short paragraphs — identical word count, very different pacing and scannability. Running both the word counter and the paragraph counter on the same draft surfaces that difference instantly, in a way that eyeballing the page usually doesn't until a reader complains the piece feels like 'a wall of text.'

Students and professional writers tend to arrive at this category from opposite directions. A student is usually handed an external constraint first — an assignment says 650 words, or a submission portal enforces 2,000 characters — and comes here to check a draft against a number someone else set. A professional editor more often works the other direction, starting from a felt sense that a piece 'reads long' or 'reads choppy' and using the counting tools to confirm and quantify that instinct before deciding what to cut or restructure. Both workflows are legitimate uses of the same nine tools, just applied in a different order.

The tools in this category

Word Counter

The busiest page on the site, and the one most people default to first when they're not yet sure which specific number they actually need — it puts every core figure in one panel at once, so you can glance across all of them and decide from there which single tool to dig into further.

Character Counter

Answers a narrower, more literal question than the word counter: will this exact string fit inside a hard character limit, like an X post, an Instagram bio, or a database field with a maxlength. Reports counts with and without spaces, and flags the Unicode counting quirks that make some emoji count as more than one character on certain platforms.

Sentence Counter

Counts real sentence boundaries rather than raw periods, correctly excluding the periods in abbreviations like 'Dr.' and decimal numbers like '$19.99' — genuinely harder to get right than it sounds, and the foundation for the average-sentence-length figure that feeds most readability formulas.

Paragraph Counter

A structural check, not a length check: counts blank-line-separated blocks so you can verify a five-paragraph essay assignment actually has five paragraphs, or spot a single block of text that's grown too long and needs breaking up.

Line Counter

The most literal tool in this category — it counts line-break characters, full stop, with no attempt to interpret meaning. Built for code, CSV exports, and email or keyword lists, where 'line' is a real, useful unit and 'sentence' isn't.

Reading Time Calculator

Converts a word count into an estimated number of minutes using a sourced average adult reading speed (and a separate, slower rate for speaking a script aloud), so you can check whether a blog post, speech, or video script fits the time budget you actually have.

Word Frequency Analyzer

Ranks every word in your text by how often it appears, unprompted — the tool for catching a word you leaned on twenty times without realizing it, distinct from checking one specific term you already suspect is overused.

Keyword Density Checker

Reports one target phrase you specify as a percentage of total words, built specifically to check for over-repetition of a term you already have in mind — paired with an honest debunking of the 'ideal keyword density' myth that has no basis in how search engines actually rank pages.

Syllable Counter

Estimates syllables per word using vowel-cluster rules plus a list of common English exceptions, feeding directly into readability scoring and also useful on its own for poets and lyricists working in a fixed meter like a haiku's 5-7-5 pattern.

A common workflow across this whole category: draft freely, then run the word counter first to get oriented, follow up with the sentence and paragraph counters if the structure feels off, and reach for the syllable counter and reading-time calculator specifically when a readability or pacing concern is the actual issue rather than raw length.

None of these tools send anything you type to a server — every count updates live in your own browser, which matters if you're checking a client's confidential draft, an unpublished manuscript, or anything else you'd rather not paste into a tool that quietly logs it somewhere.

Several of the platform-specific /limits/ pages on this site are effectively the character counter and word counter applied to one particular destination — the X post limit, the Instagram bio limit, the Common App essay's 650-word cap — pre-loaded with that platform's specific figure so you don't have to remember or look it up separately. If you already know which platform or assignment you're checking against, it's often faster to go straight to its dedicated /limits/ page than to check the raw number here and do the comparison yourself.

FAQ

Which counting tool should I start with if I'm not sure what I need?
The word counter — it puts nearly every figure in this category on one screen at once, so you can see which number is actually the one your situation calls for before committing to a more specialized tool like the syllable counter or the word frequency analyzer.
Why do word count and line count give such different numbers on the same text?
They measure genuinely different things. Word count reflects how much content you've written; line count reflects how many line-break characters exist, which can be inflated by hard-wrapped text copied from a PDF or unaffected by paragraph structure at all. A wide gap between the two is often a sign your source text has formatting artifacts worth cleaning up with /remove-line-breaks/ before counting further.
Do any of these tools work on code or non-English text?
Line counter and character counter work on any plain text, including code and non-English scripts, since they're not language-aware. Sentence counter, syllable counter, and readability-related tools are tuned specifically to English punctuation and pronunciation conventions and will be less reliable on other languages or on code, which doesn't follow prose punctuation rules at all.
Why does keyword density have its own myth-debunking note when the other counting tools don't?
Because it's the one metric in this category most directly tied to a persistent, well-documented piece of SEO folklore — the idea that a specific density percentage improves search rankings — which Google's own guidance has repeatedly contradicted. The other counting tools measure genuinely neutral structural facts about a document; keyword density gets singled out because people frequently misuse the number as an optimization target rather than a diagnostic red-flag check.
Can I use these counting tools on a document I'm still actively writing, or only on a finished draft?
Every tool here updates live as you type, so they're genuinely useful mid-draft, not just as a final check — many writers keep the word counter or reading-time calculator open in a second window while drafting specifically to watch a piece approach a target length in real time, rather than writing the whole thing first and only checking afterward.