Syllable Counter
Count syllables in your text and see a per-word breakdown. Useful for writing haiku, sonnets, song lyrics, and checking readability. All processing happens in your browser — your text is never sent to any server.
How Syllables Are Counted
Syllable counting in English is challenging because English spelling does not always correspond to pronunciation. This tool uses a rule-based algorithm that analyzes vowel groups, silent-e patterns, and common suffixes to estimate syllable counts. While no algorithm is perfect for every English word, this approach provides accurate results for the vast majority of common words.
The algorithm works by counting vowel groups (a, e, i, o, u, y) in each word, then applying corrections for silent letters and common patterns like words ending in "-le", "-es", or "-ed". Every word is guaranteed to have at least one syllable.
Syllable Counting Rules
1. Count groups of consecutive vowels (a, e, i, o, u, y) as one syllable each.
2. Subtract one syllable for silent "e" at the end of a word (e.g., "make" = 1 syllable).
3. Add one syllable for words ending in "-le" preceded by a consonant (e.g., "table" = 2).
4. Subtract one syllable for "-es" or "-ed" endings that do not add a pronounced syllable.
5. Every word has a minimum of 1 syllable.
Uses for Syllable Counting
Poets use syllable counts to maintain meter and rhythm. A haiku requires exactly 5-7-5 syllables across three lines. Sonnets follow iambic pentameter with 10 syllables per line. Songwriters match syllable patterns to melodies. Readability formulas like the Flesch-Kincaid grade level use average syllables per word as a key input — more syllables per word generally means more complex, harder-to-read text.
Example
"The quick brown fox jumps over the lazy dog"
- The (1) + quick (1) + brown (1) + fox (1) + jumps (1) + over (2) + the (1) + lazy (2) + dog (1) = 11 syllables
- 9 words, average 1.2 syllables per word
Privacy and Browser-Based Processing
All syllable counting runs entirely in your browser. Your text is never uploaded to any server, making this tool safe for song lyrics, unpublished poetry, and any private content.