📊 Word Frequency Counter
Count how often each word appears in your text — sorted by frequency, with percentages and a keyword-density bar, ready to export as CSV.
| # | Word | Count | % | Frequency |
|---|---|---|---|---|
| 1 | fox | 4 | 18.2% | |
| 2 | the | 4 | 18.2% | |
| 3 | a | 2 | 9.1% | |
| 4 | dog | 2 | 9.1% | |
| 5 | quick | 2 | 9.1% | |
| 6 | barks | 1 | 4.5% | |
| 7 | brown | 1 | 4.5% | |
| 8 | clever | 1 | 4.5% | |
| 9 | is | 1 | 4.5% | |
| 10 | jumps | 1 | 4.5% | |
| 11 | lazy | 1 | 4.5% | |
| 12 | over | 1 | 4.5% | |
| 13 | runs | 1 | 4.5% |
13 unique words · 22 counted
Word frequency & keyword density, exact and sortable — useful for SEO, writing analysis and NLP. 🔒 Your text never leaves the browser.
How the word frequency counter works
The tool tokenises your text into words, tallies each one, and sorts them by count. Options let you fold case together, set a minimum word length, and ignore common stop words (the, and, of…) so the meaningful terms rise to the top. Each word shows its count, its share of the total, and a bar; you can copy the whole table as CSV.
Exact and sortable in a way a chatbot cannot match on longer text — useful for SEO keyword density, writing analysis, and quick text mining. Runs on your device, so even confidential documents stay private.
Frequently asked questions
What is keyword density?
The percentage of total words that a given term makes up. It is a rough SEO signal — this tool shows each word’s count and its percentage of the text so you can gauge density at a glance.
What are stop words?
Very common words like “the”, “and”, “of” and “to” that carry little meaning. Turn on “ignore common words” to exclude them and surface the substantive vocabulary.
Can I export the results?
Yes — “Copy CSV” puts the word, count and percentage table on your clipboard, ready to paste into a spreadsheet.
Does case matter?
By default “The” and “the” are counted together (case-insensitive). Turn that off to count each capitalisation separately.
Is my text uploaded?
No — the counting runs entirely in your browser, so confidential text stays private.