{
  "entity_type": "unit_conversion_page",
  "id": "mbar-to-kpa",
  "name": "Millibars to Kilopascals",
  "title": "Millibars to Kilopascals Converter (mbar to kPa)",
  "description": "Convert millibars to kilopascals: 1 mbar = 0.1 kPa. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "pressure",
  "quantity_name": "Pressure",
  "base_unit": "Pa",
  "from_unit": {
    "symbol": "mbar",
    "display": "mbar",
    "name": "millibars",
    "singular": "millibar"
  },
  "to_unit": {
    "symbol": "kPa",
    "display": "kPa",
    "name": "kilopascals",
    "singular": "kilopascal"
  },
  "linear": true,
  "factor": 0.1,
  "inverse_factor": 10,
  "formula": "kilopascals = millibars × 0.1",
  "reverse_formula": "millibars = kilopascals × 10",
  "unit_relation": "1 mbar = 0.1 kPa",
  "examples": [
    {
      "value": 5,
      "result": 0.5,
      "text": "5 mbar = 0.5 kPa"
    },
    {
      "value": 12.5,
      "result": 1.25,
      "text": "12.5 mbar = 1.25 kPa"
    },
    {
      "value": 100,
      "result": 10,
      "text": "100 mbar = 10 kPa"
    }
  ],
  "table": [
    {
      "mbar": 1,
      "kPa": 0.1
    },
    {
      "mbar": 2,
      "kPa": 0.2
    },
    {
      "mbar": 3,
      "kPa": 0.3
    },
    {
      "mbar": 4,
      "kPa": 0.4
    },
    {
      "mbar": 5,
      "kPa": 0.5
    },
    {
      "mbar": 6,
      "kPa": 0.6
    },
    {
      "mbar": 7,
      "kPa": 0.7
    },
    {
      "mbar": 8,
      "kPa": 0.8
    },
    {
      "mbar": 9,
      "kPa": 0.9
    },
    {
      "mbar": 10,
      "kPa": 1
    },
    {
      "mbar": 15,
      "kPa": 1.5
    },
    {
      "mbar": 20,
      "kPa": 2
    },
    {
      "mbar": 25,
      "kPa": 2.5
    },
    {
      "mbar": 30,
      "kPa": 3
    },
    {
      "mbar": 40,
      "kPa": 4
    },
    {
      "mbar": 50,
      "kPa": 5
    },
    {
      "mbar": 75,
      "kPa": 7.5
    },
    {
      "mbar": 100,
      "kPa": 10
    },
    {
      "mbar": 200,
      "kPa": 20
    },
    {
      "mbar": 250,
      "kPa": 25
    },
    {
      "mbar": 500,
      "kPa": 50
    },
    {
      "mbar": 1000,
      "kPa": 100
    }
  ],
  "faq": [
    {
      "q": "How many kilopascals are in one millibar?",
      "a": "1 mbar = 0.1 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."
    },
    {
      "q": "What is the formula to convert millibars to kilopascals?",
      "a": "Multiply the value in millibars by 0.1: kilopascals = millibars × 0.1. For example, 5 mbar = 0.5 kPa."
    },
    {
      "q": "How do I convert kilopascals back to millibars?",
      "a": "Multiply by the inverse factor 10 (millibars = kilopascals × 10), or use the kilopascals-to-millibars page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=5&from_unit=mbar&to_unit=kPa",
    "calculator": "https://tttkmbb.com/api/v1/calculate/pressure?value=5&from_unit=mbar&to_unit=kPa",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "mbar",
      "to_unit": "kPa"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/mbar-to-kpa",
    "markdown": "https://tttkmbb.com/conversion/mbar-to-kpa.md",
    "json": "https://tttkmbb.com/conversion/mbar-to-kpa.json",
    "reverse": "https://tttkmbb.com/conversion/kpa-to-mbar",
    "quantity_converter": "https://tttkmbb.com/conversion/pressure",
    "units": "https://tttkmbb.com/api/v1/units?quantity=pressure"
  },
  "timestamp": "2026-09-24"
}