Safely Redact ← All Posts

How to Redact in Word (And Why It Doesn't Actually Work)

Published April 14, 2026 · 7 min read

You need to share a Word document but want to black out some sensitive information first — a Social Security number, a salary, a client name, or an address. You'd think Microsoft Word would have a "redact" button somewhere. It doesn't.

People have come up with several workarounds over the years: black highlighting, shapes, Find & Replace, and more. Some of them look convincing. None of them are safe.

This guide covers every common method for blacking out text in Word, explains exactly why each one fails, and then shows you the one approach that actually works.

Method 1: Black Highlight Over Black Text

This is by far the most popular "redaction" technique in Word. The idea is to make the text invisible by setting both the font color and the highlight color to black.

Steps
  1. Select the text you want to hide
  2. Change the font color to black (Home → Font Color → Black)
  3. Change the highlight color to black (Home → Text Highlight Color → Black)
  4. The text now appears as a solid black bar

It looks redacted. Black text on a black background — nothing to see. But the text is still there, completely intact. Anyone who receives the document can:

This method provides zero security. The text is fully preserved in the file. It's hidden visually, not removed. Anyone with basic Word skills can undo it in seconds.

Method 2: Cover With a Shape

Another common approach is to draw a black rectangle over the sensitive text using Word's shape tools.

Steps
  1. Go to Insert → Shapes → Rectangle
  2. Draw a rectangle over the text you want to hide
  3. Set the shape fill to black and the outline to black
  4. Right-click the shape → "In Front of Text" so it covers the text layer

This has the same problem. The shape is a separate object sitting on top of the text. Anyone can click on the shape and press Delete to remove it. The text underneath is completely untouched.

Even worse, if you save the document as a PDF after adding shapes, the text layer is preserved in the PDF as well. The shape becomes an annotation — and the text underneath is still fully extractable.

Method 3: Find & Replace With "XXXXX"

Some people use Find & Replace (Ctrl+H) to swap sensitive text with placeholder characters like "XXXXX" or "[REDACTED]". This is closer to real redaction because it actually removes the original text from the document body.

Steps
  1. Press Ctrl+H to open Find & Replace
  2. In "Find what," type the sensitive text (e.g., "123-45-6789")
  3. In "Replace with," type your placeholder (e.g., "[REDACTED]")
  4. Click Replace All

This method is better than highlighting or shapes — the original text is no longer in the document body. But it still has problems:

Method 4: Delete Text and Save as PDF

The most thorough Word-only approach is to delete the sensitive text entirely, then save the document as a PDF (File → Save As → PDF).

This actually removes the text from the output file. But you still need to be careful:

This is the safest approach available within Word itself. It's also the most tedious and the most error-prone — it's easy to miss something, especially in a long document with many sections to redact.

Why Word Is the Wrong Tool for Redaction

The core problem is that Microsoft Word was designed for editing documents, not for securely removing information from them. It has no concept of "redaction" as a security operation. Every method available in Word is either cosmetic (highlighting, shapes) or manual and error-prone (find-replace, delete-and-export).

Word files are also inherently complex. A .docx file is actually a ZIP archive containing XML files, embedded images, style definitions, and metadata. Sensitive text can hide in places you'd never think to look — revision history, document properties, embedded objects, field codes, or hidden text formatted with the "Hidden" font attribute.

Method Text Removed? Metadata Safe? Revision-Proof?
Black highlighting No No No
Shape overlay No No No
Find & Replace Yes No No
Delete + export PDF Yes Partially Yes
Flatten to image Yes Yes Yes

What Actually Works: Flatten to Image

The only approach that guarantees the original text is completely gone is to flatten the document to images. This means converting each page to a flat image (like a PNG or JPEG) so that no text layer, no metadata, and no revision history exists in the output file.

Here's the reliable workflow:

  1. Export your Word document to PDF (File → Save As → PDF).
  2. Open the PDF in a redaction tool that flattens pages to images.
  3. Draw redaction boxes over the sensitive areas.
  4. Export the redacted PDF. Each page is rendered as a flat image — there's no text data left to recover.

This is the method used by security-conscious organizations, legal teams, and government agencies. It's also the approach that Safely Redact uses. When you export a redacted PDF from our tool, every page is flattened to a high-resolution image. The original text is physically destroyed during the rendering process — not hidden, not overlaid, not replaced. Gone.

And because Safely Redact runs entirely in your browser, your document never leaves your device. There's no upload, no server processing, and no copy stored anywhere. You get the security of proper redaction with the privacy of keeping your file local.

Export your Word doc to PDF, then redact it properly — free, private, and secure. Your file never leaves your browser.

Redact Your PDF Free →

Quick Summary

If the information in your document matters enough to redact, it matters enough to redact properly. Don't rely on Word's formatting tools to do a security job they were never designed for.

Related