A forgotten PDF password cannot be removed by any browser-based tool because PDF encryption is specifically built to resist exactly that. The "password to open" protection on a PDF uses cryptographic keys derived from the password itself, so without the password there is no key, and without the key there is no decrypted file to read. Anyone who promises to remove a PDF password without knowing it is either describing an attack that fails against modern PDF encryption, a recovery service that needs specialized hardware, or outright malware. The honest path forward is a two-step process: first recover or reconstruct the password through legitimate channels, and then create an unprotected version of the document you can open freely. This guide walks through both steps, then shows how to produce an unprotected local copy once you have the password in hand, with no upload and no server-side processing.

Why Forgotten PDF Passwords Cannot Be Bypassed
Modern PDF password protection relies on the security handler defined in the PDF specification. When a PDF is encrypted with a "user password" (the password you type to open the document), the file's contents are scrambled using an encryption key derived from that password through repeated hashing. Without the password, the only practical way to read the document is to guess it, and modern PDFs use AES-128 or AES-256 with password-derived keys that make brute-force attempts impractical for any password longer than a handful of characters.
This is why every credible tool that says "remove PDF password" actually means one of two things: it expects you to provide the password yourself, or it is an offline cracking utility designed for password recovery on documents you own. Browser-based PDF tools do not have the time or the key material to crack AES-protected PDFs, and they should not pretend otherwise.
A subtle point worth knowing: PDF documents can carry two different passwords. The "user password" (also called the "open password") is what protects opening the file. The "owner password" controls editing, printing, and copying. Removing the owner password without the user password is meaningless, and removing the user password without the password itself is, in practical terms, impossible.
Where to Look for the Password You Lost
Before assuming the password is truly gone, run through these legitimate recovery channels in order.
- Search your password manager. If you have ever opened this PDF on a device that runs a password manager, the manager probably recorded the password the first time you typed it. Search by the filename, by the issuing organization, or by any hint you stored alongside the entry.
- Check your email archive. Banks, employers, courts, utilities, and government offices often email the password in the same message as the PDF, or in a separate "your secure document" message. Search for the sender's name, the document title, or phrases like "password", "secure document", or "open with".
- Look inside the sender's portal. Many institutions store the password inside your online account, sometimes under a "documents", "statements", or "correspondence" tab.
- Ask the sender directly. A short email to the issuing party can usually produce the original password within a day, because they almost always have it on file.
- Try any password hint. Some PDF security tools let the sender attach a hint that appears in the password prompt. The hint might be enough to jog your memory, especially if it is a familiar date, name, or phrase.
For a worked example covering one common case, see How to Remove PDF Password From a Bank Statement. Once you have the password, you are ready to move on to producing an unprotected copy.
Making an Unprotected Copy When You Have the Password
This is the part a browser tool can genuinely help with. Remove PDF Password takes a password-protected PDF you can already open, rebuilds each visible page as a flattened image, and writes a new unprotected PDF that no longer asks for a password. The trade-off, which matters, is that the output is a raster copy — the original text, links, form fields, signatures, vector data, and metadata are not carried over. Use it when you need a clean, viewable copy for printing, sharing, or reading without typing the password each time; not when you need an editable, accessible, or legally signed original.
- Choose the password-protected PDF you are authorized to open from your computer.
- Enter the current password in the form; the password is used only inside the current browser tab.
- Create the unprotected raster copy. Each page is rendered locally at 1.5 scale using Mozilla's PDF.js library and assembled into a fresh, unencrypted PDF.
- Review the result. The completed copy is reopened without a password and the page count is verified before a download appears.
- Download the unprotected PDF only when the flattened pages look acceptable, and keep the encrypted original for any task that needs the original document structure.
Inside the Output: What the Raster Copy Keeps and What It Drops
The raster copy is not a lossless decrypt-and-save. It is a page-by-page visual reproduction. The table below summarizes exactly which properties of the original carry over to the unprotected file.
| Property in the original PDF | Kept in the raster copy |
|---|---|
| Page dimensions (page size) | Yes |
| Visible page contents | Yes (re-rendered as an image) |
| Selectable, searchable text layer | No |
| Hyperlinks and outline or bookmarks | No |
| Form fields and controls | No |
| Digital signatures | No |
| Annotations and comments | No |
| Vector objects and layers | No |
| Tags and accessibility metadata | No |
| Original image encoding | No (re-encoded locally) |
| Document metadata | No |
| Encryption configuration | No |
If you need a lossless password removal that preserves the original text, forms, signatures, and accessibility tags, you need a trusted PDF editor that can re-save the document without encryption while keeping its structure. Remove PDF Password is the right answer for a flattened, view-only copy.
Privacy, Size Limits, and the Encrypted Original
Even though an encrypted PDF cannot leave your machine without the password, it is still worth being explicit about how the tool handles your file. The source document, the password you enter, the page rendering, and the new PDF assembly all stay inside the current browser tab. The completed raster copy is verified and downloaded locally; nothing is uploaded, and no account or signup is required.
The tool enforces several hard limits that govern whether a job can complete. If any one of them is exceeded, no download is produced.
- Up to 25 MB for the source file
- Up to 40 pages
- Up to 12,000 pixels on either rendered page edge
- Up to 40 megapixels per page
- Up to 100 megapixels across the entire document
An incorrect password, a malformed PDF, or any failed verification also produces no download. The page count of the unprotected output is checked against the source before the download link appears.
Three practical notes before you use the result:
- The output size can change. Re-encoded page images use a different compression scheme than the encrypted source, so the new file may be larger or smaller than the original.
- Keep the encrypted original. The raster copy is a flattened visual record. The original is the document of record for legal, archival, accessibility, or signature purposes.
- Inspect the copy before sharing. Make sure every page is present, that the rendered text is legible at your normal zoom level, and that the recipient will not be missing anything the original carried (such as fillable form controls or accessibility tags).
Used at the right scope, Remove PDF Password gives you an unprotected, locally produced copy you can open, print, and share without retyping the password each time, while leaving the encrypted original intact for anything that needs the source document's full structure.