Word Frequency Counter
Count how often each word appears, ranked most-common first.
Paste text to see how often each word appears, ranked from most to least common with percentages. Ignore case, set a minimum word length, and remove common stop words (the, and, ofβ¦) to surface the meaningful keywords β handy for SEO content analysis, writing reviews and keyword research. Copy the full table as TSV. Everything runs in your browser.
How to use the Word Frequency Counter
- Paste your text into the box.
- Optionally remove common words or set a minimum word length.
- Read the ranked frequency table and copy it as a table.
Frequently asked questions
What are 'common words' / stop words?
Stop words are high-frequency function words like 'the', 'and', 'of' and 'to' that carry little topical meaning. Removing them highlights the words your text is actually about.
How is the percentage calculated?
Each word's count is divided by the total number of counted words (after any filters you apply), so the percentages reflect the filtered set.
Is there a word limit?
No hard limit β it handles long articles easily since all processing happens locally in your browser.