Preface: A Different Tool, a Different Property In , we used a hydrometer to estimate added sugar by measuring density. That method is based on the idea that the density of a clean spirit should be at the advertised ABV. Any difference between the expected and actual measurements can be attributed to additives, which, in the case of rum, is predominantly sugar. If you haven't read Part 1, I highly recommend checking it out, as it explains the background and the challenges I am trying to solve. The hydrometer method works well, but a refractometer measures a completely different physical property: the refractive index. Basically, a refractometer measures how much a material bends light. Better yet, because hydrometers and refractometers measure different physical properties, the two instruments complement each other. When used together, they provide a cross-check that is an improvement over relying on either method alone. --- Water has a greater refractive index than air, so the straw in water appears to be bent and disconnected from the part in air. How a Refractometer Works A refractometer measures a liquid's refractive index, which is how strongly a liquid bends light. Digital refractometers shine light through a thin pool of liquid resting on a prism and measure the angle at which that light is refracted. Most instruments you can buy online and at homebrew stores display degrees Brix (°Bx), a scale for measuring sugar in water. By definition, a solution containing 10g/L of sucrose equals 1°Bx. This all works great for sugar dissolved in water, however, spirits throw another variable into the mix, as ethanol also bends light, and a refractometer cannot distinguish between the optical effects of alcohol and sugar. For example, a 40% ABV rum with zero added sugar will still register around 14.8°Bx (instead of 0°Bx), since both sugar and alcohol bend light. So, are we stuck? No, and in fact, in Part 1, we discussed how a hydrometer is also affected by both ethanol and dissolved sugar, and by measuring a baseline for each ABV at 0 added sugar, we can build a table for how much sugar is dissolved in a rum given a hydrometer reading and a known ABV. That means that we are not trying to solve for two unknowns at once. If we know what a sugar-free spirit of a given ABV should read on our refractometer, then we know exactly how much of the total Brix reading to attribute to alcohol. Just like with a hydrometer, we assume that everything left over is added sugar. --- Establishing the Baseline As with Part 1, I first want to acknowledge those who have treaded this ground before me. Three years ago, Will from Rum Runner Labs explored whether a refractometer could be used to estimate the alcohol content of rum(https://rumrunnerlabs.com/musings/can-you-measure-the-abv-of-rum-with-a-refractometer/). His article was one of the first I found while researching this topic, and I highly recommend reading it if you're interested in his approach. Will collected refractometer readings from his own blend of Everclear and water and found this formula: ABV = 0.0572×Brix3 - 2.4305×Brix2 + 37.9142×Brix - 178.0087 While it works for his data, it solves for ABV rather than Brix. This is the opposite of my goal, as we know the ABV from the label, and I am looking for the Brix baseline for a sugar-free spirit. Also, plugging 0 into his formula returns an impossible -178% ABV, which suggests the cubic has been fitted too tightly to the data. Fortunately, Will provided his raw measurement data, which was itself useful. It almost perfectly matches my own, except I measured 1°Bx lower than he did across the board, which is most likely a minor calibration difference between our instruments. So, I had to find a source of truth. I found Refractometer.pl, a chemistry reference website sharing high-precision refractive indices across several substances, including very fine-grained refractometer data specifically on ethanol-water mixtures.^3 Separately, a peer-reviewed paper from Computación y Sistemas shows nearly identical measurements using laboratory instrumentation.^1 I converted their refractive index findings into Brix equivalents using a standard USDA conversion chart,^2 and ethanol % w/w to ABV using OIML tables.^4 I plotted the results: My refractometer readings of sugar-free rum, calculating the curve of best fit that was used in the previous graph. The close agreement between my data, Refractometer.pl, and Comp. y Sist. gives me confidence, particularly around 40% ABV, where I had the most data, and sitting consistently about 1°Bx lower than Will's across the board. Unlike the hydrometer equations from Part 1, I could not find an absolute physical equation relating ABV directly to Brix. Instead, I had to fit a polynomial to the scientific measurements, which we can do with the very fine data from Refractometer.pl and a curve fitting calculator(https://www.standardsapplied.com/nonlinear-curve-fitting-calculator.html) The resulting regression is: Brix = -1.032681274×10-9×ABV5 + 2.881297284×10-6×ABV4 − 0.0002926855127×ABV3 + 0.01012294715×ABV2 + 0.2734101604×ABV + 0.0776382054 It's not pretty, but I'm never going to have you do it by hand. There's a calculator at the end of this article that solves it automatically. For that reason, I picked the curve that closely reproduces scientific measurements across the entire range up to the plateau around 79% ABV, even though it's a 5th-degree polynomial. --- Estimating Added Sugar Once the alcohol baseline has been established, estimating added sugar is straightforward. For a given ABV, calculate the expected Brix reading of a sugar-free spirit, and measure the rum with a refractometer. The difference between them is the amount of sugar in the rum. To determine how that difference relates to actual sugar concentration, I compiled refractometer measurements from rums whose added sugar content is already known. Much of this data comes from Planteray, whose transparency regarding added sugar (or as they like to say, dosage) makes them particularly valuable for calibration, as well as measurements of brands such as Diplomatico and Bacardi, whose sugar content is posted on several European spirits websites. The results were striking: Relationship between excess Brix above the sugar-free baseline and known sugar concentration. The readings cluster very close to a linear relationship with a slope of 0.09978704°Bx per g/L of added sugar. This is remarkably close to 0.1. This result is particularly satisfying because Brix itself is defined as 10g/L of sugar dissolved in water. I didn't want to simply assume that the same holds in a 40% ABV spirit, since ethanol changes the physical properties of the solution. Combining the sugar-free baseline with the refractometer reading gives the complete formula: Brixobserved = Brixbaseline + (0.1 × g/L sugar) and, rearranging: g/L sugar = (Brixobserved - Brixbaseline) × 10 A Quick Sanity Check As a simple test, I measured a bottle of Diplomático Reserva Exclusiva, bottled at 40% ABV, and got a refractometer reading of 16.5°Bx. Plugging in the values, we get g/L sugar = (16.5 - 14.8) × 10 = 17 g/L, which is exactly the value on system bolaget(https://www.systembolaget.se/produkt/sprit/diplomatico-35601/), and just 1g/L below the value on alko.fi(https://www.alko.fi/en/products/911397/diplomtico-reserva-exclusiva). Pretty good! That said, I readily admit that this is probably the one value that I have the least confidence in. I could not find any scientific data on the refractive indices of solutions of water, ethanol, and sugar, and my own data is, admittedly, sparse. Hopefully as time goes on and I get more data, I can either confirm this value or adjust it with the additional information. Another interesting phenomenon to note (as seen on ): Ron Cubaney Grand Reserve Tesoro XO 25 Años is very sweet, but as an international brand, it likely caps itself at 20g/L, the legal limit for rum in many countries. I measured it at 28.7g/L on the hydrometer and 12.7g/L on the refractometer. These two measurements are completely different, but it averages right around 20g/L, I presume because I got my sample from an old, nearly empty bottle (from a hotel bar in the Dominican Republic), and the ABV has likely dropped due to evaporation, causing the hydrometer to read high, and the refractometer to read low. In another example, Black Tot Finest Caribbean Rum claims zero added sugar. The bottle was also mostly empty, and I got a reading of 3.5g/L on the hydrometer, and -4.5g/L on the refractometer. Again, the average is close to zero. One final example: my grandfather passed away 10 years ago, and I took his half-finished handle of Smirnoff out of the closet. We know that Smirnoff is 40% ABV and has no added sugar because it's just basic vodka. On the hydrometer it registered as 34% ABV, which suggests 22g/L of added sugar, yet we know it has none. The refractometer returned a reading of 12.8 Brix, which suggests -20g/L of sugar at 40% ABV, or, following the baseline curve of zero sugar, that it has an ABV of 35% with zero sugar (the more plausible explanation). That being said, I would not say that you can confidently take a refractometer reading and a hydrometer reading, and if they're way off, to just average the two and assume the delta is due to evaporative losses from the fact that the bottle is old. That is just one explanation, and it is better to take measurements from new bottles when possible. --- Problems Solved Recall in Part 1, the following problems were identified with the hydrometer method: 1. Sugar is not the only thing that affects density. 2. The method depends on the label ABV being accurate. 3. The method combines two separate curves: sugar in water and alcohol in water. It assumes that the same relationship holds in a mixed ethanol-water solution. 4. Measurement error can easily dominate the result. 5. The method assumes the bottle has not been substantially affected by evaporation. 6. Results apply to the specific bottle in your hand. Sugar additions can and do change between batches. 7. You need 100mL+ of rum for a reading. The improved formula from Part 1 addressed problem 3, though it was barely a problem to begin with. However, a refractometer can do much more. Digital refractometers can be found online for under $50, sometimes under $30. First, it eliminates problems 4 and 7. A hydrometer typically requires at least 100 mL of spirit, enough to fill a graduated cylinder. A digital refractometer, by contrast, requires only a few drops. Digital refractometers are also far cheaper than digital hydrometers. Unlike a digital refractometer, simply reading a manual hydrometer itself introduces human error. Small differences in eye level, meniscus interpretation, temperature correction, or any other visual guesswork can easily change the reading. More importantly, combining the two instruments finally addresses problems 2 and 5. A hydrometer measures density, and alcohol lowers density, while sugar raises density, so the two effects oppose one another. A refractometer measures the refractive index, and both alcohol and sugar increase the refractive index, so the two effects add to each other. Because sugar and alcohol affect the reading in different directions, using both instruments creates a built-in cross-check. If the label ABV is perfectly accurate and sugar is the dominant additive, both instruments should return the same sugar figure. However, suppose a bottle has lost alcohol through evaporation. A hydrometer will interpret the increased density as additional sugar, while a refractometer will measure a lower refractive index because less alcohol remains, causing very divergent readings. So, using the two in tandem, agreement strengthens confidence in the result, while disagreement raises a discrepancy deserving further investigation. --- Limitations The largest uncertainty comes from the sugar calibration itself. While the alcohol baseline is supported by published measurements of ethanol-water mixtures, I could not find any scientific data describing the refractive index of mixtures containing ethanol, water, and varying concentrations of dissolved sugar. The relationship presented here is therefore based largely on measurements of commercial rums whose sugar contents are known, and I only have around 10 measurements currently. Those measurements produce a convenient relationship, but additional data will be needed for more confidence. After around 75% ABV, the curve plateaus, peaks around 80% ABV, then drops. Another limitation appears only at very high alcohol concentrations. Above roughly 75% ABV, the relationship between alcohol concentration and refractive index begins to flatten before eventually reversing. So, a 92% spirit can produce nearly the same refractometer reading as one around 77% ABV. For nearly every commercially available rum this is irrelevant, but for exceptionally high-proof bottlings, the refractometer loses its ability to distinguish added sugar from lower ABV. A refractometer is still usable, but I would say that agreement between the two methods should not be interpreted as cross-checked confirmation for rums above 151 proof. Finally, neither a hydrometer nor a refractometer can identify which additives are present. Both methods rely on the assumption that sugar is the dominant additive, an assumption that appears to hold for the overwhelming majority of adulterated rums, but it is an assumption nonetheless. --- But your formula is scary! Here is a calculator: --- Refractometer Tests > Note: As with the hydrometer method, any calculated value below approximately 5 g/L should be treated as effectively zero. When testing confirmed sugar-free rums at identical ABVs, I observed deviations from the baseline of up to 0.4°Bx. With a larger sample size, variances of 0.5°Bx (which correspond to 5 g/L of sugar) are entirely plausible. Like the hydrometer method, this method cannot distinguish a reading below that from a true zero. For the full table of results including both hydrometer and refractometer readings side by side, see the . --- ^1: Scientific analysis measuring the refractive index of ethanol-water solutions across various ABV spectrums.(https://www.scielo.org.mx/scielo.php%3Fscript%3Dsciarttext%26pid%3DS1405-55462019000100027) ^2: USDA Refractive Index to Brix-Equivalent Conversion Metrics.(https://www.fruitsmart.com/wp-content/uploads/Brix-Table-USDA-Conversion-Chart.pdf) ^3: Refractive index of alcohol at different concentrations(https://www.refractometer.pl/refraction-datasheet-ethanol) ^4: OIML tables converting ethanol % w/w to ABV, p. 48-49(https://www.oiml.org/en/files/pdfr/r022-e75.pdf)