How to remove a password from a PDF
- Drop one or more protected PDFs into the box above, or click it to choose them.
- Each file is checked straight away and labelled with the kind of protection it has.
- Files with only a permissions lock are unlocked at once — just click Download.
- For a file that needs a password to open, type the password and click Unlock. With several such files, use the single password box to try one password on all of them.
- Download each unlocked PDF, or all of them as a ZIP.
The unlocked copy is a new file ending in -unlocked.pdf. Your original,
still protected, is left exactly as it was.
Two kinds of PDF protection
“Password-protected PDF” covers two quite different things, and knowing which one you have tells you whether you need the password at all:
| Open password | Permissions lock | |
|---|---|---|
| Also called | User password, document open password | Owner password, security restrictions |
| What you see | A password prompt before the document appears | The document opens, but printing, copying or editing is greyed out |
| Is the content encrypted? | Yes — unreadable without the password | Yes, but readers can open it without a password |
| Needed to unlock here | The password | Nothing |
| Typical sources | Bank statements, payslips, tax documents, medical results | E-books, reports, forms and brochures from organisations |
A permissions lock is a request to PDF readers rather than a real barrier: the content is encrypted with a key that every reader can derive, which is why the file opens for anyone. That is also why it can be removed without the owner password. An open password is the real thing — the key is derived from the password itself.
Know what you are dealing with before you type anything
Rather than asking for a password first and finding out afterwards whether one was needed, this tool reads the file's security settings the moment you add it. For a permissions lock you see exactly which actions were blocked — for example printing, copying text and images, editing — and the restrictions are removed without a prompt. A file that turns out not to be protected at all is labelled that way, so you do not go looking for a password that does not exist. After unlocking, each file shows which encryption was removed, such as AES-256 or RC4 128-bit.
If you have forgotten the password
For an open password, there is no honest shortcut. Modern PDFs use AES encryption, and trying passwords one by one is far too slow to be practical — which is exactly what makes the protection worth having. This tool does not attempt it. What usually works is finding the rule the sender used. Statements and payslips commonly come with an email explaining the password, often a combination such as your date of birth, the last digits of an account or ID number, or your postcode. The sender can also send the document again without a password.
Unlocking many files at once
Twelve months of bank statements or a year of payslips usually share one password. Drop them all in together: a single password box appears as soon as two or more files need one. The password is tried on each file in turn; files it opens are unlocked, and any that need a different password keep their own field. When you are done, Download all as ZIP gives you every unlocked copy in one go.
What stays the same
- The content. The file is rewritten without its encryption, and nothing is converted to images or re-compressed. Text stays selectable and searchable, photos keep their quality.
- Bookmarks, links and form fields. The table of contents still jumps to the right pages, links still work, and fillable forms remain fillable.
- The size. An unlocked copy is normally within a few percent of the original.
| Encryption | Where you find it | Supported |
|---|---|---|
| AES-256 | Current Acrobat, most PDF tools today, PDF 2.0 | Yes |
| AES-128 | Acrobat 7–8 era and many office programs | Yes |
| RC4 128-bit | Older files from the 2000s | Yes |
| RC4 40-bit | Very old files | Yes |
| Certificate or rights-management protection | Corporate document control systems | No |
Once unlocked, the file works with every other PDF tool: sign it, merge it with other statements into one document, compress it for an upload limit, or save its pages as images with PDF to JPG. The whole set is listed under PDF tools.
Your file and password stay on your device
Uploading a bank statement and its password to a website is exactly what the password was meant to prevent. Here, both stay in your browser. The first time you use the tool it downloads the unlocking engine — about 1.3 MB, cached afterwards — and runs it in a background worker. Your PDF and password are passed to it in memory and discarded when it finishes. Only unlock documents that are yours or that you have permission to change.
The engine is qpdf, the open-source PDF transformation tool by Jay Berkenbilt and contributors, compiled to WebAssembly and released under the Apache License 2.0.