Every map is a scaled-down picture of the real world, and the map scale is the single number that links measurements on paper (or screen) to distances on the ground. Whether you are planning a hillwalk with an OS Explorer, measuring a road distance on Google Maps, or setting boundaries on an engineering site plan, this calculator converts between map distance, real-world distance, and the scale ratio — in any combination and any unit.
How the maths works
A map scale is always written as a ratio 1 : n, where n is the scale denominator. The relationship between the three quantities is simply:
real-world distance = map distance (times) n
Rearranged the other two ways:
map distance = real-world distance / n
n = real-world distance / map distance
All three quantities must be in the same unit before the division or multiplication is applied, so the calculator converts every input to metres first, does the arithmetic, then converts the result back to whatever unit you selected for the output. This means you can freely mix centimetres, miles, feet, or nautical miles without having to do the unit conversion yourself.
Area scaling
Linear scale and area scale are not the same. Because area is two-dimensional, it scales as the square of the linear factor. At 1 : 50,000, one centimetre on the map equals 500 m in reality, so one square centimetre on the map covers 500 m (times) 500 m = 250,000 m(squared) = 0.25 km(squared). The “Area converter” panel automates this calculation for any side length and unit combination.
Worked example
You are planning a day walk using an OS Explorer (1 : 25,000) map. The route on the map measures 14.6 cm from start to finish.
- Real-world distance = 14.6 cm (times) 25,000 = 365,000 cm = 3.65 km
- In miles: 3.65 km / 1.60934 ≈ 2.27 miles
Now you want to know the area of the national park that occupies a 5 cm (times) 5 cm square on the same map:
- Linear side = 5 cm (times) 25,000 = 125,000 cm = 1.25 km
- Area = 1.25 km (times) 1.25 km = 1.5625 km(squared)
Both calculations are handled instantly by the panels above.
Common UK map scales
| Scale | Series | 1 cm on map |
|---|---|---|
| 1 : 10,000 | OS MasterMap | 100 m |
| 1 : 25,000 | OS Explorer | 250 m |
| 1 : 50,000 | OS Landranger | 500 m |
| 1 : 250,000 | OS Road | 2.5 km |
| 1 : 1,000,000 | International Map of the World | 10 km |
All figures above are for 1 cm on the map. Multiply by your actual map measurement to get the real distance. The quick-reference table inside the calculator extends this to ten common scales and also shows the equivalent area for a 1 cm(squared) patch.
Formula summary
The core formula requires nothing beyond basic arithmetic:
real = map (times) n | map = real / n | n = real / map
Area adds only one extra step:
area = (map_side (times) n)(squared)
Everything is 100% client-side — no data leaves your browser.