Tutorial5 min read·Updated

How to Bulk Convert Images to WebP (100 at a Time, No Upload)

Converting one image is easy. Converting a product catalogue, a blog archive or a client's entire media folder is where most tools fall apart: upload limits, watermarks, queues, or a command line you would rather not touch. Here is the simplest workflow that scales.

The problem with most batch converters

  • Upload-based tools cap you at 10–20 files, throttle speed, and hold your images on their servers.
  • Desktop apps need installing, updating, and often cost more than an online plan.
  • Command-line tools like cwebp are excellent but intimidating for non-developers.
  • CMS plugins run on your server and time out on shared hosting.

Batch conversion in the browser

Fast WebP Converter PRO processes up to 100 images per batch directly on your device. Because nothing is uploaded, there is no queue and no file size limit beyond your computer's memory. A batch of 100 photos typically completes in 10–30 seconds, and the results download as a single ZIP archive.

Step by step

  1. Open the converter and unlock PRO ($5/month, $49/year or $99 once).
  2. Drag a folder's worth of images (up to 100) into the drop zone.
  3. Set quality once: 80 for photos, 90 for graphics.
  4. Set a maximum width, e.g. 2000 px for full-width images or 1200 px for blog content.
  5. Click Convert. Watch the progress bar and the running total of bytes saved.
  6. Click Download all (.zip) and unzip into your project or Media Library.
Larger libraries
For 1,000+ images, work in batches of 100 grouped by type (photos vs. graphics) so each batch gets the right quality setting. Ten batches take about five minutes.

For developers: the command-line alternative

If you prefer scripting, Google's libwebp ships cwebp. On macOS: brew install webp, then for f in *.png; do cwebp -q 80 "$f" -o "${f%.png}.webp"; done. It produces identical results to the browser encoder, without the drag-and-drop convenience or the automatic resizing.

Convert your whole folder.

Put it into practice

Convert your images to WebP right now, free and privately in your browser.

Open the converter

Frequently asked questions

Individual files up to 60 MB are accepted. Because processing is local, total batch size is limited only by your device's memory; 100 typical photos is no problem.

Yes, though desktop is faster. Mobile Safari and Chrome both support multi-select from your photo library.

Keep reading

Tutorial8 min read

WebP for WordPress

Step-by-step guide to converting and uploading WebP images to WordPress, fixing upload errors, handling fallbacks and speeding up your site without extra plugins.

Read more
Tutorial6 min read

Best WebP quality setting

What quality should you use when converting to WebP? We tested photos, screenshots and graphics at every level. Get concrete recommendations per image type.

Read more
Performance6 min read

Reduce image size

Five techniques to shrink image files by 80–95% with no visible quality loss: modern formats, resizing, smart quality, metadata stripping and avoiding double compression.

Read more