HomeMedical & Clinical › A1C to Average Glucose Calculator

A1C to Average Glucose Calculator

Converts HbA1c (%) to estimated average glucose in mg/dL and mmol/L with the ADAG study equation, or an average glucose back to A1C, and reports the IFCC value in mmol/mol.

When to use

You want the average glucose implied by an A1C result, the A1C implied by an average glucose from a meter or CGM, or the NGSP-to-IFCC conversion.

Do not use when: Conditions alter haemoglobin glycation (haemoglobinopathies, anaemia, recent transfusion, pregnancy, kidney failure), where A1C does not track average glucose.

Formula

eAG (mg/dL) = 28.7 × A1C − 46.7; eAG (mmol/L) = 1.59 × A1C − 2.59; inverse: A1C = (eAG_mg_dl + 46.7) / 28.7 or (eAG_mmol_l + 2.59) / 1.59; IFCC (mmol/mol) = (A1C − 2.15) × 10.929

The ADAG regression (Nathan 2008) has a 95% prediction interval of roughly ±30 mg/dL at an A1C of 7%, so individual eAG values are approximate. Results are informational only and not a substitute for clinical judgement or medical advice.

Inputs

ParameterTypeUnitRequiredDescription
directionenum: a1c_to_glucose | glucose_to_a1cdefault a1c_to_glucoseWhich quantity is being converted.
valuenumberyesA1C in percent (NGSP) for a1c_to_glucose, or average glucose (in glucose_unit) for glucose_to_a1c. Range: > 0, ≤ 1000
glucose_unitenum: mg_dl | mmol_ldefault mg_dlUnit of the glucose value (1 mmol/L = 18.016 mg/dL).

Outputs

OutputTypeUnitDescription
a1c_percentnumber%Haemoglobin A1c in NGSP/DCCT percent.
a1c_mmol_molnumbermmol/molIFCC units: (A1C% − 2.15) × 10.929.
eag_mg_dlnumbermg/dL28.7 × A1C − 46.7.
eag_mmol_lnumbermmol/L1.59 × A1C − 2.59.
a1c_categorystringDiagnostic ranges: <5.7% normal, 5.7–6.4% prediabetes, ≥6.5% diabetes (requires confirmation).

Example

A1C 7%: {"direction":"a1c_to_glucose","value":7}{"a1c_percent":7,"eag_mg_dl":154,"eag_mmol_l":8.5,"a1c_mmol_mol":53,"a1c_category":"Diabetes range (≥6.5%)"}

Average glucose 126 mg/dL: {"direction":"glucose_to_a1c","value":126,"glucose_unit":"mg_dl"}{"a1c_percent":6,"a1c_mmol_mol":42,"a1c_category":"Prediabetes range (5.7–6.4%)"}

GET https://tttkmbb.com/api/v1/calculate/a1c-to-glucose?direction=a1c_to_glucose&value=7

Machine access

Sources

FAQ

Is eAG the same as my meter average?

Roughly, if the meter average covers all times of day over about 3 months; A1C weights the most recent 4–6 weeks more heavily, and meter checks often miss post-meal peaks.

What is the mmol/mol value?

The IFCC unit used in the UK, Australia and much of Europe; 7% NGSP corresponds to 53 mmol/mol.

Related calculators