Skip to content

Number Extractor

Extract all numbers (integers and decimals) from any text, with unique and numeric-sort options.

About Number Extractor

Pull every number out of any text — integers, decimals, negatives and comma-grouped values. Optionally strip thousands separators, keep only unique values, and sort the results in true numeric order so they're ready for a spreadsheet or calculation. Everything happens locally in your browser, so your data stays private.

How to use Number Extractor

  1. 1

    Paste the text that contains numbers.

  2. 2

    Choose whether to strip commas, keep unique values, or sort numerically.

  3. 3

    Copy the extracted numbers with your chosen separator.

Frequently Asked Questions

Does it handle decimals and negatives?

Yes. Decimal points and leading minus signs are recognised, and comma thousands separators can be removed with a single toggle.

How does numeric sorting differ from alphabetical?

Numeric sorting compares the actual values, so 2 comes before 10 — unlike text sorting, which would place 10 first.