Word Frequency Counter
Count how often each word appears in your text, sorted by frequency, with optional case sensitivity. Everything runs in your browser.
FAQ
Is my text sent to a server?
No. Everything runs entirely in your browser and no text leaves your device.
How are words determined?
Runs of letters and digits count as a word; spaces and punctuation are separators. Non-Latin scripts are supported.
How is the output sorted?
By descending frequency, and alphabetically for words with the same count.
Related tools
Count characters with/without spaces, words, lines and bytes in real time.
Sort lines of text alphabetically, ascending or descending, with case-sensitivity and duplicate removal options. Everything runs in your browser.
Remove duplicate lines from a list while keeping the original order.
Remove all emoji from text, including flags and combined (family) sequences. Everything runs in your browser.
Find and replace text in bulk, with optional regular expressions and case sensitivity. Everything runs in your browser.
Remove awkward line breaks from text copied from PDFs or messengers in one click.