How-to guides10 August 2026 · 2 min read

How to organize and reorder pages in a PDF

Scanned out of order, or assembled from three files that arrived in the wrong sequence. How to organize PDF pages without rebuilding the document.

Skip to the toolReorder Pages

Page order in a PDF is not fixed in stone. Moving pages around costs nothing in quality, because nothing is re-encoded — the pages are the same objects in a different sequence.

Documents arrive out of order constantly: a scanner that took the stack upside down, an appendix that ended up before the report, three files merged in whatever sequence they happened to be selected.

Why reordering is lossless

A PDF stores its pages as separate objects plus a list saying what order they go in. Reordering rewrites the list. The page content is untouched, so text stays selectable, images keep their resolution, and the file size barely moves.

This is worth knowing because it means you can reorganise as many times as you like without the document degrading. That is not true of operations that re-encode, such as compression.

Working visually

Typing page numbers works for a short document and becomes error prone quickly. Thumbnails are faster and much harder to get wrong. Organize PDF Pages shows every page as a thumbnail you can drag into position.

  1. 1Open the document and let the thumbnails render.
  2. 2Drag pages into the order you want. Move the obviously misplaced ones first — the rest usually falls into place.
  3. 3Rotate or delete individual pages while you are in there, rather than making a second pass with another tool.
  4. 4Save, then scroll through the result before sending it anywhere.

Check the page count after saving. Losing a page during a reorder is rare but silent, and much easier to catch now than after the document has gone out.

Related jobs that are not reordering

  • Pages that are sideways rather than in the wrong place need rotating — a different fix, and one that has to be saved into the file to stick.
  • Pages that should not be there at all should be removed, not moved to the end.
  • Pages belonging in their own document should be extracted rather than shuffled around.

If the order problem came from combining files in the wrong sequence, it is usually quicker to fix at that stage — the guide to merging covers setting the order before you combine rather than after.

Rotation that keeps reverting is a different problem entirely, and a common one. Why your PDF rotation keeps reverting explains the difference between turning the view and turning the document.

Common questions

Does reordering pages reduce quality?

No. Only the page order list is rewritten. Nothing is re-encoded, so text stays selectable and images keep their original resolution.

Can I reorder pages in a password-protected PDF?

Not while it is protected — the document cannot be modified until the password is removed. Unlock it, reorder, then protect it again.

Is there a limit on how many pages I can reorder?

The practical limit is your device's memory, since the work happens in your browser. Documents of a few hundred pages are routine.

The tools for this

Read next