- Removes the open password so the PDF can be viewed without a password
- Removes owner restrictions — unlocks printing, copying, and editing
- Works on any PDF for which you know the correct password
- Owner-restricted PDFs with no open password can often be unlocked without entering anything
- All processing happens in your browser — the file is never uploaded
Free PDF Unlock — Remove PDF Password & Restrictions, No Upload
Remove password protection and owner restrictions from any PDF you have the key for. 100% browser-based — files never leave your device.
Features
About this tool
If you have ever received a password-protected PDF that you need to open every single time, or a document with owner restrictions that block printing or copying text you have every right to use, this tool solves both problems in seconds — entirely in your browser.
Most online PDF unlockers require you to upload your file to their server. That is a serious privacy concern when the document contains contracts, payslips, medical records, or any sensitive information. This PDF Unlock tool runs 100% in your browser using the open-source pdf-lib library. As soon as you drop in a file, the tool silently attempts to load it with PDFDocument.load() and no password; if that call succeeds, the PDF has no open password and only owner restrictions, if any, need to be stripped. If it throws, the tool marks the file as password-protected and asks you to type the correct key before it will proceed. This detection happens locally and instantly, without ever reading the file's contents into anything other than browser memory.
The tool handles two distinct layers of PDF protection. An open password (also called a user password) is the password you must type every time you try to open the file at all, and this tool can only remove it if you supply the correct value, since it decrypts rather than cracks or brute-forces the document. Owner restrictions are a separate permission layer, encoded in the PDF's encryption dictionary, that can block printing, copying, or editing even when the document opens freely with no password prompt. For files with only that second layer, pdf-lib can reopen the document with ignoreEncryption enabled and simply omit the restriction flags when it saves a new copy, which is why owner-restricted PDFs can often be unlocked with the password field left blank.
Once access is confirmed, the tool re-saves the document with useObjectStreams disabled, producing a classic cross-reference table rather than compressed object streams, for maximum compatibility with older PDF readers. Page content, embedded text, hyperlinks, and bookmarks are carried over untouched — the only thing that changes is the encryption dictionary itself. Because everything happens client-side, this tool cannot recover a password you have genuinely forgotten; it needs the real key to decrypt the file before it can rewrite it without one.
How to Use
- 1Upload your PDFDrag your PDF onto the drop zone or click it to open a file picker. The file is read locally into your browser — nothing is uploaded. The tool immediately checks whether the PDF has an open password or owner restrictions and shows a status badge.
- 2Check the status badgeAfter uploading, a badge appears below the file chip. "🔒 This PDF is password-protected" means an open password is required and you must enter it below. "🔓 No open password detected" means the PDF opens freely but may have owner restrictions that this tool can remove.
- 3Enter the password if requiredIf the PDF has an open password, type it into the password field. Use the 👁 button to reveal the characters and check for typos. If the PDF has no open password, you can leave the field blank and click Unlock directly.
- 4Click Unlock & DownloadClick the blue "Unlock & Download" button in the toolbar. The browser decrypts the PDF using pdf-lib and downloads the clean, unrestricted file as originalname-unlocked.pdf. For most documents this completes in under a second.
- 5If the password is wrongAn error message appears immediately if the password you entered is incorrect. No damage is done — just re-enter the correct password and try again. The original file on your device is never modified.
- 6Load a different PDFClick the "Change PDF" button in the toolbar to clear the current file and return to the drop zone. You can immediately upload another PDF without refreshing the page.
Common Use Cases
Frequently Asked Questions
No. This tool runs entirely in your browser using the open-source pdf-lib JavaScript library. Your PDF is read from your disk into browser memory, processed locally, and the unlocked file is downloaded straight back to your device. No data is ever transmitted to a server — not even an analytics ping about the file you processed.
You can remove the password from any PDF for which you know the correct password. Upload the file, enter the password, and download the unlocked version. If the PDF has only owner restrictions with no open password required to view it, you can often unlock it without entering any password at all — just upload and click Unlock.
An open password (user password) must be entered every time you try to open the PDF — without it the file is completely inaccessible. Owner restrictions are a separate layer that controls permissions like printing, copying text, and editing. A PDF can have restrictions without requiring an open password. This tool removes both: the open password (when you provide the correct one) and owner restrictions.
This tool cannot bypass or brute-force a password you do not know. It requires the correct password to decrypt the PDF. If you have forgotten the password to your own document, this tool cannot help — you would need a dedicated password recovery application.
No watermarks are ever added. The output file contains only the original page content from your source document — no branding, no stamps, no "unlocked with" overlays.
Completely free, no account, no email, no sign-up of any kind. Open the page and start immediately. Because all processing happens in your browser there are no server costs, so there is no premium tier or usage limit. The PDF merger and PDF splitter work the same way.
Yes. The tool works in any modern browser including Chrome on Android and Safari on iOS. For everyday document sizes — a few megabytes — it works fine on a phone. Very large encrypted PDFs may be slower on mobile due to limited RAM.
The unlocking process preserves the document content as-is. Page content, hyperlinks, and embedded text are maintained. The only thing removed is the encryption layer. Bookmarks and outline entries are also preserved.