Independent review. This site is not the official website and is not affiliated with, endorsed by, or operated by the wallet vendor reviewed here. Never enter your seed phrase or private keys on any third-party site.

Troubleshooting Common Issues — Loading errors, missing funds and connection errors

Try Tangem secure wallet →

This guide is focused on practical fixes. No marketing. No fluff. I’ve been using MetaMask daily for months and hit these exact issues myself (yes — I once approved a bad contract and had to revoke approvals; lesson learned). Read the quick fixes first, then pick the troubleshooting path that matches your symptoms.

Quick checklist

Start here before heavy troubleshooting. These five items fix 80% of problems:

  • Make sure Chrome and the MetaMask extension are up to date.
  • Confirm you’re on the right network (Ethereum vs BSC vs Polygon). Wrong network = zero balance.
  • Check the top-right account address against a block explorer to confirm funds actually exist.
  • Disable other browser extensions that block scripts (ad-blockers, privacy tools) and try again.
  • Back up your seed phrase before uninstalling/reinstalling anything.

If you need step-by-step recovery, see import-and-recovery and backup-and-recovery-options.

Infinite loading: "when opening metamask extension in chrome it just loads infiniitkly" — what to do

Why it happens (short): the extension UI can get stuck if local extension storage is corrupted, another extension conflicts, or the Chrome profile is damaged.

Try Tangem secure wallet →

Step-by-step fixes:

  1. Lock + unlock the wallet. Small but often effective.
  2. Open chrome://extensions, toggle MetaMask off then on. Try again.
  3. Disable other extensions (privacy blockers, script blockers). Then reload the extension. I often toggle my ad-blocker first — it’s caused issues.
  4. Try an Incognito window (enable MetaMask for incognito). If it works there, a profile or extension is the culprit.
  5. If nothing fixes it, uninstall and reinstall the extension — only after you have your seed phrase. Then restore from seed.
  6. Create a fresh Chrome profile and install MetaMask there (this isolates profile corruption).

If reinstalling, follow the steps in /extension-troubleshooting.

Extension loading spinner screenshot placeholder

And don't paste your seed phrase into any web form during this process.

Why does MetaMask keep opening in Chrome / why does MetaMask open when I open Chrome?

Short answer: a site or extension is calling the wallet automatically, or Chrome restores a session that had the popup open.

Common causes and fixes:

  • A dApp on a page is requesting a connection on load. Close that tab or remove the site from MetaMask’s connected sites list.
  • Chrome restoring previous session with the popup open. Change Chrome’s startup to open a specific page or new tab instead of continuing where you left off.
  • A malicious or misbehaving extension is triggering the popup. Disable extensions one-by-one to find the offender.

You can clear auto-connections in MetaMask Settings → Security & Privacy → Connected Sites (remove unknown entries). That usually stops surprise popups.

Missing funds / empty wallet — "why is my MetaMask wallet empty" and balance issues

Seeing a zero balance is almost always a display or network issue rather than a blockchain disappearance. Ask this first: do transactions show for your address on a block explorer?

Common causes:

  • Wrong network selected (Ethereum mainnet vs a different chain). Switch networks.
  • Token not added to the UI — ERC-20 tokens won’t show until you add the token contract address.
  • You’re looking at a different account/address. Each account has a unique address.
  • Pending or failed transactions consuming gas.

What to do:

  1. Copy your public address and check it on a block explorer to verify funds. If funds are visible on-chain, the problem is UI or token display — see /not-showing-balance and /tokens-management.
  2. If the on-chain balance is zero, review transaction history for outgoing transfers. If you sent to an exchange deposit address, contact that exchange.
  3. If you suspect theft (unknown outgoing transactions), move any remaining funds to a new wallet immediately and visit /recover-hack.

Import, restore, and "where did my 2nd MetaMask wallet go" / "why can't I import my MetaMask wallet"

Two account types inside MetaMask matter here:

  • Derived accounts created inside MetaMask are generated from your seed phrase in sequence (Account 1, Account 2, etc.). If you restore with the same seed phrase, they reappear when you click "Create Account" for each index.
  • Imported accounts (private keys or JSON) are separate; they must be re-imported using the same private key/JSON file.

If you can’t import your wallet:

  • Check seed phrase spelling and correct word order (no extra spaces).
  • If importing from a hardware wallet, check derivation path and use the hardware flow (see /connect-ledger and /ledger-troubleshooting).
  • If "Import" fails, try the restore flow when installing MetaMask rather than importing an account.

If you need a step-by-step, see /import-and-recovery and /backup-and-recovery-options.

Connection errors with dApps, WalletConnect and centralized services (e.g., BlockFi)

Why a site can't see your wallet:

  • The dApp didn’t request connection correctly, or you declined the prompt. The popup message "you declined the action in your wallet MetaMask" means just that — you cancelled.
  • The extension is locked; you’ll see "you need to unlock your wallet MetaMask". Unlock and retry.
  • Mobile WalletConnect flows require you to approve the connection in the MetaMask mobile app: "you need to allow MetaMask mobile".
  • Some custodial platforms (searches like "why is my MetaMask wallet not showing in blockfi") don't integrate directly with external wallets and require deposits using their provided address and instructions. If funds are missing after a transfer to a custodial service, contact that service.

Fixes:

  • Revoke unwanted connections and reconnect fresh.
  • If WalletConnect keeps failing, restart the mobile app and re-scan the QR.
  • For exchange/custodial issues, verify you used the correct deposit address and chain.

See connect-to-dapps and walletconnect-and-mobile-browser for more.

Common error messages and scams (including "www.metamask wallet.com" and odd errors like "Binance's ONG account is invalid")

Phishing domains like "www.metamask wallet.com" are fake. If a site asks for your seed phrase, it’s a scam. Never paste your seed phrase into a website. Ever.

That error about "Binance's ONG account is invalid" usually means you’re on the wrong network or using an incompatible token standard (assets like ONG or BEP-20 tokens require the correct chain/RPC). Double-check the target platform’s deposit instructions and use the correct custom RPC if needed.

If you see an unfamiliar domain in your activity or transaction request, revoke approvals immediately and move funds if you suspect compromise: see /revoke-approvals and /phishing-scams-and-email-frauds.

Hardware wallet + Windows security interactions (Ledger notes)

If you connect a Ledger to MetaMask on Windows and see errors, common causes are blocked drivers or Windows security prompts. Fixes:

  • Allow driver in Windows Security or install required drivers from the official hardware vendor site.
  • Keep Ledger Live closed if MetaMask prompts fail (Ledger Live can take the USB channel).
  • Try a different USB cable or port.

See /connect-ledger and /ledger-troubleshooting for detailed steps.

Quick comparison: Extension vs Mobile vs Hardware integration

Feature Desktop extension (Chrome) Mobile app Hardware wallet (via MetaMask)
Runs in Chrome Yes No No (connects via extension or WalletConnect)
WalletConnect support No (acts as host) Yes Yes (via host)
Seed phrase management Yes (local) Yes (local) No (keys on device)
Typical issues UI/extension conflicts WalletConnect approvals USB/driver issues
Best for dApp development, fast swaps On-the-go use, WalletConnect High-value security

(Feature notes: use hardware for larger balances; mobile is what most people use daily.)

FAQ — short answers to exact searches

Q: when opening metamask extension in chrome it just loads infiniitkly, what to do?
A: Follow the infinite-loading steps above: disable extensions, try incognito, reinstall only after backing up your seed phrase.

Q: what to do if metamask is removed from chrome extension?
A: If removed unexpectedly, verify you installed from the official source. Restore by reinstalling and choosing "Restore from seed phrase" using your backed-up seed phrase. See /extension-troubleshooting.

Q: why can't i add funds to my metamask wallet?
A: Usually wrong network or using the wrong deposit address. Confirm the chain you’re depositing on and that you included the native token (ETH) for gas if sending an ERC-20.

Q: where did my 2nd metamask wallet go?
A: If it was an imported private key, it won’t reappear after a reset unless you re-import the key. Derived accounts reappear when you restore the seed phrase and create accounts in sequence.

Q: why can't metamask run in chrome mobile?
A: Chrome mobile doesn't support extensions. Use MetaMask mobile or WalletConnect to connect on mobile. See /mobile-sync-troubleshooting.

Q: what is metamask support?
A: Official support channels vary; check the wallet's help center and verify domains. Never share your seed phrase with support requests.

Conclusion and next steps

If you're still stuck, take a breath and follow the step-by-step guides linked here: /extension-troubleshooting, /mobile-sync-troubleshooting, /not-showing-balance, /ledger-troubleshooting, /backup-and-recovery-options. Move funds to a new seed phrase if you suspect compromise, and use a hardware wallet for larger balances.

Want more hands-on walkthroughs? Check the setup and recovery guides: /install-extension and /import-and-recovery. But start with the quick checklist above — most fixes are shorter than a coffee break.

But if you suspect a hack, act fast: revoke approvals, move funds, and consult the recovery guide linked above.

Try Tangem secure wallet →