Compress an Image to Under 1 MB
A megabyte is where a photograph stops being a problem for a web page and starts being merely large. Most images above it are not carrying extra detail anyone can see — they are carrying pixels nobody will ever view at full size.
Add the image and choose the 1 MB target. A megabyte is ample for a single photograph, so the search lands on a high quality and the result is visually identical to the original. It is the practical ceiling for an image on a web page, where anything larger costs load time for no visible benefit.
- Nothing uploadedRuns on your device
- No limitsNo account, no watermark
- No upload waitStarts immediately
For the web, dimensions matter more than the target
If this image is going onto a page, the limit that matters is not really a megabyte. It is the size the image is actually displayed at. A 6000-pixel photo shown in a 800-pixel column is carrying more than seven times the pixels it can ever display, and compressing it to 1 MB does not fix that.
Resize to roughly twice the display width — enough for high-density screens, and no more — then compress. The result is usually a fraction of a megabyte and looks sharper than the oversized version, because the browser is no longer rescaling it on the fly.
- Resize to about twice the width the image is displayed at
- Then compress; the target is usually met with room to spare
- WebP is well supported now and meaningfully smaller than JPEG for the same quality
- Page-load time is a ranking factor; an oversized hero image is the usual culprit
Nothing is uploaded to reach that number
The search for the right quality runs on your own device. Your photo is decoded in the browser, re-encoded a handful of times to find the setting that fits, and written back — no version of it, including the intermediate attempts, is ever sent anywhere.
That matters more than usual here, because size-limited uploads are overwhelmingly identity documents, application photographs and forms. You can confirm it by opening the Network tab before you start, or by disconnecting from the internet once the page has loaded and watching it work anyway.
Questions
- How do I compress an image to under 1 MB?
- Add it and choose the 1 MB target. For a single photograph the search usually lands on a high quality, so the file gets smaller without a visible change.
- Is 1 MB too large for a web page?
- For most images, yes. A well-sized page image is usually a few hundred kilobytes. Resizing to the displayed dimensions typically gets you there without compressing hard.
- Should I use WebP for the web?
- Generally yes. It is supported across current browsers and reaches the same visual quality in noticeably fewer bytes than JPEG, which is exactly what a page needs.
- Will compressing hurt my search rankings?
- The opposite, within reason. Large images slow pages and page speed is a ranking input. The risk is only in over-compressing to the point the image looks poor.
- Is the image uploaded anywhere?
- No. It is read from your device, processed in the browser, and written back. Nothing crosses the network.
A different size, or no limit at all
Or use Compress Image with a quality slider instead of a target, which is the better tool when no one has given you a number to hit.
