What Is Rent Exemption on Solana? How Account Rent Works
On Solana, storing data on-chain is not free. Every account must hold enough SOL to cover its storage cost. That minimum balance is called the rent-exempt minimum. When people say “SOL locked in rent,” they usually mean this deposit sitting inside token accounts they forgot about.
Rent exemption in one paragraph
Solana requires accounts to be rent-exempt: they must hold at least enough SOL so the network does not treat them as unpaid storage. For a standard SPL token account (~165 bytes), that amount is about 0.00204 SOL. The deposit stays in the account for as long as the account exists. When you close the account, the deposit returns to the owner’s wallet.
Why wallets talk about “rent” if nothing is charged monthly
Early Solana designs charged periodic rent for underfunded accounts. Today, practical usage assumes accounts are created already rent-exempt. You still see the word “rent” in docs and explorers because the deposit is calculated from the old rent model — but for normal users it behaves like a refundable storage deposit, not a recurring bill.
How this shows up when you trade
- You buy a token for the first time.
- Your wallet creates an associated token account and posts ~0.00204 SOL.
- You later sell the entire balance.
- The account can remain open at zero tokens with the rent deposit still inside.
- Your “available” SOL looks lower than the sum of deposits across all those empties.
That is why token accounts and rent are tightly linked for traders.
How much SOL can be locked?
Multiply empty accounts × ~0.00204 SOL:
| Empty accounts | Rough locked SOL |
|---|---|
| 25 | ~0.05 SOL |
| 100 | ~0.20 SOL |
| 250 | ~0.51 SOL |
| 500 | ~1.02 SOL |
Exact lamports can vary slightly with account size and historical parameters. For a deeper estimate, see How much SOL is locked in rent?.
How to recover rent-exempt SOL
Recovery means closing the empty account so the deposit returns to you:
- Manually in Phantom / Solflare for a few accounts
- In bulk with SolWipe when you have many empties
Step-by-step: How to close empty token accounts on Solana.
What rent exemption is not
- Not a network “gas fee” for each swap (transaction fees are separate and much smaller).
- Not staking lockup — staking has its own rules.
- Not lost forever — closing a zero-balance token account returns the deposit.
Practical takeaway
If you trade often, treat empty token accounts as temporary storage deposits. Closing them regularly is normal wallet maintenance, not a risky “hack.” SolWipe exists to make that maintenance fast while you keep signing every transaction yourself.
Recover your hidden SOL now
Connect your wallet, scan for free, and claim your locked SOL in under 30 seconds.
Find My Hidden SOL →Keep reading
How Much SOL Is Locked in Rent? How to Estimate and Reclaim It
Estimate how much SOL your empty Solana token accounts are locking in rent deposits, with simple math and practical recovery steps.
How to Recover Locked SOL from Rent: A Step-by-Step Guide
Locked SOL can be a frustrating aspect of managing your Solana account, especially when it comes to handling rent fees.
How to Recover SOL from Rent Locked Accounts on Solana
Understanding Locked SOL When you interact with the Solana blockchain, you may unknowingly accumulate locked SOL in empty token accounts.