Image Tools

Background Remover

Cut the background out of any photo and download a transparent PNG. The AI runs entirely in your browser — your photo is never uploaded.

How this is different

Most background-removal sites upload your photo to their servers. This tool ships the AI model (U²-Net, an open-source segmentation network) to your browser and does all the work on your device. That means:

 This toolTypical upload-based sites
PrivacyPhoto never leaves your devicePhoto processed on their servers
Cost / limitsFree, unlimitedFree tier limits, paid HD exports
Speed after first loadA few seconds, offline-capableUpload + queue + download
Edge qualityGood for most subjectsBest-in-class on fine hair

Honest trade-off: on very fine details (wispy hair, fur against a busy background) heavyweight commercial services still win. For product photos, portraits, documents, and social-media cutouts, this does the job free and privately.

Why fine hair fails, and why a bigger photo does not fix it

This is the part every cutout tool leaves out, and it explains the one weakness in the table above better than "commercial services are better" does.

The network does not look at your photo at its own size. It works at a fixed 320 × 320 pixels — your image is shrunk to that, a mask is computed, and the mask is then scaled back up and used to cut the full-resolution original. Everything about the edge is decided at 320 px.

The consequence is worth stating plainly: uploading a larger photo does not produce a sharper cutout. A 4000 px wide image gets a mask with about twelve times less edge detail than its resolution implies, stretched to fit. That is the ceiling, and it is a property of the model rather than of this page. It is exactly why individual strands of hair, fur, and thin foliage come out soft or missing: at 320 px across a whole photograph, a hair is thinner than one pixel, so there is nothing for the network to keep.

Where this doesn't matter is the common case — a product on a table, a person against a wall, a pet, a document. Those have edges measured in tens of pixels even at 320, and the cutout is clean.

How to tell whether the cutout actually worked

Rather than leave you squinting at the preview, the tool reports what the mask itself says once it has run:

None of this requires trusting us: the percentages are counted from the mask that produced the image you are looking at.

What to use it for

Product listings (marketplaces prefer clean or transparent backgrounds), profile pictures, presentation graphics, stickers and memes, and prepping images for design tools — the transparent PNG drops straight into Canva, PowerPoint, or Photoshop.

Sources

The 4.4 MB figure is measured from the file this site serves, not estimated. You can check it yourself in your browser's network tab on first load.

Frequently asked questions

Is my photo uploaded anywhere?

No. The AI model is downloaded to your browser and the photo is processed on your device. You can watch the network tab — after the model loads, nothing is sent.

Why does the first run take longer?

Your browser downloads the AI model once — 4.4 MB, measured from the file this site actually serves — and caches it for a year. After that, removals take a few seconds each, even offline.

The edges look rough on my photo — what can I do?

Use a photo where the subject stands out from the background, and prefer higher-resolution originals. Fine hair against a busy background is the hardest case for any tool at this size.

What output do I get?

A PNG at your photo's own resolution, up to 4096 px on the longest side, with a true transparent background (alpha channel) — ready for any design tool. Anything larger is scaled down to that limit, which is what keeps the cutout from exhausting memory on a phone.

The guide that goes deeper

You might also need

Last reviewed: · Who maintains this · How it is checked

The arithmetic runs entirely in your browser — nothing you enter is sent to a server or stored. The formula and its assumptions are stated on the page so you can check the result rather than trust it.