A simple list chunker
Split a list into batches
Break one long list into useful groups by batch size or by the exact number of batches you need.
Free browser tool
Create ordered list batches
Paste one item per line, choose whether to set the size or the number of batches, and keep the original order throughout the split.
Processed in your browser
Copy or download the result
No account. No signup.
How it works
How to split a list into batches
Choose a fixed batch size for predictable chunks or a batch count when the groups should be as even as possible.
Paste one item per line
Blank rows are ignored and the order of all remaining items is preserved.
Choose size or count
Set items per batch, or ask for a specific number of balanced batches.
Format the batch labels
Keep the default labels, write a custom label with {n}, or return plain groups.
Copy or download
Review the full output, then copy it or save it as a text file.
Quick example
Split ten items into groups of three
The example creates three full batches and one final one-item batch while preserving order.
Common questions
List batch splitter FAQ
What happens when the list does not divide evenly?
With a fixed size, the final batch contains the remaining items. With a fixed batch count, extra items are distributed one at a time so batch sizes differ by no more than one.
Does splitting shuffle my list?
No. The original order is preserved from the first item through the last.
Can I remove the Batch 1 labels?
Yes. Choose Plain batches only. You can also customize a label and place {n} where its number should appear.
Is a pasted list stored automatically?
No. It stays in your browser for this visit unless you explicitly turn on Remember on this device.