What compressed size means for files
June 1, 2026 · Toolsly
Compressed size is the final byte count after algorithms shrink a file. See real format comparisons, size examples, and browser tool links for images and PDFs.

Compressed size definition
Compressed size is the byte length of data after an algorithm removes redundancy. It is not the raw file size before processing or a measure of visual fidelity.
How compression algorithms reduce bytes
Lossless methods like DEFLATE keep every original bit. Lossy methods discard details the eye or ear rarely notices. For a 1080p photo the starting PNG often measures 2-4 MB. After conversion the same image in WebP lands between 80-250 KB while AVIF reaches 50-150 KB.
Run the conversion locally at PNG to WebP or PNG to JPG to watch the number drop without uploads.
Real size table for 1080p photos
| Format | Compression | Transparency | Browser support | Typical use case | Average size for 1080p photo |
|---|---|---|---|---|---|
| PNG | Lossless | Yes | All | Graphics | 2-4 MB |
| JPG | Lossy | No | All | Photos | 150-400 KB |
| WebP | Both | Yes | Modern | Web pages | 80-250 KB |
| AVIF | Lossy | Yes | Growing | High efficiency | 50-150 KB |
Inputs that affect the final number
Resolution, color depth, and chosen quality level all change the output. A 1920x1080 image at 90 percent quality in JPG stays near 300 KB. Drop quality to 60 percent and the file falls to roughly 120 KB with visible block artifacts on edges.
Use Image Compress to test different quality sliders on the same source file.
Where compressed size appears in daily work
Web teams track compressed size to meet Core Web Vitals. A page carrying three 2 MB PNG hero images loads slower than the same page with WebP versions under 200 KB each. Designers send client proofs as compressed JPGs so email attachments stay below 1 MB limits.
PDF workflows also benefit. A 10-page scanned document starts at 8 MB. After image compression inside the PDF the file measures 1.2 MB while text remains searchable.
Try Images to PDF followed by a quality pass to see the before-and-after numbers.
Practical measurement steps
- Open the source file in a local editor and note the byte count.
- Select target format and quality.
- Run the conversion in the browser.
- Compare the new byte count against the original.
Repeat the cycle with JPG to PNG or HEIC to JPG when source files arrive from phones.
File-type specific examples
A 30-second 1080p MP4 clip at 5 Mbps occupies about 11 MB. Extracting frames to WebP reduces each still to 120 KB, so twenty frames total 2.4 MB.
Text documents compress differently. A 50 KB Markdown file becomes 12 KB after minification, then stays identical when stored as compressed PDF via MD to PDF.
Limitations to keep in mind
Some formats refuse further size reduction without visible loss. Extremely low bitrates on audio produce artifacts that no algorithm can hide. Toolsly runs every step inside the browser, so files never leave the device during these tests.
Where to start
Begin with one image conversion to see the numeric change firsthand at Image Compress.
Related tools
More blog guides
Frequently asked questions
- How much does compressed size drop when switching a 1080p PNG to WebP?
- Expect a reduction from roughly 2-4 MB down to 80-250 KB on the same photo. The exact drop depends on image complexity and chosen quality setting.
- Does lower compressed size always hurt image quality?
- Not always. Lossless methods preserve every pixel. Lossy methods trade some detail for smaller files; 60 percent JPG quality often stays acceptable for screen use while cutting size by half.
- What compressed size target works for web hero images?
- Most teams aim for under 200 KB per hero image. WebP or AVIF at moderate quality settings routinely meet that goal on 1080p sources.
- Can PDF page count be estimated from compressed size?
- A rough guide is 100-150 KB per page for text-heavy documents after compression. Scanned pages with images can reach 300 KB each.