Find Files Fast in Windows
Guide on how to find any file on your computer instantly using "Everything" by voidtools, replacing the slow built-in Windows Search.
Why Windows Search is Slow
Built-in Windows Search is often slow because it indexes file contents and has a heavy database. It misses files outside indexed locations.
The Solution: Everything
Everything is a free utility that locates files and folders by name instantly. It works by reading the NTFS Master File Table (MFT) directly.
- Speed: Results appear as you type (microseconds).
- Resource Usage: Uses very little RAM and CPU.
- Coverage: Finds ANY file on local NTFS drives.
Installation
- Download from voidtools.com.
- Choose Installer (64-bit).
- Run the installer.
- Keep "Install Everything Service" checked (allows indexing without UAC prompt).
- Finish installation.
How to Use
- Open Everything (double-click tray icon or shortcut).
- Start typing a file name.
- Results appear instantly.
Advanced Search Syntax
Everything supports powerful search operators:
| Operator | Function | Example |
|---|---|---|
| Space | AND | cat dog (Includes both) |
| |
OR | jpg | png (Either jpg or png) |
! |
NOT | !windows (Not containing windows) |
ext: |
Extension | ext:jpg |
size: |
Size | size:>10mb |
date: |
Date | date:today |
Examples
Find all large video files:
ext:mp4;mkv size:>1gb
Find files modified today in Downloads:
prop:lastwritetime:today parent:C:\Users\Bas\Downloads
Find duplicates (Name only):
dupe:
Integrating with Windows Taskbar
You can replace the Windows search functionality with Everything using EverythingToolbar.
- Download EverythingToolbar.
- Install it.
- Disable standard Windows Search bar (Right-click Taskbar > Search > Hidden).
- Enable EverythingToolbar (Right-click Taskbar > Toolbars > EverythingToolbar).
Enabling Network Shares
Everything indexes local drives by default. To add network shares (NAS):
- Go to Tools > Options.
- Click Folders.
- Click Add... and select your network drive.
- Configure update schedule (Network drives are slower to index).