# Square meters to Square kilometers (m² to km²)

> Convert square meters to square kilometers: 1 m² = 0.000001 km². Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.

- Page id: `square-meters-to-square-km` · Quantity: Area (`area`, base unit m2) · Tool: `convert_units`
- Canonical page: https://tttkmbb.com/conversion/square-meters-to-square-km · This document: https://tttkmbb.com/conversion/square-meters-to-square-km.md · JSON: https://tttkmbb.com/conversion/square-meters-to-square-km.json (add `?value=` for a result)

## Formula

- `1 m² = 0.000001 km²`
- `square kilometers = square meters × 0.000001`
- Reverse: `square meters = square kilometers × 1000000`

The factor follows from the SI definitions of both units (NIST SP 811); values below are rounded to 6 significant figures, the API returns up to 12.

## Worked examples

- 5 m² = 0.000005 km²
- 12.5 m² = 0.0000125 km²
- 100 m² = 0.0001 km²

## Conversion table

| Square meters (m²) | Square kilometers (km²) |
| --- | --- |
| 1 | 0.000001 |
| 2 | 0.000002 |
| 3 | 0.000003 |
| 4 | 0.000004 |
| 5 | 0.000005 |
| 6 | 0.000006 |
| 7 | 0.000007 |
| 8 | 0.000008 |
| 9 | 0.000009 |
| 10 | 0.00001 |
| 15 | 0.000015 |
| 20 | 0.00002 |
| 25 | 0.000025 |
| 30 | 0.00003 |
| 40 | 0.00004 |
| 50 | 0.00005 |
| 75 | 0.000075 |
| 100 | 0.0001 |
| 200 | 0.0002 |
| 250 | 0.00025 |
| 500 | 0.0005 |
| 1000 | 0.001 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=m2&to_unit=km2` → unified JSON envelope with `result.values.result`, `formula`, `factor`, `sources`, `freshness`
- MCP: server `https://tttkmbb.com/mcp`, tool `convert_units` with `{"value":5,"from_unit":"m2","to_unit":"km2"}`
- All area units: https://tttkmbb.com/api/v1/units?quantity=area · full converter: [Area Converter](https://tttkmbb.com/conversion/area.md)
- Authentication: none. Freshness: `static` (fixed conversion factors).

## FAQ

**How many square kilometers are in one square meter?**

1 m² = 0.000001 km². The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures.

**What is the formula to convert square meters to square kilometers?**

Multiply the value in square meters by 0.000001: square kilometers = square meters × 0.000001. For example, 5 m² = 0.000005 km².

**How do I convert square kilometers back to square meters?**

Multiply by the inverse factor 1000000 (square meters = square kilometers × 1000000), or use the square kilometers-to-square meters page.

## Related conversions

- [Square kilometers to square meters](https://tttkmbb.com/conversion/square-km-to-square-meters.md) (reverse)
- [Square meters to Square feet](https://tttkmbb.com/conversion/square-meters-to-square-feet.md)
- [Square feet to Square meters](https://tttkmbb.com/conversion/square-feet-to-square-meters.md)
- [Acres to Hectares](https://tttkmbb.com/conversion/acres-to-hectares.md)
- [Hectares to Acres](https://tttkmbb.com/conversion/hectares-to-acres.md)
- [Acres to Square meters](https://tttkmbb.com/conversion/acres-to-square-meters.md)
- [Square meters to Acres](https://tttkmbb.com/conversion/square-meters-to-acres.md)
- [Square kilometers to Square miles](https://tttkmbb.com/conversion/square-km-to-square-miles.md)
- [Square miles to Square kilometers](https://tttkmbb.com/conversion/square-miles-to-square-km.md)

## Data Sources

- NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors — https://www.nist.gov/pml/special-publication-811 (standard, retrieved 2026-09-24)
- BIPM – The International System of Units (SI Brochure, 9th edition) — https://www.bipm.org/en/publications/si-brochure (standard, retrieved 2026-09-24)
- Wikipedia – Conversion of units — https://en.wikipedia.org/wiki/Conversion_of_units (reference, retrieved 2026-09-24)
