Beginner

Ascending Order Calculator — Sort Numbers Smallest to Largest

Paste or type any list of numbers and this calculator instantly sorts them from smallest to largest (ascending) and largest to smallest (descending), then shows the minimum, maximum, range and median of the set.
Enter any list of numbers — decimals and negatives are supported
Ascending order
1, 2, 3, 5, 8, 9
Descending order
9, 8, 5, 3, 2, 1
Count
6
Minimum
1
Maximum
9
Range
8
Median
4
123589Numbers arranged from smallest to largest
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

Enter a list of numbers; the calculator sorts them from smallest to largest (ascending) and largest to smallest (descending), then reports min, max, range and median. The median is the middle value of the sorted list (or the mean of the two middle values for an even count).

Formula
Ascending order: sort so that each term ≤ the next • Median = middle value (or average of two middle values for an even count)
How this is calculated

Sorting in ascending order means arranging numbers so that each value is less than or equal to the one that follows it — the smallest number comes first and the largest comes last. Descending order is the reverse. The calculator parses the numbers you enter (separating on commas, semicolons or whitespace), then applies a comparison sort.

From the sorted list the calculator derives four summary statistics: the minimum (first element), the maximum (last element), the range (max − min, a simple spread measure), and the median (the middle value of an odd count, or the mean of the two middle values for an even count). These are the building blocks of descriptive statistics and box-and-whisker plots.

Decimals and negative numbers are fully supported. The order of the numbers you type does not matter — the output is always fully sorted.

Frequently asked questions

Ascending order means numbers are arranged from the smallest value to the largest, so each number is greater than or equal to the one before it. For example, 1, 3, 5, 8 is in ascending order.

For an odd number of values the median is the middle number in the sorted list. For an even number of values the median is the average of the two middle numbers. For example, the median of 1, 3, 5, 7 is (3 + 5) ÷ 2 = 4.

Yes. The calculator handles any real numbers — negatives, decimals, and integers — as long as they are separated by commas, semicolons or spaces.

Also known as

sort numbers from smallest to largest
arrange numbers in ascending order
number sorter tool
put numbers in order
descending order calculator
sort list of numbers online
order numbers least to greatest

APA

TG we-Calculate Editorial Team. (2026). Ascending Order Calculator — Sort Numbers Smallest to Largest [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/ascending-order-calculator

Chicago

TG we-Calculate Editorial Team. "Ascending Order Calculator — Sort Numbers Smallest to Largest." TG we-Calculate. 2026. https://we-calculate.com/calculator/ascending-order-calculator.

IEEE

TG we-Calculate Editorial Team, "Ascending Order Calculator — Sort Numbers Smallest to Largest," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/ascending-order-calculator

BibTeX

@misc{wecalculate_ascending_order_calculator, title = {Ascending Order Calculator — Sort Numbers Smallest to Largest}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/ascending-order-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?