As your Google Drive fills with thousands of documents over the years, the simple search bar becomes less effective. Typing “Quarterly Report” might return 50 different files, ranging from Google Docs and PDFs to scattered spreadsheets. If you know exactly what type of file you are looking for, you can drastically reduce the number of search results by utilizing Google Drive’s built-in file type filters and search operators.
Method 1: Using the Search Options GUI
The easiest way to filter by file type is to use the visual search menu.
- Open Google Drive in your web browser.
- Look at the main search bar at the top of the screen. On the far right side of the bar, click the Search options icon (it looks like three horizontal slider switches).
- A dropdown menu will appear.
- Click the Type dropdown.
- Select the specific file format you need (e.g., Spreadsheets, PDFs, Photos & images, or Presentations).
- Click the blue Search button.
Drive will now only display files matching that exact type, ignoring everything else.
Method 2: Using the “type:” Search Operator
If you prefer to keep your hands on the keyboard, you can achieve the exact same result by typing a search operator directly into the search bar. The syntax is type: followed by the file format.
type:document(Finds Google Docs and Microsoft Word files)type:spreadsheet(Finds Google Sheets and Excel files)type:presentation(Finds Google Slides and PowerPoint files)type:pdf(Finds only Adobe PDF files)type:image(Finds JPEGs, PNGs, etc.)type:video(Finds MP4s, MOVs, etc.)type:folder(Only searches for folder names, ignoring individual files)type:archive(Finds ZIP and RAR files)
Example: If you type budget type:spreadsheet and hit Enter, Google Drive will only return spreadsheets containing the word “budget”.
Method 3: Combining File Types with Other Operators
The true power of search operators is that you can chain them together to create highly specific queries.
Imagine you are looking for a PDF contract that was sent to you by the legal team last year, but you can’t remember the file name.
You can combine the type: operator with the from: operator:
type:pdf from:[email protected]
If you know it was a presentation shared by your manager, but you want to exclude any files that are sitting in the trash bin, you can add a negative operator (using a minus sign):
type:presentation from:[email protected] -is:trashed
By mastering the type: operator, you stop searching for needles in haystacks and start pulling up exact documents instantly.