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.
Why use this tool
Someone emailed you a sensitive document with a password, you confirmed the password verbally, and now you want a working copy without typing the password every time you open it on your phone. You password-protected your own tax return last year and now you need to attach an unlocked copy to a portal that does not accept encrypted PDFs. You inherited a PDF where copying and printing are blocked (a permissions-only lock with no user password) and you need to print the thing for an offline meeting. You are scanning legal documents into your records system and the system cannot index encrypted files. You took over from a colleague who used to password-protect everything and now you need to clean up the archive. Removing a known password from your own document is normal housekeeping — this page just does it without uploading your file. The tool deliberately cannot break passwords for documents you do not own, which is the legally and ethically right behaviour for a free public web tool.
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.
Privacy & security
This tool runs entirely in your browser. Your files are never uploaded to a server — every step of the process (reading, transforming, downloading) happens on your device using JavaScript and the Web APIs. You can verify this in your browser's network tab: clicking the tool's main action triggers zero requests to our servers. The page itself is served over HTTPS, but once it loads, your data stays put. No accounts, no tracking of file contents, no scanning your inputs.