How-To GuidesMarch 21, 2026
Meidy Baffou·LazyPDF

How to Password Protect a PDF Without Adobe Acrobat

Adobe Acrobat Pro is the gold standard for PDF editing and security — but it costs around $20 per month. For most people and small businesses, that subscription is hard to justify just to add password protection to the occasional PDF. The good news is that there are excellent free and low-cost alternatives that provide the same or comparable PDF protection capabilities without the Acrobat price tag. Password-protecting a PDF without Acrobat is entirely possible using online tools, built-in operating system features (on macOS and some Linux distributions), free desktop PDF editors, and command-line utilities that provide more control and power than most GUI tools. In 2026, you should never need to pay for Acrobat just to protect a document. This guide covers six alternatives, ranging from the simplest (browser-based, no installation required) to the most powerful (command-line tools for automation). Each has different trade-offs in terms of convenience, features, and privacy — particularly important when the document you are protecting is sensitive enough to need a password in the first place.

Option 1: LazyPDF (Online, No Account Required)

LazyPDF's protect tool is the fastest way to add a password to any PDF without installing any software or creating an account. Upload your PDF, set your password, and download the protected version — the entire process takes under a minute. The tool uses qpdf on the server side to apply AES-256 encryption, the same standard used by Acrobat Pro. The protected PDF is compatible with all modern PDF readers — Adobe Reader, Chrome's built-in viewer, Firefox, macOS Preview, and Microsoft Edge. Recipients can open the password-protected file on any platform without any special software. For privacy-conscious users: online tools require uploading your document to a server. For documents containing sensitive personal data, financial information, or trade secrets, consider whether uploading to a third-party server is appropriate. For highly sensitive documents, the local options (macOS Preview or command-line tools) process the file entirely on your own computer.

  1. 1Visit lazy-pdf.com and navigate to the Protect PDF tool.
  2. 2Upload your PDF by dragging it onto the dropzone or clicking to browse.
  3. 3Enter your chosen password in the password field.
  4. 4Click 'Protect PDF' and wait for processing (usually a few seconds).
  5. 5Download the protected PDF to your computer.

Option 2: macOS Preview (Built-in, Free, Private)

macOS Preview — the built-in PDF viewer that comes pre-installed on every Mac — includes a PDF encryption feature that most Mac users have never discovered. It uses the Mac's built-in PDF engine to apply AES-128 password protection without any additional software, accounts, or internet connection required. The Preview approach processes everything locally on your Mac, making it the most private option for sensitive documents. The protected PDF is compatible with all PDF readers and produces a standard, industry-compliant encrypted file. The limitation: Preview applies AES-128 encryption, not AES-256. For most business documents, AES-128 is more than adequate. If you specifically require AES-256, use qpdf via Terminal instead.

  1. 1Open your PDF in macOS Preview (double-click the file, or right-click > Open With > Preview).
  2. 2Go to File > Export as PDF.
  3. 3In the export dialog, click 'Show Details' if the security options are not visible.
  4. 4Check 'Encrypt' and enter your password in both the password and verification fields.
  5. 5Click Save — Preview saves a new, password-protected copy of the PDF.
  6. 6Test by opening the new file and confirming the password prompt appears.

Option 3: LibreOffice (Free Desktop App, All Platforms)

LibreOffice is a free, open-source office suite that includes a PDF export feature with password protection capabilities. If you create documents in LibreOffice Writer, Calc, or Impress, you can export directly to a password-protected PDF without any additional tools. For existing PDFs that you want to protect, LibreOffice can open many PDFs (especially text-based ones) via its PDF Import extension, and then re-export with protection. The quality of the re-export depends on the PDF's complexity — for simple text documents it works well, but complex layouts may not be perfectly preserved. LibreOffice applies AES-256 encryption for PDF export (in recent versions), making it a strong choice for privacy and security. Processing is entirely local — no internet connection or account required.

  1. 1Open LibreOffice Writer and go to File > Open to open your PDF (or the source document).
  2. 2Go to File > Export as PDF.
  3. 3In the PDF Options dialog, click the 'Security' tab.
  4. 4Under 'Open Password', check 'Set open password' and enter your password.
  5. 5Optionally configure permissions restrictions under the Permissions section.
  6. 6Click Export and save the protected PDF.

Option 4: qpdf Command-Line Tool (Free, All Platforms, Most Powerful)

qpdf is a free, open-source command-line tool that provides the same PDF manipulation capabilities as Acrobat Pro — including AES-256 encryption — via a Terminal or Command Prompt command. It is the tool used by LazyPDF's protect feature on the server side. qpdf is available through package managers on all major platforms: Homebrew on macOS (brew install qpdf), apt on Ubuntu/Debian (apt install qpdf), and a standalone installer on Windows. Once installed, protecting a PDF with AES-256 takes a single command. The advantages of qpdf: it supports both user and owner passwords independently, provides fine-grained permissions control (specify exactly which operations are allowed), outputs AES-256 encrypted files, works without any internet connection, and can be scripted for batch processing. For technical users, qpdf is the professional standard for PDF security management.

  1. 1Install qpdf: macOS: brew install qpdf | Ubuntu: apt install qpdf | Windows: download from qpdf.sourceforge.net
  2. 2Open Terminal (macOS/Linux) or Command Prompt (Windows).
  3. 3Run: qpdf --encrypt 'yourpassword' 'ownerpassword' 256 -- input.pdf output.pdf
  4. 4Replace 'yourpassword' with your open password and 'ownerpassword' with your owner password.
  5. 5The output.pdf file is protected with AES-256 — test it by opening it in a PDF reader.
  6. 6To add only an owner password (permissions only, no open password): qpdf --encrypt '' 'ownerpass' 256 -- input.pdf output.pdf

Option 5: PDF-XChange Editor (Windows, Free Version Available)

PDF-XChange Editor is a Windows PDF application that offers a generous free tier including PDF password protection. The free version includes all the features needed for document security, including user and owner password protection with AES-256 encryption. The interface is similar to Adobe Acrobat, making it a familiar transition for Windows users who need Acrobat-like functionality without the subscription. PDF-XChange also includes annotation tools, basic editing, OCR, and form filling — making it a practical Acrobat alternative for everyday document work on Windows. Note: the free version adds a small watermark stamp to modified documents. For PDF protection without modification, this watermark may or may not appear depending on the operation — test with your specific use case. The paid Pro version removes all limitations.

  1. 1Download PDF-XChange Editor from pdf-xchange.com (select the free version).
  2. 2Install and open the application.
  3. 3Open your PDF via File > Open.
  4. 4Go to File > Document Properties > Security.
  5. 5Select 'Password Security' and configure user and owner passwords as needed.
  6. 6Save the file with File > Save As to create a protected copy.

Option 6: Windows Print to PDF with Third-Party Driver

On Windows, the built-in 'Microsoft Print to PDF' printer does not support password protection. However, third-party virtual PDF printers like PDFCreator (free, open-source) or CutePDF Pro do. These tools install as a printer and appear in the Print dialog of any application, allowing you to 'print' any document to a password-protected PDF. The virtual printer approach is particularly useful for applications that do not have their own PDF export feature. Want to protect a webpage you are viewing, an email, or a document in an application without a PDF export button? Print it with a security-enabled virtual PDF printer. PDFCreator is the strongest free option on Windows. During printing, it shows a settings dialog where you can configure password protection, encryption level, and permissions before creating the PDF. It supports AES-256 and both user and owner passwords.

  1. 1Download and install PDFCreator from pdfforge.org (select the free version, decline optional extras).
  2. 2Open the document you want to protect in any application.
  3. 3Press Ctrl+P to open the print dialog and select 'PDFCreator' as the printer.
  4. 4In the PDFCreator dialog, click 'More Settings' or the gear icon.
  5. 5Go to Security and enable password protection — enter your user and/or owner password.
  6. 6Click Save to create the password-protected PDF.

Frequently Asked Questions

Are online PDF protection tools safe for sensitive documents?

Online tools upload your PDF to a server for processing, which involves some trust in the service provider. For highly sensitive documents — legal contracts, medical records, financial data containing personal information — processing locally (using macOS Preview, LibreOffice, or qpdf) is safer since no data leaves your computer. For moderately sensitive documents, reputable online tools with clear privacy policies and HTTPS encryption in transit are generally acceptable. LazyPDF processes files in memory without storing them permanently.

Will PDFs protected without Acrobat work for all recipients?

Yes — as long as you use a tool that produces standard AES-256 or AES-128 encrypted PDFs following the PDF specification, any modern PDF reader (including Adobe Reader, Chrome, Firefox, and macOS Preview) can open them. Avoid tools that use non-standard or proprietary encryption methods, as these may produce files that fail to open in some readers. qpdf, LibreOffice, and macOS Preview all produce fully specification-compliant encrypted PDFs.

What is the best free PDF protection tool for Mac?

macOS Preview is the best choice for most Mac users — it is already installed, requires no downloads, processes files locally for privacy, and produces standard AES-128 encrypted PDFs compatible with all readers. For AES-256 encryption on Mac, install qpdf via Homebrew and use a single Terminal command. Both options are completely free and need no ongoing subscription.

Can I protect a PDF without a subscription on Windows?

Yes. qpdf (free command-line tool) provides the same AES-256 protection as Acrobat Pro with no subscription or GUI required. For a GUI option on Windows, PDF-XChange Editor's free tier includes password protection. PDFCreator is a free virtual PDF printer that adds protection at print time. All three are free, produce standard encrypted PDFs, and require no ongoing fees.

Protect any PDF with a password in seconds — no Adobe subscription needed. LazyPDF is free and works in your browser.

Try It Free

Related Articles