Extract Numbers from Text

Pull every number out of mixed text into a clean list, one per line.

100% private. Everything runs in your browser. Your data never leaves your device.

Extract Numbers

What does this tool do?

This tool extracts all the numbers from mixed text, returning them as a clean list. Useful when amounts, IDs, or codes are buried inside words. It runs entirely in your browser.

How to use Extract Numbers from Text - Free Online Tool

  1. Paste your text, or click "Try with sample data".
  2. Choose whether to include decimals and negative signs.
  3. Click Extract Numbers.
  4. Copy or download the resulting list of numbers.

Example

Pulling amounts out of text:

Before

Text
Invoice 302 total 1,250.50 due

After

Numbers
302
1250.50

Numbers are extracted; surrounding words are dropped.

Excel formula alternative

Prefer a formula? You can achieve a similar result with TEXTJOIN + IFERROR:

complex array formula required

Extracting numbers in Excel needs long array formulas or VBA. This tool handles it instantly.

When should I use this tool?

Pulling amounts from invoice text
Extracting IDs embedded in strings
Cleaning measurements out of notes
Getting phone or order numbers
Turning messy text into numeric data
Preparing numbers for calculations

Frequently Asked Questions

Yes. You can choose to keep decimal points and negative signs.

No. Everything runs in your browser.

Commas used as thousands separators are handled so 1,250.50 is read as 1250.50.

Yes. Copy them or download as a file.