Resizing an image sounds simple — just make it smaller. But depending on how you do it, the result can look noticeably worse than the original, and the file can end up barely smaller than before, or even larger. Here's what's actually happening and how to get a clean result.

Shrinking pixels vs. shrinking the file

These are two different things. When you reduce an image's pixel dimensions (say, from 4000×3000 to 1200×900), you're throwing away pixels. That reduction also tends to reduce the file size, because a smaller image has less data to store — but the relationship isn't perfect.

A 4000×3000 PNG can easily be 10MB. The same image at 1200×900, still saved as a PNG, might come out at 3–5MB. If that's still too large, resizing alone won't solve the problem — you also need to consider compression and format.

Why the file is still large after resizing

The most common culprits:

Resizing without visible quality loss

The key insight is that shrinking a photo improves apparent sharpness relative to file size — you're fitting less detail into fewer pixels, so each pixel carries more useful information. Done right, a well-resized image looks as sharp or sharper than the original at normal viewing sizes, even at a much smaller file size.

Two things to get right:

  1. Lock the aspect ratio. Changing width and height independently stretches the image — people and objects look squashed or squeezed. Always resize proportionally unless you have a specific reason not to.
  2. Use the right format and a reasonable quality setting. For photos, save as JPG at 80–90% quality. For screenshots, logos, or graphics with sharp edges, stay with PNG — the quality slider doesn't help PNG anyway since it's already lossless.

When enlarging makes things worse

Resizing up — going from 600×400 to 2400×1600 — does not add real detail. The software has to invent pixels it can't actually know, which shows up as blurriness or a plastic look. If you need a higher-resolution version of something, you need the original higher-resolution file. AI upscaling tools can do a better job than naive resizing, but they still can't recover information that was never captured.

A quick decision guide

Need to resize a photo right now? Try the resize tool →