Line Counter
Count the number of lines in any text block.
Frequently asked questions
How does it count a trailing newline at the end of the text?
It adds one extra empty line — splitting "Hello\n" on newlines produces two entries, one non-empty and one empty, which is why the total can be one higher than you'd expect.
What counts as an "empty" line?
Any line that's blank or contains only whitespace — it's trimmed before the check, so a line with just a few spaces still counts as empty, not non-empty.
How is "Avg Length" calculated?
It's the average character count across the non-empty lines only — blank lines aren't factored into that average.
Related tools
Word Counter
Count words, characters, sentences, and paragraphs in real-time.
Character Counter
Count characters with and without spaces instantly.
Case Converter
Convert text to UPPER, lower, Title, camelCase, snake_case, or kebab-case.
Lorem Ipsum Generator
Generate placeholder text in any number of paragraphs or words.