How to black out text on a screenshot (so it can't be recovered)
Screenshots are the most-shared and least-carefully-redacted files there are. Here's how to actually black out the sensitive bits, on a laptop or a phone, so they can't be brought back.
You screenshot a bank balance, an order confirmation, a chat, a boarding pass, and you want to share it with one number or name covered up. It feels like a two-second job. It is, if you do it right. But two of the most common ways of doing it leave the "hidden" information fully recoverable, and you won't be able to tell by looking.
Blurring is not redaction
Blur and pixelate (mosaic) feel like they destroy information. They don't; they scramble it in a predictable, reversible way. Text is especially easy to bring back: it uses a small set of shapes in a known font, so software can work backwards from a blurred or pixelated region and reconstruct what it said. Researchers have demonstrated this repeatedly against real redactions.
The rule is simple: for anything that actually matters, never blur or pixelate. Cover it with solid, fully opaque black, and make sure the covering is baked into the pixels (more on that next).
A black box isn't safe until it's flattened
Drawing a black rectangle over text is only half the job. In many editors the box is a separate layer or annotation that sits on top of the image; the original pixels are still in the file underneath. If you save in a format that keeps layers, or the recipient opens it in the right tool, the box lifts off.
Worse, some built-in screenshot editors have shipped bugs that leave the original image data inside the file even after you crop or draw over it. The best known is "aCropalypse" (CVE-2023-21036), where Google Pixel's Markup tool and the Windows 11 Snipping Tool saved edited PNGs that still contained the un-edited image, recoverable by anyone. The lesson isn't "those tools are bad", it's that trusting an editor to quietly do the right thing is a gamble.
Safe black-out means the result is a flattened image: one layer, where the black pixels have replaced the sensitive pixels and there is nothing underneath. Test it by re-opening the exported file and trying to move or delete the black box. If you can, it wasn't flattened.
Doing it on a laptop
- macOS Preview / Windows Paint: draw a solid black rectangle (not the highlighter, which is see-through), then export or "Save As" a new flat PNG or JPG. Exporting is what flattens it. Don't just save the annotated original.
- Zoom in and check the edges. A rushed box often leaves a sliver of a digit or letter peeking out at the edge. On a bank balance, one visible digit can be enough.
- Avoid the phone-back-to-desktop round trip where you're not sure which tool flattened what. Fewer steps, fewer ways to leave a layer behind.
Doing it on a phone
- The Markup pen can work, but use the pen or a filled shape, not the highlighter, and scribble over the area several times so it's fully opaque with no thin patches.
- Zoom right in before you share and confirm nothing shows through. Phone screens are small and it's easy to miss a see-through edge.
- Given the editor bugs mentioned above, for anything sensitive prefer a tool that rebuilds the image from scratch rather than editing the original in place.
The reliable way: a tool that removes the pixels
The safest option is a tool whose whole job is to output a flattened image with the covered content genuinely gone, and that does it on your device so the screenshot is never uploaded. That's exactly what the Private Redaction browser extension does:
- Right-click any image and choose "Redact this image", or drag to grab a region of the page you're on (great for "screenshot my balance but cover the numbers").
- It reads the text on your device and blacks out things like emails, card and account numbers automatically, and you can drag a box over anything else by hand.
- The download is a flat PNG: the covered pixels are removed, not hidden. Nothing is uploaded to do any of it.
If what you're redacting is a document rather than a screen grab, the web app does the same for PDFs, Word files and images.
One thing screenshots get right, and one to watch
Screenshots usually strip the location and camera metadata that a real photo carries, so you rarely leak EXIF data from a screen grab. But if you're sharing an original photo of a document rather than a screenshot of it, that photo can carry GPS coordinates and a timestamp. Re-saving it as a fresh, flattened image (which any proper redaction step does) drops that too. And check the filename: "statement_acct_8842.png" gives the game away before anyone opens it.
The Private Redaction extension blacks out anything in an image or screenshot, right in your browser, and exports a flat image with the covered content gone for good. Free, and nothing is uploaded. Add it to Chrome, or use the web app.
Takeaways
- Never blur or pixelate sensitive text; it can be reversed. Use solid, opaque black.
- A black box is only safe once the image is flattened. Export a new file and confirm the box can't be moved.
- Watch for editor bugs that leave the original underneath; prefer a tool that rebuilds the image.
- Zoom in and check the edges, and check the filename, before you share.
Related: how to redact a bank statement · how to redact a PDF properly