Learn how to compare loss ratios across different product lines to identify which areas of your business are the most profitable. This lesson walks you through setting up your data, organizing it by product type, and building a visual that highlights where claims are impacting performance.
Download the Excel file used in this tutorial:
This walkthrough shows how to calculate Loss Ratio Percentages by product line, helping you see which products have the highest claim costs relative to premiums.
Loss ratio insights are critical for evaluating profitability, adjusting commissions, and managing carrier relationships.
Add two new columns to calculate:
These will be used to calculate total loss ratio values.
Use the SUMIFS() function to sum total claim cost by product line.
Example:
=SUMIFS(TotalClaimCostRange, ProductLineRange, ProductLine)
Tips:
Copy the SUMIFS formula from your Claim Cost column and update the range to the Written Premium column.
Then apply the same formatting as before for consistency.
Divide the two totals to find the loss ratio for each product line:
=TotalClaimCost ÷ WrittenPremium
Format as a percentage using Ctrl + Shift + 5 and adjust decimals as needed.
This gives a precise, weighted loss ratio (rather than a simple average).
If you want a cleaner sheet, replace cell references with the SUMIFS formulas directly:
=(SUMIFS(TotalClaimCostRange, ProductLineRange, ProductLine)) ÷ (SUMIFS(WrittenPremiumRange, ProductLineRange, ProductLine))
This consolidates your model into one formula per product line.
You can easily adapt this process to show Loss Ratios by Carrier instead of by product line. Simply change the criteria range in your SUMIFS formulas to the Carrier column.
You now have a dynamic Excel model showing Loss Ratios by Product Line, calculated with precision and visualized for quick insights. This metric helps identify high-cost products and maintain balanced profitability across your portfolio.
Q1. What is a loss ratio in insurance analytics?
Loss ratio is the percentage of claims paid relative to written premium. It measures how much of the collected premium is used to pay claims and helps agencies evaluate product profitability and carrier relationships.
Q2. Why should agencies track loss ratios by product line?
Tracking by product line lets you identify which products or coverages generate higher losses. This helps guide pricing, underwriting, and commission decisions, and ensures resources are focused on profitable segments.
Q3. How do I calculate loss ratio accurately in Excel?
Rather than averaging percentages, calculate the sum of total claims divided by the sum of written premium. This method produces a more accurate loss ratio when your products have different premium volumes.
Q4. What’s the best way to visualize loss ratios?
A clustered bar chart makes it easy to compare loss ratios across products. You can sort from highest to lowest to instantly see which lines are performing best or may need review.
Q5. Can I analyze loss ratios by carrier instead of product line?
Yes. Simply replace the “product line” column with “carrier” in your setup. This helps you assess which insurance carriers may be driving higher loss ratios or stronger profitability.
Q6. How can this analysis impact my agency’s strategy?
By understanding where losses are concentrated, your agency can make informed decisions about renewal strategies, carrier negotiations, bonus structures, and marketing priorities.