HomeMedical & Clinical › Corrected Sodium Calculator

Corrected Sodium Calculator

Corrects measured serum sodium for the dilutional effect of hyperglycaemia using the Katz 1.6 mmol/L and Hillier 2.4 mmol/L factors per 100 mg/dL of glucose above 100 mg/dL.

When to use

A patient has hyperglycaemia (e.g. diabetic ketoacidosis or hyperosmolar state) and you want the sodium that would be measured at a normal glucose.

Do not use when: Glucose is normal (no correction applies) or the hyponatraemia has other causes such as pseudohyponatraemia from lipids or proteins.

Formula

corrected_Na = sodium_mmol_l + factor × (glucose_mg_dl − 100) / 100, with factor 1.6 (Katz) or 2.4 (Hillier); the glucose excess is taken as 0 when glucose ≤ 100 mg/dL; glucose_mg_dl = mmol/L × 18.016

Katz (1973) derived 1.6 theoretically; Hillier (1999) measured 2.4 experimentally and found the effect larger above 400 mg/dL, so both are reported. Results are informational only and not a substitute for clinical judgement or medical advice.

Inputs

ParameterTypeUnitRequiredDescription
sodium_mmol_lnumbermmol/LyesMeasured serum sodium. Range: ≥ 100, ≤ 200
glucosenumberyesPlasma glucose in the unit given by glucose_unit. Range: > 0, ≤ 5000
glucose_unitenum: mg_dl | mmol_ldefault mg_dlUnit of the glucose value (1 mmol/L = 18.016 mg/dL).

Outputs

OutputTypeUnitDescription
corrected_sodium_katz_mmol_lnumbermmol/LSodium + 1.6 per 100 mg/dL glucose above 100.
corrected_sodium_hillier_mmol_lnumbermmol/LSodium + 2.4 per 100 mg/dL glucose above 100.
glucose_mg_dlnumbermg/dLGlucose used in the formula, in mg/dL.
correction_katz_mmol_lnumbermmol/LAmount added to the measured sodium by the Katz factor.

Example

Na 130, glucose 500 mg/dL: {"sodium_mmol_l":130,"glucose":500,"glucose_unit":"mg_dl"}{"corrected_sodium_katz_mmol_l":136.4,"corrected_sodium_hillier_mmol_l":139.6,"correction_katz_mmol_l":6.4}

Na 128, glucose 30 mmol/L: {"sodium_mmol_l":128,"glucose":30,"glucose_unit":"mmol_l"}{"corrected_sodium_katz_mmol_l":135.1,"corrected_sodium_hillier_mmol_l":138.6,"glucose_mg_dl":540.5}

GET https://tttkmbb.com/api/v1/calculate/corrected-sodium?sodium_mmol_l=130&glucose=500&glucose_unit=mg_dl

Machine access

Sources

FAQ

Which factor should I use?

1.6 is the traditional textbook factor; 2.4 fits experimental data better, particularly when glucose exceeds 400 mg/dL. Reporting both brackets the likely true value.

Does the corrected sodium replace the measured value?

No. It estimates what sodium will be once glucose is normalised, which helps judge total-body water and sodium status during treatment.

Related calculators