Skip to content
ToolsOnDuty
Text Tools

Line Counter

Count total, non-empty, blank and unique lines, and find the longest line.

Free foreverRuns in your browserNo sign-up
0
Total lines
0
Non-empty
0
Blank
0
Unique lines
0
Longest line

About the Line Counter

A line counter tells you how many lines a block of text or code contains, which is handy for logs, CSV data, lists and source files.

It separates total lines from non-empty and blank lines so you know how much of your text is actual content.

It also counts unique non-empty lines and measures the longest line, which helps when checking for duplicates or overly long rows.

Key features

  • Total, non-empty and blank line counts
  • Unique line count
  • Longest line length
  • Instant results in your browser

How to use

  1. 1Paste or type your text or code.
  2. 2Line counts update instantly as you type.
  3. 3Check unique lines and the longest line at a glance.

Frequently asked questions

How are lines counted?
The text is split on line breaks, supporting Windows (CRLF) and Unix (LF) endings. Each segment between breaks counts as one line.
What counts as a blank line?
A line that is empty or contains only spaces or tabs is counted as blank.
Is my text uploaded anywhere?
No. Counting happens entirely in your browser, so your text never leaves your device.