Home › Unit Conversion › Square meters to Hectares
Square meters to Hectares (m² to ha)
Convert square meters to hectares: 1 m² = 0.0001 ha. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 m² = 0.0001 ha
hectares = square meters × 0.0001 — reverse: square meters = hectares × 10000
The factor is derived from the SI definitions of both units (base unit: m2) as listed in NIST SP 811; results on this page are shown to 6 significant figures, the API returns up to 12.
Worked examples
- 5 m² = 0.0005 ha
- 12.5 m² = 0.00125 ha
- 100 m² = 0.01 ha
Square meters to hectares conversion table
| Square meters (m²) | Hectares (ha) |
|---|---|
| 1 | 0.0001 |
| 2 | 0.0002 |
| 3 | 0.0003 |
| 4 | 0.0004 |
| 5 | 0.0005 |
| 6 | 0.0006 |
| 7 | 0.0007 |
| 8 | 0.0008 |
| 9 | 0.0009 |
| 10 | 0.001 |
| 15 | 0.0015 |
| 20 | 0.002 |
| 25 | 0.0025 |
| 30 | 0.003 |
| 40 | 0.004 |
| 50 | 0.005 |
| 75 | 0.0075 |
| 100 | 0.01 |
| 200 | 0.02 |
| 250 | 0.025 |
| 500 | 0.05 |
| 1000 | 0.1 |
FAQ
How many hectares are in one square meter?
1 m² = 0.0001 ha. 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 hectares?
Multiply the value in square meters by 0.0001: hectares = square meters × 0.0001. For example, 5 m² = 0.0005 ha.
How do I convert hectares back to square meters?
Multiply by the inverse factor 10000 (square meters = hectares × 10000), or use the hectares-to-square meters page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=m2&to_unit=ha - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"m2","to_unit":"ha"} - Markdown: https://tttkmbb.com/conversion/square-meters-to-hectares.md · JSON: https://tttkmbb.com/conversion/square-meters-to-hectares.json (add
?value=for a result) · Units: /api/v1/units?quantity=area - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.