Skip to main content

Recovering Deleted Files, Pictures & Videos



 

So many times we accidently delete some important files, pictures or videos. Sometimes we loose files because of unexpected system failure ( ultimately causing system format). We can get our deleted files back using Recovery Softwares/Utilities. 

Even though a file was deleted there is a good chance that contents of the file are still around.  When a file is deleted the contents of the file are not removed. Only a pointer to the file in the file system table is deleted.  

It is very important to immediately stop writing to the storage device that previously contained your files/pictures so that the old file contents are not overwritten.  For example, don’t take any more pictures with your digital camera because new pictures will overwrite the deleted files.

HOW TO RECOVER DELETED FILES????







Step1:
You will need to use a utility to recover your lost files.
I like to use a free utility called Recuva by Piriform.  Go to http://www.piriform.com/recuva/download/standard to download a copy.


Step2:
After the utility is installed start it up and click cancel on the Recuva Wizard screen.


Step3:
Now in Recuva window first select the drive you want to scan for deleted files.
Step4:
There are two ways to scan for deleted files. First we are going to use the default scan method by just clicking Scan. 

The results pane will be populated when the scan is completed. Files that are  green can be recovered by other files that are yellow or red have been overwritten. Previews are shown for some files when you click on them. 


Step5:
Check the boxes next to the files you want to restore and click Recover. 


Step6:
Select a location to restore the files to and click OK. Make sure you select a different storage device/drive than where the files are currently located so you don’t overwrite the file remains.  


Your files will now be recovered.  
---------------------------------------------------------------------------------------------

 DEEP SCAN



Earlier I mentioned there is another method to recover deleted files with Recuva that is helpful when the files you want do restore were not found with the normal scan.  
Running a deep scan will check the actual sectors on the storage device for file remains.
Step1: You can enable this scan option by clicking Options on the main screen.
Step2: Click on the Actions tab, check Deep Scan and click OK. 

Step3: Now just click Scan again and go for a walk because the deep scan can take a while depending on the size of the drive.

Step4:When the scan is completed restore the files the same way discussed above for the normal scan.



Popular posts from this blog

How to write a bach file or a batch job?

If your are connected with world of programming, you might have heard this word " Batch File ". A batch file is used to execute a no of operations or a list of commands one after the other often requiring no user input. A no of operations are batched in a file to be executed sequentially when we run that file. In Microsoft Windows Operating system a batch file is a file saved with .bat extension while in other operating systems like Unix and Linux it can be written as a command file shell script. Batch files are often used to load programs, run multiple processes at a time, and perform common or repetitive tasks. For example, a batch job could be used to back up many files on a computer system, process log files, run a series of calculation commands, run multiple system diagnostic processes, or any number of other things that require multiple commands to be run. A big advantage of a batch job is that it can be started at any time and left alone until t...

Adding Password to Microsoft Word Document