How to Remove a Watermark from an Image

A see-through watermark has not destroyed what is under it, only scaled it — so it can be reversed with arithmetic. An opaque one has genuinely erased those pixels, and anything you get back is invention. Knowing which you have decides the result.

By ZyffPublished 9 min read

The short version

  • Semi-transparent marks can be reversed almost exactly, if you supply the watermark file — that is the unblend method.
  • Opaque marks cannot be recovered. What you get is invented from the surrounding pixels.
  • Select tightly. A mask covering far more than the mark gives the filler more to invent and a worse result.
  • Smooth fill suits flat areas like sky; texture fill suits grass, fabric and noise. Auto picks between them.
  • Save as PNG or WebP while iterating. Re-compressing a JPEG on every attempt stacks damage on top of the repair.

Watermark removal is two completely different problems wearing one name, and the outcome depends entirely on which one you have. That is why the same tool produces an invisible repair on one image and an obvious smudge on the next.

If the mark is semi-transparent — most stock previews, most photographer proofs, most app-added logos — then every pixel under it is a blend of the mark and the original. Blending is arithmetic, and arithmetic runs backwards. Given the watermark file and its opacity, the original can be recovered close to exactly, including over a face or over text, because nothing was ever thrown away.

If the mark is fully opaque, the pixels underneath are gone. Nothing can recover them, and every tool that claims to is inventing plausible replacement content from the surrounding area. That works well over grass, sky, blurred background or any texture without structure, and badly over anything the eye knows the shape of — a face, lettering, a straight architectural edge.

One thing worth stating plainly: this is a tool for images you have the right to edit. Removing a photographer's mark from work you have not licensed is not a technical question and no setting here makes it one. The legitimate uses are the common ones — your own photos, stock you have paid for, a burnt-in camera timestamp, a logo on an image your organisation owns.

The four fill methods, and when each is right

The method decides how the selected area is reconstructed, and picking the wrong one is the most common reason a removal looks worse than it needed to.

Auto inspects the region and chooses between smooth and texture, which is the right default when you do not already know what the background is doing. Smooth interpolates colour across the gap and is correct for genuinely flat areas — clear sky, a studio backdrop, a solid colour block. Used over grass or fabric it produces a visible flat patch, which is the single most recognisable watermark-removal artefact.

Texture synthesises detail by sampling similar-looking pixels nearby, which is what makes foliage, gravel, hair, knitwear and film grain repair convincingly. It costs more computation and it can produce a slightly mottled patch on an area that was actually flat, which is why auto exists.

Unblend is the different one and the reason to prefer this over a generic inpainter when it applies. It does not fill anything — it reverses the compositing. See the next section.

MethodWhat it doesUse it when
AutoInspects the region, picks smooth or textureYou are not sure what the background is
SmoothInterpolates colour across the gapSky, studio backdrop, flat colour
TextureSynthesises detail from nearby pixelsGrass, fabric, gravel, grain, hair
UnblendAlgebraically reverses the overlayYou have the watermark file and it is see-through
Choosing a fill method

Why unblend recovers rather than guesses

When a semi-transparent watermark is composited onto a photo, the result at each pixel is a weighted mix of the two: the visible value is the watermark's colour times its opacity, plus the original's colour times whatever opacity is left over. That is a linear equation with one unknown.

So if you know the watermark image and you know the opacity, the original pixel is not lost — it is scaled and offset, and solving for it returns the real value. This is recovery, not reconstruction. It is the only approach that can clear a mark sitting directly over a face, over readable text, or over a hard structural edge, because those are exactly the cases where invented content is obviously wrong.

It has two requirements. You need the watermark file itself, not a description of it, and that file needs its transparency intact — the alpha channel is what encodes the opacity the equation needs. A flattened screenshot of the watermark on a white background has lost that information.

Where the overlay is effectively opaque there is no original left underneath to solve for, so those pixels fall through to the inpainter as a residual. A logo with a solid core and soft edges therefore comes back with the edges genuinely restored and the core filled — which is usually a much better result than filling all of it.

Select tightly — this matters more than the method

Every pixel you select is a pixel the tool must reconstruct, and reconstruction is always worse than the original. A generous rectangle around a small logo asks for a large invented area where a tight brush stroke would have asked for a small one, and the difference in result is bigger than any setting.

Use the brush for irregular marks and follow the shape rather than boxing it. Use a rectangle or ellipse only when the mark really is a block — a solid banner across the bottom, a rectangular label. If a mark appears several times, select each instance rather than one region spanning them all, since the space between them is intact and should stay that way.

There is a ceiling on how much of an image can be selected, because past a certain fraction there is not enough surrounding content left to reconstruct from and the output stops being a repair. If you are approaching it, the honest answer is usually that the image is not recoverable rather than that a different setting will help.

  • Brush for logos, signatures and irregular marks.
  • Rectangle or ellipse only for genuinely block-shaped marks.
  • Select each repeated instance separately, never one region covering all of them.
  • Grow the mask by a pixel or two if a faint outline survives; feather to blend the repair's edge.

The cases that will not come out cleanly

Recognising an unrecoverable image early is worth more than another twenty minutes of adjustment.

A tiled watermark repeated across the whole frame is the clearest example. Stock previews are deliberately built this way, because it leaves almost no clean area to reconstruct from — that is the point of the design, and it works.

An opaque mark over a face, over readable text, or over a strong straight edge will be reconstructed rather than restored, and the eye is unusually good at spotting wrong faces, wrong letters and bent lines. If the mark is semi-transparent, unblend with the original watermark file is the answer here; if it is opaque, there is no good outcome.

A heavily compressed JPEG is harder than a clean image for a subtler reason: compression artefacts around the watermark's hard edges are themselves damage, so the tool is reconstructing over a region that was already degraded. Start from the best copy you have rather than one that has been re-saved several times.

Iterate in a lossless format

Watermark removal usually takes more than one attempt, and the format you export to between attempts matters. Every JPEG save discards detail, so re-compressing after each adjustment stacks new damage on top of the area you are trying to repair, and the artefacts accumulate exactly where you are looking hardest.

Work in PNG, or WebP if you want smaller intermediate files, and convert to JPEG once at the end if the destination needs it. This is the same reasoning that applies to any repeated lossy edit, and it is the cheapest quality improvement available here.

Try it on Watermark Remover

Free, no signup, no watermark. Runs on Zyff’s servers, so you get the same result on a phone as on a desktop.

Open the tool

How to remove a watermark from a photo

  1. Work out whether the mark is see-through

    Zoom in. If you can make out detail of the photo through the watermark, it is semi-transparent and can be genuinely recovered. If it is a solid block of colour, the pixels underneath are gone and whatever comes back is reconstructed.

  2. Upload the best copy you have

    Open Zyff's watermark remover and upload the least-compressed version of the image. Compression artefacts around the mark's edges are additional damage the tool has to work over, so a clean original repairs noticeably better than a re-saved copy.

  3. If it is see-through, supply the watermark file

    Choose the unblend method and upload the watermark image itself, with its transparency intact. That alpha channel is what carries the opacity the arithmetic needs — a flattened copy of the mark on white has lost it and unblend cannot work from that.

  4. Otherwise select tightly and pick a fill

    Brush along the mark rather than boxing it in, since every selected pixel has to be reconstructed. Then choose smooth for flat backgrounds like sky, texture for grass, fabric or grain, or leave it on auto to let the tool decide.

  5. Inspect at full size, then adjust

    Judge the repair zoomed in, not from the thumbnail. If a faint outline of the mark survives, grow the mask by a pixel or two. If the patch reads as a flat blob on a textured background, switch from smooth to texture.

  6. Export as PNG while iterating

    Keep intermediate saves lossless so repeated attempts do not compound JPEG damage over the exact area you are repairing. Convert to JPEG once at the end if whatever you are sending it to requires that.

At a glance

Fill methodsauto, smooth, texture, unblend
Selection toolsRectangle, ellipse, freehand brush
Edge controlsMask grow and feather
Output formatsPNG, JPEG, WebP
Upload ceiling25 MB, up to 40 megapixels
Reference watermarkUp to 8 MB, transparency required for unblend
PriceFree, no account needed

Frequently asked questions

Can you remove a watermark without leaving a trace?

Only if the watermark is semi-transparent and you have the watermark file. In that case the original pixels were blended rather than replaced, so the blend can be reversed and the result is close to exact. An opaque watermark has genuinely erased what was underneath, and anything recovered there is invented from surrounding pixels.

Why does my watermark removal leave a blurry patch?

Almost always because the smooth fill method was used over a textured background. Smooth interpolates colour across the gap, which is right for sky and flat colour and produces a visible flat blob over grass, fabric or grain. Switch to texture, which synthesises detail from nearby pixels instead.

What is the unblend method?

It reverses the compositing arithmetic instead of filling a hole. A see-through watermark makes each pixel a weighted mix of the mark and the photo, which is a linear equation with one unknown — so given the watermark file and its opacity, the original value can be solved for. It is the only method that can clear a mark sitting over a face or over text.

Why do I need to upload the watermark image?

Because unblend needs to know exactly what was added and how transparently. The watermark's alpha channel encodes the opacity the equation depends on, so the file must keep its transparency — a flattened screenshot of the mark on a white background has discarded that information and cannot be used.

Can I remove a watermark that covers the whole image?

Usually not usefully. A tiled watermark repeated across the frame leaves almost no clean area to reconstruct from, which is precisely why stock previews are built that way. There is also a limit on how much of an image may be selected, because beyond it the output stops being a repair and becomes invention.

Should I save as PNG or JPEG when removing a watermark?

PNG or WebP while you are still adjusting, JPEG only for the final export if the destination needs it. Watermark removal usually takes several attempts, and re-compressing a JPEG each time stacks fresh compression damage directly onto the area you are trying to repair.

Is it legal to remove a watermark?

It depends entirely on who owns the image, and it is not something a tool can decide for you. Removing a mark from your own photos, from stock you have licensed, or from an image your organisation owns is ordinary editing. Removing a photographer's mark from work you have not licensed is not, and no setting changes that.

Sources and further reading

More guides