How to Rotate PDF Pages Free: All Methods 2026
Learn how to rotate PDF pages for free using online tools, desktop software, and mobile apps. Rotate single pages, all pages, or permanently fix orientation.
Have you ever opened a PDF only to find pages sideways or upside down? It is one of the most common frustrations when working with PDF files. Whether scanned documents came out wrong, someone exported pages with the wrong orientation, or a mobile scan rotated unexpectedly, you need a quick way to fix it. This guide covers every method to rotate PDF pages for free, from online tools that work in seconds to desktop software for heavy-duty tasks.
Why PDF Pages End Up Rotated
Before diving into solutions, it helps to understand why this happens. PDF pages get rotated for several common reasons:
- Scanning errors: Paper was fed into the scanner at the wrong angle
- Mobile scanning: Phone gyroscope misread the document orientation
- Export issues: Software like Word or PowerPoint exported landscape pages as rotated
- Email and fax conversions: Intermediate format changes altered the orientation
- Mixed orientation documents: Combining portrait and landscape pages without proper rotation
Whatever the cause, the fix is straightforward once you know the right tool for your situation.
Method 1: Rotate PDF Pages Online (Fastest)
Online tools are the quickest way to rotate PDF pages when you need a fast fix. No downloads, no installations, just upload and rotate.
Using PeacefulPDF to Rotate Pages
PeacefulPDF offers a free, browser-based PDF rotation tool that handles the job in seconds:
- Open the PeacefulPDF rotate tool in your browser
- Upload your PDF file by dragging and dropping or clicking to browse
- Select the pages you want to rotate
- Choose the rotation angle: 90 degrees clockwise, 90 degrees counterclockwise, or 180 degrees
- Click apply and download your corrected PDF
The entire process takes under a minute for most documents. Your file stays private and is deleted from servers after processing.
Other Free Online PDF Rotation Tools
Several other online tools can rotate PDF pages at no cost:
- ILovePDF: Offers page-by-page rotation with a visual interface. Upload your PDF, click the rotate icon on each page, and download. Free for files up to a certain size.
- SmallPDF: Simple drag-and-drop rotation tool. Rotate individual pages or all pages at once. Limited to two free documents per day.
- PDF24 Tools: Completely free with no limits. Provides granular control over rotation angles and individual page selection.
- Sejda PDF: Lets you rotate pages with a thumbnail preview. Free for documents up to 200 pages or 50 MB.
Method 2: Rotate PDF Pages on Desktop (Free Software)
For frequent PDF editing needs or sensitive documents you prefer not to upload, desktop software is the way to go.
Rotate Pages with PDF24 Creator (Windows)
PDF24 Creator is a completely free Windows application with no premium upsells:
- Download and install PDF24 Creator from the official website
- Open the application and load your PDF file
- Select the pages you want to rotate in the page overview panel
- Click the rotate button and choose your rotation angle
- Save the modified PDF to your computer
PDF24 Creator also supports batch rotation, making it easy to fix orientation across dozens of files at once.
Rotate Pages with Preview (Mac)
Mac users have a built-in solution that requires no additional software:
- Open the PDF in Preview (the default PDF viewer on macOS)
- Show the thumbnail sidebar by clicking View then Thumbnails
- Select the page or pages you want to rotate
- Click the rotate button in the toolbar, or press Command+L to rotate left or Command+R to rotate right
- Save the document to keep the rotation permanent
Preview handles rotation natively and saves the changes directly to the file. It is one of the simplest methods available for Mac users.
Rotate Pages with LibreOffice Draw (Cross-Platform)
LibreOffice Draw, part of the free LibreOffice suite, can open and rotate PDF pages on Windows, Mac, and Linux:
- Install LibreOffice if you do not already have it
- Open LibreOffice Draw and load your PDF
- Select the page content and use the rotation handle
- Adjust the page orientation in the format menu
- Export the result as a new PDF
Method 3: Rotate PDF Pages on Mobile
Sometimes you need to fix a rotated PDF while away from your computer. Mobile apps make this possible on both iOS and Android.
iOS (iPhone and iPad)
On iOS, the built-in Files app and third-party apps handle PDF rotation:
- Files app: Open the PDF, tap the markup icon, and use the page management tools to rotate pages
- Adobe Acrobat Reader (free): Open the PDF, tap Organize Pages, select pages, and rotate them
- PDF Expert: Offers a free tier with page rotation. Tap the page thumbnail and use the rotate option
Android
Android users have several solid free options:
- Google Drive: Open the PDF in the Drive app, use the print menu to save as a new PDF with corrected orientation
- Adobe Acrobat Reader: Same organize pages feature as iOS, free to use for rotation
- Xodo PDF Reader: Free app with full page management including rotation
How to Rotate All Pages at Once vs. Single Pages
Different situations call for different approaches to page rotation. Here is when to use each method:
Rotate All Pages
When every page in the document has the same wrong orientation, batch rotation saves time:
- Select all pages using Ctrl+A (or Command+A on Mac) in tools that support it
- Choose your rotation angle once
- Apply to all selected pages simultaneously
This is the most efficient approach when a landscape document was scanned as portrait, for example.
Rotate Individual Pages
When only certain pages need correction, such as in a mixed-orientation document:
- Use a tool with a visual thumbnail view like ILovePDF or PDF24
- Click on specific pages to select them
- Apply rotation only to selected pages
This method preserves the correct orientation of other pages while fixing the problematic ones.
Making Rotation Permanent
Some PDF viewers let you temporarily rotate the view without actually changing the file. This can be confusing because the page looks correct on your screen but remains rotated for anyone else who opens it.
To make rotation permanent:
- Use a tool that saves rotation: Online tools like PeacefulPDF and desktop apps like PDF24 apply rotation to the actual file data
- Avoid view-only rotation: In Adobe Acrobat Reader, the rotate buttons in the toolbar only change the view. You need the full Acrobat Pro or a different tool to permanently rotate
- Verify the fix: After rotating and saving, open the file in a different viewer to confirm the rotation is permanent
Rotate PDF Pages with Command Line Tools
For advanced users and automation scenarios, command-line tools offer powerful batch rotation:
Using qpdf
qpdf is a free, open-source tool available on all platforms:
- Install qpdf through your package manager (brew install qpdf on Mac, apt install qpdf on Linux)
- Rotate all pages: qpdf --rotate=+90 input.pdf output.pdf
- Rotate specific pages: qpdf --rotate=+90:1,3,5 input.pdf output.pdf (rotates pages 1, 3, and 5)
Using pdftk
PDF Toolkit (pdftk) is another free command-line option:
- Install pdftk from the official distribution or package manager
- Rotate specific pages: pdftk input.pdf cat 1-2 3east 4-end output rotated.pdf
- The east keyword rotates 90 degrees clockwise; other options include west, south, and north
Which Method Should You Use?
The best method depends on your situation:
- Quick one-time fix: Use an online tool like PeacefulPDF. Fast, free, no installation needed.
- Frequent PDF editing: Install PDF24 Creator (Windows) or use Preview (Mac). No upload wait times.
- On the go: Use Adobe Acrobat Reader mobile app. Works offline and handles rotation well.
- Batch processing many files: Use qpdf or pdftk command-line tools. Automate with scripts.
- Sensitive documents: Use desktop software to keep files local. Avoid uploading to online services.
Common Rotation Issues and Fixes
- Rotation keeps reverting: You are probably using view-only rotation. Switch to a tool that modifies the actual PDF data.
- Some pages will not rotate: The PDF may have restricted permissions. Try using a tool that ignores PDF restrictions, or remove the password protection first.
- File size increases after rotation: Some tools re-encode the PDF, increasing size. Use tools like qpdf that only modify rotation metadata without re-encoding.
- Text becomes unreadable after rotation: This can happen with scanned images rotated incorrectly. Try rotating in the opposite direction instead.
Rotating PDF pages does not have to be complicated. Whether you need a quick online fix or a permanent desktop solution, free tools make it easy to get your documents facing the right direction. Try the method that fits your needs and never struggle with sideways PDF pages again.