Fit an image under an upload limit
A practical route to a 200 KB image: check bytes, reduce dimensions, choose a format and inspect small text before uploading.
Try the calculation or tool
Start with the actual requirement
A form may reject a photo because of its file type, pixel dimensions or byte size. Read all three requirements before changing the image. A 200 KB limit usually means 200,000 bytes, while 200 KiB means 204,800 bytes. Leave a little headroom when the form does not explain its units. The budget calculator below compares sizes; it does not modify the image.
Change one setting at a time
Keep the original. If a 4000 × 3000 photo will display at 1000 × 750, resize it first while preserving its aspect ratio. That reduces the pixel count from 12 million to 750,000. Then use the image compressor and enter your target size. For photographs, JPEG usually makes a smaller result than PNG. For transparent logos or fine interface text, inspect the result carefully before giving up PNG.
Use the smallest acceptable change
Compare the original and output at the size people will actually view them. Look at faces, signatures, small lettering and high-contrast edges. If the target is still missed, lower the dimensions modestly before repeatedly reducing JPEG quality. Avoid recompressing an already compressed download: return to the original for each attempt. A smaller file is not a successful result if the form can no longer read it.
Why an apparently small image still fails
Check the downloaded file rather than a rounded value in a file manager. Renaming .png to .jpg does not convert it. Cropping changes the composition; resizing changes the scale. A passport or application photo may also have rules for background, head size and editing, so a technically valid upload can still be unsuitable. Test the final file in the destination form and keep the original until submission is confirmed.