Not everyone has Microsoft Word or access to Google Docs. Whether you are working in a plain text file, a website CMS, a coding environment, or on a phone, there are multiple reliable ways to count words in any text.
Method 1: Free Online Word Counter (Easiest)
The fastest method that works on any device with a browser. Simply paste your text into our free word counter and you get an instant count of words, characters, sentences, paragraphs, and reading time. No account, no download, no cost.
This works for any type of text: emails, blog posts, code comments, legal documents, student essays, creative writing, or anything else. Copy your text anywhere — even from a PDF or web page — and paste it in.
Method 2: Notepad / TextEdit Word Count (Windows & Mac)
Standard text editors like Notepad (Windows) and TextEdit (Mac) do not have built-in word count, but you can use a workaround:
- Select all text (Ctrl+A or Cmd+A)
- Copy it (Ctrl+C or Cmd+C)
- Paste into our online word counter for an instant count
Alternatively, on Mac you can use the free TextSoap or install a lightweight writing app like iA Writer that shows live word count.
Method 3: Terminal / Command Line
For developers and technical users, the command line provides instant word count for any file:
Mac / Linux: wc -w filename.txt
Windows PowerShell: (Get-Content filename.txt | Measure-Object -Word).Words
The wc command (word count) on Unix systems shows lines, words, and characters. The -w flag returns words only.
Method 4: Browser Extensions
If you frequently need word counts on web pages (articles, forum posts, CMS editors), browser extensions count words on any page:
- Select text on any webpage, right-click, and some browsers show “word count” in the context menu
- Multiple free extensions for Chrome and Firefox count selected text or full page text
Method 5: Mobile Apps
On iOS and Android, several free writing apps include built-in word count:
- iA Writer (iOS and Android): Shows live word count and reading time
- Ulysses (iOS): Word count with goals and targets
- Draft (iOS): Word count with version history
Alternatively, on mobile, paste your text into our word counter website in your mobile browser for an instant count without installing anything.