Part of the Technology & IT suite · 35 calculators

Image Resize Calculator

Scale an image by a percentage or to a target size, and estimate the file size that results.

Resizing scales both dimensions by the same factor, so the pixel count — and roughly the file size — changes with the square of that factor.

Results update as you type
Results
New dimensions
2000 × 1500 px
Pixel count
Estimated JPEG size
Original size estimate
Reduction
Note
Reviewed September 2026. Computing arithmetic: bytes, bits, seconds and probabilities do not change by country. US broadband is advertized in megabits per second (Mbps).
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About image resize

How the image resize calculator works

Resizing scales both dimensions by the same factor, so the pixel count — and roughly the file size — changes with the square of that factor. Halving the width and height leaves a quarter of the pixels, which is why dropping an image to 50% cuts the file to about a quarter, not a half.

The file-size estimate assumes JPEG at the quality you pick. Real files vary a great deal with content: a photo of foliage compresses far worse than a plain sky, so treat the figure as an order-of-magnitude guide.

Enlarging past 100% cannot add detail — the pixels are interpolated, so the image gets bigger and softer.

Formula: new pixels = original pixels × scale²; JPEG bytes ≈ pixels × bits-per-pixel / 8

Worked examples

InputsNew dimensionsNote
A 12 MP photo at 50%2000 × 1500 px2000 × 1500 — a quarter of the pixels
Down to 25%1000 × 750 px1000 × 750
Enlarging1600 × 1200 px1600 × 1200, but no new detail

Frequently asked questions

How do I resize an image without distorting it?

Scale both dimensions by the same percentage. Changing one alone stretches the picture.

Why does halving the size quarter the file?

Because both dimensions halve, so the pixel count — and roughly the file size — falls by a factor of four.

Can I enlarge an image without losing quality?

No. Enlarging interpolates between existing pixels; it cannot recover detail that was never captured.

How accurate is the file-size estimate?

It is a guide. A photo of foliage can be several times larger than a photo of a plain sky at the same dimensions and quality.

What JPEG quality should I use?

Around 85 for photos you care about — the step down to 70 saves a lot of bytes with little visible loss, and below 50 artefacts become obvious.

Where these figures come from

Last checked: September 2026. Units follow the SI decimal convention (IEC 80000-13 defines the binary alternatives); network and security figures cite the defining standard.