Home › Unit Conversion › Kilopascals to Bar
Kilopascals to Bar (kPa to bar)
Convert kilopascals to bar: 1 kPa = 0.01 bar. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 kPa = 0.01 bar
bar = kilopascals × 0.01 — reverse: kilopascals = bar × 100
The factor is derived from the SI definitions of both units (base unit: Pa) 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 kPa = 0.05 bar
- 12.5 kPa = 0.125 bar
- 100 kPa = 1 bar
Kilopascals to bar conversion table
| Kilopascals (kPa) | Bar (bar) |
|---|---|
| 1 | 0.01 |
| 2 | 0.02 |
| 3 | 0.03 |
| 4 | 0.04 |
| 5 | 0.05 |
| 6 | 0.06 |
| 7 | 0.07 |
| 8 | 0.08 |
| 9 | 0.09 |
| 10 | 0.1 |
| 15 | 0.15 |
| 20 | 0.2 |
| 25 | 0.25 |
| 30 | 0.3 |
| 40 | 0.4 |
| 50 | 0.5 |
| 75 | 0.75 |
| 100 | 1 |
| 200 | 2 |
| 250 | 2.5 |
| 500 | 5 |
| 1000 | 10 |
FAQ
How many bar are in one kilopascal?
1 kPa = 0.01 bar. 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 kilopascals to bar?
Multiply the value in kilopascals by 0.01: bar = kilopascals × 0.01. For example, 5 kPa = 0.05 bar.
How do I convert bar back to kilopascals?
Multiply by the inverse factor 100 (kilopascals = bar × 100), or use the bar-to-kilopascals page.
Related conversions
- Bar to kilopascals (reverse)
- Pressure Converter — all pressure units in one tool
- Psi to Bar
- Bar to Psi
- Psi to Kilopascals
- Kilopascals to Psi
- Atmospheres to Pascals
- Pascals to Atmospheres
- Atmospheres to Psi
- Psi to Atmospheres
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=kPa&to_unit=bar - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"kPa","to_unit":"bar"} - Markdown: https://tttkmbb.com/conversion/kpa-to-bar.md · JSON: https://tttkmbb.com/conversion/kpa-to-bar.json (add
?value=for a result) · Units: /api/v1/units?quantity=pressure - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.