Skip to content
snip tools

Background remover

Remove the background from an image and get a transparent PNG — entirely in your browser, no uploads.

Runs 100% in your browser

Original

Choose an image.

Background removed

Result appears here.

How to remove an image background

  1. Choose an image. Select a photo with a clear subject (PNG, JPG or WebP).
  2. Remove the background. The model loads once and cuts out the subject in your browser.
  3. Download the PNG. Download the cut-out as a transparent PNG.

How background removal works

Cutting a subject out of a photo used to be painstaking manual work — tracing edges with a selection tool, pixel by pixel. Automatic background removal replaces that with image segmentation: a neural network, trained on millions of labelled images, looks at your picture and predicts for every pixel whether it belongs to the foreground subject or the background. The result is a mask — a per-pixel map of confidence — which is then applied as the image's transparency (alpha) channel. The subject stays fully opaque, everything else becomes see-through, and you get a clean PNG cut-out without lifting a brush.

Why running it in your browser matters

Almost every free online background remover works by uploading your photo to its servers, running the model there, and sending the result back — which means your image (a face, a product before launch, a private document) sits on someone else's machine. This tool is different: the whole model runs locally in your browser as WebAssembly, so the photo never leaves your device. The trade-off is that the model has to load once on first use (then it's cached), and very large images take a little longer because your device is doing the computing — a fair price for not uploading anything.

Getting the best cut-out

Automatic removal is excellent on clear subjects and struggles on ambiguous edges — that's true of every tool, because the model can only be as confident as the image allows. You'll get the cleanest result from a well-lit subject that stands out from its background: a person against a plain wall, a product on a contrasting surface, a logo. The classic hard cases are wispy hair and fur, motion blur, glass and other semi-transparent materials, and a subject that's a similar colour to what's behind it. If an edge comes out rough, re-shooting (or choosing) a frame with more separation usually helps more than any setting.

What to do with the result

You get back a transparent PNG with clean edges, ready to drop onto a new background, a product page, a marketplace listing, a slide or a thumbnail. Because the transparency is baked into the PNG, it composites correctly anywhere alpha is supported. To resize the cut-out for a specific slot, use the image resizer; to place it on a solid colour or switch format, the image converter handles the flatten; and to shrink the final file for the web, the image compressor finishes the job.

Frequently asked questions

Is my image uploaded to remove the background?
No. The segmentation model runs as WebAssembly in your browser. Your image is processed on your device and never sent to a server — which is unusual, since most online background removers upload your photo to do the work.
What does it do to the background?
It detects the main subject (a person, product or object) and makes everything else transparent. You get back a PNG with a see-through background you can drop onto any color or scene.
How does automatic background removal work?
A neural network trained on millions of images predicts, for every pixel, how likely it is to be foreground versus background — producing a mask. The mask is applied as the image's transparency (alpha) channel, so the subject stays opaque and the rest becomes see-through. No manual selecting or erasing required.
Why does the first run take a moment?
The model has to download and initialize the first time you use it. After that it is cached, so later images are much faster. Larger images also take longer because there are more pixels to classify.
What image quality works best?
Clear subjects with good separation from the background work best — portraits, products on a plain or contrasting surface, logos. Even, diffuse lighting helps. The hardest cases for any automatic remover are wispy hair, fur, motion blur, transparent or glassy objects, and a subject whose colour blends into the background.
Can I use the result commercially?
The tool adds no watermark and imposes no licence on your output — the cut-out is yours. Just make sure you have the rights to the original photo you fed in; removing a background doesn't grant rights to someone else's image.
What format is the result?
A PNG with transparency, so it keeps clean edges and the transparent background. You can then place it on any background or convert it to another format.