Home › Unit Conversion › Megajoules to Kilowatt-hours
Megajoules to Kilowatt-hours (MJ to kWh)
Convert megajoules to kilowatt-hours: 1 MJ = 0.277778 kWh. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 MJ = 0.277778 kWh
kilowatt-hours = megajoules × 0.2777777778 — reverse: megajoules = kilowatt-hours × 3.6
The factor is derived from the SI definitions of both units (base unit: J) 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 MJ = 1.38889 kWh
- 12.5 MJ = 3.47222 kWh
- 100 MJ = 27.7778 kWh
Megajoules to kilowatt-hours conversion table
| Megajoules (MJ) | Kilowatt-hours (kWh) |
|---|---|
| 1 | 0.277778 |
| 2 | 0.555556 |
| 3 | 0.833333 |
| 4 | 1.11111 |
| 5 | 1.38889 |
| 6 | 1.66667 |
| 7 | 1.94444 |
| 8 | 2.22222 |
| 9 | 2.5 |
| 10 | 2.77778 |
| 15 | 4.16667 |
| 20 | 5.55556 |
| 25 | 6.94444 |
| 30 | 8.33333 |
| 40 | 11.1111 |
| 50 | 13.8889 |
| 75 | 20.8333 |
| 100 | 27.7778 |
| 200 | 55.5556 |
| 250 | 69.4444 |
| 500 | 138.889 |
| 1000 | 277.778 |
FAQ
How many kilowatt-hours are in one megajoule?
1 MJ = 0.277778 kWh. 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 megajoules to kilowatt-hours?
Multiply the value in megajoules by 0.2777777778: kilowatt-hours = megajoules × 0.2777777778. For example, 5 MJ = 1.38889 kWh.
How do I convert kilowatt-hours back to megajoules?
Multiply by the inverse factor 3.6 (megajoules = kilowatt-hours × 3.6), or use the kilowatt-hours-to-megajoules page.
Related conversions
- Kilowatt-hours to megajoules (reverse)
- Energy Converter — all energy units in one tool
- Kilocalories (food calories) to Kilojoules
- Kilojoules to Kilocalories (food calories)
- Joules to Calories (small, thermochemical)
- Calories (small, thermochemical) to Joules
- Kilowatt-hours to BTU
- BTU to Kilowatt-hours
- BTU to Joules
- Joules to BTU
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=MJ&to_unit=kWh - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"MJ","to_unit":"kWh"} - Markdown: https://tttkmbb.com/conversion/mj-to-kwh.md · JSON: https://tttkmbb.com/conversion/mj-to-kwh.json (add
?value=for a result) · Units: /api/v1/units?quantity=energy - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.