Since 2010 · Powering 2M+ tool runs every month
Since 2010
Add to Chrome

My Toolbox

Automatic Mode

No saved tools yet.

Go Premium
Guides
How to Get a Clear Photo from a VideoHow to Optimize Images for the WebHow to Compress a Video Without Losing Quality
Related tools
HEIC to PNG ConverterEXIF Data Viewer/RemoverHEIC to JPG Converter
Home Page > Miscellaneous > Photography Tools

Photo File Size Estimator

Estimate the file size of a photo in JPEG, RAW, TIFF, HEIC, and PNG formats from megapixels, bit depth, and quality. See exactly how many photos fit on your SD card, SSD, or hard drive.

Free to useNo sign-up requiredInstant Results
Photo File Size EstimatorTry it now — free ▼
📷 Camera Presets tap to load typical settings
Enter megapixels to see pixel dimensions

Embed Photo File Size Estimator Widget

About Photo File Size Estimator

The Photo File Size Estimator predicts how large a single photo will be on disk across every common image format — JPEG (Low, Medium, High, Maximum), HEIC, PNG, TIFF, and RAW — from just three inputs: megapixel count, aspect ratio, and bit depth. Photographers use it to plan SD card capacity before a trip, decide between RAW and JPEG when storage is tight, and budget cloud storage for large libraries. The same estimates apply whether you shoot with a smartphone, a mirrorless body, a DSLR, or a medium-format camera.

How Photo File Size Is Calculated

Image file size depends on three things: how many pixels the photo contains, how many bits encode each pixel, and how aggressively the format compresses redundant data. Lossless formats follow a clean formula. Lossy formats (JPEG, HEIC) only follow an approximation, because their compressor exploits perceptual tricks that depend on image content.

📐 Lossless formula (TIFF, PNG, RAW)
file size = pixels × channels × bit_depth ÷ 8

For an 8-bit RGB TIFF at 24 megapixels: 24,000,000 × 3 × 8 ÷ 8 ≈ 72 MB. RAW saves only one channel per pixel (the Bayer mosaic), so it is roughly one third of an uncompressed RGB file at the same bit depth, then a further ~35% smaller after lossless compression.

📷 Lossy approximation (JPEG, HEIC)
file size ≈ pixels × bytes_per_pixel

The bytes-per-pixel coefficient is empirical — it depends on the encoder, the quality setting, and how much detail the photo contains. The estimator uses values that match typical mid-detail photographic content:

  • JPEG Low (Q40): ~0.15 bytes/pixel
  • JPEG Medium (Q70): ~0.35 bytes/pixel
  • JPEG High (Q85): ~0.60 bytes/pixel — the recommended balance
  • JPEG Maximum (Q95): ~1.20 bytes/pixel
  • HEIC: ~0.30 bytes/pixel — about half the size of JPEG-High at matching visual quality

Reference Table — File Sizes at Common Megapixel Counts

The table below uses JPEG-High (Q85) for lossy formats and 14-bit for RAW. Real file sizes for individual photos can vary by 30 to 50 percent depending on scene content. Big skies, smooth surfaces, and out-of-focus areas compress aggressively; dense foliage, grain, and textile patterns do not.

Megapixels JPEG High HEIC PNG (8-bit) TIFF (16-bit) RAW (14-bit)
12 MP~7 MB~3.6 MB~36 MB~72 MB~14 MB
24 MP~14 MB~7.2 MB~72 MB~144 MB~27 MB
36 MP~22 MB~11 MB~108 MB~216 MB~41 MB
45 MP~27 MB~14 MB~135 MB~270 MB~51 MB
61 MP~37 MB~18 MB~183 MB~366 MB~70 MB
100 MP~60 MB~30 MB~300 MB~600 MB~114 MB
200 MP~120 MB~60 MB~600 MB~1.2 GB~228 MB

Bit Depth and Why It Matters

Bit depth is the number of binary digits used to store each color channel of each pixel. It controls how many distinct levels of brightness or color the format can represent — and it has a linear effect on file size for lossless formats.

How to Use the Photo File Size Estimator

  1. Pick a camera preset for instant settings, or enter your own megapixel count.
  2. Select an aspect ratio. 3:2 covers most DSLR and mirrorless bodies; 4:3 is right for smartphones and Micro Four Thirds.
  3. Choose bit depth. 8-bit for JPEG-only workflows, 14-bit for RAW shooters, 16-bit for archival TIFF exports.
  4. Set the JPEG quality that matches your headline result. The other formats are computed automatically.
  5. Read the bar chart for at-a-glance comparison and the storage matrix for "how many fit" answers across SD cards, SSDs, and hard drives.

Why JPEG Estimates Are Approximate

JPEG compression uses a discrete cosine transform and quality-controlled quantization. Smooth areas (a clear sky) lose almost no perceptible detail and compress 10× more efficiently than detailed areas (rich foliage, fabric, hair). The estimator uses average bytes-per-pixel from typical mid-detail photographs. Two photos at the same camera, same JPEG quality, can differ by 2× or more — flat scenes always come in smaller than expected, and busy scenes always come in larger. For a single SD card or one trip, plan for the larger end of the range; over a year of shooting, the average converges.

Storage Planning Tips

Format Recommendations by Use Case

Frequently Asked Questions

How accurate are these estimates?

For lossless formats (TIFF, PNG, RAW) the estimates are accurate to within a few percent — the formula is deterministic. For lossy formats (JPEG, HEIC) the estimates use average bytes-per-pixel coefficients and individual photos can vary by 30 to 50 percent in either direction. Averaged across many photos, the totals match closely.

Why is my actual JPEG smaller than the estimate?

The most common reason is scene content: photos with large smooth areas (sky, water, walls) compress far better than the empirical average. Modern mobile encoders also tune JPEG more aggressively than the libjpeg defaults this tool uses. If your photos consistently come in 30 to 40 percent below estimate, your camera or software is using a more aggressive compression profile.

How big is a 200 MP photo from a Galaxy S24 Ultra?

At full 200 MP resolution the JPEG-High file is approximately 120 MB. In practice the S24 Ultra uses pixel binning to output 12 MP files by default (roughly 7 MB each) and only saves the full 200 MP version when you explicitly select that mode.

Does aspect ratio change the file size?

For a fixed megapixel count, aspect ratio only changes the width-to-height proportions, not the total pixel count. File size stays the same. Where aspect ratio matters is when you crop after capture — a 24 MP photo cropped to 16:9 becomes roughly an 18 MP file, which then has 25% smaller file size at the same JPEG quality.

What is the difference between RAW and DNG?

RAW is a category — every camera maker has a proprietary RAW format (Canon CR3, Nikon NEF, Sony ARW, Fujifilm RAF). DNG is Adobe's open RAW container that can wrap any camera's sensor data. DNG files are typically 10 to 20 percent smaller than the proprietary equivalents because Adobe applies more aggressive lossless compression by default.

Why is uncompressed TIFF so huge?

TIFF stores every pixel at full bit depth with no compression by default. A 16-bit TIFF stores 6 bytes per pixel (3 channels × 2 bytes). At 24 MP that produces a 144 MB file. TIFF does support LZW and ZIP compression, but for photographic content these only save 10 to 30 percent — far less than JPEG or HEIC achieve through lossy methods.

Additional Resources

Reference this content, page, or tool as:

"Photo File Size Estimator" at https://MiniWebtool.com/photo-file-size-estimator/ from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: May 2, 2026

Photography Tools:

Guides
How to Get a Clear Photo from a VideoHow to Optimize Images for the WebHow to Compress a Video Without Losing Quality

Top & Updated:

File Size ConverterMegapixel to Print Size CalculatorPrint Size & Resolution Calculator (DPI/PPI)View all →
Home Page > Miscellaneous > Photography Tools > Photo File Size Estimator