Press ESC to close

The mmol/L to mg/dL Converter instantly translates blood test values between the two most common medical unit systems. It covers glucose, cholesterol, triglycerides and other biomarkers used worldwide.

How to Use This Calculator

  1. Select the biomarker you want to convert (glucose, cholesterol, etc.).
  2. Enter the value in mmol/L or mg/dL.
  3. The converter applies the correct molecular-weight factor and displays the result.

What the Result Means

The converted value lets you compare your lab results with reference ranges published in either unit system, regardless of which standard your lab uses.

Reference Values

For glucose: 1 mmol/L = 18.016 mg/dL. For cholesterol: 1 mmol/L = 38.67 mg/dL. For triglycerides: 1 mmol/L = 88.57 mg/dL.

Common Conversion Factors
BiomarkerFactor (mmol/L → mg/dL)Normal range (mg/dL)
Glucose (fasting)× 18.01670 – 100
Total cholesterol× 38.67
HDL cholesterol× 38.67≥ 40 (men) / ≥ 50 (women)
LDL cholesterol× 38.67
Triglycerides× 88.57
Creatinine× 113.120.7 – 1.3

mmol/L to mg/dL Converter

Easily convert mmol/L to mg/dL for blood glucose, cholesterol, and other laboratory values using medically accurate formulas.

 

mmol/L to mg/dL Converter

 

Laboratory biomarkers such as blood glucose and cholesterol are reported in different units depending on the country and medical system. In the United States, values are typically expressed in mg/dL, while many European and international laboratories use mmol/L. This difference can create confusion when interpreting blood test results.

Our mmol/L to mg/dL converter helps you translate laboratory values accurately and instantly. Whether you are monitoring metabolic health, cardiovascular risk, or longevity biomarkers, understanding both units allows for clearer interpretation and better health decisions.

mmol/L ↔ mg/dL Converter

Bidirectional unit conversion for 16 blood analytes. Each molecule uses its own factor derived from its molar mass — the universal formula: mg/dL = mmol/L × (MW ÷ 10).

Choose Molecule (Step 1 of 3)

Choose Molecule

Select the blood analyte you want to convert. Each substance has a specific molecular weight, giving a unique conversion factor. The formula is always: mg/dL = mmol/L × (MW ÷ 10).

📈 Metabolic markers
🪤 Lipids
⚡ Electrolytes & minerals
💧 Ketone bodies

Direction & Value

--
--
mmol/L → mg/dL
International / UK to US standard
mg/dL → mmol/L
US standard to international SI
mmol/L
Values found on your laboratory report, glucose meter, or clinical test results.
Please enter a valid positive number.
--
mg/dL
Enter value
Input
--
mmol/L
Converted
--
mg/dL
--

mmol/L

--
SI unit

mg/dL

--
US unit

Molecule

--
MW --

Factor

--
mmol/L × factor = mg/dL

Calculation details

General formula: mg/dL = mmol/L × (MW ÷ 10)  |  mmol/L = mg/dL ÷ (MW ÷ 10)
Basis: 1 mmol/L = MW mg per 1000 mL = (MW/10) mg per 100 mL = (MW/10) mg/dL
Molecule: --
Your calculation: --
Sources: Riemsma et al. (NIHR HTA, NBK348987, 2016); NCBI NBK33478 (AHRQ 2007); NCBI NBK83505; Medscape NBK305. Molecular weights from PubChem / IUPAC.

Clinical reference ranges

Category mmol/L mg/dL Notes

All 16 analytes — conversion factors

Molecule Abbr. MW (g/mol) Factor Category
Factor = MW ÷ 10. Highlighted row = currently selected molecule. BUN uses N MW (28.014), not urea MW (60.06), per US clinical convention.
Medical disclaimer Conversion factors are derived from molecular weights per the universal formula mg/dL = mmol/L × (MW÷10). Reference ranges from ADA 2025, AHA/ACC 2019, NCBI clinical references, UCSF and Cleveland Clinic CMP standards. BUN uses nitrogen MW (28.014 g/mol) not urea MW (60.06 g/mol) per US laboratory convention (Medscape Emedicine 2073979; NCBI NBK305). Creatinine: many international labs use µmol/L, not mmol/L. Na, K, Cl, HCO3- are monovalent ions (mEq/L = mmol/L). Hemoglobin factor based on tetrameric MW ~64458 g/mol. This tool is for educational purposes only. Consult your healthcare provider for interpretation of any laboratory values.
" + '
' + m.name + '
' + m.abbr + "
" + '
MW ' + m.mw + "
" + "
"; }); el.innerHTML = html; } window.bgSelectMol = function (id) { bgMolId = id; document.querySelectorAll(".sog-bg .mol-card").forEach(function (c) { c.classList.remove("active"); }); var el = document.getElementById("bgMol_" + id); if (el) el.classList.add("active"); bgLiveUpdate(); }; window.bgSetDir = function (d) { bgDir = d; document .getElementById("bgDirA") .classList.toggle("active", d === "mmol"); document .getElementById("bgDirB") .classList.toggle("active", d === "mgdl"); document.getElementById("bgInputLbl").textContent = "Enter value (" + (d === "mmol" ? "mmol/L" : "mg/dL") + ")"; document.getElementById("bgInputUnit").textContent = d === "mmol" ? "mmol/L" : "mg/dL"; document.getElementById("bgLiveUnit").textContent = d === "mmol" ? "mg/dL" : "mmol/L"; bgLiveUpdate(); }; window.bgNav = function (n) { [1, 2].forEach(function (i) { var el = document.getElementById("bgS" + i); if (el) el.classList.toggle("active", i === n); }); var lbls = [ "Choose Molecule (Step 1 of 3)", "Direction & Value (Step 2 of 3)", "Results (Step 3 of 3)", ]; var pcts = ["33%", "66%", "100%"]; document.getElementById("bgPF").style.width = pcts[n - 1]; document.getElementById("bgPL").textContent = lbls[n - 1]; if (n === 2) { var m = bgGetMol(); document.getElementById("bgBannerIcon").innerHTML = m.icon; document.getElementById("bgBannerName").textContent = m.name + " (" + m.abbr + ")"; document.getElementById("bgBannerDetail").textContent = "MW = " + m.mw + " g/mol | Factor = " + m.factor.toFixed(3) + " | " + m.desc; bgSetDir(bgDir); document.getElementById("bgInput").value = ""; document.getElementById("bgLiveVal").textContent = "--"; document.getElementById("bgLiveBox").classList.remove("filled"); document.getElementById("bgLiveBadge").className = "status-badge s-none"; document.getElementById("bgLiveBadge").textContent = "Enter value"; } var root = document.querySelector(".sog-bg"); if (root) root.scrollIntoView({ behavior: "smooth", block: "nearest" }); }; function bgConvert(raw) { var m = bgGetMol(); if (bgDir === "mmol") return { mmol: raw, mgdl: +(raw * m.factor).toFixed(3) }; return { mmol: +(raw / m.factor).toFixed(4), mgdl: raw }; } function bgLiveUpdate() { var raw = parseFloat(document.getElementById("bgInput").value); if (isNaN(raw) || raw Molecule: " + m.name + " | MW = " + m.mw + " g/mol | Factor = " + m.mw + ' ÷ 10 = ' + m.factor.toFixed(3) + ""; var calcHtml = bgDir === "mmol" ? "Your calculation: " + c.mmol + " × " + m.factor.toFixed(3) + ' = ' + c.mgdl.toFixed(3) + " mg/dL" : "Your calculation: " + c.mgdl + " ÷ " + m.factor.toFixed(3) + ' = ' + c.mmol.toFixed(4) + " mmol/L"; document.getElementById("bgFLCalc").innerHTML = calcHtml; document.getElementById("bgRefTitle").innerHTML = m.refTitle; document.getElementById("bgRefSrc").innerHTML = "Source: " + m.refSrc; var tbody = document.getElementById("bgRefBody"); tbody.innerHTML = ""; m.ranges.forEach(function (r) { var tr = document.createElement("tr"); tr.innerHTML = "" + r.cat + '' + r.mmol + '' + r.mgdl + "" + r.note + ""; tbody.appendChild(tr); }); var allBody = document.getElementById("bgAllBody"); allBody.innerHTML = ""; ALL_MOLS.forEach(function (mol) { var tr = document.createElement("tr"); if (mol.id === bgMolId) tr.className = "hl"; tr.innerHTML = "" + mol.icon + " " + mol.name + "" + mol.abbr + "" + mol.mw + "" + mol.factor.toFixed(3) + "" + mol.desc + ""; allBody.appendChild(tr); }); document.getElementById("bgResults").classList.add("show"); document.getElementById("bgPF").style.width = "100%"; document.getElementById("bgPL").textContent = "Results (Step 3 of 3)"; document.querySelector(".sog-bg .content").style.display = "none"; var root = document.querySelector(".sog-bg"); if (root) root.scrollIntoView({ behavior: "smooth", block: "nearest" }); }; window.bgRestart = function () { document.getElementById("bgResults").classList.remove("show"); document.querySelector(".sog-bg .content").style.display = ""; [1, 2].forEach(function (i) { var el = document.getElementById("bgS" + i); if (el) el.classList.toggle("active", i === 1); }); document.getElementById("bgPF").style.width = "33%"; document.getElementById("bgPL").textContent = "Choose Molecule (Step 1 of 3)"; document.getElementById("bgInput").value = ""; document.getElementById("bgLiveVal").textContent = "--"; document.getElementById("bgLiveBox").classList.remove("filled"); bgSetDir("mmol"); var root = document.querySelector(".sog-bg"); if (root) root.scrollIntoView({ behavior: "smooth", block: "nearest" }); }; bgBuildGrid(MOLS.metabolic, "bgGrid1"); bgBuildGrid(MOLS.lipids, "bgGrid2"); bgBuildGrid(MOLS.electrolytes, "bgGrid3"); bgBuildGrid(MOLS.ketones, "bgGrid4"); })();

Our other tools

Health & Medical

The Toolkit for Health & Medical Centralize your metrics....

BP MAP Calculator

BP MAP Calculator Calculate your Mean Arterial Pressure accurately...

Understanding mmol/L to mg/dL

Millimoles per liter (mmol/L) measure the number of molecules of a substance in a given volume of blood. Milligrams per deciliter (mg/dL) measure the mass of a substance in that same volume. Converting between these units requires accounting for the molecular weight of the specific substance being measured.

For example, glucose and cholesterol each have different molecular weights, meaning the conversion factor is not the same. For glucose, 1 mmol/L equals approximately 18 mg/dL. For total cholesterol, 1 mmol/L equals approximately 38.67 mg/dL. This distinction is essential when interpreting metabolic and cardiovascular biomarkers.

Understanding the mmol/L to mg/dL relationship is particularly important for individuals tracking fasting glucose, HbA1c-related estimated glucose, LDL cholesterol, HDL cholesterol, or triglycerides. Accurate unit conversion ensures you compare results correctly across laboratories, research studies, and international health guidelines.

On the same subject

Stay Informed

 Stay informed with clear, science-backed insights on longevity, nutrition and preventive health. Each week, Sogevity shares practical tools, research highlights and simple habits to help you extend your healthspan and make smarter decisions for your future.

    FAQ

    Understanding this calculator can raise questions. Here you’ll find clear, evidence-based answers to help you interpret your results and understand the science behind it.

    Different healthcare systems adopted different measurement standards historically. The United States primarily uses conventional units (mg/dL), while most European countries and international scientific publications use SI units (mmol/L). Both are valid; they simply represent different measurement systems.

    No. The conversion depends on the molecular weight of the substance being measured. Glucose, cholesterol, triglycerides, and other biomarkers each require a specific conversion factor. Using the wrong factor can lead to significant misinterpretation of results.

    To convert glucose from mmol/L to mg/dL, multiply the mmol/L value by 18. For example, 5.5 mmol/L equals approximately 99 mg/dL. This formula applies specifically to glucose due to its molecular weight.

    Precise interpretation of biomarkers is critical for early risk detection. Blood glucose, lipid levels, and metabolic markers are strongly associated with cardiovascular disease, insulin resistance, and long-term health outcomes. Accurate conversion helps ensure correct risk assessment and informed medical discussions.

    The mmol/L to mg/dL converter simplifies the interpretation of laboratory biomarkers across international measurement systems. By applying medically accurate conversion factors, it allows for consistent comparison of glucose, cholesterol, and other metabolic indicators.

    Understanding mmol/L to mg/dL values is essential for anyone tracking metabolic health, cardiovascular risk, or long-term longevity biomarkers. Clear interpretation supports better decision-making, improved communication with healthcare professionals, and more precise preventive health strategies.