# Bar to Kilopascals (bar to kPa)

> Convert bar to kilopascals: 1 bar = 100 kPa. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.

- Page id: `bar-to-kpa` · Quantity: Pressure (`pressure`, base unit Pa) · Tool: `convert_units`
- Canonical page: https://tttkmbb.com/conversion/bar-to-kpa · This document: https://tttkmbb.com/conversion/bar-to-kpa.md · JSON: https://tttkmbb.com/conversion/bar-to-kpa.json (add `?value=` for a result)

## Formula

- `1 bar = 100 kPa`
- `kilopascals = bar × 100`
- Reverse: `bar = kilopascals × 0.01`

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 bar = 500 kPa
- 12.5 bar = 1250 kPa
- 100 bar = 10000 kPa

## Conversion table

| Bar (bar) | Kilopascals (kPa) |
| --- | --- |
| 1 | 100 |
| 2 | 200 |
| 3 | 300 |
| 4 | 400 |
| 5 | 500 |
| 6 | 600 |
| 7 | 700 |
| 8 | 800 |
| 9 | 900 |
| 10 | 1000 |
| 15 | 1500 |
| 20 | 2000 |
| 25 | 2500 |
| 30 | 3000 |
| 40 | 4000 |
| 50 | 5000 |
| 75 | 7500 |
| 100 | 10000 |
| 200 | 20000 |
| 250 | 25000 |
| 500 | 50000 |
| 1000 | 100000 |

## API

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

## FAQ

**How many kilopascals are in one bar?**

1 bar = 100 kPa. 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 bar to kilopascals?**

Multiply the value in bar by 100: kilopascals = bar × 100. For example, 5 bar = 500 kPa.

**How do I convert kilopascals back to bar?**

Multiply by the inverse factor 0.01 (bar = kilopascals × 0.01), or use the kilopascals-to-bar page.

## Related conversions

- [Kilopascals to bar](https://tttkmbb.com/conversion/kpa-to-bar.md) (reverse)
- [Psi to Bar](https://tttkmbb.com/conversion/psi-to-bar.md)
- [Bar to Psi](https://tttkmbb.com/conversion/bar-to-psi.md)
- [Psi to Kilopascals](https://tttkmbb.com/conversion/psi-to-kpa.md)
- [Kilopascals to Psi](https://tttkmbb.com/conversion/kpa-to-psi.md)
- [Atmospheres to Pascals](https://tttkmbb.com/conversion/atm-to-pa.md)
- [Pascals to Atmospheres](https://tttkmbb.com/conversion/pa-to-atm.md)
- [Atmospheres to Psi](https://tttkmbb.com/conversion/atm-to-psi.md)
- [Psi to Atmospheres](https://tttkmbb.com/conversion/psi-to-atm.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)
