# Kilojoules to BTU (kJ to BTU)

> Convert kilojoules to BTU: 1 kJ = 0.947817 BTU. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.

- Page id: `kj-to-btu` · Quantity: Energy (`energy`, base unit J) · Tool: `convert_units`
- Canonical page: https://tttkmbb.com/conversion/kj-to-btu · This document: https://tttkmbb.com/conversion/kj-to-btu.md · JSON: https://tttkmbb.com/conversion/kj-to-btu.json (add `?value=` for a result)

## Formula

- `1 kJ = 0.947817 BTU`
- `BTU = kilojoules × 0.9478171203`
- Reverse: `kilojoules = BTU × 1.055055853`

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 kJ = 4.73909 BTU
- 12.5 kJ = 11.8477 BTU
- 100 kJ = 94.7817 BTU

## Conversion table

| Kilojoules (kJ) | BTU (BTU) |
| --- | --- |
| 1 | 0.947817 |
| 2 | 1.89563 |
| 3 | 2.84345 |
| 4 | 3.79127 |
| 5 | 4.73909 |
| 6 | 5.6869 |
| 7 | 6.63472 |
| 8 | 7.58254 |
| 9 | 8.53035 |
| 10 | 9.47817 |
| 15 | 14.2173 |
| 20 | 18.9563 |
| 25 | 23.6954 |
| 30 | 28.4345 |
| 40 | 37.9127 |
| 50 | 47.3909 |
| 75 | 71.0863 |
| 100 | 94.7817 |
| 200 | 189.563 |
| 250 | 236.954 |
| 500 | 473.909 |
| 1000 | 947.817 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=kJ&to_unit=BTU` → 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":"kJ","to_unit":"BTU"}`
- All energy units: https://tttkmbb.com/api/v1/units?quantity=energy · full converter: [Energy Converter](https://tttkmbb.com/conversion/energy.md)
- Authentication: none. Freshness: `static` (fixed conversion factors).

## FAQ

**How many BTU are in one kilojoule?**

1 kJ = 0.947817 BTU. 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 kilojoules to BTU?**

Multiply the value in kilojoules by 0.9478171203: BTU = kilojoules × 0.9478171203. For example, 5 kJ = 4.73909 BTU.

**How do I convert BTU back to kilojoules?**

Multiply by the inverse factor 1.055055853 (kilojoules = BTU × 1.055055853), or use the BTU-to-kilojoules page.

## Related conversions

- [BTU to kilojoules](https://tttkmbb.com/conversion/btu-to-kj.md) (reverse)
- [Kilocalories (food calories) to Kilojoules](https://tttkmbb.com/conversion/kcal-to-kj.md)
- [Kilojoules to Kilocalories (food calories)](https://tttkmbb.com/conversion/kj-to-kcal.md)
- [Joules to Calories (small, thermochemical)](https://tttkmbb.com/conversion/joules-to-calories.md)
- [Calories (small, thermochemical) to Joules](https://tttkmbb.com/conversion/calories-to-joules.md)
- [Kilowatt-hours to Megajoules](https://tttkmbb.com/conversion/kwh-to-mj.md)
- [Megajoules to Kilowatt-hours](https://tttkmbb.com/conversion/mj-to-kwh.md)
- [Kilowatt-hours to BTU](https://tttkmbb.com/conversion/kwh-to-btu.md)
- [BTU to Kilowatt-hours](https://tttkmbb.com/conversion/btu-to-kwh.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)
