How to Reduce a Photo's File Size for Upload
Passport applications, job portals, and registration forms love to set a maximum file size for photo uploads — and a modern phone photo almost always exceeds it. The frustrating part is the vague error; the easy part is the fix, once you know whether the problem is file size, dimensions, or both.
File size vs. dimensions
These are different things. Dimensions are how many pixels wide and tall the image is; file size is how many megabytes it takes up on disk. A form might limit one, the other, or both. Compressing reduces file size while keeping dimensions; resizing reduces dimensions, which also reduces file size. Often you need a bit of each.
How to hit a target size
- Compress first — it usually gets you under the limit with no visible change.
- If dimensions are also capped, resize to the allowed pixel size.
- Convert to JPG if the form requires it (and you don't need transparency).
- Check the result so the photo still looks clear at the new size.
Do it privately
Upload photos are often ID or passport pictures — personal by definition. A browser-based tool compresses and resizes on your device without uploading the image, so you meet the form's limit without exposing the photo first.
Frequently asked questions
What's the difference between file size and dimensions?+
Dimensions are the pixel width and height; file size is how many megabytes the image uses. A form may limit either or both.
How do I get a photo under a specific MB limit?+
Compress it first — that usually does it invisibly. If pixel dimensions are also capped, resize to the allowed size too.
Is my photo uploaded to resize it?+
Not with an in-browser tool. Compression and resizing run locally, so personal photos stay on your device.