# Liquidation Price Calculator

> A liquidation price is the level at which a leveraged position no longer holds enough margin to stay open and is force-closed by the venue. For an isolated-margin long it sits at entry × (1 − 1/leverage + maintenance margin rate); for a short, at entry × (1 + 1/leverage − maintenance margin rate). At 10× with a 0.5% maintenance rate the position is liquidated after roughly a 9.5% adverse move — which is why leverage and stop distance have to be chosen together, not separately.

Canonical HTML page: https://qanterion.com/tools/liquidation-price-calculator
Updated: 2026-08-18

## The formula

```
Long  liquidation = Entry × (1 − 1/Leverage + MMR)
Short liquidation = Entry × (1 + 1/Leverage − MMR)

Distance to liquidation ≈ (1/Leverage − MMR) × 100 %
MMR = maintenance margin rate, set per tier by the venue

Isolated margin, one position, no added collateral, fees excluded.
```

## Worked example (the page defaults)

- Entry price: 65000 USDT
- Leverage: 10 ×
- Maintenance margin rate: 0.5 %

Result:

- Long liquidation price: 58825
- Move against a long: 9.5%
- Short liquidation price: 71175
- Move against a short: 9.5%
- Usable margin buffer: 9.5%

## How to use it

1. Enter the price at which the position was, or will be, opened.
2. Enter the effective leverage on that specific position, not the maximum your account tier allows.
3. Enter the maintenance margin rate your venue publishes for the position’s notional tier.
4. Compare the liquidation distance with your intended stop distance — the stop must be reached first.

## Why the stop has to sit inside the liquidation level

A stop-loss is a request; liquidation is not. If the stop is further from entry than the liquidation price, the stop can never execute — the venue closes the position first, usually at a worse price and with a liquidation fee attached. The practical rule is to size so that the stop sits well inside the liquidation distance, with room for the gap risk that appears when a market moves fast enough to skip levels. When the two are close together, the leverage is too high for the idea being expressed.

## Isolated versus cross margin

This calculator assumes isolated margin: one position, its own collateral, no help from the rest of the account. Under cross margin the entire account balance backs every position, which pushes each individual liquidation price further away and simultaneously makes a single bad position capable of taking the whole account with it. Cross margin does not reduce risk; it pools it. The figure that matters there is account-level maintenance margin against total equity, not the per-position number this tool reports.

## Frequently asked

### Does this include fees and funding?

No — it is the clean arithmetic of entry, leverage, and maintenance margin. Trading fees on entry, accumulated funding payments on a perpetual, and any unrealized loss elsewhere in a cross-margin account all move the real liquidation closer than this figure. Treat the output as the optimistic bound.

### What maintenance margin rate should I enter?

Use the rate published by your venue for the notional tier your position falls into. It is commonly 0.4%–1% for small positions and rises with size, which is why a large position can be liquidated at a smaller adverse move than a small one at identical leverage.

### Can I move my liquidation price after opening?

Adding margin to an isolated position pushes liquidation further away, and reducing position size does the same. Neither changes the strategy’s edge — they change how much room the position has before the decision is taken out of your hands. Adding margin to a losing position to delay liquidation is the most common way a manageable loss becomes an account-level one.

## Related tools and reading

- Position Size Calculator: https://qanterion.com/tools/position-size-calculator
- Crypto PnL Calculator: https://qanterion.com/tools/crypto-pnl-calculator
- Paper trading vs live trading: https://qanterion.com/blog/paper-vs-live-trading
- Liquidation: https://qanterion.com/glossary/liquidation
- Quant Trading Glossary: https://qanterion.com/glossary
- Crypto paper trading: https://qanterion.com/paper-trading

## Sources

- [How do I calculate the liquidation price for futures? What are the conditions for liquidation?](https://www.okx.com/help/how-to-calculate-the-price-what-are-the-conditions-for-strong-flat) — OKX
- [Tiered maintenance margin ratio rules](https://www.okx.com/help/v-tiered-maintenance-margin-ratio-rules) — OKX
- [Liquidations](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/liquidations) — Hyperliquid Docs

## Other languages

- 简体中文: https://qanterion.com/zh/tools/liquidation-price-calculator
- 繁體中文（台灣）: https://qanterion.com/zh-TW/tools/liquidation-price-calculator
- 繁體中文（香港）: https://qanterion.com/zh-HK/tools/liquidation-price-calculator
- 日本語: https://qanterion.com/ja/tools/liquidation-price-calculator
- 한국어: https://qanterion.com/ko/tools/liquidation-price-calculator
- Português (Brasil): https://qanterion.com/pt-BR/tools/liquidation-price-calculator
- Türkçe: https://qanterion.com/tr/tools/liquidation-price-calculator
- Bahasa Indonesia: https://qanterion.com/id/tools/liquidation-price-calculator
- العربية: https://qanterion.com/ar/tools/liquidation-price-calculator

## Machine-readable resources

- Product facts: https://qanterion.com/llms.txt
- Full knowledge base: https://qanterion.com/llms-full.txt
- All calculators: https://qanterion.com/tools

## Risk notice

Educational calculator. Outputs describe arithmetic under the assumptions you enter — they are not a forecast, a recommendation, or investment advice. Quantitative trading can lose money.