Blur Image

Soften a photo for a background or obscure something you would rather not share. The blur is applied on your own device.

Click or drop an image here

JPG, PNG or WebP

How blurring works

A blur replaces each pixel with an average of the pixels around it. The radius controls how wide that neighbourhood is, so a larger radius mixes in more surrounding pixels and produces a stronger effect. Edges disappear first, because an edge is precisely where neighbouring pixels differ most.

That averaging is also why blurred images compress well. Once the fine variation between pixels is gone, there is far less for a JPG encoder to describe.

A warning about privacy

Blurring is often used to hide an account number, an address or a face before posting a screenshot. It feels safe, but it is not the same as removing information. A mild blur still carries traces of the original values, and software exists that can partially reconstruct text from one.

If the information genuinely matters, do not rely on a blur. Crop it out of the frame, or cover it with a solid rectangle. Both remove the underlying pixels rather than averaging them, and neither can be undone.

Where a blur is the right tool

Frequently asked questions

Can blurring be reversed?

A light blur can be partially undone by software, because the original detail is still faintly present in the averaged pixels. A strong blur destroys that information for practical purposes, but blurring is not a guaranteed way to hide something.

How should I hide sensitive information?

Crop it out, or cover it with a solid block before sharing. Both remove the data entirely rather than obscuring it, which is safer than relying on any blur strength.

Does this blur the whole image?

Yes, the blur applies to the entire picture. To soften only a background, crop the subject out separately or use an editor that supports selections.

What blur strength should I use?

For a decorative background, a low value around five to ten pixels usually looks natural. For obscuring something, use the highest value available, and preferably crop instead.

Does blurring change the file size?

It usually reduces it. Blur removes fine detail, and fine detail is exactly what costs space in a JPG, so a blurred image compresses more efficiently.

Can I blur a face for privacy?

You can, but a strong blur or a solid block is better than a light one. For anything genuinely sensitive, cropping the face out of the frame is the safest choice.

Related tools