Home/PDF Tools/Unlock PDF
🔓

Unlock PDF

FREE

Remove a password you know from a protected PDF

Free · No sign-up required
Loading...

What Unlock PDF does — and does not do

Unlock PDF removes password protection from a PDF that you already know the password for. You supply the file and its password; the tool opens it with PDF.js, copies every page into a fresh, unencrypted document with pdf-lib, and gives you the result. From then on the file opens without prompting, can be merged, split or compressed with the other tools here, and can be printed or copied from without restriction. It is not a password cracker: if you do not have the password, the tool cannot open the file, and no legitimate browser-based tool can.

Two kinds of PDF password

TypeWhat it doesNeeded to unlock here?
User (open) passwordRequired to open and view the file at allYes
Owner (permissions) passwordFile opens freely but printing, copying or editing is restrictedUsually not — the file opens without it, so leave the field blank or enter the owner password if you have it

Many “locked” PDFs only have an owner password. They open normally but grey out printing or copying in the viewer. Because the content itself is readable, rebuilding the document drops those restrictions along with the encryption. Whether you should do that depends on why they were set — see the note on permissions below.

How PDF encryption works

A protected PDF encrypts its content streams (text, images, fonts) with a key derived from the password, using RC4 in older files and AES-128 or AES-256 in modern ones. The page structure — how many pages, their sizes — remains visible, but the content is unreadable without the key. When you enter the correct password, the viewer derives the key, decrypts each stream on the fly, and displays the page. This tool does the same thing and then writes the decrypted streams into a new file with no encryption dictionary, which is why the output is a standard, unprotected PDF.

Common reasons to unlock a file

  • Bank and utility statements that arrive protected with your account number or date of birth and are tedious to open every time.
  • Payslips and tax documents from an employer or accountant, before filing them in a personal archive.
  • Processing with other tools — encrypted files cannot be merged, split or compressed until unlocked.
  • Your own documents where you set a password and no longer need it.
  • Printing a restricted document you are entitled to print, such as a ticket or a form sent to you for completion.

A note on permissions and responsibility

Removing an owner password on a document you received is technically trivial, but the restrictions were put there by the author. For your own files, or files sent to you for your own use, removing them is generally fine. For copyrighted material — e-books, paid reports, licensed standards — the restrictions typically reflect the licence terms, and circumventing them may breach that licence or local law. Use the tool for documents you have the right to use freely.

What is preserved

  • Page content, fonts, images and vector graphics — copied exactly, no quality change.
  • Page sizes and rotation.
  • Annotations and form fields attached to pages.
  • Not preserved: bookmarks, document metadata (title, author) and any digital signatures, which are invalidated by rewriting the file.

Frequently asked questions

I forgot the password. Can this tool recover it?

No. Without the password the content cannot be decrypted. Contact whoever sent the file; banks and employers can usually reissue documents. Offline brute-force tools exist for your own files but can take days or be impossible against AES-256 with a strong password.

The file opens without a password but I can't print it. What do I enter?

Leave the password field empty (or enter anything) — the file has only an owner password. Rebuilding it removes the restriction.

Is my password sent anywhere?

No. Decryption happens in your browser with PDF.js. Neither the file nor the password leaves your device.

Why did the file's title disappear?

Document metadata is not copied when the file is rebuilt. Use the Edit PDF Metadata tool to set it again.

Can I add a password instead?

Browser-based encryption is not offered here. Use Adobe Acrobat, macOS Preview (Export with password), LibreOffice, or a command-line tool such as qpdf.

Does unlocking remove a digital signature?

The signature will no longer validate because the file has been rewritten. If the signature matters, keep the original protected copy.

More tools in this category

🔗
Merge PDF
Combine several PDF files into one document
Split PDF
Break a PDF into single pages or two halves
📑
Extract PDF Pages
Pull selected pages or ranges into a new PDF
🗑
Delete PDF Pages
Remove specific pages or ranges from a PDF
🗜
Compress PDF
Shrink scanned or image-heavy PDFs by re-rendering pages
🔄
Rotate PDF
Rotate every page by 90°, 180° or 270° losslessly