BIP39 Recovery Tool

Find Where Your Seed Phrase Was Stored – Before You Give Up

BIP-39 Recovery Tool is a Windows application that scans files and raw disk sectors for BIP39 seed words. If your seed phrase was ever written to a drive – in a text file, a notes app, a browser export, a wallet backup, or anywhere else – the bytes are still on that drive somewhere, even if the file was deleted. This tool finds them.

Everything runs locally. No data leaves your machine; not your file paths, not your matched words, not your drive contents. There are no network calls in the scanning engine, no telemetry, no logging to any server. When you’re looking for a seed phrase, the last thing you need is software that logs what it finds.

It does one thing and does it well: systematically narrows even a multi TB drive down to a short list of files and disk sectors worth a human look, in a fraction of the time it would take to open hundreds of sectors or files manually.

What It Scans

  • Files and directories – scans .txt, .ini, and text-like files recursively through any folder; copies matched files to your output directory with a CSV report
  • Raw disk sectors – reads every byte of a drive using the Windows raw device API, including unallocated space and space from deleted files; produces a block-by-block progress grid and saves partial results if you stop early

What It Does Not Do

  • Does not brute-force or guess missing words
  • Does not connect to any blockchain or network
  • Does not recover wallets directly
  • Does not guarantee you’ll find anything – recovery depends on whether the data is still present on your drive

The BIP39 wordlist is plain English. Expect false positives – ordinary text files will match several words. A genuine seed phrase will stand out as a sequence of unrelated short words with no sentence structure around them. The tool narrows the search down; you do the final verification.

Raw Disk Scanning – How It Works

The tool reads every sector on a drive in 1MB blocks using the Windows CreateFileW/ReadFile API against the physical device path. This finds data that has been deleted, emptied from the Recycle Bin, or that was never in a file at all. It requires Administrator privileges and is blocked by design from running on C:/ to avoid an unusable flood of false positives from system files.

On SSDs, recovery may not be possible depending on TRIM and wear-leveling behavior. On spinning hard drives, recovery is more likely if the drive has not been heavily used since deletion.

Privacy

  • No telemetry – the application does not collect, log, or transmit file
    paths, scan results, or any content from your drive
  • All scanning is local – nothing from your files or disk is sent anywhere
  • The only outbound connection is license activation: key + machine ID
  • For maximum safety, activate your license while connected, then disconnect from the internet before scanning

Why No Code Signing Certificate?

The binary is not signed with a commercial certificate. Windows SmartScreen will show a warning – click “More info” then “Run anyway”. If you’re not comfortable with that, the full source is published on GitHub and the build process is straightforward. Building from source gives you a binary you compiled yourself from code you can read.

SHA-256 checksums are published with every release. Verify before running.

For this audience, open source + offline + local-only + published checksum is a stronger trust signal than a cert from a vendor you’ve never heard of.

System Requirements

  • Windows 10 (1809 or later) or Windows 11
  • 4GB RAM minimum
  • Administrator rights for raw disk scanning (file scanning does not require this)
  • No external dependencies – Qt runtime is bundled

Licensing

$69 – one-time purchase. No subscription, no recurring fees. A license key is tied to your machine and validated at startup. All scanning is done locally – your files and scan results never leave your machine.

There is no trial period. If the phrase is not on the drive you scan, the tool cannot find it – that is a function of what’s on your drive, not the tool. Read the false positives and SSD notes above before purchasing.

mmediasoftwarelab.com |
Source on GitHub |

SHA-256

$69.99

Perpetual Single-Desktop License

SSL Secure
Stripe
PayPal
Money-Back Guarantee
// real.developer.js
const approach = {
investors: false,
buzzwords: false,
actualUse: true,
problems: ['real', 'solved']
};
// Ship it.

Built by People Who Actually Use the Software

M Media software isn't venture-funded, trend-chasing, or built to look good in pitch decks. It's built by developers who run their own servers, ship their own products, and rely on these tools every day.

That means fewer abstractions, fewer dependencies, and fewer "coming soon" promises. Our software exists because we needed it to exist — to automate real work, solve real problems, and keep systems running without babysitting.

We build software the way it used to be built: practical, durable, and accountable. If a feature doesn't save time, reduce friction, or make something more reliable, it doesn't ship.

Every feature solves a problem we actually had
No investor timelines forcing half-baked releases
Updates add value, not just version numbers
Documentation written by people who got stuck first

This is software designed to stay installed — not be replaced next quarter.

🤖
Support Bot
"Have you tried restarting your computer? Please check our knowledge base. Your ticket has been escalated. Estimated response: 5-7 business days."
❌ Corporate Script Theater
👨‍💻
Developer (M Media)
"Checked your logs. Line 247 in config.php — the timeout value needs to be increased. Here's the exact fix + why it happened. Pushed a patch in v2.1.3."
✓ Real Technical Support

Support From People Who Understand the Code

Ever contact support and immediately know you're talking to someone reading a script? Someone who's never actually used the product? Yeah, we hate that too.

M Media support means talking to developers who wrote the code, understand the edge cases, and have probably hit the same problem you're dealing with. No ticket escalation theatrics. No "have you tried restarting?" when your question is clearly technical.

Documentation written by people who got stuck first. Support from people who fixed it.

We don't outsource support to the lowest bidder or train AI on canned responses. When you ask a question, you get an answer from someone who can actually read the logs, check the source code, and explain what's happening under the hood.

Real troubleshooting, not corporate scripts
Documentation that assumes you're competent
Email support that doesn't auto-close tickets
Updates based on actual user feedback