June 10, 2026
Best Image Size and Format for Web Forms (KB Limits Explained)
Why do upload forms cap photos at 100KB or 200KB, and what dimensions and format should you actually use? A plain-English guide to file size, resolution and format so your uploads pass on the first try.
File Size vs. Dimensions: Two Different Things
People mix these up constantly. Dimensions are how many pixels wide and tall an image is (e.g. 600×600). File size is how many kilobytes the file takes up on disk (e.g. 100KB). A form can limit either or both. Understanding the difference is the key to passing uploads without frustration.
You can have a small-dimension image with a large file size (an uncompressed PNG), or a large-dimension image with a small file size (a heavily compressed JPEG). Forms usually care about file size for storage and dimensions for display.
Typical Form Limits and What They Mean
- 20KB: Common on Indian government and exam portals. Very tight — resize dimensions down first. Use compress to 20KB.
- 50KB: Job portals, KYC forms. Comfortable for a small ID photo. Use compress to 50KB.
- 100KB: The web's most common limit. Plenty for a clear photo. Use compress to 100KB.
- 200KB–500KB: Document scans and higher-quality uploads. Use 200KB or 500KB.
Which Format Should You Use?
JPEG — the default for photos
JPEG uses lossy compression that's extremely efficient for photographs. For any form asking for a "photo," JPEG is the right choice and the most widely accepted. It's how you get a real photo under 100KB.
PNG — for graphics and transparency
PNG is lossless and supports transparency, which makes it great for logos, screenshots with text, and cut-out images — but terrible for hitting small size limits with a photo. A photo saved as PNG can be 5–10× larger than the same photo as JPEG.
WebP — smallest files, if accepted
WebP fits more detail into fewer kilobytes than JPEG. Use it when the destination explicitly accepts WebP (many modern sites do). For older government forms, stick with JPEG for safety. Full comparison: JPEG vs WebP vs PNG.
Recommended Settings
For a standard form photo: JPEG, dimensions around 600×600 (or whatever the form specifies), compressed to the stated KB limit. For a passport-specific photo, see our guide on resizing a photo to passport size for any country.
The One-Step Method
Rather than juggle three apps, use a tool that handles dimensions and target file size together. Set the target KB, optionally resize the dimensions, and export once. Everything runs in your browser with no upload and no signup.