LazyTools

🔒 Every tool runs in your browser, the files and values you enter are never uploaded to any server. How it works

📊 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.

#WordCount%Frequency
1fox418.2%
2the418.2%
3a29.1%
4dog29.1%
5quick29.1%
6barks14.5%
7brown14.5%
8clever14.5%
9is14.5%
10jumps14.5%
11lazy14.5%
12over14.5%
13runs14.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.

Rate this tool:
Anonymous, no account, no identifier

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. Tokenising splits on whitespace and punctuation, so words are separated predictably; each percentage is a word’s count divided by the total token count, and the bar length is scaled to the most frequent word so relative frequency is easy to read at a glance.

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.

How do I find the most-used word?

The table is sorted by count with the most frequent word at the top, so the first row is your most-used term. Turn on "ignore common words" first to skip filler like "the" and "and".

Is punctuation counted as part of a word?

No, words are separated at punctuation and whitespace, so "text," and "text" tally together. Set a minimum word length to also drop very short tokens from the results.

Is my text uploaded?

No, the counting runs entirely in your browser, so confidential text stays private.

Related text tools