Unblur Image
Reduce mild blur with amount and radius controls. Compare the preview, then export PNG or JPEG.
Or try an example
Help Us Improve
—
(—)
Add Gaussian-style blur to photos for backgrounds or privacy. Dial strength, preview, download PNG.
Stack blur: Fast stacked smoothing with radius control.
Gaussian blur: Soft Gaussian-style falloff via multi-pass box blur.
Motion blur: Directional streaks with kernel size and degrees.
Box blur: Classic separable box average blur.
Radial blur: Zoom blur from adjustable horizontal and vertical center.
Heavy radial blur: Stronger radial streaks with the same center controls.
Soften: 3×3 or 5×5 low-pass mean filter with strongness blend.
Upload the image
Drop or click in the input panel (15 MB max).
Pick a filter type
Select stack, Gaussian, motion, box, radial, heavy radial, or soften.
Tune controls
Radius, kernel, degrees, center, size, strongness, or mask size depending on type.
Download PNG
Save when the blurred preview matches your goal.
Start with low radius
Increase radius gradually, heavy blur is hard to undo without the original.
Resize large photos first
Downscale on /resize-image before extreme radius values for faster runs.
Motion blur angle
Match degrees to the direction of movement in the scene.
Radial center
Place the center on the subject for zoom-style emphasis.
Partial blur workaround
Crop the area to blur on /crop-image, blur that file, then layer in your editor.
Compare filters
Switch types on the same upload to pick the look you need.
Adobe Express
Quick online blur tool with adjustable slider. Part of Adobe's suite requires navigating away from the blur tool to access other editing features. Free plan includes core features but watermarked exports on some formats.
Fotor.com
AI-powered blur editor with automatic detection and brush refinement. Pro subscription required for AI features; free tier limited.
ImageOnline.co
Simple image-wide blur with single slider. No selective blur, no preview comparison panel exposed.
PineTools.com
Basic Gaussian blur with upload-apply-download flow. Requires clicking "Apply" instead of real-time preview.
Blur Image
One slider controls blur radius (1-50) with box blur algorithm. Real-time preview updates as you drag. Side-by-side original vs blurred comparison. All processing in browser.
Soft photo backgrounds
Gaussian or stack blur for overall background softening—not selective masking.
Motion effects
Motion blur for speed lines and action shots.
Privacy before sharing
Blur a whole crop that contains sensitive details before posting.
Depth cues
Radial blur for zoom or spin emphasis from a chosen center.
UI mockups
Soften or Gaussian blur on hero images behind modal concepts.
Light noise smoothing
Gentle soften or box blur on mildly noisy photos.
Seven filter modes
Gaussian, motion, stack, and more on one page.
Live preview
Output updates as you change type and sliders.
Private
Images stay on your device, no server upload.
Type-specific controls
Only relevant sliders show for each filter.
PNG export
Download blurred PNG with alpha when the upload had transparency.
Free
Unlimited previews and PNG downloads.
“Gaussian blur is a type of image-blurring filter that uses a Gaussian function to calculate the transformation.”
Gaussian blur in image processing: Gaussian blur applies a weighted average determined by the Gaussian bell curve, producing a smooth, natural-looking blur. This tool approximates Gaussian blur with multi-pass box blur. en.wikipedia.org/wiki/Gaussian_blur
“The Canvas API provides a means for drawing graphics via JavaScript and the HTML canvas element.”
Canvas API (client-side pixel manipulation): All blur filters in this tool — Gaussian, motion, box, radial, stack, and soften — run on Canvas 2D pixel buffers using separable convolution passes, processed entirely in your browser. developer.mozilla.org/en-US/docs/Web/API/Canvas_API
“PNG supports lossless data compression, making it useful for storing graphics that need to be edited repeatedly without losing quality.”
PNG image format: Downloading a blurred image as PNG preserves the smooth gradients created by blur filters without compression artifacts. w3.org/TR/PNG/
“Depth of field is the distance between the nearest and farthest objects in a scene that appear acceptably sharp in an image.”
Depth of field in photography: Blur effects simulate shallow depth of field. Understanding depth of field helps photographers choose the right blur strength for creative or corrective purposes. en.wikipedia.org/wiki/Depth_of_field