Map Scale Calculator
Calculate a map's scale ratio (1:N) from a measured map distance and the real-world ground distance it represents, or the other way around — find the ground distance from a map measurement and a known scale.
Input
What are you trying to calculate?
The distance measured on the map or drawing.
The real-world distance that the map distance represents.
Output
| Metric | Value |
|---|---|
| No data yet | |
Guides
The Map Scale Calculator converts between a map's scale ratio and real-world distance. Measure a distance on a map or drawing, tell it the corresponding real-world distance, and it works out the scale as a ratio (1:N) and a representative fraction. Or flip it around: given a map distance and a known scale, it tells you the actual ground distance.
How to use it
Find scale ratio (default mode):
- Measure a distance on the map (a road, a grid square edge, the distance between two landmarks) and enter it, choosing mm, cm or inches.
- Enter the real-world distance that same measurement represents, choosing m, km, ft or mi.
- Read the scale ratio, representative fraction and a plain-language statement of what one unit on the map equals in reality.
Find ground distance:
- Switch "Find" to Ground distance.
- Enter a map distance and the map's known scale denominator (the
Nin1:N— e.g.24000for a USGS 1:24,000 topo map). - Read the real-world ground distance, converted to your chosen output unit.
Why unit selects instead of assuming cm/m?
Mixing units is the single most common way to get a map-scale calculation wrong — a scale ratio is only meaningful when both distances are converted to the same base unit first. Rather than silently assuming centimeters and meters and leaving you to convert everything else by hand, this tool takes an explicit unit for each measurement (millimeters, centimeters or inches for the map; meters, kilometers, feet or miles for the ground) and does the conversion internally.
What is a representative fraction?
A representative fraction expresses scale as a unitless ratio, 1:N — one unit of distance on the map corresponds to N of the same unit in reality. A 1:24,000 map means 1 inch on the map equals 24,000 inches (2,000 feet) on the ground; the ratio holds for any unit, which is why it's the standard way cartographers state scale.
Is my data private?
Yes. The calculation runs entirely in your browser — nothing is uploaded to a server.
Common uses
Reading the scale off an old paper map or blueprint that only shows a bar scale, converting between a GIS layer's stated scale and a specific measured distance, sizing a printed map to a target scale, or checking a floor plan's or engineering drawing's scale against a known dimension.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/map-scale-calculator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"mode": "ratio",
"mapDistance": "5",
"mapUnit": "cm",
"groundDistance": "1.2",
"groundUnit": "km"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `map-scale-calculator` tool (Map Scale Calculator) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.