WordsPolish.
← All Tools

Syllable Counter

Heuristic vowel-cluster syllable counting for readability scoring and poetry, with an honest accuracy note.

This tool runs entirely in your browser. Nothing you type or paste here is ever sent to a server — see how the calculations work.

This estimates syllables per word and per document using vowel-cluster counting rules layered with a list of common English exceptions. Syllable count feeds directly into readability formulas like Flesch-Kincaid (see /blog/readability-scores-explained/), and it's also the basic unit poets and lyricists count when working in a fixed meter — a haiku's 5-7-5 structure, for instance, is a syllable count, not a word count.

English spelling doesn't map cleanly to pronunciation, which is exactly why syllable counting is a heuristic rather than a lookup — there's no simple universal rule that gets every English word right from spelling alone.

Total and per-word syllable counts appear here as you type.

The vowel-cluster method, and where it gets tripped up

The base rule: count groups of consecutive vowel letters (a, e, i, o, u, and sometimes y) in a word as syllables, treating each unbroken run of vowels as one syllable unit. "Beautiful" has vowel clusters "eau", "i", "u" — three clusters, three syllables, which happens to be correct.

On top of the base rule sit a handful of adjustment rules for known English patterns: a silent trailing "e" (as in "make" or "hope") is subtracted as a non-syllable unless the word is very short or the "e" is preceded by another vowel; "-le" endings after a consonant ("table", "little") are added back as their own syllable, since that "e" is pronounced there even though the general silent-e rule would drop it; and a short list of common exception words (irregular ones like "business" — pronounced with fewer syllables than its spelling suggests, or "every" — often pronounced as two syllables in casual speech rather than three) are hard-coded to their commonly accepted count.

None of this is perfect — English has genuine regional and dialectal pronunciation variation (is "comfortable" three syllables or four?), and heuristic rules will occasionally get an uncommon word wrong, especially proper nouns, loanwords, and words with unusual spelling patterns. Treat the total as a strong estimate for readability-scoring purposes, and hand-check individual words if you're counting syllables for a strict poetic form like haiku where every syllable matters.

Who uses this

  • Estimating a Flesch-Kincaid or similar readability grade level for a draft, which requires average syllables per word as one input.
  • Checking a haiku, limerick, or other fixed-meter poem against its required syllable pattern per line.
  • Songwriting and lyric-writing where matching a melody's rhythm depends on syllable count per line.

Edge cases to know about

  • Proper nouns and less common loanwords (names, brand names, borrowed foreign words) are the most likely category to get miscounted, since they're not covered by the common-English exception list.
  • Words with genuinely disputed or dialect-dependent pronunciation ("comfortable", "chocolate", "family") may be counted differently than you'd count them yourself, since the tool picks one commonly cited pronunciation rather than tracking every regional variant.
  • Numbers written as digits ("2026") are not converted to their spoken-word syllable count ("twenty twenty-six" = 5 syllables) — the tool counts syllables in text as written, not as it would be read aloud.

Related tools

FAQ

How accurate is the syllable count?
It's a well-tested heuristic, not a dictionary lookup, so it gets the overwhelming majority of common English words right but can occasionally miss on proper nouns, loanwords, or words with disputed pronunciation. For readability scoring across a full document the small per-word errors average out and don't meaningfully change the result; for a strict poetic form like haiku, hand-check any word you're unsure of.
Why did a short word like "fire" count as one syllable when I say it as two?
This is a genuine regional pronunciation difference — "fire" is one syllable in many American dialects and closer to two in others. The tool picks the more common single-syllable pronunciation used in most readability-formula reference data; if your use case depends on a specific dialect's pronunciation, treat the automated count as a starting estimate.
Does it count syllables per line or just for the whole text?
Both — the tool reports total syllables across the whole input and a per-word breakdown, which lets you check syllable count line-by-line for poetry by pasting one line at a time, or reading the per-word figures for a full paste.
Can this tool count syllables for languages other than English?
No — the vowel-cluster rules, silent-e handling, and exception list here are all tuned specifically to English spelling and pronunciation conventions. Applying it to another language's text will produce unreliable results, since other languages have entirely different rules for how spelling maps to syllable boundaries.