In Win 10: Where're the files lost after I cancelled moving them?

Anonymous
2019-10-31T15:18:38+00:00

From the task bar; I clicked on the desktop icon. Till appeared from the sub menus: the E drive "E is part of the hard drive but not a system drive". I clicked to move it to the desktop of my labtop. The computer said it's moving it. I changed my mind; so I paused the operation. Then I cancelled it.

After that I didn't find many files that were in E. I lost the first alphabetical folders with all its files.

I searched for the files using the file explorer search; but I didn't find any. I searched for them in the whole PC; not only E. They're not in the recycle bin even. I don't have backup for them also.

Where can I find these files? Or I lost them forever?


I couldn't put these as reply so I put them as part of the problem:

This site is very bad in wording. I clicked yes on that this solved my problem. Then it considered this as helpful solution. Then I found that it considered it as the answer. And also gave me the opportunity to withdraw back by considering it as not the answer. But didn't give me the opportunity to withdraw from considering it (before that) as not solution. It didn't give the choice also to change my rate to the solution (which the site sometimes say it's rating for the site and sometimes as rating for the solution. I have a problem avery a year maybe. And every time I get confused by the wording of this site.

They should clearly say was this helpful. and the other one should remain as questioning if it's answer.


All the people that replied to this, helped in the answer. But the system of this site didn't give the opportunity to clarify what replies helped in that exactly. One of the reasons was that one person might had more than a reply helped in the solution. But the system can't show that.


The solution is:

Be quick in finding the answer and use the affected pc as little as possible. Every minute using the pc decreases the possibility of finding your lost data. To not to have the lost files over written: Do Hibernate/sleep (instead of shut down/restart), or don't close at all. Postpone windows updates as well.

Try finding the data on your pc by the following:

  1. search recycle bin
  2. search file explorer for files and folders
  3. search the clipboard (maybe simply by searching file explorer for "clipboard" might do. I'm not sure. But in the replies you'll find the exact way.
  4. Try the following (more details about how; are in the the replies.):

a) Windows key + R then type in %temp%

search the files

b) From C:\WINDOWS\system32

Create a desktop shortcut for cmd.exe.

Run cmd.exe as admin. Suppose the lost file name is abc.yz

2-a) cmd /c dir  /s  /a-d  /b  C:\abc.yz & pause

cmd /e dir  /s  /a-d  /b  e:\abc.yz & pause

2-b) dir /s /a-d /b e:\abc.yz

dir /s /a-d /b c:\abc.yz

2-c) dir /s /a c:\users\abc.yz

dir /s /a e:\users\abc.yz

2-d) dir /s /a c:\abc.yz

dir /s /a e:\abc.yz

If all this doesn't work; try looking on the internet for Free Data Recovery Software. The best of them is Recuva.

One place to find the software is:

https://filehippo.com/download\_recuva/

Try to download it and execute it on a flash (usb) drive or cd/dvd or any drive other than the affected one. Or it might overwrite your data. If not possible then download it on the affected drive.

You can also rollback your windows version update as detailed in the replies.

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Virginia M 42,075 Reputation points Independent Advisor
2019-11-02T10:29:22+00:00

Recuva is fine. It’s not a repair tool per se but a file recovery tool.
Check that you have clipboard history enabled:
Open the Settings app and go to the System group of settings.
Select the Clipboard tab, and check that clipboard history is on, if it isn’t then it’ll not find anything other than then last copied item.
Click windows key + v to view clipped items.

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments
Answer accepted by question author
Virginia M 42,075 Reputation points Independent Advisor
2019-11-02T10:46:57+00:00

From: https://www.addictivetips.com/windows-tips/view...

Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products).
Please do not download any repair tool which is offered by this site.
Thoroughly research any product which is mentioned here before you decide to download and install it.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments
Answer accepted by question author
Virginia M 42,075 Reputation points Independent Advisor
2019-11-01T20:28:13+00:00

Hello, I’m Virginia an independent advisor with 20 years of expertise in fixing my own & friends’ PC problems.

Unfortunately they may be lost, moving a file is like cutting & pasting, it is held on the clipboard until it is fully moved, if you cancel the move then the original file may end up lost.

Always copy & paste manually rather than moving.

You can try Recuva to see if it will recover the file in the original folder:

https://filehippo.com/download_recuva/

Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products).

Please do not download any repair tool which is offered by this site.

Thoroughly research any product which is mentioned here before you decide to download and install it.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2019-10-31T20:55:08+00:00

Could it be because indexing didn't include these files yet?

This console command will search all folders for files whose name starts with xyz, regardless of any indexing. You must run it for each drive letter in your system (C:, D:, E: etc).

  1. Mark the code line below, then press Ctrl+C to copy it.
  2. Press the Windows key+R
  3. Press Ctrl+V to paste the code line, then replace xyz with an appropriate set of letters.
  4. Press Enter.
  5. Repeat the process for ALL other drive letters.

cmd /c dir  /s  /a-d  /b  C:\xyz*.* & pause

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2019-11-02T06:34:59+00:00

And what's the benefit of running the command from another account?

How can I open an elevated command prompt.

In this day and age you do not need to be an expert on simple questions, e.g. how to remove wine stains, or how to fix a bicycle tube puncture. You ask the Google oracle like so:

how to open an elevated Command Prompt

One of the answers might be:

  1. Create a desktop shortcut for cmd.exe.
  2. Right-click it.
  3. Left-click Run as Administrator
  4. Accept the challenge

The benefit of running console commands in elevated mode is that you face fewer access restrictions, i.e. you can more easily access folders beloning to other users.

Was this answer helpful?

0 comments No comments
Answer accepted by question author
Anonymous
2019-11-01T19:52:26+00:00

I beg your pardon, but I am not allowed to share 3rd party links here. Hope you understand. You may search "Free Data Recovery Software" at Google for the results.

Was this answer helpful?

0 comments No comments
Answer accepted by question author
Anonymous
2019-11-01T19:32:57+00:00

You entered the correct commands from the Command Prompt.

If you have more than one account then I open an elevated Command Prompt, then type this command:

dir /s /a c:\users\fb.xlsx

Sorry, you cannot use the files preceded by a $. They are only place holders and contain no useful data.

Was this answer helpful?

0 comments No comments
Answer accepted by question author
Lester Bernard Reyes 85,340 Reputation points Independent Advisor
2019-10-31T15:56:51+00:00

Hi

My name is Lester and hopefully, this helps answer your question.

Just want to confirm you transfer your files from external drive E: to your Desktop? correct me if I'm wrong.

Usually if you moved the files from External to Desktop and you will cancel it, the remaining files that the operation is not yet transferred should be on the root or from where you get the files (External drive)

For Example you transfer/move files from Drive E: to desktop once you cancelled it, the remaining files should be on the Drive E:

Else it was already permanently removed.

But you can also check it to your temporary files.

Press Windows key + R then type in %temp% then hit OK

If the files wasn't there it was already removed.

I hope this helps.

Lester

Independent Advisor

Was this answer helpful?

0 comments No comments

47 additional answers

Sort by: Oldest
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more