Letter Frequency Counter

Count letter occurrences in text.

Output appears here.

Some letters carry a disproportionate share of the workload in written English — E, T and A appear far more often than Q, X or Z. This tool counts exactly how often each letter appears in your text, revealing that underlying frequency distribution directly.

The frequency distribution that shaped everything from Morse code to Scrabble

Letter frequency analysis has genuine, significant historical importance well beyond idle curiosity — it's the foundational technique behind classical cryptanalysis, since a simple substitution cipher can often be broken by matching a ciphertext's letter frequency pattern against the well-documented frequency distribution of ordinary language (E is the most common letter in English, appearing in roughly 12-13% of all letters, a fact attackers have exploited for centuries). This same underlying frequency data also directly shaped Samuel Morse's original letter-to-signal assignments in Morse code, and even the point values assigned to different letter tiles in the board game Scrabble.

How this tool counts letter frequency

The tool scans your input text and tallies exactly how many times each individual letter appears, typically presenting the results both as raw counts and as percentages of the total letter count — letting you see directly how your specific text's letter distribution compares to the well-documented general English-language frequency pattern.

Where analyzing letter frequency is genuinely useful

  • Cryptography and cipher-breaking education — understanding letter frequency analysis is foundational to learning classical cryptanalysis techniques and how simple substitution ciphers can be broken.
  • Linguistics and language study — comparing letter frequency patterns across different languages or text types reveals genuine, studied linguistic patterns and characteristics.
  • Puzzle-solving and word games — understanding letter frequency helps with strategy in word games like Scrabble or Wordle, where knowing which letters are statistically more common is a genuine strategic advantage.
  • Text analysis and stylometry — some academic and forensic linguistic analysis uses letter and word frequency patterns as one input for authorship attribution or stylistic analysis.

Frequently asked questions

Why is E the most common letter in English? This reflects genuine, deep patterns in how English vocabulary and grammar developed over centuries — E appears in many of the most frequently used words (the, be, he, she) and common verb endings, a pattern consistent enough across large samples of English text that it's been documented and relied upon in cryptanalysis for centuries.

How does letter frequency help break a simple substitution cipher? Because a substitution cipher replaces each letter consistently with a different symbol or letter, the underlying frequency pattern of the original language is preserved in the ciphertext — an analyst can compare the ciphertext's most frequent symbols against the known frequency ranking of the original language (E, T, A in English) to make educated, often correct guesses about which ciphertext symbols represent which original letters.

Does letter frequency vary meaningfully between different languages? Yes, genuinely — different languages have distinctly different letter frequency distributions reflecting their own vocabulary and grammatical patterns, which is exactly why cryptanalysis techniques and tools need to account for the specific language being analyzed rather than assuming English's particular frequency pattern applies universally.

Further reading