> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mpcvault.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cancel Transactions

> Cancel pending transactions before they confirm on-chain.

Cancel transactions that are still pending on the network. Confirmed transactions cannot be reversed.

## When to Cancel

* **Stuck transactions** — Transaction pending too long due to low gas or congestion
* **Wrong details** — Incorrect recipient or amount
* **Changed plans** — No longer want to execute the transaction

## How It Works

Canceling sends a new transaction with the same nonce but higher gas, replacing the original. Check [Etherscan Gas Tracker](https://etherscan.io/gastracker) for current fees.

## Via Web Console

1. Go to [console.mpcvault.com](https://console.mpcvault.com/).
2. Navigate to **Transactions**.
3. Find the pending transaction, click **...** > **Cancel transaction**.
4. Click **Create signing request** and sign in the app.

<img src="https://mintcdn.com/mpcvault-47/du2KZeqk7fBywApH/guides/12-how-to-cancel-a-transaction/canceltx.png?fit=max&auto=format&n=du2KZeqk7fBywApH&q=85&s=c1ab8f6fda4a260da642d7582bd4647a" alt="Cancel Transaction" width="3470" height="1440" data-path="guides/12-how-to-cancel-a-transaction/canceltx.png" />

## Via Mobile App

1. Open the app and tap **Transactions**.
2. Find the pending transaction and tap to open details.
3. Tap **...** > **Cancel transaction**.
4. Create and sign the cancellation request.
