Search Everything is a fast, powerful, and effective search tool for Windows.
This cheatsheet acts as a quick start reference to get more out of Search Everything.
It compliments the official documentation.
Start searching using the search bar at the top of the main window.
Search terms can be combined to further filter results.
- space = AND
- | = OR
- ! = NOT
- < > = grouping
\*
Matches zero of more characters\?
Matches one character
count:<max>
Limits the results to Xstartwith:<text>
Search for filenames starting with textendwith:<text>
Filenames (including extension) ending with text
To use regular expresions prefix the search with: regex:
To find an exact filename use the \
prefix for the string.
e.g. to find the exact filename example.png
\example.png
e.g. show duplicate files
file: dupe: dupesize:
e.g. show files with the extensions doc and pdf
file: ext:doc;pdf
e.g. show large files over X size
file: size:>1GB
e.g. show empty folders
file: empty:
e.g. show filenames with a length over X
file: len:>65
e.g. show folder names with a length over X
folder: len:>65
e.g. show empty folders
folder: empty:
e.g. exclude system files
!C:\Windows\
e.g. exclude recycle bin folders
!"\$RECYCLE.BIN"
e.g. exclude file history
!FileHistory\