How to remove a password from a PDF
Take the password off a PDF you can already open, and understand why no honest tool can recover one you lost.
There are two completely different requests hiding behind "remove the password from this PDF", and only one of them has an answer. Taking the password off a file you can already open is routine. Getting into a file whose password you do not have is not a feature — it is an attack, and it does not work here.
Remove a password you know
Upload the protected PDF
Drop in the file. This is the one tool on the site that expects a password-protected document rather than refusing one.
Enter the current password
Type the password the file opens with today. The Unlock button stays disabled until you have entered something.
Unlock
Click Unlock PDF. The document is decrypted in your browser and a copy with no password downloads.
This cannot crack a password, and nor can anything else honest
If you have lost the password, this tool cannot help you and neither can any of the sites promising otherwise. You must type the correct password before anything happens at all; there is no bypass path, because there is nothing to bypass. The document is genuinely encrypted, and the password is the key. Without it the contents are noise.
That is not a limitation somebody chose — it is what encryption is. A PDF password that could be removed without knowing it would be a PDF password that protected nothing, and every file you ever protected would be worthless. The strength of the tool that locks the file and the uselessness of any tool that claims to unlock it for free are the same fact seen from two sides.
Treat "recover any PDF password instantly, free, online" as what it is. At best it is a brute-force attempt that will fail on any decent password, at a price of uploading your confidential document to a stranger. At worst, the upload was the point.

The copy is properly decrypted, not just unlocked-looking
The file you get back has had its encryption genuinely removed rather than hidden. There is no encryption dictionary left in the document, and the stored password hashes — the values a viewer checks your typing against — are gone with it. Open the result anywhere and no password is requested, because there is no longer anything in the file to ask about.
This matters because the alternative exists and is worse: tools that leave the encryption in place and merely pass the password along, producing a file that seems open on their site and prompts for a password everywhere else. What downloads here opens in any reader, on any device, forever, with nothing typed.
"That password is incorrect" sometimes means something else
Here is the honest caveat, and it is the kind of thing a tool page normally leaves out. There is exactly one error message for a failed unlock, and it blames the password. But the same message appears whenever the file cannot be read at all — because the code that opens the document and the code that checks it is really a readable PDF sit inside one error handler, and it cannot tell you which of them objected.
So if you are certain the password is right, stop retyping it and suspect the file. A truncated download, a PDF that was corrupted in transit, or something that is not really a PDF at all will all report an incorrect password. Try opening the file in a viewer with the same password. If the viewer opens it and we do not, tell us — that is a bug. If the viewer will not open it either, the file is the problem and no password will fix it.

Why every other tool turns a protected file away
Unlock PDF is the only tool here that accepts an encrypted document. Everywhere else, a password-protected file is rejected with a message pointing you back to this page. That is deliberate, and it is a fix rather than an inconvenience: those tools used to accept protected files, appear to work, and hand back a document with every page blank. Failing loudly at the door beats succeeding into an empty file.
Which makes this the first step in any job involving a protected document. Unlock it, do the work — merge, compress, split, whatever it is — and protect the result again afterwards if it still needs protecting.
What you should think about before you do it
- The unlocked copy is unprotected. It is a normal PDF and anyone who gets it can read it, so be deliberate about where it lands — an unlocked copy in a shared folder is the same document with its protection thrown away.
- Your original file is untouched. You get a new copy alongside it, named with _unlocked, and the protected version stays exactly as it was.
- The password never leaves your device. Decryption happens in the browser tab, so there is no server to send it to and nothing to log.
- If the goal was just to stop retyping a password you own, this is the right tool. If the goal is to hand the document to somebody else, consider whether it was protected for a reason.
Password protection itself — what it does, what it does not, and why a forgotten password is permanent — is covered in How to password protect a PDF.


