List Tools

Reverse List

Flip the order of your list so the last line comes first.

PrivateYour text is processed on your device and never uploaded.
Input
Result
0 chars · 0 lines

Reversing the order of a list by hand means retyping it bottom to top.

Reverse List flips the order of your lines so the last line becomes the first.

How to use Reverse List

  1. Paste the list whose order you want flipped into the input box.
  2. Reverse List reverses the line order so the bottom line moves to the top.
  3. Copy the reversed list, or download it as a .txt file.

Use cases

Good to know

Reverse List reverses the order of the non-empty lines, so the final line becomes the first and the first becomes the last. It changes order only; the text of each line is left exactly as written.

Frequently asked questions

Does Reverse List change the lines themselves?

No. Only the order of the lines is reversed; the content of each line is preserved.

Are blank lines kept?

Empty lines are dropped so the reversed list contains only the lines that had content.

How is this different from sorting?

Reversing simply flips the existing order, while sorting rearranges lines by their values.

Related List Tools