Skip to main content

How to redact a PDF in macOS Preview

Use Preview's built-in Redact tool on Ventura and later — and avoid the older 'black rectangle' approach that doesn't actually redact anything.

  • macOS Preview

  • Mac (Ventura or later)

  • 5 min read

  • Last verified

  • By Edward Coleridge Smith

On this page
All guides

TL;DR

  • You need macOS Ventura (13) or later for the real Redact tool
  • Don't use the rectangle annotation as a stand-in — text underneath stays selectable
  • Always Export to PDF rather than just saving, so the redactions are flattened
  • Verify with our /verify page before sharing

Why most people get this wrong

Before macOS Ventura, Preview didn't have a real redaction tool. People worked around it by drawing a black rectangle on top of the text and saving the file. The text underneath is still there — selectable, copyable, searchable. Ventura added a proper Redact tool that actually removes the text from the document. If you're on an older macOS, Preview isn't the right tool: use Acrobat or Word instead.

Check your macOS version

Click the Apple menu → About This Mac. You need macOS Ventura (13) or later for the real Redact tool. On older versions, Preview's annotation tools only draw shapes on top of the page — the underlying text remains.

About This Mac dialog showing macOS version

Open the PDF in Preview

Open the PDF in Preview (it's the default PDF viewer on Mac — just double-click). If a different app opens, right-click the file → Open With → Preview.

Preview window with a PDF open

Use the Redact tool

Open the markup toolbar (View → Show Markup Toolbar, or click the marker icon). Choose Redact (the icon looks like a black bar with a marker). Click and drag across the text you want to remove. Preview will warn you that the action is permanent and ask for confirmation — that's the right behaviour.

Preview's Redact tool covering sensitive text

The text isn't just hidden under a black box — Preview removes it from the document when you save.

Export to PDF, then verify

Use File → Export as PDF… (not just Save). Export forces Preview to flatten the document, which is what you want for a final shareable file.

Preview's Export as PDF dialog

Open the exported file in a fresh window, try to select text where the redactions are (you shouldn't be able to), and search for one of the redacted strings (no results). For an automated check, drop it into /verify.

When to automate this

Doing this for one document is fine.

Doing it for thousands, or letting your users do it inside your product, is what the Redactr API is for.

See plans

FAQ

My macOS doesn't have the Redact option. What do I do?

Either upgrade to Ventura or later, or use a different tool. Don't fall back to drawing rectangles in Preview — they don't redact anything. Acrobat Pro (paid) or redacting in Word and exporting to PDF are both safer.

Does Preview's Redact strip metadata too?

Not reliably. Preview removes the visible redacted text but doesn't run a full metadata scrub. If the document has author info, comments, or attached files that matter, use Acrobat's Sanitize step or strip metadata with a separate tool (exiftool -all= works for most PDFs).

Can I redact images in Preview?

Yes — the Redact tool works on whatever you draw the rectangle over, including image regions. The output replaces the underlying pixels.