Free Online Map Tile Calculator
Calculate how many map tiles are needed at each zoom level for a given bounding box. Estimate total file sizes for MBTiles, PMTiles, and individual tile files. Essential for tile server planning and data budgeting.
What this tool does
Given a bounding box and zoom range, calculates total tile count per zoom level, estimated storage sizes for common tile formats, and world coverage percentage.
How to use
Enter a bounding box (or draw one on the map) and select a zoom range. The tile calculator shows counts and sizes instantly.
Supported tile formats
PNG/JPEG raster tiles, PBF vector tiles (Mapbox/MapLibre), MBTiles (SQLite container), and PMTiles (single-file tile archives).
Storage estimates
Average file sizes: PNG raster tile ~15KB, PBF vector tile ~30KB, JPEG raster tile ~25KB. Estimates vary by data complexity.
Use cases
Tileserver capacity planning, OSM tile rendering budgets, PMTiles creation, offline map area budgeting.
Formula
Tiles count = 2^zoom x 2^zoom per global coverage. For a bounding box, tiles are calculated using the slippy map tile coordinate system.