AI Watermark Remover

Remove the TikTok Watermark From Your Videos

The TikTok watermark is deliberately annoying to remove: the logo and your @username don't sit still — they bounce between corners on a timer so a simple crop can't catch every position. WatermarkRemoverAI tracks both marks across their bounce cycle and inpaints each frame, so you can repost your own videos to Instagram Reels or YouTube Shorts without the TikTok tag (which those platforms' algorithms are known to deprioritise). Best on content you created yourself.

No signup required Files auto-deleted after processing Free to try

How to remove the TikTok watermark

1

Save your video without the watermark first, if you can

If it's your own post, TikTok's own 'save video' sometimes offers a cleaner copy. Otherwise upload the watermarked MP4 here and we'll handle both marks.

2

Cover the full bounce path

The logo alternates corners and the username scrolls — brush a band covering every position each mark visits, not just where it sits on the frame you paused on.

3

Export for Reels or Shorts

Download the cleaned vertical video at its original 9:16 resolution, ready to repost without the source tag.

Good to know

The TikTok logo bounces corners and the username animates, so mark the whole travel path of both marks. Only clean videos you made yourself.

Frequently Asked Questions

Why won't a simple crop remove the TikTok watermark?

Because the watermark moves. The logo bounces between the top and bottom corners and the @username animates, so cropping one corner just reveals it in another. Inpainting removes it wherever it appears in the frame instead of cutting pixels.

Can it remove both the logo and my username?

Yes — brush over both. The rotating TikTok logo and the animated @handle are separate marks; cover the full area each one travels through and both are reconstructed.

Will removing the watermark help my repost perform on other apps?

Reels and Shorts are widely reported to downrank videos carrying a rival platform's watermark. Removing the TikTok tag from your own content gives it a fair shot in each app's native feed.

Is it okay to remove the TikTok watermark?

Do this with videos you created and own. Removing your own TikTok watermark to cross-post is fine; taking someone else's video and stripping their username to pass it off as yours is not what this tool is for.

Does it work on TikTok photo mode / slideshows?

Yes. Export the slideshow as a video or the individual images, then remove the corner logo the same way — for stills you only have to mark one static position per image.

Developer API

Automate it with the API

Send a file, get a job id back, poll for the clean result. Same AI engine as the web tool, in two requests.

curl -X POST https://api.watermarkremoverai.com/v1/watermark/remove-video/ \
  -H "Authorization: YOUR_API_TOKEN" \
  -F "files=@video.mp4" \
  -F "auto_detect=true"
# => {"uuid": "..."}

# Poll for the result
curl -X POST https://api.watermarkremoverai.com/v1/watermark/results/ \
  -d "uuid=..."

Prefer a manual mask? Send mask=@mask.png instead of auto_detect, or pass mask_x / mask_y / mask_width / mask_height (add mask_is_percentage=true for percentages). Optional dilation=5 grows the masked area.

Get your API key Read the docs

Ready to clean it up?

Upload, mark the area, and download the clean result. No account needed to try it free.

Open the Tool