# Category and market sharemarket shareThe percentage of total industry sales your company captures in a given period. It measures competitive position relative to rivals in a defined market.View full definition → metrics: reading Nielsen and Circana data
A brand manager walks into a quarterly business review and announces: "We grew value share by 40 basis points." The room nods approvingly. Nobody asks the follow-up question that matters: did the category shrink 8% while the brand only shrank 5%? That's not growth. That's losing slower than everyone else while calling it a win.
This is the core skill of FMCG (fast-moving consumer goods) finance fluency: reading retail-panel data with enough precision to tell real performance from statistical illusion. The two dominant data providers in this space are NielsenIQ (often just called "Nielsen" from its pre-2021 corporate structure) and Circana (formed in 2022 from the merger of IRI and The NPD Group). Both sell syndicated retail-panel data: point-of-sale scans aggregated across thousands of stores, sliced by brand, category, and geography.
Value share: a brand's retail sales dollars (or euros) divided by total category retail sales dollars, over a defined period and market. Expressed as a percentage.
Why both matter: value share can rise purely from price increases, while volume share stays flat or falls. That's a red flag for pricing-driven "growth" rather than demand-driven growth.
Worked example: A shampoo brand sells 2 million bottles in the US in a 12-week period, at an average price of $6. Category-wide, 40 million bottles sell at an average price of $5.50.
The brand's value share (5.45%) exceeds its volume share (5.0%) because it sells at a premium to the category average. That gap itself is a useful metric: it signals price positioningpositioningThe mental space you want your brand to occupy in your target customer's mind relative to alternatives.View full definition →, not just size.
ACV (All Commodity Volume) distribution: the percentage of total retail sales (across all categories, not just yours) accounted for by the stores where your product is actually stocked. It is a weighted distribution metric, not a simple "percent of stores carrying the product."
If your product sits in stores representing 75% of ACV, it means stores generating 75% of all retail dollar volume in that market carry your SKU (stock-keeping unit, a unique product/size/variant code). A product could be in 60% of physical stores but only 40% ACV if it's missing from high-volume chains like Walmart or Tesco.
Why it matters financially: ACV is the denominator problem hiding inside share numbers. A brand with 3% category value share and 50% ACV is actually performing well inside its distribution footprint. The same 3% share with 95% ACV signals a weak, low-velocity product that most shoppers can find but don't buy.
Velocity (often "sales per point of ACV" or "$/store/week") measures how fast a product sells where it is stocked, stripping out the effect of distribution breadth.
Formula: Velocity = Total dollar sales ÷ ACV distribution points
Worked example: Brand A has $5M in quarterly sales at 60 ACV points. Brand B has $5M in quarterly sales at 90 ACV points.
Same revenue, but Brand A is a much stronger performer per unit of shelf presence. This is the number private equity buyers and category managers scrutinize before agreeing to expand distribution, because low-velocity brands that gain more shelf space often just generate more returns and markdowns, not more real demand.
A "distribution point" or "ACV point" is 1% of ACV. Retailers and manufacturers negotiate over these because each point represents incremental market access. Going from 40 to 70 ACV points is a common milestone for a scaling challenger brand seeking a national retail listing (a formal agreement to stock a product across a retailer's stores) with a chain like Kroger, Carrefour, or Tesco.
Sales teams are frequently measured on "ACV-weighted distribution gains" as a KPIKPIKey Performance Indicator, a measurable value that shows how effectively you're achieving a specific objective, tracked over time against a target.View full definition → (key performance indicatorkey performance indicatorKey Performance Indicator, a measurable value that shows how effectively you're achieving a specific objective, tracked over time against a target.View full definition →) separate from revenue, because distribution today converts into revenue two to three quarters later.
The single most important discipline: never read a share number without the category growth rate next to it.
| Scenario | Brand growth | Category growth | Share change | Real story |
|---|---|---|---|---|
| A | +2% | +6% | Down | Losing share in a growing market |
| B | -3% | -8% | Up | "Winning" in a shrinking market |
| C | +10% | +3% | Up | Genuine share gain |
Only Scenario C represents unambiguous strength. Scenario B is the trap from the opening example: value share rose, but the brand and category both contracted. This is common in categories facing private label (retailer-owned brand, also called store brand) encroachment or SKU rationalization (reducing the number of product variants).
As a reference point, private label value share in US grocery is estimated around 20 to 21% as of 2024 to 2025 per Circana's published category trend commentary, while in several European markets like Germany, Spain, and the UK, private label share is estimated to run considerably higher, often cited in the 35 to 45% range depending on category, per retailer and industry reporting. These are estimates and vary significantly by category (private label penetration in yogurt is very different from energy drinks).
Knowledge check
1. A brand manager reports a 40 basis point increase in value share and presents it as a win. What critical follow-up question should be asked before accepting this as genuine growth?
2. A brand's value share is higher than its volume share in the same category and period. What does this gap most directly indicate?
3. Why is it important to look at volume share alongside value share when evaluating a brand's performance?
4. Select ALL correct answers about how value share and volume share are calculated and what they represent.
Select all the correct answers.
5. Select ALL correct answers about what a brand manager should consider when interpreting a reported share gain in a business review.
Select all the correct answers.
United States: NielsenIQ and Circana both operate national retail panels covering grocery, drug, mass merchandiser, and increasingly e-commerce channels. Circana's legacy IRI panel has historically had strength in center-store grocery and mass; NielsenIQ has broad multi-channel and omnichannelomnichannelAn integrated approach connecting all customer touchpoints (physical, digital, mobile) into a seamless experience, with shared data and consistent context across channels.View full definition → measurement including Nielsen's connected TV and audience data heritage. Neither fully captures Amazon or club channels (like Costco) with the same granularity as tracked grocery, which is a known blind spot analysts must account for.
Europe: NielsenIQ is the dominant panel provider across most European markets, but coverage is fragmented by country because retail structures differ (hypermarket-heavy France and Spain vs. discounter-heavy Germany with Aldi and Lidl, whose sales are notoriously harder to capture in panels since discounters historically shared less data). Discounter opacity is a genuine limitation: German market sharemarket shareThe percentage of total industry sales your company captures in a given period. It measures competitive position relative to rivals in a defined market.View full definition → readings frequently under-represent Aldi/Lidl's true share because these retailers have limited or delayed data-sharing arrangements with panel providers.
This means a "35% category value share in Germany" claim should always prompt the question: does this include or exclude discounter channel sales?
Analysts often pull raw panel exports and need to standardize before comparing periods. A basic normalization in a spreadsheet or Python:
# Simple share and velocity calculation from raw panel export
brand_sales = 12_000_000 # $ sales, brand, period
category_sales = 220_000_000 # $ sales, category, same period
acv_points = 62 # weighted distribution points
value_share = brand_sales / category_sales
velocity = brand_sales / acv_points
print(f"Value share: {value_share:.2%}")
print(f"Velocity per ACV point: ${velocity:,.0f}")This is the exact calculation chain a category manager runs before a retailer negotiation: share tells the story of size, velocity tells the story of quality, and ACV tells you whether the comparison is even fair.
For a deeper primer on syndicated data mechanics, NielsenIQ publishes methodology notes at nielseniq.com/global/en/insights that are freely accessible and useful for building panel literacy.
🎬 [VIDEO: "Understanding Nielsen and IRI/Circana Retail Data" - youtube.com - search for category management or CPG analytics training channels covering syndicated retail panel basics, ACV, and velocity concepts]