A minimum file size is an unusual requirement — and an easy one to trip on
Most photo requirements on this site set a maximum file size, because the underlying worry is upload limits and storage. GOV.UK’s digital passport photo requirement runs the other way: it specifies a minimum of 50 KB, on top of a minimum pixel size of 600 × 750. That minimum exists because a very small file, even at the right pixel dimensions, is usually a sign of heavy JPEG compression — visible blocky artefacts around the eyes and hairline that a passport office’s automated photo checker is specifically built to flag.
This creates a genuinely counterintuitive situation: the cleaner and more evenly lit your photo is, the smaller it naturally compresses, and the more likely it is to fall under the 50 KB floor even though it looks fine to the eye. A plain, well-lit passport photo against a light grey background — exactly what the guidelines ask for — is precisely the kind of image that compresses smallest, because there’s little visual complexity for JPEG to spend bytes on.
How this tool handles the floor
This page resizes to 600 × 750 pixels (the minimum GOV.UK accepts — there’s no documented maximum, so this tool doesn’t push larger) and encodes at a quality high enough to look clean. If the result still lands under 50 KB, the same JPEG comment-block padding used across this site brings the file up to exactly 50 KB without altering a single pixel of the actual photo.
The digital photo code flow
GOV.UK’s online passport service issues a “photo code” once your digital photo passes their automated check, which you then use to complete the application. This page prepares the file to upload into that check — getting the dimensions and size right up front means a better chance of passing the automated review on the first attempt, rather than needing a second photo.