Lost PST files after format - how to recover deleted files?

AI Thread Summary
Recovering PST files after formatting a PC can be challenging, especially if the format was a full one, which typically overwrites data and complicates recovery efforts. Users have attempted various recovery tools like Recover My Files and Hetman Partition Recovery with limited success. A professional data recovery service is often recommended as they possess specialized tools and expertise for such situations. The distinction between quick and full formats is crucial; a quick format only resets the file table without erasing data, making recovery easier, while a full format writes over data, making recovery significantly more difficult. Although some discussions suggest that modern hard drives may handle formatting differently, the fundamental principles of data recovery remain: if the data has not been overwritten, it may still be recoverable. For future prevention, backing up data to a secondary drive is advised, utilizing built-in backup features in operating systems like Windows 7, which offers image backup capabilities.
fitzgerald
Messages
1
Reaction score
1
Hi guys,
I've accidently formatted my PC with lots of PST files which were on drive c:.
I REALLY need to recover them ASAP.
Which tools can I run in order to recover those files?
I've already tried the following:
1) Recover my files 5.x - both full partition recovery and PST file
2) Hetman Partition Recovery
Would highly appreciate your input.
Thanks!
 
  • Like
Likes karl.torp
Computer science news on Phys.org
A professional data recovery firm is your best bet.
 
A full format, or a quick format?
 
Svein said:
A hard disk cannot be "full formatted". The disk information is only overwritten.

Perhaps things have changed or it is called differently, but at least in the past "quick format" was just erasing root directory and reinitializing FAT tables, "full format" was also testing disk surface by overwriting whatever information was present there before. Recovering information from the quick format was relatively simple, recovering information after the full format was much more tricky (if possible at all).
 
Borek said:
Perhaps things have changed or it is called differently, but at least in the past "quick format" was just erasing root directory and reinitializing FAT tables, "full format" was also testing disk surface by overwriting whatever information was present there before. Recovering information from the quick format was relatively simple, recovering information after the full format was much more tricky (if possible at all).
That was true when using diskettes (floppies), and the very first hard disks (the 16 - 80 Mbyte sizes). From then on the hard disks are low-level formatted once and for all at the factory.
 
Svein said:
That was true when using diskettes (floppies), and the very first hard disks (the 16 - 80 Mbyte sizes). From then on the hard disks are low-level formatted once and for all at the factory.

Strange. I just checked on the microsoft site and here is what they still say at http://windows.microsoft.com/en-us/windows-vista/formatting-disks-and-drives

What's a quick format?
Quick format is a formatting option that creates a new file table on a hard disk but does not fully overwrite or erase the disk. A quick format is much faster than a normal format, which fully erases any existing data on the hard disk.

So they claim there are still two different kinds of format. And somehow I don't see how it would not work. Full (or "normal" format) works by writing some information to every sector on the disk, reading it back and comparing, to see if the disk works OK. While there is definitely a pattern to it somehow I doubt HDDs are designed to detect this kind of operation and ignore it, so I suppose content gets erased during full format as it is software that defines what is done.

Unless this "quick format" checkbox that is present in Windows format program was put there by developers just for fun, and the slowly moving progress bar during full format is a practical joke :wink:
 
Borek said:
So they claim there are still two different kinds of format. And somehow I don't see how it would not work. Full (or "normal" format) works by writing some information to every sector on the disk, reading it back and comparing, to see if the disk works OK.
I see. We are talking about two different things here. What I am talking about as "low-level format" is the process of creating the basic structure on the disk, defining sectors on each track. What you are talking about as "full format" is simply filling every sector with a predefined data pattern. And - as you said - "quick format" is simply re-initialing the disk tables, marking every sector in the Master File Table as "free".
 
  • Like
Likes Borek
This may have changed, but in the olden days, a Windows "full" format just scanned (read only) the disk for bad sectors and added them to a bad sector list, but didn't actually write to any of the data areas of a disk or partition. Usually some type of "wipe" utility is needed to actually overwite the data areas of a partition. A quick format skips the scan.

Now that the partition is formatted, the data area of the partition needs to be scanned, looking for files, and possibly left over sub-directories that may contain the starting cluster of files. If a file was not fragmented, and there's someway to identify the start and maybe the end of a particular type of file based on the data (like some type of header), then the file could be recovered. I don't know if there are any end-user utilities to do this, most of those only deal with deleted files, where the information is still there (just marked as available space) until that space is reused on later writes. As mentioned, professional data recovery services have the utilities and the staff that know how to do this.

Too late now, but I would recommend backing up data to a second drive, which may be internal or external. Some of the external drives include backup utilities, but I haven't tried them yet. Win7 has a image backup feature good for backing up entire partitions, although restore from a system repair boot is slow.
 
Back
Top