How to redact a Word document without leaving traces

If the redaction can be undone with Ctrl+Z, a copy-paste, or a peek at the file's XML, it isn't redaction. Here's what actually removes the data.

Why the usual tricks fail

A Word file is a ZIP of XML. Anything you only hid is still sitting in that XML, fully readable to anyone who unzips it.

What true redaction means

Real redaction removes the characters from the underlying file data — in every part of the document — and then verifies they're gone. That means scanning the body and:

How CleanDoc does it

CleanDoc rewrites the document's XML to delete the matched text from every one of those locations, then runs a self-check: it searches the whole file again and refuses to export if any of the original sensitive text remains. So a file you export is a file with nothing left to recover.

And because it all runs in your browser, the document is never uploaded anywhere in the process.

Redact without traces now →

First time? Start with how to remove personal information from a Word document.