pngtoolskit.org
PNG and image utilities, in the browser
Say hi →

Convert PNG to WebP Online

batch · transparency preserved · usually 50–80% smaller than the source PNG

Re-encode PNG as WebP — batch a whole folder at once, entirely in your browser, so files never upload and it works offline. WebP keeps transparency (unlike JPG) and is typically 50–80% smaller than the source PNG at the quality you pick, which means faster page loads and better Core Web Vitals. Supported in every major browser since 2020.

Drop PNG / JPG files here

Multiple files allowed

    no files
    Ready.

    Why WebP instead of JPG or PNG?

    What quality should I pick?

    When to use

    FAQ

    Is WebP better than PNG for websites?

    For most images, yes — a smaller payload means a faster Largest Contentful Paint and better Core Web Vitals, with transparency still intact. Keep PNG (or use quality 1) only where you need pixel-exact, lossless output. Wrap in <picture> if you still support very old browsers.

    Will it preserve transparency?

    Yes — WebP supports alpha. Drop a PNG with transparent regions and the WebP keeps them.

    Lossy vs. true lossless?

    Quality < 1 produces lossy WebP (smaller). Quality 1 is the browser's near-lossless mode. The browser's encoder doesn't expose a separate "true lossless" mode — for that, use cwebp -lossless on the desktop.

    Will the WebP open in social-share previews?

    Twitter, Slack, Discord, Telegram render WebP fine. LinkedIn and some older preview services still want JPG/PNG — test your specific share path.

    What about animated PNGs (APNG)?

    Not converted to animated WebP here. Only the first frame is encoded.