How to Make a PNG File Smaller Without Ruining Quality
By Thorpie ·
Quick answer
To make a PNG smaller, start with Compress PNG, then resize or crop if the pixel dimensions are larger than you need. Convert to JPG only for opaque photographs, or to WebP for modern websites—never expect ZIP files alone to fix a heavy PNG.
Ways to make a PNG file smaller
- Compress the PNG. Use Compress PNG to reduce bytes while keeping transparency.
- Reduce dimensions. Resize oversized screenshots or exports down to the display size you actually need.
- Crop unused space. Crop empty margins before compressing again.
- Remove metadata when sharing publicly. Remove EXIF from a delivery copy if embedded data adds weight or privacy risk.
- Convert opaque photos to JPG. PNG to JPG often shrinks photographs dramatically but drops transparency (filled white in PictureConvert).
- Convert to WebP for modern web use. PNG to WebP is usually smaller while often retaining transparency.
PictureConvert does not expose a separate “reduce colour depth / indexed PNG” control in the compress UI. For simple icons, exporting a smaller canvas or converting to WebP is the practical browser path.
Which method should you use?
| Method | Best for | Quality impact | Transparency retained |
|---|---|---|---|
| PNG compression | Most PNG files | Usually minimal | Yes |
| Resize dimensions | Oversized images | Reduces resolution | Yes |
| Crop unused space | Images with empty margins | Removes pixels only | Yes |
| Convert to JPG | Photographs without alpha | Lossy | No |
| Convert to WebP | Modern web graphics | Depends on settings | Usually yes |
Why PNG files become large
PNG is excellent for sharp edges and transparency, but it is a poor fit for camera photos when small file size is the priority. Screenshots of busy desktops also stay large because they contain many unique colours. Lossless optimisation can help; lossy formats help more when the content is photographic and opaque.
For a broader compression workflow across formats, see How to reduce image size while keeping visuals sharp. This page stays focused on PNG-specific decisions.
Email, websites, and upload limits
Attachments often fail above a few megabytes. Compress the PNG first. If it is a photo without transparency, convert to JPG. Guidance for mail clients also lives in Best image format for email.
Websites
Prefer WebP (or AVIF where supported) for delivery, and keep a PNG master when you need lossless edits. See Best image format for websites.
Hard upload caps
Work in order: compress → resize → crop → change format. Check the resulting size after each step instead of guessing a percentage reduction.
Common mistakes
- Zipping a PNG and expecting a major size drop
- Converting a transparent logo to JPG and wondering why a white box appears
- Upscaling a small PNG to “improve” quality
- Skipping a dimension check on a 4000px screenshot destined for a 600px slot
Frequently Asked Questions
Why is my PNG file so large?
PNG stores pixels with lossless compression. Photos, large dimensions, and many colours keep file sizes high compared with JPG or WebP.
How can I reduce PNG size while keeping visuals sharp?
Start with PNG compression and cropping unused space. Those steps preserve transparency and avoid a lossy re-encode. Resize only when the pixel dimensions are larger than you need.
Does resizing a PNG reduce its file size?
Yes when you lower width and height. Fewer pixels usually means fewer bytes. Do not upscale—an enlarged PNG does not gain real detail.
Should I convert PNG to JPG?
For opaque photographs, JPG often shrinks far more than PNG compression alone. Do not convert if you need transparency or crisp logos.
Can I make a PNG smaller than 1 MB?
Often yes, depending on the image. Combine compression, smaller dimensions, and—when appropriate—JPG or WebP. Results vary; there is no fixed percentage guarantee.
Does ZIP compression reduce PNG size?
Usually not in a meaningful way. PNG data is already compressed, so zipping rarely helps much for a single PNG.

