Blur and pixelate sensitive data in screenshots: a step-by-step guide
Short answer: pick the area, then cover it in a way that cannot be peeled back. A light blur looks safe but can sometimes be reversed, and a black box dropped on top can occasionally be lifted off. The reliable move is to pixelate the area straight into the image so the original pixels are gone for good. On a Mac you can do this in seconds. This guide explains the real difference between blurring and pixelating, when each one is the right call, and exactly how to do it.
Blur and pixelate are not the same thing
People use the two words interchangeably, but they do different things to the pixels. A blur averages each pixel with its neighbors so the detail smears into a soft haze. Pixelation does the opposite: it carves the region into a grid and replaces each cell with one flat color, so you end up with a handful of chunky blocks.
The part that matters for privacy is what is left behind. With a light blur, the original information is still in there mathematically, just rearranged, which is why software has been able to claw short, predictable text like a verification code back out of a gentle blur. A coarse pixelation throws away far more detail, but it has a quieter weakness of its own: in the ordinary version, each block is the average of the pixels it covers, and for text in a screenshot those averages still carry a faint imprint of the characters underneath. Depixelation tools exploit exactly that. They render candidate characters in the same font, pixelate them the same way, and compare averages until they find the match, and a screenshot is the easiest possible target because the font and rendering are pixel-perfect and predictable.
So the version with nothing to recover has to clear two bars, not one: rewritten into the actual pixels of the file, so there is no layer to peel off, and built from blocks that are not derived from the hidden pixels, so there are no averages to brute-force. That second bar is the one most pixelation tools quietly fail. I have taken the attack itself apart, render-and-compare, AI unblurring and all, in can pixelation be reversed.
How each method compares
Here is how the three common ways of covering something stack up once you care about whether it can be undone.
| Method | What it does | Can it be recovered? | Best for |
|---|---|---|---|
| Blur | Smears the pixels together so detail goes soft | A light blur can be partially reversed; the detail is still present | Softening a face or logo where exact recovery does not matter |
| Pixelate into the image | Replaces the area with coarse blocks written into the file | Averaged blocks over text can be brute-forced; blocks not derived from the original cannot | Keys, codes, account numbers, anything that must not leak |
| Solid box | Drops an opaque rectangle over the area | Sometimes, a box is an overlay that can be nudged or deleted | A quick visual cover when you control the saved format |
The Mac built-in tools have no real blur
If you reach for the Markup tools in Preview or Quick Look expecting a blur button, you will not find one. Markup gives you shapes, arrows, a highlighter and text, but nothing that softens or scrambles a region. So people improvise: they draw a filled black rectangle over the sensitive bit and call it done.
That looks final, and often it is fine. The catch is that the rectangle is a separate layer sitting on top of the picture. Saved in the wrong format, or opened in an editor that understands the layers, it can be moved aside or removed to show what was underneath. If you are going to cover something this way, flatten the image afterwards so the box is baked in, or skip the improvisation and pixelate the area directly into the file. I have written up a fuller comparison of what the built-in Mac tools can and cannot redact if you want to see where the line sits.
How to pixelate sensitive data on a Mac, step by step
This is the loop I built ScrubShot around, because the safe option should also be the fast one. To be precise: ScrubShot pixelates with its Scrub tool, it does not apply a Gaussian blur.
- Press the keyboard shortcut. ScrubShot captures the screen and opens the editor.
- Pick the Scrub tool and drag over each sensitive area. It is pixelated straight into the image as you go, not added as a layer you have to flatten later.
- Use the Marker to circle what you want noticed, Text to add a label, or Crop to trim the frame down. There is Undo if you overshoot.
- Copy the cleaned shot to the clipboard, or let it save to the ScrubShot folder in your Pictures, then paste it wherever it needs to go.
Because the pixels are rewritten in place, a scrubbed area cannot be un-scrubbed afterwards. And because the block colors are sampled at random from the region rather than averaged from the pixels they cover, there are no averages for depixelation software to brute-force, the mosaic clears both bars from the comparison above. None of this touches the network either, so the screenshot stays on your Mac the whole time. If you were about to drop the image onto a web redactor instead, it is worth knowing what actually happens when you upload a screenshot to redact it. The broader picture of what each redaction method protects against is in my guide to redacting screenshots on a Mac.
When a box, pixelation or crop is the right call
The method should match how sensitive the thing is and where it sits in the frame.
- Pixelate into the image for anything that would actually hurt to leak: an API key or email address in a terminal, or bank details and other personal data. There is nothing left to recover.
- A solid box is fine for a quick visual cover when you control the saved format and the stakes are low, but flatten it so it cannot be lifted off.
- Crop it out when the sensitive part is at the edge of the shot and you can lose it without losing the point. That genuinely removes the pixels and needs no app. If the detail is in the middle of something you want to keep, cropping takes the context with it, so pixelate instead. The trade-off between cropping and redacting is worth a closer look if you find yourself reaching for crop by reflex.
FAQ
- What is the difference between blurring and pixelating?
- A blur smears the pixels together so the detail goes soft. Pixelating replaces a region with a small number of large, solid blocks. Both make text hard to read at a glance, but a light blur or a coarse pixelation done as a recoverable overlay can sometimes be partially reversed. The safe version is pixelation rewritten into the file with blocks that are not derived from the hidden pixels, so there is nothing left to reconstruct.
- Can a blurred screenshot be unblurred?
- A light blur can sometimes be partially reversed by software, because the original detail is still mathematically present in the smeared pixels. Short, predictable text like a six-digit code is the easiest to recover. This is why I would not rely on a gentle blur to hide anything that actually matters.
- Can pixelation be reversed by AI?
- Ordinary pixelation can sometimes be brute-forced for text, because each block is the average of the pixels it covers. Depixelation tools render candidate characters in the same font and size, pixelate them the same way, and compare the averages until they find a match, and screenshots are the easiest target because the font and rendering are completely predictable. The fix is pixelation whose blocks are not computed from the hidden pixels at all, which leaves those tools nothing to compare against.
- Does ScrubShot blur or pixelate?
- ScrubShot pixelates. The Scrub tool rewrites the selected area as coarse blocks straight into the image, rather than applying a Gaussian blur. The block colors are sampled at random from the region rather than averaged from the pixels they cover, so there is no overlay to lift off, no original pixels left in the file, and no block averages for depixelation software to work back from.
- Can I blur a screenshot with the built-in Mac tools?
- Not really. The Markup tools in Preview and Quick Look have shapes, arrows and text but no blur or pixelate option, so people improvise with a solid black rectangle. That works visually, but the box is an overlay that can sometimes be moved or removed in the right editor. For a redaction that stays put, pixelate it into the image instead.
Try it
ScrubShot is a Mac app that pixelates sensitive areas into the image so they cannot be recovered, all on-device. Press the shortcut, scrub out the private bits, then copy or save; the cleaned screenshot is the only version that ever leaves your Mac. There is a free 7-day trial with no card required. After that it is $30 once, with lifetime updates and no subscription.