---
title: Sort & Reverse List Calculator
description: Sort a list A–Z or Z–A, or reverse the current order.
---

# Sort & Reverse List Calculator

Use this **calculator** to sort a list ascending (A–Z) or descending (Z–A), or to reverse the current order.

Site: [https://setcalculators.com/list-sort.html](https://setcalculators.com/list-sort.html)

## Operations

### Sort A–Z

Ascending natural order (letters and numbers).

Example: `banana, apple, cherry, date` → `apple, banana, cherry, date`

### Sort Z–A

Descending order — the opposite of A–Z.

### Reverse

Flips the sequence without sorting. Duplicates are kept.

Example: `a, b, c` → `c, b, a`

## Notes

- Sorting uses natural order (numeric-aware where applicable).
- Reverse does not compare values; it only inverts positions.

## Related

- [List Unique](https://setcalculators.com/list-unique.html)
- [Set Operations](https://setcalculators.com/)
- [All calculators](https://setcalculators.com/calculators.html)

## Discovery

- Catalog: `/calculators.md`
- OpenAPI: `/openapi.json`
- Auth: `/auth.md`
