Skip to content
Tools.Town
250+ free online tools
N chunks

List Splitter

100% Free

Split any line list into chunks of N, into K equal groups, or by blank lines. Label groups, copy all or one group at a time.

Real-time
Client-Side
3 modes
Split mode
Output (0 groups)
Split groups appear here…

Embed This Tool

Easy to Embed

Add List Splitter to your website or blog in seconds.

  • Responsive design
  • Lightweight & fast
  • No backend required
  • Always up-to-date
<iframe
  src="https://tools.town/embed/list-splitter/"
  width="100%"
  height="600"
  style="border:none; border-radius:12px;"
  loading="lazy"
  title="List Splitter">
</iframe>

Share This Tool

Share Instantly

Share List Splitter with anyone — no login required.

  • Shareable link
  • No login required
  • Works on any device
  • No account needed

Share via

Advertisement

How to Use

  1. 1 Paste one item per line into the input
  2. 2 Pick a mode — every N lines, into K groups, or split on blank lines
  3. 3 Set N or K, and optionally label groups / drop blanks
  4. 4 Copy all groups, or copy one group at a time

Features

  • Chunk by N lines (last group may be smaller)
  • Distribute into K groups as evenly as possible
  • Split on blank-line separators (paragraph-style lists)
  • Optional group labels (Group 1 of N)
  • Copy all or per-group
  • Runs entirely in your browser

Why it Matters

Batching a long list into equal packs — for A/B email tests, warehouse packing, quiz rounds, or API rate limits — should not require a spreadsheet. Paste, set N or K, copy the groups.

★★★★★

Use Cases

A/B email splits

Split a cleaned address list into two equal campaign buckets

Batch processing

Chunk IDs or URLs into groups of 50 for scripted jobs

Sectioned notes

Split a list that already uses blank lines as section breaks

Frequently Asked Questions

What happens when the list length is not divisible by N?
The last chunk is shorter. Every earlier chunk has exactly N lines.
How does Into K groups handle leftovers?
Earlier groups get one extra line when the count does not divide evenly — so groups stay as balanced as possible.
Does blank-line mode keep empty lines inside a section?
Blank lines are delimiters between sections. Lines inside a section are kept; consecutive blank lines do not create empty groups.

Related Tools You Might Like

Browse more free tools