The formula for tracking risk looks a little intimidating at first: σ(Rp – Rb). But what it really measures is simple: the standard deviation (σ) of the difference between your portfolio's returns (Rp) and its benchmark's returns (Rb).
Think of it as a consistency score for your fund manager. It tells you how much a portfolio’s performance tends to stray from its benchmark, like the S&P 500, giving you a clear picture of the manager's strategy and confidence.
In This Guide
- 1 What Is Tracking Risk and Why Should You Care?
- 2 How to Calculate Tracking Risk Step by Step
- 3 Putting the Tracking Risk Formula to Work in Excel and Python
- 4 What Is a Good Tracking Risk Number?
- 5 Connecting Tracking Risk to Your Overall Risk Strategy
- 6 Frequently Asked Questions About the Tracking Risk Formula
- 6.1 1. What is a "good" tracking risk number?
- 6.2 2. Can tracking risk be negative?
- 6.3 3. How does tracking risk differ from standard deviation?
- 6.4 4. Is low tracking risk always better?
- 6.5 5. How often should I monitor my portfolio's tracking risk?
- 6.6 6. What causes high tracking risk?
- 6.7 7. Does tracking risk predict future performance?
- 6.8 8. Can I use tracking risk for my personal stock picks?
- 6.9 9. How is tracking risk related to alpha?
- 6.10 10. Where can I find a fund's tracking risk?
What Is Tracking Risk and Why Should You Care?
Imagine your investment portfolio is a race car, and its benchmark is the official track it's supposed to follow. Tracking risk, which is also called active risk, measures how much your car swerves off that track.
A low tracking risk means your car is hugging the curves tightly, staying very close to the benchmark's path. This suggests a predictable, index-like strategy. A high tracking risk, on the other hand, means your driver is taking a more adventurous route, making significant active bets in an attempt to get ahead.
Why This Metric Matters
For anyone invested in an actively managed fund, tracking risk helps answer a crucial question: is my fund manager actually skilled, or just taking wild, unpredictable swings? The goal of active management is to beat the benchmark, but you want that outperformance to come from deliberate skill, not just from random, unmanaged risk.
Here’s why it’s so important:
- Judge Your Manager's Skill: It’s a clear metric to help you decide if the fees you're paying for active management are actually worth it.
- Uncover the Real Strategy: Tracking risk reveals whether a fund is truly "active" or just a "closet indexer"—a fund that mimics a benchmark but still charges high active management fees.
- Match Your Risk Profile: It helps you make sure a fund’s volatility aligns with your own comfort level. A great next step is to get a clear picture by assessing your own investment risk tolerance in our detailed guide.
Tracking risk isn't about whether a fund did better or worse than its benchmark in a given month. It’s about the volatility of that outperformance or underperformance over time. It measures the consistency of the active bets being made.
The Tracking Risk Formula in Action
While the formula might seem academic, its application is very practical. The calculation gives us a single number representing the standard deviation of "active returns" (the difference between the portfolio's and benchmark's returns each period).
Top-tier active managers often aim for a relatively low annual tracking risk, typically in the 2-4% range, to show they're in control and not just gambling. For example, Morningstar data from the 2010s revealed that U.S. large-cap active funds with strong risk-adjusted returns (an Information Ratio above 0.6) successfully beat their benchmarks by an average of 1.2% annually. This shows that taking controlled, calculated risks can pay off.
This powerful metric helps you look beyond flashy short-term returns to analyze the quality and consistency of an investment. It’s a key tool for making smarter decisions and holding your fund managers accountable.
How to Calculate Tracking Risk Step by Step
Alright, let's roll up our sleeves and get into the actual math. While "tracking risk" might sound like something cooked up in a quant's lab, calculating it is a surprisingly straightforward process. Once you see the steps, you'll be able to do it for your own portfolio.
We'll use a simple, real-world scenario. Let's say you have a portfolio called "MyGrowthFund," and you're measuring its performance against its benchmark, the S&P 500. We want to find its tracking risk over a 12-month period to see just how closely—or not—it followed the market's path.
This entire process is about measuring the difference in performance, not the performance itself. Think of it as charting the gap between your fund and its benchmark over time.

The calculation boils down to five clear steps. To make it tangible, let's work with some sample monthly return data.
Hypothetical Monthly Returns (%)
| Month | MyGrowthFund Return (Rp) | S&P 500 Return (Rb) |
|---|---|---|
| Jan | 2.5% | 2.0% |
| Feb | -1.0% | -1.5% |
| Mar | 3.0% | 2.8% |
| Apr | 1.5% | 1.8% |
| May | 0.5% | 0.2% |
| Jun | -0.2% | -0.5% |
The Five Key Calculation Steps
Here’s how you turn that raw data into a meaningful tracking risk figure.
Step 1: Gather Your Return Data
First things first, you need the numbers. Collect the historical returns for both your portfolio and its benchmark over a consistent timeframe. Monthly returns for 12, 24, or 36 months are standard. The more data points you use, the more reliable your final tracking risk metric will be.
Step 2: Calculate the Active Return
For each period, simply subtract the benchmark's return from your portfolio's return. This crucial difference is what we call the active return (or excess return). It's the amount you beat or lagged the market in a given month.
Active Return = Portfolio Return (Rp) – Benchmark Return (Rb)
Using our data for the first three months:
- January: 2.5% – 2.0% = 0.5%
- February: -1.0% – (-1.5%) = 0.5%
- March: 3.0% – 2.8% = 0.2%
Do this for every month, and you'll have a new data series: your active returns.
Step 3: Find the Average Active Return
With your list of monthly active returns, calculate the simple average. This tells you what your average monthly outperformance or underperformance was over the entire period. We'll also need this number for the next step.
Step 4: Calculate the Variance of Active Returns
Now for the most involved part of the calculation. For each month’s active return, you'll measure how far it deviated from the average you just calculated in Step 3, and then square that result.
Once you have that squared difference for every month, add them all up. Finally, divide that sum by the number of periods minus one (n-1). This result is the variance, a statistical measure of how spread out your active returns were.
Step 5: Find the Standard Deviation (Tracking Risk)
You're at the finish line. Just take the square root of the variance from Step 4. That number is your tracking risk!
Since we used monthly data, the result is a monthly tracking risk. To make it more useful for annual comparisons, we annualize it.
Annualized Tracking Risk = Monthly Tracking Risk × √12
This process effectively turns a long list of returns into one powerful number that speaks volumes about investment consistency. Of course, this all hinges on accurately calculating your returns in the first place. If you'd like a refresher, our guide on how to calculate return on investment is a great place to start.
Putting the Tracking Risk Formula to Work in Excel and Python

Knowing the theory is great, but the real test is applying it. So, let's roll up our sleeves and run the numbers. You don't need a fancy quant platform to do this, either. The tools you likely already have on your computer—Microsoft Excel or a basic Python setup—are more than powerful enough.
We'll walk through a practical, step-by-step guide for both. Whether you live in spreadsheets or prefer writing code, you’ll be ready to turn raw return data into a clear risk metric.
Calculating Tracking Risk in Excel
For most investors, Excel is the perfect tool for this job. It's visual, intuitive, and has all the statistical functions we need built right in. No complex macros or add-ins required.
Let's imagine you have your portfolio's and the benchmark's monthly returns ready to go.
Organize Your Data: First, set up three columns. Column A will hold your portfolio's monthly returns (Rp), and Column B will have the benchmark's returns (Rb) for the same periods.
Calculate Active Returns: This is your "outperformance" or "underperformance" each month. In Column C, simply subtract the benchmark return from your portfolio return. For the first row of data (cell C2), the formula is just
=A2-B2. Click and drag that little square at the corner of the cell to apply the formula all the way down.Find the Standard Deviation with STDEV.S: Here’s the final move. Pick an empty cell and type in Excel's function for sample standard deviation. It looks like this:
=STDEV.S(C2:C13)This example assumes you have 12 months of active returns in cells C2 through C13. We use STDEV.S because we're analyzing a sample of historical data, not the entire possible universe of returns. The number it spits out is your monthly tracking risk.
To see what that looks like on an annual basis, you just need to multiply the result by the square root of 12. The formula is
=STDEV.S(C2:C13)*SQRT(12). For a deeper dive on this, check out our guide on the annualized return formula in Excel.
Just like that, you've transformed a simple list of returns into a powerful gauge of your portfolio's consistency.
Calculating Tracking Risk with Python
If you're managing larger datasets or want to automate your analysis, Python is the way to go. Using a couple of powerhouse libraries, pandas for data handling and numpy for numerical operations, the calculation is incredibly clean and efficient.
Make sure you have these libraries installed. The script below assumes you have a CSV file named returns.csv with columns labeled 'Portfolio_Return' and 'Benchmark_Return'.
import pandas as pd
import numpy as np
# 1. Load your return data from a CSV file
# Make sure the file has 'Portfolio_Return' and 'Benchmark_Return' columns
try:
df = pd.read_csv('returns.csv')
# 2. Calculate active returns
df['Active_Return'] = df['Portfolio_Return'] - df['Benchmark_Return']
# 3. Calculate the standard deviation of active returns (monthly tracking risk)
# pandas' .std() method defaults to a sample standard deviation (ddof=1)
monthly_tracking_risk = df['Active_Return'].std()
# 4. Annualize the tracking risk
annualized_tracking_risk = monthly_tracking_risk * np.sqrt(12)
print(f"Monthly Tracking Risk: {monthly_tracking_risk:.4f}")
print(f"Annualized Tracking Risk: {annualized_tracking_risk:.4f}")
except FileNotFoundError:
print("Error: 'returns.csv' not found. Please check the file path and name.")
This script does everything our Excel sheet did, but automatically. It pulls in the data, calculates the active return for every single period, and then runs the tracking risk formula using the built-in functions from pandas and numpy. This approach is not only fast but also incredibly easy to run again and again as you update your data.
What Is a Good Tracking Risk Number?
So, you've run the numbers and now you have a tracking risk figure. What does it actually mean? It’s tempting to see it as just another data point, but it's much more than that. This single number tells a compelling story about your fund manager’s confidence, their strategy, and just how far they're willing to stray from the pack.
Think of it this way: a low tracking risk means your fund is sticking close to its benchmark, like a car drafting behind a leader in a race. A high number suggests your manager is pulling out of the slipstream to try and overtake the competition—a move that could lead to glory or leave them falling behind. Neither approach is automatically right or wrong, but you absolutely need to know which race you're in.

While every fund is unique, we can generally group these annualized figures into a few buckets to get a quick read on a manager's style.
What Do the Numbers Mean?
These benchmarks help you quickly classify a fund and check if its strategy aligns with your own goals and risk tolerance.
Low Tracking Risk (Under 2%): A fund with a tracking risk this low is shadowing its benchmark. It’s making very few active bets, so its performance will almost mirror the market’s return. This is exactly what you want from a passive index fund. However, if you see this from an active fund, it’s a red flag—you might be paying high active management fees for what is essentially a "closet indexer."
Moderate Tracking Risk (2% to 5%): This is often the sweet spot for actively managed funds. A manager operating in this range is making clear, deliberate decisions to beat the benchmark but isn't taking wild chances. It’s a sign of a controlled, active strategy that balances risk and the pursuit of outperformance.
High Tracking Risk (Over 5%): Once you get above 5%, you're looking at a manager with a high-conviction approach. They are making significant deviations from the benchmark, likely by concentrating the portfolio in a few key stocks or sectors they feel strongly about. This kind of risk demands to be justified by superior returns and isn't for the faint of heart.
The Real Litmus Test: The Information Ratio
A high tracking risk isn't inherently bad. In fact, it's necessary if you're aiming for returns that crush the benchmark. The real question is whether you're being rewarded for taking on that extra deviation.
This is where the Information Ratio (IR) becomes your most valuable tool. It's the ultimate report card on your active manager's skill.
The IR cuts through the noise by measuring how much excess return (alpha) a manager generates for each unit of risk (tracking risk) they take.
Information Ratio (IR) = Active Return / Tracking Risk
A higher IR shows that a manager is good at turning their active bets into consistent outperformance. Think of it like a batting average in baseball—it’s not just about how many home runs they hit (big returns), but how consistently they get on base.
Generally, an IR of 0.5 is considered good, 0.75 is very good, and anything 1.0 or higher is exceptional. On the flip side, a fund with high tracking risk and a low or negative IR is a huge warning. It tells you the manager is swinging for the fences but keeps striking out. Remember, the market itself has its own rhythm of ups and downs; you can learn more about what market volatility is in our deep dive on the topic.
To see how these two metrics work together, let's explore a few common scenarios.
Interpreting Tracking Risk and Information Ratio Scenarios
The table below breaks down what different combinations of tracking risk and Information Ratio can tell you about a fund manager's strategy and skill.
| Scenario | Tracking Risk | Information Ratio (IR) | Interpretation |
|---|---|---|---|
| The Skilled Manager | Moderate (4%) | High (0.8) | This manager takes smart, calculated risks and consistently generates value from them. It’s a clear sign of skill and an efficient strategy. |
| The Closet Indexer | Low (1%) | Low (0.1) | The manager is glued to the benchmark, producing almost no active return. You're paying for active management but getting passive results. |
| The Unlucky Gambler | High (8%) | Negative (-0.3) | This manager takes big swings but fails to connect, resulting in underperformance. It's all risk and no reward—a sign of poor skill or a broken strategy. |
| The Bold Success | High (7%) | Very High (1.1) | This is the rare gem. The manager takes significant risks, but their high-conviction bets pay off with exceptional and consistent returns. |
At the end of the day, tracking risk isn't a simple "good" or "bad" score. It's a diagnostic tool. It gives you the context to ask sharper questions and determine whether the risks being taken with your money are intelligent, calculated, and ultimately, worthwhile.
Connecting Tracking Risk to Your Overall Risk Strategy
Calculating tracking risk is a fantastic way to see how an active manager is performing, but it's only one piece of a much larger puzzle. Focusing on it alone is like judging a car's performance solely by its turning radius. To build a truly solid investment strategy, you have to zoom out and see how this one metric fits into your entire risk management plan.
Think of it this way: tracking risk tells you how closely your fund manager is following their map (the benchmark). But what about the overall roadworthiness of your entire investment portfolio? That’s a different question, and it requires a different tool. This brings us to another heavy-hitter in the risk management world: Value at Risk, or VaR.
These two metrics don't compete; they work together. They just answer different, but equally critical, questions about your money.
Tracking Risk vs. Value at Risk (VaR)
It’s crucial to understand what each metric is designed to do. They aren't interchangeable, and mistaking one for the other can leave you with serious blind spots.
Tracking risk is all about consistency and relative risk. It measures how much a fund deviates from its benchmark. VaR is about potential loss and absolute risk. It estimates the most you might lose across your entire portfolio.
By using both, you get a much clearer, more complete picture of the risks you're taking. VaR helps you define your overall comfort level—the maximum loss you're willing to stomach. Tracking risk then helps you pick and manage the individual funds that operate within those boundaries.
For example, the historical simulation method for calculating VaR has become an industry standard for gauging portfolio risk. The process is straightforward: you look at a fund's historical returns over a long period (typically 500-1,250 days), rank them from best to worst, and pinpoint the potential loss at a given confidence level, like 95% or 99%. A seminal 1996 study found that a 1,250-day window was especially effective for a 99% confidence level. Even today, it holds up; backtests on S&P 500 data from 2000-2020 showed that a 95% historical VaR accurately predicted 94.8% of actual losses, proving its worth through multiple market cycles. You can dive into the original research from the New York Fed if you want to get into the weeds.
Here’s a quick cheat sheet to tell them apart:
| Metric | Primary Question Answered | Focus | Example Use Case |
|---|---|---|---|
| Tracking Risk | How consistently is my manager sticking to (or deviating from) the benchmark? | Relative Risk | Deciding if an active fund's higher fees are worth the unique strategy it employs. |
| Value at Risk (VaR) | What's the most I could lose over the next month with 95% confidence? | Absolute Risk | Setting firm "sleep-at-night" limits for your entire portfolio to avoid devastating drawdowns. |
Building a Resilient Strategy
When you pair tracking risk analysis with a portfolio-wide VaR limit, you're no longer just picking funds—you're building a truly resilient financial plan. This two-layered approach helps you manage expectations and avoid nasty surprises.
First, you set an acceptable VaR for your entire portfolio. Then, you use tracking risk to choose managers and strategies that align with that overall risk budget. This ensures that every individual component is working in concert with your broader financial goals.
If you’re ready to take that next step and fine-tune this balance, our guide to optimize your portfolio with smart asset allocation is the perfect place to start.
Frequently Asked Questions About the Tracking Risk Formula
Even after you've gotten the hang of the calculations, some practical questions always pop up when you start using tracking risk in the real world. Let's tackle the most common ones I hear from investors, so you can apply this metric with confidence.
1. What is a "good" tracking risk number?
This is the classic "it depends" answer, but for a good reason. A "good" number is completely tied to the goal of the fund. For a passive index fund, a "good" tracking risk is as close to 0% as possible. For an actively managed fund, a typical annualized range is 2% to 6%. Below 2% might signal a "closet indexer," while above 6% indicates a very high-conviction strategy that needs strong returns to justify the risk.
2. Can tracking risk be negative?
No, tracking risk can never be negative. It is calculated using standard deviation, which is the square root of a sum of squared numbers (variance). Since squared numbers are always positive, the result can't be negative. The lowest possible value is zero, which would mean the portfolio perfectly replicated its benchmark.
3. How does tracking risk differ from standard deviation?
Standard deviation measures a fund's total risk—the volatility of its own returns around its own average. It tells you how bumpy the ride is in absolute terms. Tracking risk measures active risk—the volatility of a fund’s returns relative to its benchmark. A fund can have high standard deviation but low tracking risk if it moves in lockstep with a volatile benchmark.
4. Is low tracking risk always better?
Not for an active fund. While you want low tracking risk for a passive ETF, seeing an extremely low number for an active fund is a red flag. It often means you're paying high fees for a "closet indexer" who isn't taking enough active risk to generate significant outperformance (alpha).
5. How often should I monitor my portfolio's tracking risk?
For most individual investors, checking a fund's tracking risk quarterly or semi-annually is sufficient to spot style drift without overreacting to short-term noise. Professional portfolio managers, however, often monitor it monthly or even weekly as part of their core risk management process.
6. What causes high tracking risk?
High tracking risk is the direct result of a manager making significant active bets that differ from the benchmark. Common causes include:
- Sector Bets: Over- or under-weighting specific industries.
- Security Selection: Concentrating on stocks not prominent in the benchmark.
- Off-Benchmark Investing: Holding assets entirely outside the benchmark's universe.
- Use of Leverage: Using borrowed money to amplify returns and risk.
7. Does tracking risk predict future performance?
No. Tracking risk is a historical measure of volatility, not a predictor of future returns. A fund can have high tracking risk and still underperform its benchmark. It tells you about the risk taken in the past, not the reward you'll get in the future. Always use it alongside other metrics like the Information Ratio.
8. Can I use tracking risk for my personal stock picks?
Absolutely. Calculating the tracking risk of your personal stock portfolio against an appropriate benchmark (like the S&P 500) is a powerful way to objectively measure whether your stock-picking efforts are adding value beyond just owning an ETF. It holds you accountable for the active risks you're taking.
Alpha is the excess return generated above a benchmark (the reward), while tracking risk is the volatility of that excess return (the risk taken to achieve it). They are two sides of the active management coin. The Information Ratio (Alpha / Tracking Risk) combines them to measure a manager’s risk-adjusted performance.
10. Where can I find a fund's tracking risk?
The easiest way is to use major financial data platforms. Services like Morningstar, Lipper, and Bloomberg calculate and display tracking risk (often called "Tracking Error") on fund fact sheets and analysis pages, typically over 3, 5, and 10-year periods. If it's not available, you can calculate it yourself using the steps in this guide.
This article is for educational purposes only and is not financial or investment advice. Consult a professional before making financial decisions.