The Sortino ratio is a risk-adjusted performance metric that evaluates returns relative to harmful volatility rather than total volatility.
The Sortino ratio is a risk-adjusted performance metric that evaluates returns relative to harmful volatility rather than total volatility. It is commonly presented as the excess return over a target return divided by downside deviation. In notation, this can be written as
Sortino ratio = (mean portfolio return − target return) / downside deviation
The target return is the minimum acceptable return used as the threshold for counting downside outcomes. Excess return in this context means the portfolio’s average return above that target. The denominator, downside deviation, measures only the dispersion of returns that fall below the target.
Downside deviation isolates negative deviations by ignoring returns that meet or exceed the target. A standard way to express it is to take each period’s return, compare it with the target return, keep only the shortfall when the return is below target, square those shortfalls, average them across observations, and then take the square root. In compact form,
downside deviation = sqrt( average of min(0, return − target)^2 )
This construction matters because positive surprises do not increase the risk measure. If a portfolio has occasional large gains and relatively limited downside shortfalls, the downside deviation can remain modest even when total volatility is high. That is the mechanism that makes the Sortino ratio useful for asymmetric return distributions.
The key difference from the Sharpe ratio is the treatment of volatility. The Sharpe ratio scales excess return by standard deviation, which counts both upside and downside fluctuations as risk. The Sortino ratio replaces standard deviation with downside deviation, so only returns below the target contribute to the penalty. When returns are symmetrically distributed, the distinction may be less important. When returns are asymmetric, the distinction can materially change the interpretation of risk-adjusted performance because upside volatility is not treated as harmful.
An illustrative example makes the contrast clear. Consider two portfolios with the same average return relative to a target return. Portfolio A has frequent small gains, one large positive return, and a few modest losses. Portfolio B has the same average return but reaches it through both large gains and large losses. A Sharpe-style measure can penalize both portfolios for total variability, including the large positive return in Portfolio A. The Sortino ratio would treat them differently because Portfolio A’s large upside move does not raise downside deviation, while Portfolio B’s larger losses do. In that setting, the Sortino ratio can rank Portfolio A more favorably because the volatility that drives its dispersion is mostly on the upside.
This is why the Sortino ratio is often described as a refinement of Sharpe-style thinking for non-normal or skewed return series. It keeps the idea of comparing return to risk, but defines risk in a way that focuses on failing to meet a target rather than moving away from the mean in either direction.
Within Sonar Sciences materials, the Fundamentals research page frames performance analysis around statistical and quantitative concepts used in trading research. The Deflated Sharpe Ratio glossary entry also emphasizes that performance metrics must be interpreted carefully when evaluating strategies. Sonar Sciences’ Backtest Overfitting Audit tool further highlights that a metric is only one part of a broader validation process, especially when a backtest may contain selection bias or multiple testing effects. Those references are relevant because the Sortino ratio, like any summary metric, is informative only when used alongside careful research design and backtesting controls.
Covered in depth in the Strategy research fundamentals pillar hub.