"I think I put the wrong address in" — the second that thought hits, your stomach sinks. But don't jump straight to "the money's gone." Whether you can recover it isn't a one-line verdict; it depends on exactly how it's wrong: is the address flat-out invalid, or is it another address that genuinely exists? Those two lead to wildly different endings.
This piece splits a wrong withdrawal address into three cases and spells out, one at a time, whether each is recoverable, then hands you a set of habits to plug the leak at the source. Let's get the ugly part out of the way first: there's no undo button on-chain, no "recovery" is guaranteed, and Binance's actual handling is what decides it.
What's in here
Case 1: bad format → usually gets blocked
This is the least bad of the three. If the address you pasted or typed isn't a valid address to begin with — missing a few characters, a stray space slipped in, truncated during copy, the format simply off — then when you hit "submit withdrawal," the system usually runs a format check and stops it. Most of the time you'll see something like "invalid address" or "wrong format," the crypto never goes out, and there's nothing to lose.
Lots of blockchain addresses have a "checksum" built in: a few characters are a check code computed by a rule, and change any one of them and the check no longer matches, so a legitimate wallet or exchange knows the address is "fake" the moment it verifies. That mechanism is exactly why a format error gets stopped at the door.
Rather than wait to get bounced at submit, run the address through the address validator before you fill it in. To be clear: it only checks whether the address's format and checksum are valid — it doesn't verify who the address belongs to, whether there's money in it, or connect to any chain to check the balance. What it catches is the low-level slip of "typed it into something invalid."
One warning: valid format does not equal correct address. Passing the check only means "this string is a properly shaped address," not that it belongs to the person you meant to send to. The next case is the one that actually loses crypto.
Case 2: a valid but wrong address → mostly unrecoverable
This is the most dangerous, and the most gutting. The address you entered is perfectly valid in format, it's just not the one you meant to send to — maybe you grabbed the wrong one when copying, pasted a previous address, or had it quietly swapped by malware (more on that below). The system won't stop you, because as far as it's concerned this is a "normal" valid address. The crypto genuinely, definitely transfers.
And there's the rub: once an on-chain transfer confirms, it's irreversible, and nobody can reverse it for you. Once Binance sends it, it's a completed transaction on-chain. Whether you get it back comes down to one possibility only — that the address's actual owner is willing to return it.
- If that address happens to be an exchange's deposit address and you can find out which one, in theory you can contact that exchange, explain, and try to appeal for a return. Whether it works, and how long it takes, is entirely up to their policy — no guarantee.
- If that address belongs to someone you know and can reach, just talk to them and ask them to send it back — the most hopeful case, but it runs on goodwill, not a technical clawback.
- If it's a stranger's address, or simply a "black hole" address nobody holds the keys to, there's basically nothing you can do. No one can move that money, and no one can return it to you.
A fair share of valid-but-wrong-address accidents aren't a slip of the finger at all — they're clipboard hijacking: your computer or phone has malware, and the address you copied gets quietly swapped for the attacker's at the moment you paste, and it's equally valid in format and passes the checksum. For how to spot and guard against it, see your deposit or withdrawal address got changed? spotting and preventing clipboard hijacking.
Case 3: a character too many, too few, or misread
Type an address by hand, or add/drop a character while copying, and it splits two ways:
- If the change breaks the checksum, the address becomes invalid — back to Case 1, most likely blocked at submission and never sent.
- If your luck is "bad" and the change happens to land on another valid address, you've slid into Case 2: the crypto goes to a real, wrong address, and it's mostly unrecoverable.
So "one character off" sounds like a small error but the consequences swing to two extremes. You can't predict which one your slip will turn into, which is exactly why character-by-character checking and small test transfers aren't optional — they catch the rare-but-fatal "misread one character" before you move a big amount.
It's already sent — what can you do now
If the crypto has already gone out, handle it calmly and in this order, no flailing:
- Check the transaction on a block explorer first. Grab the transaction hash (TXID) from your withdrawal history, look up its status on that chain's explorer — which address it went to, whether it's confirmed. Pin down the facts before you talk about a next step.
- Work out which case you're in. Match it to the three above: was it blocked (the crypto never left), did it go to a reachable party, or did it go to a stranger's/ownerless address? Different conclusions, completely different actions.
- If it's time to contact Binance, go through the official channel. Explain the situation through Binance's official support or self-service appeal path and see whether there's any room to handle it. Once more: whether it can be handled, whether it can be recovered, is not guaranteed, and the official process is what counts. Be wary of anyone who reaches out to you off-platform claiming "pay up and I'll get it back" — that's almost always a second scam.
This case-by-case judgment is the same thinking as "how to recover from the wrong network." If you sent the crypto to the wrong network rather than the wrong address, see the relevant branch in deposit and withdrawal mistakes, and how to fix them.
This is our referral link. Signing up through it gets you the fee discount; we earn a referral commission, and it doesn't cost you extra or change your fees. Check that Binance is available where you live first — if your region is restricted, don't sign up, and don't use a VPN or fake details to get around it.
Prevent it at the source: four habits
The best way to deal with a wrong address is to make sure it never happens. Four habits, and once they're second nature they'll block the vast majority of accidents:
1. After pasting, check the start and end character by character
Always copy and paste, never type out the whole string by hand. After pasting, don't just glance — compare the first 4-6 and last 4-6 characters one by one against the original the recipient gave you. This step is the cure for both "pasted the wrong one" and "it got swapped," and it takes fifteen seconds. Worth it.
2. Send a small test transfer first
The first time you send to a new address, send a few dollars, wait for it to actually arrive and for the recipient to confirm they got it, then send the rest. That bit of extra fee is insurance on the big amount.
3. Whitelist your regular addresses
Binance lets you add regular withdrawal addresses to a whitelist (address management). Once it's set, you pick straight from the whitelist instead of pasting fresh every time — easier, and one fewer chance to slip up or get hijacked. For addresses you send to often, whitelist them without fail. If you don't have a Binance account yet and want features like the whitelist, you can sign up with invite code BNB986 (for up to 20% off*, whatever Binance's page shows).
4. Check the format with a validator before submitting
Drop the address into the address validator to check the format first, and screen out "typed it into something invalid." Remember its limits: it checks format only, not ownership, not balance.
Bad format usually gets blocked and never sends; a valid but wrong address is irreversible on-chain and mostly unrecoverable (your only hope is the owner returning it). So it's all about prevention: check character by character, run a small test, set a whitelist, check the format. No recovery is guaranteed — Binance's own handling is what counts.
FAQ
I sent a withdrawal to the wrong address. Can I get it back?
Depends how it's wrong. Bad format is usually caught by validation at submission and never goes out. A valid but wrong address means the crypto really does transfer, it's irreversible on-chain, and unless the owner returns it it's mostly gone. No recovery is guaranteed — Binance's own handling is what counts.
The crypto went to a valid address that isn't the one I wanted. What now?
A confirmed on-chain transfer can't be undone. If the address belongs to an exchange or someone you can reach, you can try sorting out a return; if it's a stranger's or ownerless address, there's usually nothing to do. Check the transaction on a block explorer first, then decide your next step.
How do I avoid entering the wrong withdrawal address?
After pasting, check the start and end character by character; send a small test before withdrawing; whitelist your regular addresses; and check the format with an address validator before submitting. Stack those and you'll block the vast majority of wrong-address accidents.
Someone says paying up will get it back. Trustworthy?
No. Nobody can technically claw back a confirmed on-chain transfer for you, and any "pay a fee/deposit and I'll recover it" pitch is almost always a second scam. Legitimate handling goes through Binance's official channel only, and even then it's not guaranteed.
Read next
Your deposit or withdrawal address got changed? Spotting and preventing clipboard hijacking Deposit and withdrawal mistakes, and how to fix them Wrong network, is the money still there? Check the format with the address validatorSources: Binance Help Center, Etherscan, Tronscan. Address validation and recovery outcomes go by what the platforms and the official side actually do at the time; no recovery is guaranteed.
