Number Sorter
Sort a list of numbers ascending or descending with full statistical analysis.
How to use Number Sorter
Frequently Asked Questions
What separators does the auto-detect mode support?
Auto-detect recognizes commas, spaces, tabs, newlines, and semicolons. It handles mixed separators too — if your data has some commas and some newlines, auto-detect parses them all. Use manual separator selection only if auto-detect produces incorrect results due to ambiguous formatting.
What is the difference between mean, median, and mode?
Mean is the arithmetic average (sum ÷ count). Median is the middle value when sorted — resistant to outliers. Mode is the most frequently occurring value. When data is skewed by extreme values (outliers), the median is a better "center" than the mean. Mode is most useful for categorical or discrete data.
What does standard deviation tell me?
Standard deviation measures how spread out numbers are from the mean. A low standard deviation means values cluster closely around the mean. A high standard deviation means values are widely spread. In a normal distribution, about 68% of values fall within one standard deviation of the mean, and 95% within two.
What is the interquartile range (IQR) used for?
The IQR measures the spread of the middle 50% of data (Q3 − Q1). It's used to identify outliers — values more than 1.5 × IQR below Q1 or above Q3 are considered outliers by the standard box plot rule. IQR is more robust than standard deviation for skewed distributions.
Can I sort decimal numbers and negative numbers?
Yes. The sorter handles any real number: integers, decimals, negatives, and large numbers. Enter them in any format — the parser handles standard decimal notation. Scientific notation (e.g., 1.5e6) may not parse correctly in all formats, so convert to standard decimals if needed.
Recommended
Related Tools
Area Calculator
Calculate area of 11 2D shapes and 6 3D shapes with unit conversion.
Prime Number Checker
Check if a number is prime, find prime ranges, GCD, LCM, and Goldbach conjecture.
Remove Duplicate Lines
Remove duplicate lines from text with case-insensitive, trim, and sort options.
Percentage Calculator
Calculate percentages, find increase/decrease, reverse percent, and tip — four modes, instant results.