
A standard TRC20 USDT transfer on TRON commonly requires approximately:
These are rounded planning figures, not permanent guarantees. Contract state, TRON's dynamic Energy model and network governance parameters can change the final requirement. Estimate the transaction close to execution and check the sending wallet's existing Energy before acquiring more.
| Recipient condition | Typical planning estimate |
|---|---|
| Recipient has a positive USDT balance | About 64,000-65,000 Energy |
| Recipient has zero USDT | About 130,000-131,000 Energy |
The amount of USDT being transferred usually does not determine the Energy requirement. Sending 10 USDT and 10,000 USDT can call the same transfer function and consume a similar amount of Energy when the surrounding contract state is unchanged.
The recipient's current USDT balance is generally more useful than the age of the wallet. An old address with many previous transfers can still fall into the higher scenario after its USDT balance returns to zero.
USDT on TRON is a TRC20 smart-contract token. Sending it requires the USDT contract to update the sender's and recipient's balances.
TRON uses two separate resources during this process:
A wallet may have enough Bandwidth to broadcast the transaction but still lack the Energy required to complete the USDT contract call. When available resources are insufficient, TRX can be burned to cover the shortfall under the transaction's fee conditions.

The two common Energy amounts result from different storage changes inside the USDT contract.
When the recipient already has a positive USDT balance, the contract modifies an existing non-zero value. When the recipient has zero USDT, the contract performs a more expensive change from zero to a non-zero balance.
That higher requirement may apply even if the recipient:
This is why the labels "new wallet" and "active wallet" can be misleading. Before sending, ask: Does this address have a positive USDT balance now?
Account activation remains a separate issue. An unactivated address may require activation before it can receive delegated resources or perform normal account operations, but wallet age alone does not determine USDT Energy consumption.
After entering the recipient and amount, check whether the wallet displays expected resource usage or a network-fee estimate. Confirm that the preview refers to the actual TRON USDT transaction rather than a generic fee label.
For a practical estimate, use the TRON Energy calculator shortly before sending. It provides a transaction-focused estimate, while this article explains why the result can vary.
Search the receiving address and inspect its current USDT balance:
Do not rely only on previous USDT transactions.
Developers and payment systems can use TRON's contract-estimation interfaces with the actual sender, recipient and transaction parameters. Simulation is more precise than a static table, although state can still change before execution.

The transaction's full requirement is not always the amount you need to acquire. First subtract the Energy already available in the sending wallet:
Energy shortfall = estimated transaction Energy − available Energy
Examples:
| Estimated requirement | Available Energy | Shortfall |
|---|---|---|
| 64,500 | 0 | 64,500 |
| 64,500 | 20,000 | 44,500 |
| 130,500 | 15,000 | 115,500 |
Use the resource balance of the wallet that will send the USDT. Delegating Energy to the recipient does not cover the sender's contract execution.
Add a reasonable buffer if the wallet cannot provide a transaction-specific estimate. Avoid acquiring an arbitrarily large amount, especially when delegated Energy is available only for a defined rental period.
If the sender lacks sufficient Energy, TRON can burn TRX for the missing computation, subject to the available balance and the transaction's fee limit.
The basic formula is:
TRX burned = missing Energy × current Energy unit price in sun ÷ 1,000,000
The Energy unit price is a network governance parameter and can change. Bandwidth shortages can also create an additional TRX cost. Use current network data rather than copying an old fee table.
The dollar value changes with the TRX market price as well. A fixed TRX fee is not a fixed fiat cost.
TRON can apply additional Energy consumption to heavily used smart contracts. A change in the USDT contract's dynamic factor can alter the requirement for the same type of transfer.
The recipient's USDT balance may change between estimation and execution. A lower estimate can become stale if the balance returns to zero before the transaction is confirmed.
Energy obtained through staking or delegation is consumed before TRX is burned for the remaining shortfall. Bandwidth is calculated separately.
The 65k and 131k figures apply to common USDT transfers. Token approvals, swaps, other TRC20 contracts and dApps may consume very different amounts.

Before sending USDT:
If an earlier transfer failed, diagnose its receipt using the TRON Out of Energy error guide before submitting the transaction again.
A common transfer currently requires approximately 64,000-65,000 Energy when the recipient has a positive USDT balance and 130,000-131,000 Energy when the balance is zero. Verify the current estimate before sending.
Not simply because it is new. The higher scenario is generally related to the recipient's current USDT balance being zero.
Usually not materially for the same USDT transfer function. Contract and recipient state are more important than the token amount.
Yes, if the wallet has enough TRX and the transaction permits enough TRX burn to cover the Energy and Bandwidth shortfall. Otherwise, it can fail.
Use a recent transaction estimate with an appropriate buffer. Subtract the Energy already available in the sending wallet before covering the shortfall.
The delegated amount may have been insufficient, assigned to the wrong address, consumed by another transaction or unavailable at execution. A Bandwidth shortfall can also burn TRX.
The reliable answer is not simply "65k or 131k." Combine the recipient's current USDT balance, a fresh estimate and the Energy already available in the sending wallet.
Once the shortfall is known, compare staking, delegated Energy and direct TRX burn using current prices and your transaction frequency. For the broader decision, read How to Reduce TRC20 Fees.
Users who choose temporary delegated resources can buy TRON Energy after reviewing the live amount, duration and price on TronMax.
TRON Resource Model TRON Energy Consumption Mechanism TRON Developer FAQ

Compare five TRON wallets for TRX, USDT and Energy management: TronLink, SafePal, imToken, Trust Wallet and Ledger with TronLink.

Learn how TRON Stake 2.0 resource delegation works, which resources can be delegated, wallet requirements, lock periods and how to undelegate safely.

Learn how to stake TRX with Stake 2.0, choose Energy or Bandwidth, vote for Super Representatives and unstake safely.

See why a TRON USDT transfer shows FAILED - OUT OF ENERGY, what happened to your funds and how to fix it before trying again.