About BackgroundRemover

BackgroundRemover is a free background remover built by Mor. It started from a simple frustration: most background removers make you upload your photo to a server, wait, hit a daily limit, then watermark the result or push you to pay before you can download.

How it actually works

The whole cut-out runs inside your browser. When you drop in an image, a neural segmentation model (ISNet, via the open-source @imgly/background-removal library) loads into the page and separates the subject from the background on your own device, using your GPU through WebGPU when available, or the CPU otherwise.

That design has one consequence worth stating plainly: your image is never uploaded anywhere. There is no server that sees your file, no copy stored, nothing to delete afterwards because nothing ever left your machine. It is also why there are no real daily limits, the work happens on your hardware, not ours.

What it is good at - and not

It handles product photos, portraits, logos and objects well, and the High Precision model holds fine edges like hair and thin straps. It is honest about limits too: reflective glass, busy backgrounds and soft shadows are genuinely hard for any automatic tool, and the per-use-case guides on this site say so and explain how to work around it.

Who is behind it

BackgroundRemover is run by Mor, who also builds related tools like ImageConvert and HowToConvert. Questions, bugs or feedback go straight to a real person - get in touch.