Deleted the wrong file? We read the disk before we promise anything.
Recover deleted files from NTFS, FAT32 and exFAT drives, by three routes: your Recycle Bin — including files Explorer can't show you because their index record is gone; a direct read of the drive itself; and the point-in-time copies Windows keeps, which are the only route here that can bring back a file you overwrote rather than deleted. Nothing reaches the list until we've read the blocks it points at. Free, with no file-count cap and no size cap.
Three places a lost file can still actually be
Different losses leave different traces. Each route answers a different question, and the page tells you which one you are in.
Your Recycle Bin — including what Explorer hides
Explorer drives the bin entirely from its index records. If a file's record is missing or damaged, Explorer shows you nothing while the file itself sits there whole. We read the bin directly, so those files are visible and recoverable. Every account's bin on the PC is counted; only your own is opened.
A direct read of the drive
For files that were deleted past the bin — shift-delete, a cleared bin, a card or a USB stick. We read the filesystem's own file table on NTFS, FAT32 and exFAT, rebuild the folder each file lived in where its parent chain can be proven, and follow a fragmented file's recorded layout rather than assuming its pieces sit together. You can point a scan at one folder instead of the whole drive.
The copies Windows already kept
Windows quietly keeps point-in-time copies of your drive — the same thing behind "Previous Versions". This is the only route here that can return a file you saved over rather than deleted, and what it finds is a complete, intact file rather than something reassembled from free space. It only works if a copy was taken while your file still existed. We only ever read them: we never create, delete or resize one.
Nothing is listed on the strength of a record alone
The difference between a filename and a file.
A filesystem record is a note saying where a file used to be. On modern storage that note routinely outlives the data it describes — which is how recovery tools end up showing you a real name, a real size, a confident green rating, and a file of zeros. So we do not list a file on the strength of its record. We go and read the blocks the record points at, and only what reads back as real data is offered. If we could not read them, you get the reason instead of a row.
What we check before a file reaches the list
Every one of these is a read, not an inference:
Two honest limits on that. We read a large sample of each file, not every byte of a very large one — so a huge file can pass this check and still have a damaged tail. And the check proves the blocks are readable and unclaimed, not that they are the file's original contents. It is a much stronger basis than a record, and it is not a guarantee. That is why the copy is verified again after it is written.
On an internal SSD, deleted usually means gone
This is the single most useful thing on this page, and most recovery tools will not tell you.
When you delete a file, Windows tells an SSD to discard the blocks it was using. Once the drive has done that, the data is gone — not hidden, not overwritten later, gone — and no software on earth can read it back. What survives is the filesystem record: the name, the size, the date, the list of blocks. That is why a tool that reads only records can show you a perfect-looking entry, rate it as being in excellent condition, and hand you a file of zeros. It never looked.
Memory cards and USB sticks usually never receive that instruction, which is why they are where this works best. External drives are usually somewhere in between. Drive Health tells you which of your drives is which.
We would rather tell you a file is gone than sell you the hope that it isn't. On an emptied bin on an internal SSD, the honest answer is usually "nothing here" — and being right about that is the whole reason the check exists.
The copy is checked after it is written
A copy command returning is what we asked for. The bytes on the far side are the only evidence.
What happens when you press Recover
The awkward part: we are software too
If a file matters, the worst thing that can happen to it is something writing over where it used to be. Installing and running an optimizer is exactly that kind of something.
So we went through our own startup line by line and counted 51 separate places this app writes to your PC. Some of them are not small: a background service with sixteen jobs running every three minutes for everybody, an update installer of about a hundred megabytes downloaded when you start it and again every few hours, a folder deleted and rebuilt every single time you open the app. None of that is unusual for this kind of software. All of it is a problem on the one day you are trying to get a file back.
Recovery mode switches all of it off. One button on the Restore Files page restarts the app with the background service, the cleaners, the driver and app scans, updates, sign-in and every self-repair disabled, and only Restore Files available. Nothing on your PC is optimised, cleaned, updated or repaired while that window is open. Close it and start normally and everything comes back — the jobs that were skipped simply run next time. The window keeps a running count of what it has actually stopped, and names each one, so you can watch it work rather than take our word for it.
What recovery mode cannot do
Said plainly, because a promise you rely on and that turns out to be untrue is worse than no promise at all:
The best order, if a file matters: stop using the drive it was on, start recovery mode, and put the file back on a different physical drive — which is the only thing we allow anyway.
We don't scan free space for file signatures
Most tools call this "deep scan". It is a real technique, we have deliberately not built it, and you should know why.
Carving reads raw blocks looking for the shape of a known file format, without consulting the filesystem at all. It is the right tool when the filesystem is destroyed — after a format, on a card that will not mount. It also cannot recover a filename or a folder, because those live in the metadata it deliberately ignores; it returns thousands of numbered files for you to sort out; and it struggles badly with fragmented files, because it has no record of where the pieces went.
Our answer is precision, not volume: name it, place it in its folder, prove its data is really there, or don't list it. Building a second-rate carver alongside that would work against it. And the free tool that already does carving properly is very good. If your drive has been formatted or Windows can no longer read it, use PhotoRec and TestDisk — free, open source, and the right answer for that job. We would rather send you there than waste the hours that matter most.
What this cannot do
Written plainly, because finding out at the wrong moment is the worst possible time.
It also never runs on its own. There is no background recovery engine, it is not part of Boost or any automatic tune-up, and it never deletes anything.
If the file is still there, we'll prove it. If it isn't, we'll say so.
Part of BRUTAL Optimizer. Free, no file-count cap, no size cap, no paywall in front of the Recover button.
Windows 10/11 · 64-bit · Recovering from a drive? Install onto a different one if you can.