MWEB privacy on every platform.Read the guide →

Found an old Litecoin wallet? Here's how to recover it.

GUIDE · 7 MIN READ

Found an old Litecoin wallet? Here's how to recover it.

Old paper wallet, a private key with no seed phrase, a wallet.dat file from a desktop client you haven't opened in years — the recovery path depends on exactly what you have. Here's how to figure out which case you're in and what to do next.

No account needed·Works with any legacy format·Move funds to a wallet you control

We will never ask for your seed phrase or private key

Not by email, DM, support chat, pop-up, or any website. Anyone who asks is attempting to steal your funds. A seed phrase or private key is entered only inside wallet software you installed from an official source — never into a website, form, or chat, no matter how official it looks.

Which case are you in?

Before doing anything, work out what you actually have. It changes the entire recovery path. A 12-word or 24-word seed phrase (also called a paper key, recovery phrase, or mnemonic) restores directly in any wallet that supports the BIP-39 standard, including Lite Wallet — see the section below. A raw private key with no seed phrase — a single string of letters and numbers, sometimes printed on a physical paper wallet or coin, sometimes scrawled on a note — cannot be typed directly into Lite Wallet, or into most modern wallets. It needs an extra step called a sweep, covered below. A wallet.dat file from old desktop software (Litecoin-Qt, Litecoin Core, or a similar Bitcoin-derived client) is a database file, not a key by itself — you need to open it in compatible software to get at the private key or seed data inside it before you can move funds anywhere else.

You have a seed phrase

If what you found is a list of 12 or 24 words, you're in the easiest case. That's a standard BIP-39 seed phrase, and it restores directly in Lite Wallet on any platform — no sweep, no intermediate step. Head to the full recovery walkthrough for the exact steps.

You have only a private key — no seed phrase

Why you can't just import it into Lite Wallet

Lite Wallet — like Cake Wallet, Nexus Wallet, and most other modern non-custodial wallets — restores from a BIP-39 seed phrase only. It does not have a raw-private-key import flow. This isn't a missing feature so much as a deliberate design choice most current wallets share: a single raw key has no built-in recovery path of its own and doesn't derive the MWEB view/spend keys a modern wallet needs, so wallets built around seed phrases don't accept it directly.

The fix: sweep, don't import

A sweep moves the funds controlled by that private key to a brand-new address you control, rather than trying to bring the old key itself into a new wallet. Electrum-LTC — a lightweight, long-running Litecoin client — has a built-in sweep tool for exactly this: open an existing Electrum-LTC wallet, go to Wallet → Private Keys → Sweep, paste in the private key, leave the destination address as your existing wallet's address, then click Sweep. That opens the Send tab pre-filled with the full swept balance — set an appropriate fee and confirm to broadcast.

After the sweep

Once the funds land at your new address, treat that private key as burned — never reuse it. Create or restore a Lite Wallet the normal way with a fresh 12-word paper key, then send the swept funds to your new Lite Wallet address. From that point on you're on a standard, fully-recoverable seed phrase.

You have an old wallet.dat file

What a wallet.dat file actually is

wallet.dat is the local database format used by Litecoin-Qt, Litecoin Core, and a number of other Bitcoin-derived desktop clients. It's not a portable key by itself — it holds one or more private keys (and, in newer versions, an HD seed) inside an application-specific file format that only compatible software can open.

Getting the keys out

Install the current version of Litecoin Core and point it at the old wallet.dat file — Litecoin Core does not force old, pre-HD (pre-hierarchical-deterministic) wallets to upgrade, so a current client can still open a wallet.dat file from years ago. Once it's loaded and fully synced, open Window → Console and run dumpprivkey <address> for each address holding a balance to get its private key. If the wallet was made recent enough to have its own seed phrase, check for that first — it puts you back in the simpler seed-phrase case above.

Then sweep

Once you have the private key(s), follow the sweep process in the section above to move the funds to a fresh, modern wallet.

Safety notes before you start

Do this on a device you trust, ideally offline or on a clean machine, since you'll be handling a private key that controls real funds. Only use well-known, open-source software for the sweep step — a fake or malicious "recovery tool" that asks for your private key is one of the most common ways people lose old funds during exactly this process. Once a private key has been exposed outside cold storage (written down, typed, photographed), treat it as compromised even after a successful sweep, and don't reuse the resulting address as a long-term storage location — move straight into a fresh wallet with its own new seed phrase.

Download Lite Walletv3.16.0

Once your funds are swept, restore or create a Lite Wallet with a fresh 12-word key.

Old wallet recovery questions

No. Lite Wallet restores from a 12-word BIP-39 seed phrase only, the same as most current non-custodial wallets. A raw private key with no seed phrase needs to be swept to a new wallet first — see the private-key section above.