Helping people with computers... one answer at a time.
It's very easy to have Windows locate a file on your machine, but it's also easy to overlook a setting that will allow it to miss some as well.
I'm looking for [... some filename ...] on my machine. I know it's here, but I can't track it down. What am I missing? How to I find the file?
•
As you might guess that's a composite question - it reflects many different people asking roughly the same question in different ways.
How do I find a file?
There are a couple of ways, and there are a couple of "gotcha's" as well, so let's look at how to track down that file you're looking for.
•
The traditional way to locate a file in Windows is the Search item on the Start menu.
Except that it's not always visible.
If you don't see Search on your start menu, then right click on Start and select properties. In the resulting dialog:

Click on Customize, then on the Advanced tab, and then in Start menu items scroll down until you see Search:

Make sure that's checked, and then OK your way back out.
•
To search for a file, click on Start, then Search and then For Files or Folders...:

Now, one might think that searching for a file is as simple as entering it's name into the All or part of the file name: field, and most of the time that is, in fact, enough.
But that's not always the case so we're going to change a couple of search options.
Click on More advanced options:

Make sure that Search system folders, Search hidden files and folders, and Search subfolders are all checked. Many times the files that people are looking for, like email files, are in fact kept in hidden folders, and are not found unless these options are checked.
Now enter the filename and press Search, and if the file is on your hard drive(s), then it should show up.
•
Now, personally, I find Windows' built-in search cumbersome. Since I'm kind of a old school command line kinda guy it's the Windows Command Prompt that I turn to.
Fire up a Windows Command Prompt (it's typically in Start, All Programs, Accessories). Enter:
cd \
to make the current directory the root of the drive. Now enter:
dir /s /a filename
Where "filename" is the full name of the file you're looking for. "/s" means "check all subfolders", and "a" means "show all files, including hidden and system files".
For example:

If you only know the part of the filename, you can specify "*" as a wildcard. For example let's say we know there's a file that begins with "pers", and it's a ".pst" file, we can search for "pers*.pst":

Personally I find the command line version quicker and easier, but it's a matter of personal preference. (The downside, by the way, is that the command line search will look at only one drive at a time. If you have another drive type that drive, such as "D:", followed by ENTER, and then repeat your search.)
What's important here is simply to remember to include hidden and system files and folders in your search to make sure you're really searching everything and everywhere.
Article C3009 - April 30, 2007 « »
October 2, 2009 5:54 PM
How can locate system applications thru Search as there is no Search button on Vista?
October 3, 2009 8:25 AM
Sylvia - Yes, there is although it's kind of hidden. When you click on the start button look right above your pointer. There is a search box right there. (You'll see a blinking cursor and "Start Search" in there.)
October 26, 2009 9:00 AM
when I try to send an email I get this error message
Quit outlook and use the inbox repair tool kit?? I cannot find it anywhere? I found my outlook pst but it will not open it tries to use the web to locate a program to open the file? so confused?
September 13, 2011 8:17 AM
My issue is that my Windows Admin profile folder is corrupted and cannot be accessed. I want to find my emails and remove them from this hard-drive so I can put them in the new computer. Once I FIND the file, how do I copy it? Is there a way to put that file into the Shared folder so I can access it from another account/profile. Or copy to a flash drive?
I actually learned how to do this YEARS ago, but I've forgotten most of it.
Thanks for being AWESOME and creating this site for us!
14-Sep-2011
September 14, 2011 9:58 AM
Leo,
I'm using Outlook 2003 and any time I try to access the files under that profile, I'm prompted to enter the password of the admin account, but since that folder has something wrong with it, it isn't even accepting the password.
Is there a backdoor to this file that I can sneak into?