Background Remover
Private background remover that runs in your browser via WebAssembly. No upload, no signup, no watermark, no daily limit. Works on JPG, PNG, WebP, HEIC.
JPG, PNG, WebP, GIF, SVG, AVIF
Drag and drop your file here or click to select
⚡ First run downloads the AI model (~40 MB). After that it's cached and reused offline.
Why a browser-based background remover
Drop an image and the tool produces a clean PNG with a transparent background. The whole pipeline — segmentation, alpha matting, encoding — runs locally in your browser through a WebAssembly ONNX model (ISNet, ~40 MB, cached after the first use). Your photo is never uploaded, never logged, never stored. For sensitive material — ID and passport scans, medical X-rays, kids' photos, NDA-covered product mockups, private screenshots — this is the difference between a tool you can use at work and one your security team would block.
We won't pretend our approach beats a dedicated cloud SaaS at every job. If you're batch-processing 10,000 Amazon product photos a day, a paid API on a GPU farm is faster per image. If you need video matting at 30 fps, you need a different tool entirely. For everything else — a few product shots, a profile picture, a passport photo, a meme cutout, a slide hero image — running the model on your own laptop wins on privacy, cost (zero), watermarks (none) and limits (none). Same ISNet architecture remove.bg uses on its servers, just executed on yours.
Output is a PNG with a real alpha channel at the original resolution — no downscaling, no re-encoding artifacts, no watermark. You can also pick a solid background color before downloading if you need a flat JPG (white for marketplaces, brand color for avatars, light blue for some visa formats).
When to use this background remover
Sensitive documents and ID photos
Passport scans, driver's license photos, W-2 forms, medical records, signed contracts. Anything with PII or HIPAA-covered data shouldn't go through a third-party cloud — even if their privacy policy says it's deleted in 24 hours.
E-commerce listings (small batches)
Amazon, eBay, Etsy, Shopify and Walmart prefer a white or transparent background. A handful of product shots a week is exactly what a browser tool handles best — no API key, no monthly quota.
Profile pictures, avatars, logos
Make a transparent PNG avatar for LinkedIn, Slack, Discord, an email signature, a Notion page or a keynote slide. Drop it onto a brand-color background later.
Stickers, memes, collages
Cut a person, pet or object out of a photo for a chat sticker, a meme, a collage or a print-on-demand mug. No Photoshop, no Canva Pro subscription, no daily limit.
Frequently asked questions
How can I remove a background for free?
Drop the image into the tool above and download the result — that's the whole flow. There's no signup, no free-tier daily cap, no resolution downgrade and no watermark on the output. The first run downloads the AI model (~40 MB) and caches it in your browser; every subsequent run is instant and works offline. We don't hide a paid plan behind 'HD' or 'commercial use' — both are included because the model runs on your device, not on a paid GPU.
Is it safe to upload my photos to background removers?
With most online background removers — remove.bg, Photoroom, Canva, pixelcut — your image is uploaded to their servers, processed on a GPU and then (usually) deleted. For a vacation snapshot that's fine. For a passport scan, a medical chart, a kid's photo or anything covered by an NDA, it's a risk you may not want to take. This tool doesn't upload anything: open DevTools, switch to the Network tab, run a photo through it — you'll see the model load once and then zero requests carrying your file.
What is the best way to remove background from a passport or ID photo?
Use a tool that doesn't upload the file. A passport photo contains your full face, date of birth (if the document border is visible) and document numbers — exactly the data a face-search engine or a data broker would love to scrape from a server log. This page strips the background locally; for a finished passport photo with the correct dimensions and a clean white background, the companion tool at /images/passport-photo/ also runs in-browser and outputs ready-to-print sheets at 300–600 dpi.
Does this work on PNG, JPG, WebP and HEIC?
Yes. Input: JPG, PNG, WebP, HEIC (iPhone photos) and GIF — up to whatever your browser's memory allows, which is 4K-plus on any modern device. Output is a PNG with a transparent alpha channel at the original resolution, or a JPG/PNG with a chosen solid background color if you don't need transparency.
Why does this take a few seconds longer than Adobe or remove.bg?
Cloud tools run the model on a server-grade GPU; this one runs it on your CPU (or your GPU via WebGPU on Chrome and Edge). Typical times: 5–15 seconds for a phone photo on a modern laptop, 2–4 seconds with WebGPU, up to 20–30 seconds on 8K images. In exchange you skip the upload time and you don't hand your file to a third party. For most one-off photos the overall round trip is comparable.
Can I remove the background from a video?
Not from this tool. Browser-based video matting is technically possible but the per-frame budget is too small to run a high-quality ISNet model at 30 fps without dropping the resolution. For video, dedicated cloud services like Unscreen or Runway are the right choice — accept the upload trade-off, or shoot against a green screen and key it in DaVinci Resolve.
Does it work on iPhone and Android?
Yes — iOS Safari 16+ and Chrome on Android both support the WebAssembly runtime the tool needs. Mobile processing is slower (10–20 seconds for a typical phone photo) because the model is large and phone CPUs are constrained. The model caches the same way as on desktop, so the second photo is much faster. If your phone runs out of memory on a big photo, downscale it first in the Photos app.
Are there any watermarks, signup walls or daily limits?
None. No watermark, no email-gate, no captcha, no per-day photo limit and no 'preview only — sign up for full resolution' trick. Everything that costs us anything (the model file) is a one-time download cached in your browser. We make zero money per cutout, which is why we can give it away for free — see our /privacy/ page for the full picture of what we don't collect.