How to Blur Sensitive Information in a Screenshot
Before sharing a screenshot — in a bug report, a support ticket, a tutorial, or a social post — you need to make sure it doesn't contain anything sensitive. Passwords, API keys, email addresses, credit card numbers, personal names, and internal URLs are all common accidental leaks.
Blurring is the fastest way to redact this information. This guide explains how to do it, which blur level is actually effective, and what to watch out for.
Why Blur (Not Just Crop)?
Cropping removes the edges of an image but leaves internal content intact. If the sensitive data is in the middle of the screenshot, cropping won't help.
Blur applies a filter that makes pixels illegible by averaging them with surrounding pixels. At sufficient blur strength, text becomes completely unreadable — no tool or technique can reliably reverse a properly blurred image.
When to use blur: When the sensitive data is surrounded by content you want to keep visible.
When to crop instead: When the sensitive data is at the edge and you don't need that portion of the image.
How to Blur a Screenshot Online (Free, No Upload)
screenshot-to.com/screenshot-blur applies a Gaussian blur to your screenshot entirely in your browser. Your image never leaves your device.
Steps:
- Go to screenshot-to.com/screenshot-blur
- Drop your screenshot in or click to browse
- Adjust the blur level (1–20)
- Click Download to save the blurred image
For maximum privacy, use blur level 15 or higher. At level 10, text is unreadable to a human eye. At level 15+, text is completely unrecoverable.
What Blur Level Do You Need?
Not all blur is equal. A slight blur makes text harder to read but may still be recoverable with image enhancement. A strong blur makes recovery impossible.
| Blur Level | Effect | Use Case |
|---|---|---|
| 1–4 | Subtle — text is harder to read | Artistic effect only; not for redaction |
| 5–9 | Moderate — text appears fuzzy | Reduces readability; not reliable for passwords |
| 10–14 | Strong — text unreadable to humans | Adequate for most redaction needs |
| 15–20 | Maximum — text completely unrecoverable | Use for passwords, API keys, card numbers |
Rule of thumb: If the data is sensitive (passwords, API keys, social security numbers), use 15 or higher. For less critical information (email addresses, internal URLs), level 10 is usually sufficient.
Common Sensitive Data in Screenshots
Screenshots taken during development, support, or testing often contain:
Credentials:
- Passwords in form fields or logs
- API keys in config files or request headers
- Auth tokens in URL bars or network inspector panels
- SSH private keys
Personal data:
- Full names and email addresses
- Phone numbers
- Physical addresses
- Profile photos of others
Business information:
- Internal URLs and endpoints
- Customer names and IDs
- Unreleased product names or features
- Internal error messages with stack traces
Even if data looks harmless in isolation, attackers can combine multiple pieces. Err on the side of blurring more rather than less.
Platform-Specific Blur Tools
If you'd rather use a tool you already have installed:
macOS — Preview:
- Open the screenshot in Preview
- Use Tools → Annotate → Shapes to draw a rectangle
- Set the shape fill to a solid color (black or white) to cover, not blur Note: Preview doesn't natively blur — it covers with solid shapes
Windows — Paint / Snipping Tool:
- Open in Paint and use the Select tool to select the area
- Resize it down, then back up — this pixelates the selection A crude pixelation, not a true blur
macOS/Windows — Screenshot tools with blur:
- CleanShot X (macOS, paid) — built-in blur/pixelate region tool
- Greenshot (Windows, free) — built-in blur region tool
- ShareX (Windows, free) — image effects including blur
For a fully browser-based option with no download required, screenshot-to.com/screenshot-blur is the fastest option.
Is Blur Actually Secure?
A common concern: can a blurred image be "unblurred" to recover the original text?
For Gaussian blur at level 10+: No. Gaussian blur is a lossy, irreversible operation. The original pixel values are averaged out and lost. There is no mathematical way to reverse it and recover the original data.
What about AI "unblur" tools? These work by hallucinating what text might have been there, based on context. They are unreliable and cannot reconstruct specific characters with accuracy. An attacker would have no way to verify if the output is correct.
The real risk: Using a blur that's too weak. A level-3 blur applied to black text on a white background can sometimes be read by someone who enhances the contrast. Use level 10+ for anything sensitive.
Alternative to blur for maximum security: Cover the sensitive area with a solid opaque rectangle. This is provably more secure than blur because there is literally no data to recover.
Before You Share: A Quick Checklist
Before posting or sending a screenshot, scan it for:
- Passwords or tokens in input fields
- API keys in request headers or URL parameters
- Email addresses in the To/From/CC fields
- Full names on profile pages or documents
- Account numbers, IDs, or order references
- Internal domain names or IP addresses
- Unreleased feature names or UI text
- Error messages with file paths (can reveal server structure)
- Browser history visible in URL suggestions
Frequently Asked Questions
Can I blur only part of the screenshot? The current tool at screenshot-to.com applies blur to the entire image. Region blur (selecting a specific area to blur) is planned for a future update. For now, if you need to blur only part of an image, use a tool like Preview (macOS) or Greenshot (Windows) for region selection.
Does blurring change the image dimensions or file size? Blurring doesn't change dimensions. File size may change slightly because the blurred pixels (which have more uniform color values) often compress better than detailed original content.
Is it safe to use an online tool to blur sensitive screenshots? At screenshot-to.com, yes — the blur runs in your browser using the Canvas API. Your image never reaches any server. For other online tools, check whether they process images server-side before uploading sensitive content.
What's better — blur or pixelation? Both are effective at high intensities. Pixelation (the "mosaic" effect) is arguably slightly more secure than blur because it's more discontinuous. At equivalent intensities, both make text completely unreadable. Use whichever your tool provides.
Ready to redact your screenshot? Blur sensitive information for free →