What this calculator does
This calculator turns your drink list into two numbers that actually matter:
- Total UK units — the standardised measure used by the NHS and CMO guidelines.
- Grams of pure ethanol — what your liver actually has to process (1 unit = 8 g).
Then it compares your total to the 14-units-per-week low-risk weekly guideline issued by the UK Chief Medical Officers in 2016. The progress bar lights up in five colour bands so you can see at a glance whether a session was a small share of the weekly limit, or whether one night already exceeded the entire week’s guidance.
What it does NOT do
- It does not estimate BAC. Units measure how much alcohol you drank, not how drunk you are. BAC (Blood Alcohol Concentration) depends on your body weight, sex, food, and time — a separate calculation. Use a BAC Calculator for that.
- It is not medical advice. Limits vary by individual health, pregnancy, medications, and age. The 14-unit guideline is a population-level low-risk threshold, not a personal safety threshold.
- It does not store your data. Each session you load is fresh — there’s no history, no account, no cloud sync. Privacy is the default, not an opt-in.
Privacy
The math runs entirely in your browser via the pure calculateAlcoholUnits function (src/tools/calculators/alcohol-units.ts in our public repo). Editing a row produces zero network requests — you can verify this in your browser’s Network tab. The page does not store entries in localStorage, does not record them in analytics, and never transmits anything about your drinks.