Compress WebP

Trim already-modern WebP assets further when Lighthouse or your CDN still flags image weight.

Drop images here

or click to browse — JPEG, PNG, WebP, GIF, AVIF, HEIC

Shrink image size

    WebP often beats JPEG at similar visual quality, but exports from design tools can still be oversized. This compressor re-encodes WebP with a quality target aimed at production sites that already standardized on the format.

    Because WebP may be lossy or lossless depending on how it was saved, start with a mild pass. Oversqueezing product shots can muddy logos that looked fine in the source export.

    If your asset is still a JPG or PNG, convert first with the dedicated converters, then compress. Older email clients that lack WebP support need a JPEG fallback—use webp-to-jpg when required.

    How to use

    1. Upload a WebP fileChoose an existing .webp asset from your design export or prior conversion.
    2. Adjust compression strengthLower quality for marketing banners; keep it higher for UI chrome and text-heavy shots.
    3. Compare before and afterFlick between previews focusing on edges and brand colors.
    4. Download the optimized WebPReplace the heavy asset in your repo or CMS once satisfied.
    5. Validate in the real pageHard-refresh the site to confirm perceived quality on target devices.

    Use cases

    • Performance budgetsBring hero WebP files under a team’s kilobyte budget.
    • App store screenshotsLighten WebP store assets without rebuilding them from Photoshop.
    • CDN re-uploadsShip a smaller derivative when an earlier export was too generous.

    Tips

    • Prefer compressing from a high-quality master, not from a twice-converted thumbnail.
    • Transparent WebP needs careful preview on both light and dark backgrounds.
    • If browsers you support lack WebP, keep a JPEG/PNG alternate.
    • AVIF may shrink further—try compress-avif when your stack supports it.

    FAQ

    Lossy or lossless WebP?

    The tool targets size reduction suitable for typical lossy web delivery. Exact mode depends on encoder settings.

    Does my file leave the browser?

    Processing is designed to stay local in the browser session.

    Can I convert JPG to WebP here?

    Use the jpg-to-webp tool for format conversion, then compress if needed.

    Animation support?

    Animated WebP handling varies; test a short clip before relying on it for production.

    Why did colors shift?

    Color profiles can differ after re-encode. Soft-proof on the destination page.

    Related tools?

    jpg-to-webp, webp-to-jpg, and the general image compressor cover adjacent steps.

    Related tools