Finding files on the hard disk containing specific text– Windows 8
I know that I created a file using Word and saved it at some time in the past. Now I need that file and I have no idea what I call it, but I do know that I use a specific and unique phrase in it. I'm sure that Windows probably includes such a utility?
Where is it, and how do I best use it?
Thanks.
Ross
windows-8.1 microsoft-word search
add a comment |
I know that I created a file using Word and saved it at some time in the past. Now I need that file and I have no idea what I call it, but I do know that I use a specific and unique phrase in it. I'm sure that Windows probably includes such a utility?
Where is it, and how do I best use it?
Thanks.
Ross
windows-8.1 microsoft-word search
1
Windows Search built into Windows since, well forever, has this capability. Just setup the search to look into the contents of the file pretty much the same way, exactly, how you have done it since well forever.
– Ramhound
May 15 '15 at 17:22
You can also just look for*.*.docx
then sort by date.
– Ramhound
May 15 '15 at 17:24
Or ..doc if it is an older word document.
– Moab
May 17 '15 at 18:18
I have found that the search in the Windows Explorer is very very slow, however…
– greenber
May 18 '15 at 19:41
Here's some other SuperUser threads that tackle this: superuser.com/questions/60173/… and superuser.com/questions/25092/…
– snowdude
May 29 '15 at 16:19
add a comment |
I know that I created a file using Word and saved it at some time in the past. Now I need that file and I have no idea what I call it, but I do know that I use a specific and unique phrase in it. I'm sure that Windows probably includes such a utility?
Where is it, and how do I best use it?
Thanks.
Ross
windows-8.1 microsoft-word search
I know that I created a file using Word and saved it at some time in the past. Now I need that file and I have no idea what I call it, but I do know that I use a specific and unique phrase in it. I'm sure that Windows probably includes such a utility?
Where is it, and how do I best use it?
Thanks.
Ross
windows-8.1 microsoft-word search
windows-8.1 microsoft-word search
asked May 15 '15 at 17:18
greenbergreenber
30841230
30841230
1
Windows Search built into Windows since, well forever, has this capability. Just setup the search to look into the contents of the file pretty much the same way, exactly, how you have done it since well forever.
– Ramhound
May 15 '15 at 17:22
You can also just look for*.*.docx
then sort by date.
– Ramhound
May 15 '15 at 17:24
Or ..doc if it is an older word document.
– Moab
May 17 '15 at 18:18
I have found that the search in the Windows Explorer is very very slow, however…
– greenber
May 18 '15 at 19:41
Here's some other SuperUser threads that tackle this: superuser.com/questions/60173/… and superuser.com/questions/25092/…
– snowdude
May 29 '15 at 16:19
add a comment |
1
Windows Search built into Windows since, well forever, has this capability. Just setup the search to look into the contents of the file pretty much the same way, exactly, how you have done it since well forever.
– Ramhound
May 15 '15 at 17:22
You can also just look for*.*.docx
then sort by date.
– Ramhound
May 15 '15 at 17:24
Or ..doc if it is an older word document.
– Moab
May 17 '15 at 18:18
I have found that the search in the Windows Explorer is very very slow, however…
– greenber
May 18 '15 at 19:41
Here's some other SuperUser threads that tackle this: superuser.com/questions/60173/… and superuser.com/questions/25092/…
– snowdude
May 29 '15 at 16:19
1
1
Windows Search built into Windows since, well forever, has this capability. Just setup the search to look into the contents of the file pretty much the same way, exactly, how you have done it since well forever.
– Ramhound
May 15 '15 at 17:22
Windows Search built into Windows since, well forever, has this capability. Just setup the search to look into the contents of the file pretty much the same way, exactly, how you have done it since well forever.
– Ramhound
May 15 '15 at 17:22
You can also just look for
*.*.docx
then sort by date.– Ramhound
May 15 '15 at 17:24
You can also just look for
*.*.docx
then sort by date.– Ramhound
May 15 '15 at 17:24
Or ..doc if it is an older word document.
– Moab
May 17 '15 at 18:18
Or ..doc if it is an older word document.
– Moab
May 17 '15 at 18:18
I have found that the search in the Windows Explorer is very very slow, however…
– greenber
May 18 '15 at 19:41
I have found that the search in the Windows Explorer is very very slow, however…
– greenber
May 18 '15 at 19:41
Here's some other SuperUser threads that tackle this: superuser.com/questions/60173/… and superuser.com/questions/25092/…
– snowdude
May 29 '15 at 16:19
Here's some other SuperUser threads that tackle this: superuser.com/questions/60173/… and superuser.com/questions/25092/…
– snowdude
May 29 '15 at 16:19
add a comment |
1 Answer
1
active
oldest
votes
Simply open Windows Explorer and click into the search box. You should see the "Search Tools" appear in the top bar. Click on "Advanced options" and you will see some selections for "In non-indexed locations", make sure that "File Contents" is selected. Note that this will slow down your searches - probably rather a lot! But this ensures that the contents will be searched even if your file is hidden away in a location that Windows Search does not index.
You could also make sure that Windows Search Index is indexing all possible locations.
Be warned though that I've never found Windows Search all that reliable.
UPDATE: If you are not finding Windows Search all that reliable, you could try a GREP tool for Windows. Please note that I've not tried any of these (I use SharePoint for document management).
dnGrep seems the most likely candidate. It has a plugin to read Word 2007+ files
Funduc have a free macro for Word that might do what you want. They also have more powerful but non-free tools.- The free Windows GREP tool will search in binary files but I don't know whether it will pick up text in docx files.
- The shareware PowerGREP will search in both .doc and .docx files but it is incredibly expensive! EUR119 for a single license! There is a free trial though.
Common Resource Grep is free but is Linux only.
yes, that has been my problem: it's a nice novelty but I've never found it the 100% accurate. Anybody know of any freebie third-party apps that are 100% accurate?
– greenber
May 18 '15 at 19:39
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f915310%2ffinding-files-on-the-hard-disk-containing-specific-text-windows-8%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Simply open Windows Explorer and click into the search box. You should see the "Search Tools" appear in the top bar. Click on "Advanced options" and you will see some selections for "In non-indexed locations", make sure that "File Contents" is selected. Note that this will slow down your searches - probably rather a lot! But this ensures that the contents will be searched even if your file is hidden away in a location that Windows Search does not index.
You could also make sure that Windows Search Index is indexing all possible locations.
Be warned though that I've never found Windows Search all that reliable.
UPDATE: If you are not finding Windows Search all that reliable, you could try a GREP tool for Windows. Please note that I've not tried any of these (I use SharePoint for document management).
dnGrep seems the most likely candidate. It has a plugin to read Word 2007+ files
Funduc have a free macro for Word that might do what you want. They also have more powerful but non-free tools.- The free Windows GREP tool will search in binary files but I don't know whether it will pick up text in docx files.
- The shareware PowerGREP will search in both .doc and .docx files but it is incredibly expensive! EUR119 for a single license! There is a free trial though.
Common Resource Grep is free but is Linux only.
yes, that has been my problem: it's a nice novelty but I've never found it the 100% accurate. Anybody know of any freebie third-party apps that are 100% accurate?
– greenber
May 18 '15 at 19:39
add a comment |
Simply open Windows Explorer and click into the search box. You should see the "Search Tools" appear in the top bar. Click on "Advanced options" and you will see some selections for "In non-indexed locations", make sure that "File Contents" is selected. Note that this will slow down your searches - probably rather a lot! But this ensures that the contents will be searched even if your file is hidden away in a location that Windows Search does not index.
You could also make sure that Windows Search Index is indexing all possible locations.
Be warned though that I've never found Windows Search all that reliable.
UPDATE: If you are not finding Windows Search all that reliable, you could try a GREP tool for Windows. Please note that I've not tried any of these (I use SharePoint for document management).
dnGrep seems the most likely candidate. It has a plugin to read Word 2007+ files
Funduc have a free macro for Word that might do what you want. They also have more powerful but non-free tools.- The free Windows GREP tool will search in binary files but I don't know whether it will pick up text in docx files.
- The shareware PowerGREP will search in both .doc and .docx files but it is incredibly expensive! EUR119 for a single license! There is a free trial though.
Common Resource Grep is free but is Linux only.
yes, that has been my problem: it's a nice novelty but I've never found it the 100% accurate. Anybody know of any freebie third-party apps that are 100% accurate?
– greenber
May 18 '15 at 19:39
add a comment |
Simply open Windows Explorer and click into the search box. You should see the "Search Tools" appear in the top bar. Click on "Advanced options" and you will see some selections for "In non-indexed locations", make sure that "File Contents" is selected. Note that this will slow down your searches - probably rather a lot! But this ensures that the contents will be searched even if your file is hidden away in a location that Windows Search does not index.
You could also make sure that Windows Search Index is indexing all possible locations.
Be warned though that I've never found Windows Search all that reliable.
UPDATE: If you are not finding Windows Search all that reliable, you could try a GREP tool for Windows. Please note that I've not tried any of these (I use SharePoint for document management).
dnGrep seems the most likely candidate. It has a plugin to read Word 2007+ files
Funduc have a free macro for Word that might do what you want. They also have more powerful but non-free tools.- The free Windows GREP tool will search in binary files but I don't know whether it will pick up text in docx files.
- The shareware PowerGREP will search in both .doc and .docx files but it is incredibly expensive! EUR119 for a single license! There is a free trial though.
Common Resource Grep is free but is Linux only.
Simply open Windows Explorer and click into the search box. You should see the "Search Tools" appear in the top bar. Click on "Advanced options" and you will see some selections for "In non-indexed locations", make sure that "File Contents" is selected. Note that this will slow down your searches - probably rather a lot! But this ensures that the contents will be searched even if your file is hidden away in a location that Windows Search does not index.
You could also make sure that Windows Search Index is indexing all possible locations.
Be warned though that I've never found Windows Search all that reliable.
UPDATE: If you are not finding Windows Search all that reliable, you could try a GREP tool for Windows. Please note that I've not tried any of these (I use SharePoint for document management).
dnGrep seems the most likely candidate. It has a plugin to read Word 2007+ files
Funduc have a free macro for Word that might do what you want. They also have more powerful but non-free tools.- The free Windows GREP tool will search in binary files but I don't know whether it will pick up text in docx files.
- The shareware PowerGREP will search in both .doc and .docx files but it is incredibly expensive! EUR119 for a single license! There is a free trial though.
Common Resource Grep is free but is Linux only.
edited May 18 '15 at 21:08
answered May 15 '15 at 19:57
Julian KnightJulian Knight
12.9k11535
12.9k11535
yes, that has been my problem: it's a nice novelty but I've never found it the 100% accurate. Anybody know of any freebie third-party apps that are 100% accurate?
– greenber
May 18 '15 at 19:39
add a comment |
yes, that has been my problem: it's a nice novelty but I've never found it the 100% accurate. Anybody know of any freebie third-party apps that are 100% accurate?
– greenber
May 18 '15 at 19:39
yes, that has been my problem: it's a nice novelty but I've never found it the 100% accurate. Anybody know of any freebie third-party apps that are 100% accurate?
– greenber
May 18 '15 at 19:39
yes, that has been my problem: it's a nice novelty but I've never found it the 100% accurate. Anybody know of any freebie third-party apps that are 100% accurate?
– greenber
May 18 '15 at 19:39
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f915310%2ffinding-files-on-the-hard-disk-containing-specific-text-windows-8%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Windows Search built into Windows since, well forever, has this capability. Just setup the search to look into the contents of the file pretty much the same way, exactly, how you have done it since well forever.
– Ramhound
May 15 '15 at 17:22
You can also just look for
*.*.docx
then sort by date.– Ramhound
May 15 '15 at 17:24
Or ..doc if it is an older word document.
– Moab
May 17 '15 at 18:18
I have found that the search in the Windows Explorer is very very slow, however…
– greenber
May 18 '15 at 19:41
Here's some other SuperUser threads that tackle this: superuser.com/questions/60173/… and superuser.com/questions/25092/…
– snowdude
May 29 '15 at 16:19