Letter Frequency Counter

Paste text to see how often each letter appears — with counts, percentages and a simple bar chart.

Text input

Letter frequencies

Enter some text above to see the letter breakdown.

How to use

  1. Type or paste your text.
  2. Read the bar for each letter, sorted from most to least common.
  3. Copy the table if you need the numbers elsewhere.

Use cases

  • Solving substitution ciphers by matching common letters (in English, E, T and A lead).
  • Confirming a sentence is a true pangram that uses all 26 letters.
  • Language and typing lessons about letter distribution.

Features

  • Counts and percentages for every letter A–Z.
  • A proportional bar chart, sorted by frequency.
  • Copyable results and fully offline processing.

Data & method notes

Only letters A–Z are counted; spaces, digits and punctuation are ignored, and case is folded together. Percentages are of the total letter count. See the methodology page.

Frequently asked questions

What does the letter frequency counter measure?

It counts how many times each letter A–Z appears in your text and shows the share of the total, ignoring spaces, numbers and punctuation.

Is it case-sensitive?

No. Upper and lower case are counted together, so “A” and “a” both add to the same letter.

What is this useful for?

Cryptography and cipher puzzles, checking a pangram uses every letter, linguistics exercises, and settling arguments about which letters are most common.