Guide · basics · 4 min read

Solving Adjusted Acidity of a Blend.

Calculate the adjusted acidity of a wine blend using titratable acidity math to hit your target TA before committing to a final blend ratio.

Winemaker adjusting acidity of a blended wine with testing equipment on a warm walnut surface

Solving Adjusted Acidity of a Blend

Blending two wines sounds like pure art, but the math underneath it is pure science — and it’s simpler than you think. Acidity (called TA, or titratable acidity) is one of the most important numbers in your wine, shaping how tart, bright, or flat it tastes. When you combine two wines with different TA levels, the final acidity lands somewhere in between — exactly where depends on how much of each wine you use. Getting that number right before you commit to a blend saves you from a finished wine that’s either mouth-puckering sharp or flabby and dull. You don’t need a chemistry degree. You need a measuring cup and a little arithmetic.


What Is TA and Why Does It Matter?

Titratable acidity (TA) is a measurement of all the acids present in your wine, expressed as grams per liter (g/L) or as a percentage. Think of it as a scoreboard for sourness. A wine with a TA of 6.9 g/L (0.69%) is noticeably more tart than one sitting at 5.7 g/L (0.57%). For most table wines, the sweet spot lands somewhere between 5.5 and 7.5 g/L — enough acid to keep the wine lively and food-friendly, but not so much that it bites back.

You measure TA with an acid test kit — the kind sold at any homebrew shop for about ten dollars. The kit uses a simple titration process: you add a sodium hydroxide solution drop by drop to a wine sample until the color changes, then calculate TA from how many drops it took. No lab coat required.


The Blending Problem

Here’s the classic scenario. You’ve got two batches of the same variety — say, Concord — that fermented differently and ended up at different acidity levels. Batch one is 2 gallons at 6.9 g/L. Batch two is 3 gallons at 5.7 g/L. You want to combine them, but you need to know what TA the blend will have before you do it.

This matters because once the wines are mixed, there’s no unmixing them. If the blended TA comes out too high, you’ll need to adjust it down. Too low, and you’ll need to add acid. Knowing the number in advance lets you make that call on paper first — no wasted wine, no surprises.


The Formula (It’s Just Weighted Average)

The math here is a weighted average — a way of averaging two numbers that accounts for the fact that you have different amounts of each. You’re not splitting things equally, so a simple average would give you the wrong answer.

Here’s the formula:

Blended TA = ((Volume1 × TA1) + (Volume2 × TA2)) ÷ (Volume1 + Volume2)

Let’s plug in the example numbers:

  • Wine 1: 2 gallons at 6.9 g/L
  • Wine 2: 3 gallons at 5.7 g/L

(2 × 6.9) + (3 × 5.7) = 13.8 + 17.1 = 30.9

30.9 ÷ (2 + 3) = 30.9 ÷ 5 = 6.18 g/L

The blended wine would have a TA of approximately 6.18 g/L. Notice that the answer is closer to 5.7 than to 6.9 — that’s because you used more of the lower-acid wine. The larger volume pulls the average in its direction. That’s the weighted part.


One Rule You Can’t Break

The only hard rule is that your units of volume must match. You can use gallons, liters, bottles — anything you want — as long as you use the same unit for both wines. Mixing gallons for one and liters for the other will give you a nonsense answer. Pick one unit and stick with it throughout the calculation.

This also means you can scale up easily. If you’re working with a commercial-sized blend, swap gallons for barrels. The math is identical. The formula doesn’t care about scale — only about the ratio of one wine to the other.


Working Backward: Finding the Right Ratio

Once you’re comfortable with the forward calculation, you can flip it around and use it to hit a target TA. Suppose you want a final blend at 6.0 g/L and you have those same two wines at 6.9 and 5.7 g/L. You can solve for the ratio of volumes that gets you there.

Set up the equation with an unknown ratio. If you use x parts of the high-acid wine and 1 part of the low-acid wine:

(x × 6.9 + 1 × 5.7) ÷ (x + 1) = 6.0

Multiply both sides by (x + 1):

6.9x + 5.7 = 6.0x + 6.0

0.9x = 0.3

x = 0.33

So you’d need roughly 1 part high-acid wine for every 3 parts low-acid wine to land at 6.0 g/L. Translate that ratio into actual volumes using whatever batch sizes you’re working with, and you’ve got your blend recipe before a single drop gets poured.


Why This Works

Here’s the mental model: imagine two streams of water flowing into the same bucket. One stream is warm, one is cold. How warm the water in the bucket ends up depends on how fast each stream is flowing — a bigger stream has more influence on the final temperature. TA works the same way. Each wine “pushes” the final acidity toward its own number, but wines with larger volumes push harder. The weighted average formula is just a precise way of measuring that push. Every time you blend, you’re not guessing — you’re steering.