How to use the Numbered List Maker
Add numbers to your list in three steps:
1
Paste your list
Paste one item per line into the input area.
2
Configure numbering
Choose a separator style (1. / 1) / 1 - / 1: / [1]), set the starting number, and optionally enable descending countdown or zero-padding.
3
Copy the numbered list
Click 'Add Numbers' and copy or download the output with numbers prepended to each item.
When to use this tool
Use to create sequential numbered lists for instructions and references:
- →Adding step numbers to a list of installation or setup instructions before sharing in documentation
- →Numbering a list of items for a ranked or ordered presentation, report, or slide deck
- →Creating a numbered reference list for citations, footnotes, or bibliography entries
- →Adding sequence numbers to a list of test cases, requirements, or acceptance criteria
- →Creating a numbered exam or quiz question list from a plain question list
- →Generating a countdown numbered list (10, 9, 8…) for a presentation or announcement using descending mode
Frequently asked questions
Q:What separator styles are available?
Five separator styles are available: Period (1. Item), Parenthesis (1) Item), Dash (1 - Item), Colon (1: Item), and Bracket ([1] Item). Period is the most common for numbered lists in documents and Markdown. Parenthesis is common in legal and academic documents. Bracket is useful for reference-style numbering like citation systems.
Q:Can I start numbering from a number other than 1?
Yes — set any integer as the starting number. This is useful when you are continuing a numbered list across separate sections. For example, if your first section ends at item 12, set the starting number to 13 for the next section so the numbers are continuous across the document.
Q:How does descending countdown mode work?
With descending mode enabled, the numbering counts down from the starting number instead of up. The first item gets the starting number, the second item gets starting number minus 1, and so on. This is useful for creating countdown lists, reverse-ranked lists, or countdowns from a specific total (e.g. Top 10, starting at 10 and counting down to 1).
Q:What does zero-padding do?
Zero-padding left-pads all numbers with zeros so they have the same digit width. For a list of 10 items starting at 1, zero-padding produces 01, 02, 03 … 10 instead of 1, 2, 3 … 10. This ensures numbers align in monospace fonts and sort correctly when the numbered list is later sorted alphabetically or stored in a file system.
Q:Does the tool number empty lines?
Toggle 'Skip empty lines' to control this. When enabled (the default), blank lines in the input are not numbered and are excluded from the output. When disabled, every line including blank ones receives a number. Disabling is useful when your list has intentional blank lines that should be counted as numbered items.
Q:Which separator style should I use for Markdown?
For Markdown ordered lists, use the Period style (1. Item). Standard Markdown parsers (GitHub, Notion, Obsidian, most documentation platforms) recognise '1.' as an ordered list item marker. Some parsers also accept '1)' as an ordered list marker, but '1.' has the broadest compatibility.