How do I merge PDFs on iPhone for free?
Updated May 14, 2026
Merging PDFs on iPhone in 2026 doesn't require any third-party apps. Apple added native PDF tools in iOS 17 and expanded them in iOS 26. Here are the three free methods.
Method 1: Files app native (fastest, iOS 17+)
- Open Files.
- Navigate to the folder containing your PDFs.
- Tap Select in the top-right.
- Tap each PDF you want to merge (in the order you want them combined).
- Tap the More button (three dots) at the bottom → Create PDF.
- A new merged PDF appears in the same folder. Rename it.
Limitation: order is based on selection sequence — there's no way to drag-rearrange before merging.
Method 2: Shortcuts app (more control, free)
The Shortcuts app has a "Combine PDFs" action that lets you select multiple files and choose order.
- Open Shortcuts → tap + to create a new shortcut.
- Add the action Get File (set to "iCloud Drive" or wherever your PDFs are).
- Add the action Combine PDFs.
- Add the action Save File to choose where to save the merged PDF.
- Tap the shortcut to run it. Select files in the order you want them.
Once created, the shortcut sits on your home screen for one-tap merging.
Method 3: Apple Books (with annotation support)
- Open Books → Library.
- Long-press the first PDF → Share → Print.
- In the Print preview, pinch-zoom out on the page thumbnail to expand it.
- Tap the share button → Save to Files.
- This converts the PDF; repeat for each one.
- Then use Method 1 to merge.
This is more useful for converting annotated PDFs into a merged final.
Method 4: Quick Look multi-select (iOS 18+)
- In Files, select multiple PDFs.
- Tap and hold to open Quick Look on all of them simultaneously.
- From Quick Look, tap the share button → Create PDF.
What about third-party apps?
There are dozens of "PDF merger" apps in the App Store, but most are:
- Free with ads + push notifications.
- Free trial that demands subscription after 3 uses.
- Free but upload your PDFs to the developer's server (privacy issue).
The built-in iOS tools handle 95% of merging needs without any of these trade-offs.
For frequent users:
If you merge PDFs often (legal, academic, real estate), a dedicated PDF organizer like Némos handles this plus OCR, search, and folder organization. Free tier covers basic merging; paid tier adds bulk operations.
One pro tip:
If you're scanning physical documents to combine into a single PDF, use Notes' built-in scanner (Notes → new note → camera icon → Scan Documents). It handles multi-page scanning natively, then you can share the result as a single PDF. No merging step needed.
## Why this question gets asked so often
PDF merging on iPhone was a non-trivial pain point until iOS 17 added native support in October 2023. Before then, users had to choose between paid apps (Adobe Acrobat, PDF Expert), web tools (ilovepdf.com, smallpdf.com — privacy questionable), or convoluted Shortcuts setups. The 2022-2023 surge in "how do I merge PDFs on iPhone" search volume reflected real workflow friction — a typical small-business owner who scans 10 paper receipts and needs to email them as one file for expense reporting hit this exact problem weekly. iOS 17's native support solved the basic case but most users still don't know about it because Apple shipped it with no announcement and no UI tutorial. The Files app's "Create PDF" option is buried in the More menu. Google search volume remains high in 2026 because every new iPhone user discovers the need fresh.
## The deeper story
PDF merging in iOS uses Apple's PDFKit framework, which has been part of macOS since 2003 (Mac OS X 10.3 Panther) but only came to iOS in iOS 11 (2017). The framework supports the full PDF/1.7 specification — encryption, forms, annotations, attachments, digital signatures. The 2023 iOS 17 release added the user-facing "Create PDF" combine operation but PDFKit could always do it programmatically via Shortcuts. The underlying merge operation is fast because PDFs are stream-based — combining two PDFs is essentially concatenating their cross-reference tables and re-writing the page tree. The slowdown most users notice (5-10 seconds for a 50-page merge) is mostly the iCloud Drive write rather than the merge itself. Adobe's PDF spec evolved through 8 major versions before becoming an ISO standard in 2008; the merge semantics have been stable since PDF 1.4 (2001), which is why files from 25 years ago still merge cleanly today.
## Edge cases and gotchas
- Password-protected PDFs: must be unlocked before merging. iOS won't prompt for password during merge.
- Mixed orientations: portrait and landscape pages merge correctly but reading the result is awkward without rotation.
- Different page sizes: pages keep their original dimensions in the merged file. Some viewers handle this poorly.
- Annotated PDFs: annotations preserve through merge but may shift if you reorder pages.
- Signed PDFs: digital signatures break on merge — the signature only validated the original document.
- Form-filled PDFs: filled values preserve but interactive fields may not.
- Very large PDFs (100MB+): iOS may run out of memory on iPhone SE or older hardware.
- PDFs from Mail attachments: must be saved to Files first; can't merge directly from Mail.
## What competitors say
Adobe Acrobat is the gold standard with the most features (reordering, page rotation, watermarking) but $14.99/month. PDF Expert matches Acrobat for one-time purchase $79.99. Foxit PDF Mobile offers competitive features for $14.99/year. Smallpdf and ilovepdf are free web-based tools but upload your PDFs to their servers. PDFgear is a free macOS/iOS app with no upload requirement. Documents by Readdle combines file management with PDF tools. Apple Files + Shortcuts is the recommended free path. Apple Notes doesn't merge but its built-in scanner produces multi-page PDFs natively, eliminating the need to merge. Apple Books doesn't merge but is the best for reading the result. Némos doesn't position as a PDF tool — for PDF-heavy workflows, dedicated tools are better.
## The 2026 verdict
For occasional merging (a few times per month), use iOS Files' native Create PDF. For weekly merging with reordering, build a Shortcuts shortcut and bind it to the Action Button. For professional PDF work (legal, accounting, real estate), PDF Expert at $79.99 one-time is the best value. Avoid web-based PDF merge tools for sensitive documents — they upload to third-party servers with unknown retention. The biggest workflow change in 2026 is replacing third-party scanner apps with Notes' built-in scanner: it produces multi-page PDFs with OCR baked in, eliminating both the scan and merge steps.