Rotate PDF

Fix sideways or upside-down pages, all pages or just a range.

Click to choose a PDF file

Processed entirely on your device

How to Use

Upload a PDF, pick a rotation direction (90° right, 180°, or 90° left), choose whether to apply it to every page or just specific ones, then download the corrected file. This is especially useful for scanned documents that came out sideways or upside-down.

Understanding the Three Rotation Angles

90° Right (the ↻ icon) turns each selected page 90 degrees clockwise, the same motion as physically turning a printed sheet a quarter-turn to the right. 90° Left (↺) does the same thing counterclockwise. 180° (↕) flips the page completely upside down, useful for a page that scanned in fully inverted. Internally, the tool tracks rotation as a single number from 0 to 359 degrees measured clockwise; 90° Left is really just "rotate 270 degrees clockwise," which visually looks identical to turning left by 90 degrees.

Worked Example: Correcting a Mixed-Orientation Scan

Say you scan a 10-page document and pages 1 through 4 come out fine, but pages 5, 6, and 8 got fed into the scanner sideways, rotated 90 degrees clockwise from how they should read. First, switch "Apply To" from "All Pages" to "Specific Pages" and enter "5-6, 8" in the range field, this parses into the set of page indices {4, 5, 7} (each entered page number minus 1, since pages are stored starting at index 0 internally). Selecting "90° Left" then rotates just those three pages 270 degrees clockwise, which cancels out their original 90-degree clockwise sideways orientation and brings them back to upright, while pages 1 through 4 and page 7, 9, and 10 stay untouched.

If instead the entire document came out upside down, you'd leave "Apply To" set to "All Pages" and choose "180°," since that angle is the same whether you approach it clockwise or counterclockwise, a full inversion looks identical either way.

Rotation Stacks, It Doesn't Reset

Because the tool reads a page's existing rotation and adds your chosen angle on top of it (current + selectedAngle, wrapped back into the 0-359 range with modulo 360), running this tool twice compounds the effect rather than resetting to a fresh state each time. A page starting at 0 degrees that gets a 90-degree rotation applied twice in two separate runs ends up rotated 180 degrees total, not back at 90. If you're not sure what rotation a page currently has, it's safer to open the file in a PDF viewer and check visually before applying a second rotation pass.

Common Mistakes When Rotating PDFs

Choosing the wrong direction is the single most common mistake, since 90° Right and 90° Left produce mirror-opposite results and it's easy to misjudge which way a sideways page actually needs to turn. If the result still looks wrong after rotating, running the tool again with the opposite 90-degree direction (rather than trying 180°) will usually fix it, since two consecutive 90-degree rotations in opposite directions cancel out, while two in the same direction compound into a 180-degree flip.

Another mistake is applying "All Pages" when only a handful actually need correcting, this can flip already-correct pages upside down. Take a moment to note exactly which page numbers are affected before choosing between "All Pages" and "Specific Pages."

A third, subtler mistake is forgetting that page numbers in the range field always refer to the document's original, physical page order, not some filtered or reordered view. If you've already reordered the file with a separate tool, re-check page numbers against the newly reordered file before entering a range here, since the numbering resets to match whatever file you upload most recently.

Real-World Use Cases

Correcting scanned documents is the most common use case by far, flatbed and sheet-fed scanners frequently produce a mix of correctly and incorrectly oriented pages within the same batch, especially with double-sided originals. Photographers and designers rotate PDF-exported artwork that was laid out in landscape but needs to display in portrait, or vice versa. Office workers fix a PDF received from a colleague where a single page (often an attached certificate, ID scan, or signed form) is sideways relative to the rest of the document.

Rotation vs. Cropping: Not the Same Fix

It's worth distinguishing rotation from cropping, since both are page-level adjustments but solve different problems. Rotation changes orientation, whether a page displays right-side up, sideways, or upside down. Cropping changes how much of the page is visible, trimming margins or unwanted borders without touching orientation at all. A page that's both sideways and has an oversized scanner border needs both tools, rotate it first to get the orientation right, then crop it to clean up the margins, since cropping's margin measurements are based on the page's current (rotated) width and height.

Frequently Asked Questions

Can I rotate different pages by different amounts?

This tool applies one rotation angle per run, for mixed rotations, run the tool multiple times with different page ranges and angles on the same file.

Does rotating affect the PDF's content or quality?

No, rotation only changes the page's display orientation metadata, not the actual content or resolution, so there's no quality loss.

What's the difference between 90° Right and 90° Left?

90° Right rotates the page clockwise, the way you'd turn a physical sheet of paper to the right. 90° Left rotates it counterclockwise, the opposite direction. If a page came out sideways with the top facing left, use 90° Right to correct it; if the top is facing right, use 90° Left.

How do I write a page range like "1-3, 5"?

Separate individual pages and ranges with commas. "1-3, 5" means pages 1, 2, 3, and 5. You can combine as many ranges and single pages as you need, like "1-2, 4, 7-9".

Can I rotate a PDF that already has some rotated pages?

Yes, the tool adds your chosen angle on top of whatever rotation a page already has, rather than resetting it. A page already rotated 90 degrees that gets another 90-degree rotation applied ends up at 180 degrees total.

What if I pick a page number that doesn't exist in the file?

The tool checks your range against the actual page count before rotating anything. If you enter a page number higher than the document's total, it shows an error telling you the valid range instead of silently ignoring the mistake.