Word Frequency Counter
Count how often each word appears in a passage.
3 unique words
- test3
- fine3
- only1
About
Paste text and get a sorted table of words and their counts. Common stopwords (the, and, of, etc.) can be hidden. Useful for content analysis, SEO, and seeing which words you overuse.
How to use
- Paste text.
- Toggle stopwords if needed.
- See the ranked frequency table.
FAQ
What counts as a 'word'?+
Any run of letters or digits. Punctuation and whitespace are separators. Words are lowercased before counting, so 'The' and 'the' merge.