Home/Converter Tools/Any File to WebP
🌐

Any File to WebP

Drop up to 10 images, SVGs or PDFs and get compact WebP files back

Free · No sign-up required
Loading...

What this tool does

Drop up to ten files of any kind and everything that can become a picture comes back as WebP. A mixed folder is fine: iPhone HEIC photos, PNG screenshots, scanner TIFFs, AVIF images saved from a website, SVG logos and PDF pages can all go in at once. Files that cannot become an image are listed with the reason rather than quietly disappearing.

Every result has its own download button, and there is a single ZIP when more than one converted. Decoding and re-encoding happen in your browser, so nothing is uploaded — which is the difference that matters when the batch is a client's product photography.

Why WebP

WebP reaches the same visual quality as JPG in roughly 25 to 35 per cent fewer bytes, and unlike JPG it supports transparency. For a website that is a large, free saving: images are usually most of a page's weight, and halving them is the single biggest thing you can do for how fast the page feels.

Same photographTypical sizeTransparency
PNG24 MBYes
JPG at quality 0.852.5 MBNo
WebP at quality 0.851.7 MBYes
AVIF at quality 0.851.1 MBYes

Every current browser displays WebP, so for anything shown on the web it is the sensible default. The place it still bites is outside the browser: some upload forms, older desktop software, print workflows and email clients reject it. If the file is going to a person rather than a web page, JPG or PNG is the safer target.

What goes in and what comes out

You dropYou getNote
JPG, PNG, BMP, GIFOne WebP per fileGIF gives the first frame, not the animation
HEIC / HEIF from an iPhoneOne WebP per photoNo Windows codec needed
TIFF from a scannerOne WebP per fileFirst image in the file
AVIFOne WebP per fileUsually slightly larger than the AVIF it came from
SVGOne WebP at the artwork's own sizeKeep the SVG as the master for anything that scales
PDFOne WebP per page, up to 20 pagesRendered at 2×
MP4, MOV, WebM and other videoOne WebP still frameTaken a few seconds in, not the opening frame
Word, Excel, audio, archivesSkipped, with a reasonNothing inside to render

Picking a quality setting

  • 0.90 and above — near-indistinguishable from the source, but the file grows quickly for differences nobody sees. Worth it only for large hero images.
  • 0.80 to 0.85 — the usual choice for photographs on a website. Visually clean at normal viewing size.
  • 0.70 to 0.75 — noticeably smaller, fine for thumbnails, listings and anything displayed small.
  • Below 0.60 — smoothing becomes visible in skies, skin and flat areas. Use only when a hard size limit forces it.

One rule beats any quality setting: reduce the pixel dimensions first. An image displayed 800 pixels wide gains nothing from being 4000 pixels wide, and halving width and height removes three quarters of the data at no visible cost — far more than any compression setting can save.

What a video file gives you

Drop an MP4, MOV, WebM or anything else your browser can play and you get one still frame back, taken a few seconds in rather than at zero — the opening frame of a recording is very often black or a fade, which makes a useless thumbnail. It is the quick way to get a poster image out of a clip without opening a video editor.

It is a still, not a converted video. Turning an MP4 into a WebM, trimming it or changing its resolution is transcoding, and doing that inside a browser means shipping a WebAssembly build of FFmpeg — roughly 25 MB before any video is touched, with the memory use to match. That is a poor trade on a phone, so this tool does the part that is genuinely quick and says plainly that it does not do the rest. A file in a codec no browser ships, which is true of some MKV and AVI files, is skipped with a reason rather than producing a blank frame.

The ten-file limit

The work runs on your device in one browser tab. Ten at a time keeps a round fast and stops a phone running out of memory partway through, which would cost the whole batch rather than one file. Larger jobs are simply several rounds — nothing is uploaded, so there is no queue between them. If you drop more than ten, the first ten are taken and the tool says how many were left over.

Frequently asked questions

Will WebP open on my colleague's computer?

In any browser, yes. In older desktop software, often not. If the file is being sent to someone rather than published on a site, convert to JPG or PNG instead.

Does converting to WebP lose quality?

Yes, at any setting below lossless — it is a lossy format, like JPG. From a lossless source at 0.85 the loss is invisible on a photograph. Converting an already-lossy file adds a second round of loss, so always work from the original.

Can I keep animation?

Not here. An animated GIF or WebP gives its first frame only.

Why did my file get bigger?

Converting from AVIF, which is more efficient than WebP, usually increases size. So does converting a small flat graphic that PNG already stored efficiently.

Is EXIF data kept?

No. Re-encoding through a canvas drops camera settings, dates and GPS. That is usually desirable before publishing; keep your originals if you need the metadata.

Are my images uploaded?

No. Everything runs in your browser and the files never leave your device.

More tools in this category

🗂
Bulk File Converter
Drop up to 10 files of any kind and convert them to PNG, WebP or JPG
🖼
Any File to PNG
Drop up to 10 images, SVGs or PDFs and get lossless PNGs back
📷
Any File to JPG
Drop up to 10 images, SVGs or PDFs and get JPGs that open anywhere
🔳
Any File to ICO
Drop up to 10 images and get 64 px Windows icons or favicons back
🖼
JPG to PNG
Convert JPG to lossless PNG for editing or PNG-only uploads
🌐
JPG to WebP
Re-encode JPG as WebP for 25–35% smaller web images