- Yes. SOL held as an account's rent-exempt balance can generally be recovered when an eligible account is closed.
- For a standard 165-byte SPL Token Account, the rent-exempt minimum under the current parameters is 2,039,280 lamports, or 0.00203928 SOL.
- A zero token balance does not automatically close a token account; the account can remain on-chain holding its SOL balance.
- Not every Solana account should or can be closed. Eligibility depends on the account type, state, authority, and whether it is still needed.
- Closing an eligible account releases its remaining lamports, while network transaction fees and any applicable service fees are separate costs.
Yes, you can get Solana rent back when the SOL is held as the rent-exempt balance of an account that can safely and validly be closed.
This is one of the most important differences between Solana rent and an ordinary recurring fee.
For a rent-exempt account, the SOL is held in the account while that account exists. When an eligible account is closed, its remaining lamports can be transferred to a recipient instead of remaining locked in the account.
Wallet users commonly encounter this with unused token accounts.
For example, a standard SPL Token Account may have a token balance of zero while still holding 2,039,280 lamports, or 0.00203928 SOL, as its rent-exempt balance.
If that account is eligible for closure and no longer needed, closing it can release those lamports.
Why is Solana rent refundable?
Solana accounts require SOL to satisfy their rent-exempt balance requirement.
That balance is part of the account itself.
It is not the same as paying a recurring storage bill where the money is permanently consumed each month.
A simplified account lifecycle looks like this:
| Stage | What happens |
|---|---|
| Account is created | SOL funds the required rent-exempt balance |
| Account remains open | The SOL remains associated with the account |
| Account is no longer needed | The balance can remain there until the account is closed |
| Eligible account is closed | Remaining lamports are transferred to the designated recipient |
This is why describing rent-exempt SOL as a refundable storage deposit can be more intuitive for wallet users.
For a deeper explanation of the underlying system, read What Is Solana Rent?.
How much SOL can you get back?
The amount depends on the account.
For a traditional 165-byte SPL Token Account, the current rent-exempt minimum is:
2,039,280 lamports
= 0.00203928 SOL
So if an eligible standard token account contains exactly 2,039,280 lamports when it is closed, those lamports can be released from the account.
However, 0.00203928 SOL is not the refundable amount for every Solana account.
Different accounts can have different data sizes and balances. Token-2022 extensions can also affect account size.
The actual amount available from an account should therefore be read from its on-chain lamport balance rather than assumed from a fixed estimate.
See How Much Does Solana Rent Cost? for the calculation behind the standard token-account figure.
Why doesn't the SOL return automatically when your token balance reaches zero?
Because the token balance and the token account are different things.
Suppose a token account contains:
Token balance: 100 tokens
Rent-exempt balance: 2,039,280 lamports
You then sell or transfer all 100 tokens.
The result may be:
Token balance: 0 tokens
Rent-exempt balance: 2,039,280 lamports
Account status: still open
The token account has become empty, but it still exists on-chain.
Because it still exists, its SOL balance remains associated with it.
A separate close-account instruction is needed to remove an eligible token account and release its remaining lamports.
This is why wallets that have interacted with many tokens can accumulate empty token accounts over time.
Which token accounts can have their rent reclaimed?
For ordinary wallet cleanup, the most obvious candidates are token accounts that:
- have a zero token balance;
- are no longer needed;
- can be closed by the appropriate authority; and
- are valid candidates for the close-account operation.
The exact rules depend on the account type and its current state.
An account being visible in your wallet does not automatically mean it is safe to close.
A wallet-cleanup tool should inspect account state and present eligible candidates rather than treating every account as reclaimable rent.
Can you reclaim rent from an account that still holds tokens?
For an ordinary SPL Token Account, you generally cannot close it while it still contains tokens.
The token amount normally needs to be zero before the account can be closed.
That means this:
Token balance: 25 USDC
is fundamentally different from:
Token balance: 0
The first account still holds an asset.
The second may be a candidate for closure if the remaining requirements are satisfied and the account is no longer needed.
This distinction is important because reclaiming rent is about closing the account, not withdrawing the rent balance while leaving the account intact.
Does burning a token automatically return the rent?
Not necessarily.
Burning tokens changes the token supply and removes tokens from the token account, but the token account itself can remain open afterward.
If burning causes the account's token balance to reach zero, there can still be a separate step required to close the account and recover its remaining lamports.
In other words:
Burn token
≠
Automatically close token account
The same general principle applies after selling or transferring the last token.
What matters for reclaiming the rent-exempt balance is whether the underlying account is actually closed.
Can you reclaim rent from multiple accounts?
Yes, if multiple accounts are individually eligible for closure.
This can become meaningful for wallets that have accumulated many unused token accounts.
For illustration, if every account were a standard token account containing exactly 0.00203928 SOL, the balances would add up like this:
| Eligible standard token accounts | Account balances combined |
|---|---|
| 1 | 0.00203928 SOL |
| 5 | 0.01019640 SOL |
| 10 | 0.02039280 SOL |
| 25 | 0.05098200 SOL |
| 50 | 0.10196400 SOL |
| 100 | 0.20392800 SOL |
These are mathematical examples, not promises about a real wallet.
A real wallet may contain accounts with different sizes, different lamport balances, or accounts that should not be closed.
The reclaimable amount should always come from the actual accounts discovered on-chain.
How do you get the rent back?
At the protocol level, recovering the balance involves closing an eligible account and directing its remaining lamports to a recipient.
For wallet users, a tool can help identify the accounts that may be eligible and prepare the necessary transaction.
Your Free SOL provides a workflow for finding eligible empty token accounts and reviewing their reclaimable SOL before approving a transaction.
- Connect your Solana wallet.
- Scan the wallet for eligible empty token accounts.
- Review each account and the SOL shown as reclaimable.
- Select the accounts you want to close.
- Review the transaction details and applicable fees.
- Approve the transaction in your wallet.
- Confirm the completed transaction and updated wallet balance.
Your Free SOL is non-custodial. Connecting a wallet does not give the service custody of your assets, and transactions still require approval through your wallet.
You can review How It Works and Security before using the tool.
Is getting Solana rent back free?
Recovering account rent and submitting the transaction are separate things.
Closing an account can release its remaining lamports, but the transaction itself still uses the Solana network and can require a transaction fee.
If you use a third-party application, that application may also charge a service fee.
| Amount | What it represents |
|---|---|
| Account's remaining lamports | SOL released when the eligible account is closed |
| Network transaction fee | Cost of processing the transaction |
| Priority fee, if used | Additional transaction-processing cost |
| Service fee, if applicable | Fee charged by the application or service |
Therefore, the amount released from closed accounts and the net amount added to your wallet after all applicable fees are not necessarily identical.
Review Fees for Your Free SOL's current fee information.
Can you get rent back without giving up custody of your wallet?
Yes.
Closing a token account is an on-chain transaction that can be authorized through your own wallet.
A non-custodial application does not need your seed phrase or private key to scan public account information or prepare a transaction for your approval.
Your wallet should show a transaction for you to review and approve.
For additional precautions, see Security.
Will closing an empty token account affect your wallet address?
No.
Closing an eligible token account does not close your main Solana wallet.
Your wallet address and a token account are separate accounts on Solana.
A wallet can control many token accounts, each associated with a particular token mint.
Closing one unused token account removes that token account and releases its remaining lamports. Your main wallet continues to exist normally.
This distinction is useful when thinking about wallet cleanup:
Main wallet
├── Token account A
├── Token account B
├── Token account C
└── Token account D
Closing an eligible Token account C does not mean closing the Main wallet.
Can the token account be created again later?
In many normal token workflows, an associated token account can be created again if it is needed in the future.
That means closing an unused eligible token account does not necessarily mean you can never use that token again.
However, creating an account again can require funding its rent-exempt balance again and paying the applicable transaction costs.
For that reason, account cleanup should focus on accounts you actually consider unused rather than repeatedly closing accounts you expect to need immediately.
Is all SOL shown in a wallet reclaimable rent?
No.
A wallet can contain SOL for many reasons, and not every lamport associated with an account should be classified as reclaimable rent.
You should distinguish among:
- SOL in your main wallet balance;
- rent-exempt balances held by token accounts;
- SOL held by program accounts;
- accounts that are still actively needed;
- accounts that cannot be closed by your wallet; and
- accounts with special states or purposes.
The existence of lamports inside an account is not sufficient proof that those lamports can safely be reclaimed.
This is why an account-level eligibility check matters.
What happens after the account is closed?
When an eligible token account is successfully closed:
- the token account is removed;
- its remaining lamports are transferred to the specified recipient; and
- the closed account no longer holds its previous rent-exempt balance.
If the recipient is your wallet, the released SOL becomes part of that wallet's SOL balance.
The transaction will also be recorded on-chain and can be inspected using a Solana block explorer.
Can reclaimed rent disappear again?
Once the lamports have been transferred back to your wallet, they behave like the rest of your SOL balance.
They are no longer reserved for the account that was closed because that account no longer exists.
However, if you later create another token account, that new account may again need a rent-exempt balance.
So reclaiming rent does not eliminate Solana's account-storage requirements. It simply releases SOL from accounts that are no longer being kept open.
Is reclaiming Solana rent safe?
The underlying close-account operation is a normal Solana account-management mechanism.
The important safety question is which accounts you are closing and which transaction you are approving.
Before signing, verify that:
- the selected accounts are actually unused;
- token balances are what you expect;
- the destination for reclaimed SOL is correct;
- the transaction does not contain unrelated instructions you did not intend; and
- you understand any network or service fees.
A wallet signature is authorization for an on-chain action. Treat the approval step as the point where you verify what will happen.
The simple answer
Yes, Solana rent can be reclaimed when an eligible account is closed.
For the standard 165-byte SPL Token Account commonly encountered by wallet users, the current rent-exempt minimum is 2,039,280 lamports, or 0.00203928 SOL.
If the token account becomes empty, that SOL does not automatically return to your wallet because the account can remain open.
Closing an eligible, unused account releases its remaining lamports.
The actual amount you can recover depends on the accounts in your wallet, so use real on-chain account balances rather than assuming every account contains the same amount.
For the practical process, continue with How to Reclaim SOL Rent on Solana.