Count Consonants

Count every consonant in your text instantly — quick letter frequency stats for word games, linguistics, and text analysis. Free and client-side.

🔒 100% Client-Side Processing

Your data is processed entirely in your browser and never transmitted to any server.

0 / 100M Limit

Common Use Cases

Word-game verification

Confirm consonant counts for puzzles and constrained-writing challenges.

Text statistics homework

Cross-check manual letter-classification exercises instantly.

Frequently Asked Questions

How are consonants identified?
All letters b–z excluding the vowels a, e, i, o, u, matched case-insensitively. Digits, spaces, and punctuation never count toward the total.
Is y counted as a consonant?
Yes — y counts as a consonant here, the conventional choice for simple counters, even though phonetically it can act as a vowel in words like "rhythm".
Is my data private when I use this tool?
Yes. This tool runs entirely in your browser using client-side JavaScript — nothing you type is transmitted to, logged by, or stored on any server. You can safely process confidential text, tokens, or code.