---
title: "Inverse Volatility"
description: "Inverse Volatility is an allocation method that weights each instrument in inverse proportion to its own risk, so calmer instruments get more weight."
canonical_url: "https://fincanva.com/docs/strategies/inverse-volatility"
last_updated: "2026-09-04"
md_url: "https://fincanva.com/docs/strategies/inverse-volatility.md"
---

# Inverse Volatility

Inverse Volatility is an [allocation method](/docs/strategies/allocation-and-allocation-method) that weights each instrument in inverse proportion to that instrument's own risk: the calmer the instrument, the larger its weight, and the more volatile the instrument, the smaller its weight. It looks at each instrument on its own — it does not consider how the instruments move together, which is what [Min Correlation](/docs/strategies/min-correlation) and [Risk Parity](/docs/strategies/risk-parity) do.

**Also seen as:** inverse-variance weighting, volatility-weighted allocation, inverse-volatility weighting, 1/σ weighting

## How does Inverse Volatility set weights?

Inverse Volatility gives every instrument a raw score of one divided by its risk, then rescales those scores so the weights add up to 100%.

$$
w_i = \frac{1 / \sigma_i}{\sum_{j} 1 / \sigma_j}
$$

where: $w_i$ is the weight of instrument *i*, $\sigma_i$ is instrument *i*'s risk over the historical window, and the sum in the denominator runs over every instrument in the strategy, so the weights always total 100%.

## Which risk measure does Inverse Volatility use?

The **Risk measure** control decides what "risk" means for this method, and the app describes the two options exactly like this: "Annualized volatility = how much the price fluctuates · Max drawdown = its worst historical loss".

| Risk measure | What it reads | Effect on weights |
|---|---|---|
| **Annualized volatility** (default) | each instrument's [annualised standard deviation of returns](/docs/analysis/volatility) | instruments whose price fluctuates less get more weight |
| **Max drawdown** | each instrument's largest [peak-to-trough decline](/docs/analysis/max-drawdown) | instruments whose worst historical fall was smaller get more weight |

Both measures are read over the [calculation window](/docs/strategies/calculation-window) — the field labelled **In-sample** in the strategy editor — which sets how many months of history the risk figures cover. What changes when you switch between them is covered in [risk measure selection](/docs/strategies/risk-measure-selection).

## Where can you use Inverse Volatility?

Inverse Volatility is available at both levels. Inside a single strategy it weights the [instruments](/docs/getting-started/instrument) the strategy holds; inside a [Combined](/docs/getting-started/strategy-in-a-combined) it splits capital across the strategies the Combined contains. A **[Direction](/docs/strategies/direction-long-only-long-short-short-only)** control (Long-only or Long + Short) appears only at the strategy level — a Combined's split across its member strategies is always positive.

## Defaults in Fincanva

- **Inverse Volatility is included from the Starter plan**, at the strategy level and inside a Combined alike; the Free plan does not offer it in either place. See [what each plan includes](/docs/account-security/what-each-plan-includes).
- **Risk measure** defaults to **Annualized volatility**; **Max drawdown** is the alternative.
- The calculation window (**In-sample**) defaults to **12 months** and accepts any whole number of months from 1 upward.
- Weights are recomputed at every [rebalance](/docs/backtesting/rebalance), from the risk figures measured over the window ending at that date — so they change over the life of a backtest rather than staying fixed.
- Inverse Volatility has no weight floor or ceiling: a very calm instrument can end up with a large share, and adding a highly volatile instrument barely moves the totals.

## Worked example

A strategy holds two instruments. Over the window, instrument A has an annualised volatility of 10% and instrument B of 30%. The raw scores are 1 ÷ 0.10 = 10 for A and 1 ÷ 0.30 = 3.33 for B, which total 13.33. Rescaling gives A a weight of 10 ÷ 13.33 = 75% and B a weight of 3.33 ÷ 13.33 = 25%. The calmer instrument ends up with three times the weight of the volatile one, purely because its volatility is three times smaller.

## How is Inverse Volatility different from Risk Parity?

Inverse Volatility reads each instrument's risk in isolation, while [Risk Parity](/docs/strategies/risk-parity) equalises how much risk each instrument contributes to the finished portfolio, which depends on correlations as well as individual volatilities. The two coincide only in the special case where every instrument is uncorrelated with every other; as soon as some instruments move together, they produce different weights.

Fincanva describes how these methods work; it does not recommend one. See [Is this financial advice?](/docs/investing-theory/is-this-financial-advice).
