Number extractor
Pull every number out of text — integers, decimals and negatives — one per line.
Related tools
Number extractor
Paste any text and this tool lists every number it contains, one per line: integers, decimals, negative values and numbers buried inside words or price tags, so €49.99 comes out as 49.99 and abc123 yields 123. It is the fastest way to turn an invoice, a log file, a report or a pasted email thread into a clean column of values you can drop straight into a spreadsheet.
The decimal separator option decides how commas are read. Auto keeps things sensible for mixed text: a token with a dot reads the dot as the decimal point and strips grouping commas, so 1,234.56 becomes 1234.56, while a lone comma between digits with no dot in sight is a decimal comma, so 3,14 becomes 3.14. Force dot if your commas separate list items, or comma if you work with European figures like 1.234,56. Every extracted number is normalised to a dot decimal, which spreadsheets and scripts parse without complaint.
Remove duplicates collapses repeated values — 5 and 5.0 count as the same number. Sort numerically orders the list by value rather than alphabetically, so 10 no longer lands before 2. Show sum and stats appends the sum, minimum, maximum and average under the list, computed over every occurrence found, and the live tally keeps the count and the running sum in view as you type.
Everything runs locally in your browser. Financial figures, measurement logs and client data never leave your device, so you can extract from confidential documents without a second thought.