Kilojoules to Joules
Snapshot
1 Kilojoule equals 1,000 Joules. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses exact joule-based energy definitions.
- Example: For 5 Kilojoules, the result equals 5,000 Joules.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
1,000 Joules (J)
SwitchMachine access
Available to apps and AI agents
Kilojoules to Joules can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
energy- Source unit
kilojoules- Target unit
joules
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "energy",
"value": 1,
"from": "kilojoules",
"to": "joules"
}Essential response
{
"ok": true,
"conversion": {
"family": "energy",
"value": 1,
"from": "kilojoules",
"to": "joules",
"result": {
"raw": 1000,
"display": "1,000"
},
"canonicalPath": "/energy/kilojoules-to-joules/"
}
}Explanation
Formula: Joules = Kilojoules × 1,000. Why: both units are joule-based SI energy scales, so the route is exact powers-of-ten scaling through one joule reference.
Kilojoules (kJ): an energy unit equal to 1,000 joules, common in science, engineering, and nutritional labeling.
Joules (J): the SI derived unit of energy, used for mechanical, electrical, and thermal energy quantities.
This route is useful when restating SI energy values between joules and kilojoules so calculations, reports, and technical references stay on the intended scale.
This conversion is purely multiplicative because both units reduce through joules using fixed energy definitions with no offset.
Common Conversion Values
| Kilojoules (kJ) | Joules (J) |
|---|---|
| 1 | 1,000 |
| 5 | 5,000 |
| 10 | 10,000 |
| 100 | 100,000 |
| 1,000 | 1,000,000 |
| 3,600 | 3,600,000 |
| 10,000 | 10,000,000 |
| 1,000,000 | 1,000,000,000 |
Questions & answers
Frequently Asked Questions
What is 1 kilojoule in joules?
1 Kilojoule equals 1,000 Joules on this page.
Does this Kilojoules to Joules page stay inside joule-based SI energy units?
Yes. This route stays inside exact joule-based SI scaling, so joule and kilojoule conversions remain purely multiplicative and reversible.
When would I convert kilojoules to joules?
This route is useful when restating SI energy values between joules and kilojoules so calculations, reports, and technical references stay on the intended scale.
How do I reverse Kilojoules to Joules?
Use the mirror Joules to Kilojoules route; it applies the inverse relationship with the same energy assumptions.