Unlock PDF (Remove Password)
Remove the password from a PDF you own. You need to know the password — this is not a cracker.
In your browser—your files never leave your device.
Learn moreFor permission-only locks (printing/copying blocked but the PDF opens without a password), leave the field empty.
Your password and PDF never leave your browser. Unlocking happens 100% locally.
About this tool
If you own the PDF and you know the password, this page strips the encryption and gives you back a clean unlocked copy. The unlock runs in your browser using pdf-lib, which means the password is never sent to a server. There are two cases the tool handles: a full document-open password (the recipient is prompted before they can even see the file), and a permissions-only lock (the document opens fine but copying or printing is blocked). For permissions-only locks you do not need a password — leave the field empty and click unlock. For document-open locks you must type the correct password. There is no cracker mode here. If you have forgotten the password, this tool cannot help, and that is by design — a brute-force tool would be misused for documents people do not own. The how-to and FAQ below cover both lock types and what to do if you genuinely forgot your own password.
How to unlock pdf (remove password)
-
Drop in your encrypted PDF
The tool detects whether the file has a user password, a permissions-only lock, or both, and surfaces what it found.
-
Type the password
If the PDF requires a password to open, type it here. If the file only has a permissions lock (you can open it but cannot copy or print), leave the password field empty.
-
Click Unlock
The page decrypts the file locally with pdf-lib, then copies all pages into a fresh, unencrypted PDF. Takes 2-3 seconds for typical documents.
-
Download the unlocked copy
The output opens in any reader without prompting for a password. The original encrypted file on your disk is unchanged.
Features
Handles both lock types
A PDF can have a document-open password (you cannot read it without typing the password) and/or a permissions password (you can read it but cannot copy, print, or modify). This page handles both. For permissions-only locks, leave the password field empty — the tool detects them and strips the permission flags without needing a password input. For full document-open locks, type the password and the tool decrypts the file and produces an unencrypted copy.
Strips all permission flags
After unlocking, the output PDF has no permission restrictions — copying enabled, printing enabled, modification enabled, content extraction enabled. So if you had a permissions-locked PDF where text could not be selected, after running through this tool selection works normally. This is the legitimate use case for unlocking your own document: regaining the right to copy excerpts, print, or feed the text into another tool like a screen reader or OCR engine.
Refuses to crack passwords
If you do not know the password, this tool cannot help. There is no brute-force mode, no dictionary attack, no rainbow table — by design. Cracking passwords on documents you do not own is illegal in most jurisdictions and this site is not the right tool for it. If you forgot your own password, try a desktop recovery tool like John the Ripper with the PDF format module, hashcat, or pdfcrack — and make sure you can prove ownership before doing anything publicly.
Browser-side decryption
The password and the encrypted file stay in your browser. The decryption uses pdf-lib's password handling, runs in memory, and outputs the unencrypted PDF directly as a download. No upload, no logs, no rate limit. Verify in the Network tab — no outgoing requests carry your file or your password. Useful for sensitive documents where uploading them to a third-party unlock service would be the larger risk.