How to Remove Background from an Image Online — For Free
There are a lot of tools that claim to remove backgrounds automatically. Remove.bg charges $0.20 per image after the free tier runs out. Canva's background remover requires an account and a paid plan. Adobe Express is free for basic use but pushes you toward a Creative Cloud subscription. JustDownSize does it free, no account, and the AI runs entirely inside your browser — your photo never touches a server.
What's actually happening under the hood
This tool uses MediaPipe Selfie Segmentation, running in WebAssembly directly in your browser tab. The model weights download once (around 3 MB) and then cache locally, so repeat visits are instant. When you drop an image, the model runs inference on your device's CPU or GPU, generates a segmentation mask, and uses that mask as an alpha channel on the original pixels. The result is a transparent PNG — no re-encoding of the original color data, just a new transparency layer applied on top.
Because everything runs in WebAssembly and WebGL, there's no upload, no API call, and no queue. A 4 MB portrait typically processes in under 5 seconds on a modern laptop. On an older phone it might take 15 seconds, but it'll finish.
What it's good at — and where it struggles
MediaPipe Selfie Segmentation was built for person detection, and it shows. Portraits, headshots, full-body shots, and product photos with a person in them all cut out cleanly. Pet photos work well when the animal is reasonably well-lit and distinct from the background. Solid-background product shots — white backdrop, studio setup — produce near-perfect results.
Be honest with yourself about the harder cases. Wispy or flyaway hair at the edges will sometimes merge into the background, leaving a slightly blocky silhouette along the hairline. Transparent objects like glass bottles or water splashes are genuinely difficult — the model can't see a clear edge where none optically exists. Detailed foliage, like tree branches against a bright sky, tends to get partially removed because the fine structure confuses the segmentation boundary. For those subjects, dedicated desktop tools like Photoshop's Select Subject still do a better job. This tool is excellent for the 80% of cases — people, simple products, pets — and honest about the 20% where it isn't.
Getting the best results
Lighting matters more than resolution. A well-lit photo at 1200 × 800 pixels will cut out more cleanly than a 4K shot taken in dim or mixed lighting, because the model relies on contrast between subject and background to find the edge. If your image has a person standing in front of a similarly-toned background — a person in beige against a beige wall, for instance — the segmentation mask will be less precise. High contrast between subject and background consistently gives the sharpest cutout.
You can upload multiple images at once. Each processes in sequence, and when they're done you can download them individually or grab a ZIP of all the transparent PNGs. After removing the background, you might want to resize the image to exact dimensions before placing it in a design, or compress the PNG if file size matters for your workflow. If you're building a product mockup or social post, crop the image to the right aspect ratio before exporting.
Why browser-based matters for privacy
When you upload a photo to a cloud-based background remover, that image sits on someone's server, at least briefly. That's fine for most photos. It's a real concern when the image contains children, sensitive business materials, or personal documents you happened to photograph. Running the AI in your browser means the data physically never leaves your device. The only network request is the initial model download, which contains no identifying information whatsoever. For anyone handling photos under GDPR or similar privacy obligations, this distinction isn't just a nice-to-have — it's meaningful.
Output files are transparent PNGs. If you need the cutout on a colored background — white for product listings, a custom color for a presentation — the photo editor lets you place the transparent PNG on any background. For placing subjects on a new background image entirely, open both in the photo editor and use the compositing tools. If the transparent PNG is larger than you need for a specific platform, compressing it reduces file size while keeping the transparency fully intact. And if you need the cutout at specific pixel dimensions for a design template or marketplace listing, resizing it afterward keeps the alpha channel intact.