Letter Frequency Analyzer
Character Counts, Percentages, and Ranked Distribution
Paste any text and get a complete letter frequency breakdown: every letter counted, percentage of total, ranked from most to least common. Unicode-safe. Compare against the English word database frequency baseline. Free.
English Word Database — Letter Frequency Baseline
These figures are computed from the 74,872-word database (fingerprint: 916f47949b41, generated 2026-07-27). They represent each letter's share of the total 606,880 letter occurrences across all words.
Methodology: character frequency count across all words in WORD_DB (74,872 words). Each letter's count divided by total letter occurrences (606,880). Accented characters excluded from the 26-letter table above but present in database at <0.01% frequency.
Letter Frequency — Applications
Letter Frequency — Applications Across Disciplines
Letter frequency analysis is one of the oldest computational linguistics techniques, predating computers by over a millennium. Al-Kindi documented frequency analysis in the 9th century as a method for decrypting substitution ciphers. The core insight — that natural language text concentrates in predictable letter distributions — makes it possible to break simple ciphers by matching observed frequency patterns against known language baselines. A ciphertext with one character appearing at roughly 11–12% frequency is likely a substitution cipher encrypting English, with that dominant character probably representing E.
In word game contexts, letter frequency analysis serves different strategic purposes. For Scrabble, knowing that E, S, I, A, N, and R are the six most common letters in English vocabulary helps explain why the standard tile set contains more of them (12 E tiles, 9 A tiles, 9 I tiles). Racks dominated by common letters are easier to build into words but score less per tile. Racks with rare high-value tiles (Q, Z, J, X) score more per tile but are harder to play. Understanding letter frequency makes this trade-off concrete and quantifiable.
For authors and writing analysts, letter frequency analysis of a text sample can serve as a stylistic fingerprint. Different authors use vocabulary at different characteristic frequencies. Academic authorship attribution research uses n-gram frequency (sequences of letters or words) rather than raw letter frequency, but raw letter frequency is a simpler first approximation. Paste a text sample from an unknown author and compare the frequency distribution against the English baseline shown on this page — significant deviations may indicate non-native writing, specialized vocabulary domain (technical, legal, medical), or deliberate stylistic choices.
For crossword and word puzzle designers, letter frequency analysis of a puzzle grid can reveal whether the grid is solvable with the available tiles. A grid requiring disproportionate use of rare letters (many words ending in Z, J, or Q) may be too constrained for fair play. The frequency analyzer can be used to count letters required by a designed puzzle before testing it with players.
Typographers and font designers use letter frequency data to prioritise kerning pairs and ligature support. If E and T appear most frequently, the E-T pair (appearing in words like THE, STEP, BETTER) is the most important kerning pair to optimise. Font quality benchmarking sometimes includes frequency-weighted letter rendering tests to ensure the most-used character shapes are pixel-perfect at target sizes.
Information theorists use letter frequency data as the basis for lossless compression. Huffman coding assigns shorter binary representations to more frequent characters. In a Huffman code optimised for English text, E (11.4% frequency) gets a very short binary code — perhaps 2–3 bits — while Q (0.20% frequency) gets a long code of 8–10 bits. The net effect is a compressed representation that is shorter than fixed-length binary encoding for typical English text.
Analyzing Your Own Text — What Results Mean
When you paste text into the analyzer and compare results against the English baseline, several patterns are informative. Text with unusually high E frequency (above 14%) often contains repeated common words (the, he, she, we, be, me, see). Text with low vowel frequencies (below 30% combined AEIOU) may contain abbreviations, technical identifiers, or code. Text with high S frequency often contains many plural nouns or third-person singular verbs. Text with high T frequency typically contains many the, that, this, with, at constructions — determiners and prepositions heavy text.
The English baseline shown on this page is derived from the 74,872-word vocabulary database — a word-list frequency rather than a running-text frequency. Word-list frequency weights each word equally regardless of how often it appears in actual usage. Running-text frequency (from a large corpus like Wikipedia or books) would weight the word THE much more heavily, increasing T and H percentages significantly. The distinction matters when comparing your text analysis results: text from frequent short-word-heavy prose (conversation, journalism) will differ from the baseline more than text from formal or technical writing.
Single-Word Frequency Analysis — A Practical Example
Entering the single word MISSISSIPPI in the frequency analyzer returns: M=1 (8.3%), I=4 (33.3%), S=4 (33.3%), P=2 (16.7%). Total letters: 12. The equal dominance of I and S reflects the word's structure — a well-known example in programming and statistics courses precisely because its letter distribution is easy to compute manually. The analyzer confirms these counts instantly and calculates exact percentages. PNEUMONOULTRAMICROSCOPICSILICOVOLCANOCONIOSIS (the longest word in some dictionaries at 45 letters) produces a rich frequency table dominated by O (9 instances) and I (6 instances) given its Latin and Greek root structure.