🌫️ Image Blur Tool
By ToolNimba Editorial Team · Updated 2026-06-19
JPG, PNG, WEBP or any image your browser can open. Nothing is uploaded.
0 px is no blur. Higher values give a softer, more diffused result.
Choose an image to get started.
This image blur tool softens any photo right in your browser. Upload a picture, drag the radius slider, and watch the blur update live on the canvas. When it looks right, download the result as a PNG. Nothing is uploaded to a server, the whole job runs on your own device, so even private or sensitive images stay with you.
What is the Image Blur Tool?
Blurring an image means averaging each pixel with the colours of the pixels around it, so sharp edges fade into smooth gradients. The blur radius (measured in pixels) sets how far that averaging reaches: a radius of 2 px only nudges neighbours, while a radius of 30 px pulls in pixels from far away and turns fine detail into soft colour blobs. This tool uses the browser’s built-in Gaussian-style blur, the same one CSS uses, applied to a canvas before the result is re-encoded as a PNG.
A Gaussian blur weights nearby pixels more heavily than distant ones, following a bell curve, which is why it looks natural and free of the boxy artefacts that a crude box blur can leave. Because the effect is symmetric in every direction, straight lines stay straight (just fuzzy) and the overall composition is preserved. The cost is detail: once an image is blurred and saved, the lost sharpness cannot be recovered, so always keep your original file.
People blur images for two broad reasons: aesthetics and privacy. On the aesthetic side, a gentle blur creates soft backgrounds, dreamy textures, or frosted-glass panels behind text. On the privacy side, blurring hides faces, licence plates, addresses, or screen contents before sharing. A word of caution on privacy: a light blur can sometimes be reversed or read by determined viewers, so for truly sensitive data a heavy blur, a solid block, or pixelation is safer than a subtle one.
When to use it
- Softening a busy background so text or a subject in the foreground stands out.
- Hiding faces, licence plates, or personal details before posting a photo publicly.
- Creating a frosted, out-of-focus banner or hero image for a website or slide.
- Toning down a distracting or noisy area of a screenshot before sharing it.
How to use the Image Blur Tool
- Click Choose an image and pick a JPG, PNG, or WEBP from your device.
- Drag the blur radius slider to set how strong the blur should be.
- Watch the live preview on the canvas update as you move the slider.
- Click Download PNG to save the blurred image, or Clear to start over.
Formula & method
Worked examples
You upload a 1200 x 800 px photo and want a light background softening.
- Choose the image, the canvas shows it at full size.
- Drag the radius slider to about 5 px.
- The preview softens edges slightly while shapes stay recognisable.
- Click Download PNG to save the result.
Result: A gently softened 1200 x 800 px PNG, fine detail reduced but the scene still readable.
You need to hide a face in a snapshot before sharing it.
- Upload the photo and set the slider to a high value, around 35 px.
- The preview shows the features dissolving into smooth colour.
- Confirm the face is no longer identifiable in the preview.
- Download the heavily blurred PNG.
Result: A strongly blurred image where the face is reduced to indistinct colour and is no longer recognisable.
Rough guide to blur radius and the effect it produces
| Radius | Effect | Typical use |
|---|---|---|
| 0 px | No change | Original, slider at rest |
| 1 to 4 px | Very light softening | Reduce noise or sharpening halos |
| 5 to 12 px | Noticeable soft focus | Soft backgrounds, dreamy look |
| 13 to 25 px | Heavy blur | Frosted-glass panels behind text |
| 26 to 50 px | Extreme blur | Hiding faces, plates, or text |
Common mistakes to avoid
- Trusting a light blur to hide sensitive data. A subtle blur can sometimes be partly reversed or read by a determined viewer. To truly hide a face, plate, or text, use a heavy radius, or cover the area with a solid block, rather than a gentle smudge.
- Overwriting your only copy. Blurring throws away detail permanently. Always keep the original file so you can re-do the edit later or use a different radius.
- Expecting the same look at every image size. A 10 px radius is dramatic on a small image but barely visible on a huge one, because the blur is measured in pixels, not as a share of the picture. Adjust the slider to suit the image you have.
- Blurring the wrong total area for privacy. A face or plate may peek out at the edges of the blurred region. Make sure the soft area fully covers what you mean to hide, with a margin to spare.
Glossary
- Blur radius
- How far, in pixels, the blur averages surrounding pixels. Larger means a softer, more diffused image.
- Gaussian blur
- A blur that weights nearby pixels more than distant ones along a bell curve, giving a smooth, natural-looking softness.
- Canvas
- An in-browser drawing surface where the image is rendered and the blur is applied before being saved.
- PNG
- A lossless image format. This tool exports the blurred result as a PNG so no extra quality is lost on save.
- Pixel
- The smallest dot of colour in an image. Blur radius and image size are both counted in pixels.
Frequently asked questions
Is my image uploaded to a server?
No. The whole tool runs in your browser using a canvas. Your image is read locally with the file reader, blurred on your device, and saved straight to your downloads. It is never sent anywhere, so private photos stay private.
What image formats can I blur?
Any format your browser can open, which covers JPG, PNG, and WEBP, and usually GIF and BMP too. The blurred result is always exported as a PNG so it stays lossless.
How strong can the blur be?
The slider goes from 0 px (no blur) up to 50 px. Around 5 to 12 px gives a soft-focus look, while 26 px and above turns faces and text into indistinct colour, useful for hiding details.
Can a blurred image be un-blurred?
Blurring permanently discards detail, so there is no reliable way to recover the original sharpness. That said, very light blurs can sometimes be partly read, so use a strong radius when hiding sensitive information.
Will blurring change my image size or resolution?
No. The output keeps the same pixel dimensions as the original. Only the sharpness changes. The PNG file may differ in byte size, but the width and height stay the same.
Why does the same radius look weaker on a large photo?
Blur radius is measured in pixels, not as a percentage of the image. On a very large photo a 10 px blur covers a smaller share of the picture, so it looks milder. Increase the radius for big images.