HomeMedical & Clinical › Glucose Unit Converter

Glucose Unit Converter

Converts blood glucose between mg/dL (US) and mmol/L (SI) using the molar mass of glucose (1 mmol/L = 18.016 mg/dL, i.e. mg/dL × 0.0555).

When to use

A glucose reading, target or threshold is in the other unit system.

Do not use when: You need average glucose from A1C (use a1c-to-glucose) or a different analyte such as cholesterol (use cholesterol-unit-conversion).

Formula

mmol_l = mg_dl × 0.0555; mg_dl = mmol_l / 0.0555 (= mmol_l × 18.016, from the molar mass of glucose 180.16 g/mol)

The factor 0.0555 is the rounded reciprocal of 18.016; using 18 instead changes results by less than 0.1%. Results are informational only and not a substitute for clinical judgement or medical advice.

Inputs

ParameterTypeUnitRequiredDescription
valuenumberyesThe glucose reading to convert. Range: > 0, ≤ 5000
from_unitenum: mg_dl | mmol_lyesUnit of the entered value.

Outputs

OutputTypeUnitDescription
mg_dlnumbermg/dLValue in mg/dL.
mmol_lnumbermmol/LValue in mmol/L.
conversionstringThe factor used.

Example

100 mg/dL to mmol/L: {"value":100,"from_unit":"mg_dl"}{"mmol_l":5.55,"mg_dl":100}

7.8 mmol/L to mg/dL: {"value":7.8,"from_unit":"mmol_l"}{"mg_dl":140.5,"mmol_l":7.8}

GET https://tttkmbb.com/api/v1/calculate/glucose-unit-conversion?value=100&from_unit=mg_dl

Machine access

Sources

FAQ

Which countries use which unit?

mg/dL is standard in the US, Germany, Austria, France, Japan and India; mmol/L in the UK, Canada, Australia, China and most of Europe.

What are the ADA diagnostic thresholds in both units?

Fasting: 100–125 mg/dL (5.6–6.9 mmol/L) prediabetes, ≥126 mg/dL (7.0 mmol/L) diabetes; 2-hour OGTT ≥200 mg/dL (11.1 mmol/L) diabetes.

Related calculators