Liked the result? Add the site to bookmarks so you don't lose it and can use it later. Press Ctrl+D (Windows/Linux) or +D (Mac) to bookmark.
orange hero cover for a guide on locking a PDF with a password without using Adobe Acrobat

May 25, 2026 · Lock PDF

How to Password-Protect a PDF Without Adobe Acrobat

You need to email a signed contract, a salary slip, or a passport scan to one specific person, and you would rather not have the file readable by anyone who later forwards the message by mistake. The fix is to lock the PDF with a password before it leaves your machine. Adobe Acrobat Pro can do it — but a paid subscription and a heavy installer is a lot for a single document. A free PDF password tool that runs in your browser handles the same job: drop the file, pick a password, download the encrypted copy.

Open the PDF locker

When password-protecting a PDF turns into a hunt for software

The PDF format has supported password protection since the late 1990s — it is part of the same specification, now standardised as ISO 32000, that every major reader follows. In other words, the file format is ready to be encrypted. The thing that is not ready is the path most people take to actually do it.

Adobe Acrobat Pro is the obvious choice and the most expensive one — a subscription priced like a productivity suite, for a feature you might use twice a year. Mac users sometimes export with a password from Preview, which works for single files but does not help on Windows or on a borrowed laptop. The result, in practice, is that people search for “password-protect PDF” and end up on the first online tool the search engine surfaces — usually one that asks for the file before it asks anything else.

Two common paths, and where each one pinches

The first path is the installer. Acrobat Pro is the gold standard, but for a single encrypted PDF you are buying a license, downloading hundreds of megabytes, creating an Adobe account, and dismissing upgrade prompts before you get anywhere near the Protect tool. Worth it if PDFs are your job. Not worth it for one contract on a Tuesday.

The second path is the cloud uploader. Mainstream services like Smallpdf and iLovePDF offer a “protect PDF” page that does exactly what it says — but, as both companies publicly state on their own trust and legal pages, the processing happens on their servers: your file is uploaded and retained for up to one or two hours before deletion, not encrypted on your computer. Both run honest, well-managed retention policies, and for a public document that is perfectly fine. For a contract, a payslip or a medical letter, “a copy lives on their server for an hour or two” is still a copy that lives somewhere outside your laptop.

A browser-based PDF locker sits in the same broadly free category, but the file genuinely stays on your device. The encryption runs in JavaScript inside the same tab; there is no upload step to wait for, and no server-side copy of the document to retain or delete.

What AES encryption on a PDF actually does

When the tool locks a PDF it applies AES — the same Advanced Encryption Standard adopted by the U.S. government in 2001 and now used virtually everywhere strong symmetric encryption is needed. Inside the PDF, the object streams that contain the text, images and fonts are encrypted with a key derived from your password. The structural metadata stays readable so a reader app knows there is a document to ask a password for, but the contents themselves cannot be extracted without the right key.

Practically, that means a locked PDF will open in any PDF reader on any platform — Acrobat, Preview, Chrome, Edge, Foxit, the built-in viewer on iPhones and Android — and every one of them will ask for the password before showing a page. Lose the password and the document is genuinely sealed; there is no shortcut around AES, and this tool does not keep a copy of what you typed.

How to password-protect a PDF in your browser, step by step

1

Open the PDF locker

Go to the Lock PDF page in any modern browser. There is nothing to install — the tool loads as a regular web page in Chrome, Firefox, Safari or Edge.

2

Drop in one or several PDFs

Drag the .pdf file (or up to ten of them) onto the upload zone, or click to browse. The files are read by the browser locally and shown as thumbnails — they are not sent anywhere.

3

Pick a password

Type at least four characters, then re-type to confirm. A strength bar gives you a rough read on how guessable the password is — anything below "Good" is fine for casual sharing, but a longer mix is worth the trouble for serious documents.

4

Click Lock & Save

The tool runs the encryption on your machine. With a single PDF it finishes almost instantly; with ten files it takes a few seconds per document, depending on size.

5

Download the locked copies

Save the encrypted PDFs to your device. Send them however you would normally — email, chat, a shared folder — and the recipient enters the password on first open.

batch lock up to 10 pdf files with the same password applied entirely in the browser tab

Why a browser tool can do this at all

Modern browsers have grown a lot of the same plumbing that desktop apps used to monopolise — file system access through the File API, raw byte handling, cryptographic primitives, and the ability to write back a new file for download. On top of that runs an open-source library called pdf-lib, which can read, modify and re-save PDFs entirely in JavaScript, including encryption. There is no hidden server step in the chain — the bytes you upload, the bytes you encrypt, and the bytes you download are all the same bytes, processed in the same tab.

That is why the page can promise “nothing leaves your browser” without it being marketing language. The architecture itself prevents the file from being sent anywhere; there is no upload endpoint to call.

Locking ten PDFs at once with one password

The most common multi-file case is not exciting and exactly the reason batch matters: a folder of monthly bank statements, a stack of supplier invoices, the same non-disclosure agreement going out to several reviewers. Locking each one separately means opening the tool ten times, typing the password ten times, and downloading ten files one by one.

The AI PixFix PDF lock tool accepts up to ten PDFs in a single drop. You set one password, click Lock once, and the tool encrypts each file with the same key. The output is ten encrypted PDFs ready to download — useful when a recipient is expected to know one password covering a whole batch, rather than juggling a different secret for each document.

“Free PDF password” tools — what to actually check

Most online PDF tools advertised as free are free in the same loose sense: a daily cap after a few files, a paywall when the file is bigger than a few megabytes, or a sign-up gate before download. Adding a password to a PDF, though, is a small piece of processing — there is no real reason for it to be metered.

The differences worth checking before you trust any “protect PDF” site with a sensitive document are simpler than the marketing makes them sound. Does the file get uploaded, or is it processed in the browser? Is the encryption real AES, or just a flag in the PDF that better readers ignore? Is there a daily file cap, a size cap, or an account requirement before download? Does the tool keep a copy of the password “in case you need it” — which is a different way of saying the file is not really sealed?

Password-protect a PDF online with the AI PixFix tool and the answers are: processed locally, AES encryption written into the file, no caps, no account, no stored passwords. Free in the boring, unambiguous sense.

Frequently asked questions

Do I need Adobe Acrobat to password-protect a PDF?

No. Acrobat Pro is one way to do it, but it is a paid desktop app and a heavy install for a one-off job. A browser-based tool like AI PixFix can apply AES encryption to a PDF without any software at all — drag the file in, set a password, download the locked copy.

What kind of encryption is applied to the PDF?

AES encryption, written into the PDF using the standard PDF security handler. Once the file is encrypted, any reader — Acrobat, Preview, Chrome, Edge, a phone — will ask for the password before showing the contents.

Does the PDF get uploaded to a server?

No. The whole encryption step runs in your browser through JavaScript. The file and the password never leave your device, so there is no copy of the document sitting on someone else's server while you work.

Can I lock several PDFs at once with the same password?

Yes. Drop up to 10 PDFs in one go, set a single password, and the tool produces 10 encrypted copies — one per input. Useful for batches of contracts, statements or invoices that all need the same access rule.

What happens if I forget the password I set?

It cannot be recovered. The file is locked with AES, and the tool has no copy of the password — by design there is no backdoor. Store the password somewhere safe before you encrypt anything you genuinely need to read again.

Skip the Acrobat installer and the cloud uploader. Lock the PDF in the same tab where you opened it — free, AES encrypted, nothing leaves the device.

Lock a PDF now