iOS and iPadOS guide

Open and Unlock Password-Protected PDFs on iPhone and iPad

iOS and iPadOS have quietly improved their PDF handling over the last few versions, and in 2026 they do most common password-protected workflows directly, without a third-party app. This guide walks through Safari, the Files app, Apple Books, the Shortcuts app, and when switching to a Mac or to a dedicated PDF app like PDF Expert or Foxit is the cleaner choice. It also covers the quirks added in iOS 15, 16, and 17 that changed how passwords are handled on the platform.

Quick answer

If you know the password, you can open the PDF directly in Safari or Files on any iPhone or iPad running iOS 14 or newer. You will be prompted for the password when the file opens, and access is granted for the viewing session. To permanently remove the password on iOS, use PDF Expert, Foxit, or a Shortcut that drives one of those apps. If nothing works on iOS, AirDrop the file to a Mac and run Preview-based removal.

What iOS can and cannot do with password-protected PDFs

iOS uses Apple's own PDFKit framework to handle every PDF. PDFKit is shared by Safari, Mail, Messages, Files, Books, Notes, and any third-party app that does not ship its own PDF engine. PDFKit has supported password-protected PDFs since iOS 11, with incremental improvements ever since. What it can do is open, render, annotate, and share a password-protected PDF once you enter the password. What it cannot do by itself is strip the password and save an unprotected copy. That feature is reserved for third-party apps and for the Mac equivalent of PDFKit, which has richer editing APIs.

The practical consequence is that for most users, opening a protected PDF on iPhone is a one-tap operation followed by a password prompt, and that is the end of the task. For users who need to email a colleague an unlocked copy, or who need to edit and re-export without the password, the task requires additional software. This guide focuses on getting each path right rather than pushing everyone toward the most powerful option.

Using Safari and the Files app

Safari handles PDFs inline. If you tap a link to a PDF in Safari, the browser opens it in a built-in viewer, and if the PDF has an open password, Safari shows a password dialog above the document. Type the password, tap OK, and the document renders. Because Safari uses PDFKit, the password dialog looks identical to the one you see in Files or Books. Behind the scenes it is the same code path.

The Files app is Apple's file manager and hosts both local storage and any cloud storage you have added, including iCloud Drive, Dropbox, Google Drive, OneDrive, and Box. Opening a PDF from Files works the same way as from Safari: tap the file, the preview appears, and if there is a password you get a prompt. This is the standard workflow for anyone receiving a password-protected PDF by email attachment, by iMessage, or by AirDrop. Save the file to Files or iCloud Drive, tap to open, enter the password. Done.

One thing worth noting is that the password you enter in Safari or Files is used only for that session. If you close the file and reopen it ten minutes later, iOS prompts again. This is intentional, because otherwise iOS would have to cache passwords somewhere, which would be a security risk. The iOS behavior matches the behavior of Preview on macOS in its default settings.

Apple Books and its limitations

Apple Books acts as both a reader and a library, which is a different mental model from Files. When you import a PDF to Books, it creates a copy in the Books library. For password-protected PDFs, this import step is when Books prompts for the password. Once you enter it, Books stores an unlocked copy in the library and uses that copy on every subsequent open. That is convenient for long reading sessions, but it has two consequences.

First, the password is effectively removed from the copy in Books, because Books stores the unlocked version internally. If you re-export from Books, the exported copy is also unprotected. Second, Books does not re-prompt if the password on the original file changes. If someone sends you an updated version with a new password, Books will keep the old unlocked copy and only prompt for the password the first time the updated file is imported under a different name.

This has been the pattern since iOS 15, when Books finally added consistent password handling. Before that, the behavior was inconsistent. iOS 14 and earlier would sometimes open password-protected PDFs silently, sometimes fail, and the behavior depended on the specific version of Books. If you are on a newer OS, Books is now a reliable tool for reading password-protected PDFs. It just does not remove passwords from the original file.

Shortcuts app automation

The Shortcuts app has a set of PDF actions that cover creation, merging, and splitting. Password actions are limited. There is a Lock PDF action that applies a password to an unprotected file, but there is no matching Unlock PDF action that strips a password. This is intentional on Apple's part and unlikely to change. The workarounds involve calling out to a third-party app that does support password removal via URL scheme or Share Extension.

The cleanest Shortcut for repetitive PDF unlocking looks like this: a Get Contents of URL action to fetch the file, a Show Content Graph to verify, and then an Open In action that routes to PDF Expert or Foxit with a pre-built unlock workflow. The third-party app handles the actual decryption, and the Shortcut just automates the hand-off. This is useful if you regularly deal with password-protected files that share the same password, because the Shortcut can include the password as a text variable and pass it to the app.

Apple tightened Shortcuts security in iOS 15 to require explicit user confirmation the first time a Shortcut accesses files of certain types. Password-protected PDFs are covered by this confirmation prompt, so the first run of a new Shortcut will ask for permission. Subsequent runs use the saved permission and run without interruption.

Third-party apps worth installing

PDF Expert

Developed by Readdle. The iPhone and iPad version integrates with Files so password-protected PDFs can be opened from any folder. PDF Expert has a built-in Remove Password command that writes a new unprotected file, preserving the original. Subscription required for password removal in recent versions; older one-time-purchase builds still work if you already own them.

Foxit PDF Editor

Enterprise-focused with strong handling of certificate-encrypted PDFs, rights-management, and signed documents. Overkill for personal use, but essential for corporate workflows. Supports batch password removal when combined with a paid tier.

Adobe Acrobat Reader

Free, and handles password prompts natively. The free tier does not include password removal, which requires an Acrobat subscription. For users already in the Adobe ecosystem this is the natural choice. For everyone else it is heavier than necessary.

Documents by Readdle

Free companion app to PDF Expert. Opens password-protected PDFs without modification features. Useful for pure reading when you do not want a subscription.

When to transfer to a Mac

Some tasks are genuinely easier on a Mac. Removing a password from many PDFs at once is awkward on iOS even with a good app, because each file has to be opened and processed individually. On a Mac, a terminal command with qpdf can process an entire folder in seconds. If the file has restrictions on top of an open password, Preview on macOS has a direct Export workflow that strips both with a known password. And if the iOS app cannot open the PDF at all, which happens occasionally with unusual encryption, a Mac is more likely to succeed because of the richer desktop PDFKit API.

AirDrop is the easiest transfer mechanism. Select the file in Files, tap the Share button, pick AirDrop, select the Mac. The file arrives in the Downloads folder. From there, open in Preview and follow the steps in our Mac unlock guide. For command-line work on a Mac, our qpdf guide applies identically because the same tools run on macOS via Homebrew.

iOS version changes that affect PDF passwords

VersionChangeEffect on workflows
iOS 14PDFKit password prompts standardizedSafari and Files behave the same
iOS 15Books reliable with passwords; Shortcuts added PDF actionsLibrary reading works end-to-end
iOS 16AES-256 support in PDFKit maturedFewer failures on modern encryption
iOS 17System-wide password autofill suggested for PDF formsKeychain passwords can be suggested
iPadOS 17Stage Manager + PDF side-by-sideParallel file unlocking feasible

Common failure modes and what to try

Password prompt but wrong-password error every time

Usually a character-set issue. iOS keyboards can substitute smart quotes and em-dashes for straight ASCII punctuation. Disable smart punctuation in Settings, General, Keyboard, Smart Punctuation, and retry. Also check caps lock and make sure you are not pasting a trailing space.

File opens but shows blank pages

The PDF is likely an XFA form. iOS does not render XFA. Open on a desktop in Adobe Reader, or ask the issuer for an AcroForm version. Our form password guide explains why.

Password works but editing is still blocked

Two layers. The open password handled access, but an owner-password restriction is still enforced. Neither Files nor Safari can remove the restrictions. Use PDF Expert's Remove Restrictions feature or do it on a desktop.

File refuses to open anywhere on iOS

Unusual encryption or a corrupt file. Try on a Mac with Preview. If Preview also fails, the file is likely corrupted in transit and needs to be re-sent. See PDF repair.

Recommended workflow by user type

Casual user: Safari or Files when the file arrives. Enter the password, read the document, move on. No extra apps required. This is the dominant workflow for most users and works perfectly for everyday password-protected PDFs.

Frequent reader: Apple Books for long-form PDFs like textbooks, contracts, or manuals. Import once with the password, then read without prompts on every subsequent session. Accept that Books stores an unlocked copy internally.

Professional who edits PDFs: PDF Expert is the sweet spot. It integrates with Files, supports password removal, has excellent annotation, and works in split-screen on iPad. Pair with the Shortcuts app for repeated tasks.

Enterprise user: Foxit, Adobe Acrobat, or both. These handle signed PDFs, certificate-based encryption, and rights-managed documents that consumer apps cannot touch. They are also the tools most likely to be approved by a corporate IT policy.

Batch worker: Do not try to batch-process on iOS. Transfer to a Mac or Linux box and use qpdf. iOS is not the right environment for processing dozens of files at once.

Know where your unlocked copies land

Apps that strip passwords sometimes save unlocked copies in a shared location, like iCloud Drive, where they become accessible to anyone with access to your iCloud account. If the document is sensitive, pick a save location that matches its sensitivity.

What iOS does not handle at all

Password recovery from an unknown password. iOS has no built-in recovery tooling and no realistic third-party option at the scale needed for brute-force or dictionary work. If you do not know the password, use our recovery decision tree on a desktop.

Read next

For Mac-side workflows, read unlock PDF on Mac. For the password-known removal mechanics that apply on every platform, see remove PDF password you know. For the underlying encryption standards, read PDF encryption types.