100% client-side · nothing uploaded

Redact a screenshot

Draw a bar over anything that should not leave the room. The regions are flattened into the bitmap rather than drawn on top of it, so there is nothing underneath to recover — and the metadata comes off on the way out.

Your images never leave your browser

Drop a screenshot to redact

or click to browse, or paste with Ctrl/Cmd+V — the file stays in this tab

Why a black bar beats a blur on a screenshot

A screenshot is almost always text, and text is the worst possible thing to blur. There are only so many ways a bank can render an account number: one font, one size, one background, ten digits. That makes a pixelated or blurred number a puzzle with a very small answer space, and an attacker does not need to un-blur anything — they render every candidate string, apply the same blur or the same block grid, and look for the one that matches. The Depix class of attack does exactly that against pixelated text and recovers it convincingly. Low-radius Gaussian blur is worse still: blurring is a linear filter, and a linear filter can be run backwards.

None of that applies to a solid bar. There is no residual signal to attack because there is no residual signal at all — the pixels underneath are gone, replaced with black. That is why this tool opens on Solid bar rather than on the prettier option, and why blur and pixelate are here with a warning attached rather than as the default.

Blur and pixelate still have their place, and it is not on text. Softening a face in the background of an office screenshot, or the contents of a window you did not mean to include, is exactly what they are for — the shapes stay legible as shapes and the detail goes. If the region contains characters, use the bar.

What “redacted” has to mean

The canonical redaction failure is a black rectangle drawn over text in a PDF or a word processor: the rectangle is an object on a layer and the text is still underneath it, so selecting the page and copying gives you everything the rectangle was hiding. It has leaked court filings, contracts and diplomatic cables, and it keeps happening because the result looks completely convincing on screen.

This tool cannot fail that way, because there is no layer. When you press download, the image is redrawn at full resolution and each region is painted straight into the bitmap before the file is encoded. The output is a flat image whose pixels never held the original values. Nothing to peel off, nothing to toggle, nothing underneath.

The export also goes through the same metadata stripper the EXIF viewer uses, so a redacted screenshot loses its metadata as well without anyone having to remember. That matters more than it sounds: a screenshot taken on a phone can carry a location, and a redaction that hides the address in the picture while shipping the coordinates in the header has not redacted anything.

What to cover on a screenshot

The obvious ones are account numbers, card numbers, addresses, phone numbers and full names. The ones people miss are all around the edges of the frame:

Draw as many regions as you need — each one keeps its own mode and strength, so a face can be blurred on the same image where a reference number gets a bar.

How to redact a screenshot

  1. Drop the screenshot on the panel above, or paste it straight out of the clipboard.
  2. Drag a rectangle over anything that should not leave the room. Drag inside it to move it, drag a corner to resize it, and press Delete to remove it.
  3. Leave it on Solid bar for anything with characters in it. Switch a region to blur or pixelate only where the content is a face or a background.
  4. Download. The regions are flattened into the bitmap and the metadata is stripped on the way out.
  5. Check the result before you send it. The preview is the file — what you see is what gets encoded.

Questions

Can the black bars be removed from the downloaded file?

No. The regions are painted into the bitmap at full resolution before the file is encoded, so the pixels under a bar are not stored anywhere in the output — there is no layer, no alpha channel holding the original, and no metadata copy. This is the difference between this and drawing a rectangle in a PDF or a word processor, where the object sits on top of text that is still selectable underneath.

Is a blur or a pixelation really recoverable?

On text, often yes. Pixelation reduces each block to an average, and if the attacker knows the font, the size and the background — which for a bank statement or an app screenshot they do — they can render every candidate string, pixelate it the same way and match. That is the Depix class of attack. A low-radius blur is a linear filter and can be numerically inverted. On a face or a background neither attack has anything to work with, because there is no small set of candidate answers to search. This is why the tool opens on a solid bar.

Does the screenshot get uploaded anywhere?

No. The file is decoded, drawn to a canvas, redacted and re-encoded in this browser tab. There is no request that carries it, which is the whole reason to redact a screenshot in a web page rather than in a web service. Several other redaction tools are also client-side; the honest claim here is not that everyone else uploads, it is that this one does not, that the pixels are destroyed rather than covered, and that the metadata goes with them.

What happens to the metadata?

It is removed. The encoded bytes go through the same stripper the EXIF viewer uses, so EXIF, GPS and every ancillary chunk come off the download. When you load a file the panel tells you what the original was carrying, so you can see what has just been dropped rather than take it on trust.

Can I redact a batch of screenshots at once?

No, and deliberately. Every other tool on this site batches, because resizing a hundred files is the same operation a hundred times. Redaction is not: the region that matters is in a different place in every screenshot, and a batch mode would either need you to place the boxes once and apply them blindly to files where they land in the wrong place, or place them a hundred times anyway. Blind redaction is worse than no redaction, because it looks like it worked.

Related tools