Extract Numbers from Text
Pull integers and decimals out of mixed text, then copy one value per line for debugging, spreadsheet cleanup, or further formatting.
Quick answer
This page extracts numeric values from mixed text like logs, notes, payloads, and exported rows.
You can keep unique values only or sort the extracted numbers before sending them into another tool.
InputPaste mixed text, logs, or notes
OutputOne number per line
How to use
- Paste mixed text that contains numbers into the input box.
- Choose whether to keep unique values or sort the output.
- Copy the extracted number list.
Common questions this page answers
- How do I extract numbers from text online?
- How do I turn mixed notes into one number per line?
- How do I remove duplicate numbers from copied text?
Example input and output
Input
Order 1001 failed after 3 retries and 12.5 seconds. Order 1001 retried at 14:30.
Extracted numbers
1001
3
12.5
14
30
FAQ
Does it extract decimals?
Yes. Integers and decimal values are both supported.
Can I remove duplicate values?
Yes. Keep unique-only enabled to output each value once.
Can I sort the extracted output?
Yes. Turn on sort output if you want the number list ordered before copying.