Back to Guides
March 3, 2025
Overdrive Team
Google Drive, Google Workspace, Organize, Productivity, Search

How to Use Google Drive Search Like a Power User

A comprehensive reference for Drive's search operators and filters that help you find any file in seconds.

How to Use Google Drive Search Like a Power User

Most people search Google Drive the same way they search the internet—type a word, hope for the best, scroll through results. It works well enough for personal drives with a few hundred files. It doesn't work when you're hunting for a specific contract revision from eight months ago inside a shared folder owned by someone who's since left the company.

Drive's search is far more powerful than the default experience suggests. There's a full set of search operators—filters by file type, owner, date, location, and sharing status—that let you narrow any search to exactly what you're looking for. This guide covers all of them.

Why Drive Search Fails (And How to Fix It)

The default Drive search has two problems. First, it searches everything: your drive, shared drives, files shared with you, files you haven't opened in years. More results isn't always better. Second, it matches on file names and some content, but has no way of knowing what you actually care about.

Search operators solve both problems. They let you describe what kind of file you're looking for, not just what it might be named.

The Search Bar vs. Advanced Search

There are two ways to use Drive's search filters:

The search bar accepts operators directly. Type your query like you would in Gmail—type:pdf owner:sarah@company.com—and Drive applies the filters immediately.

Advanced Search is the visual version. Click the filter icon (the three lines) to the right of the search bar to open a form-based interface where you can set the same filters without memorizing operator syntax. Both methods produce identical results.

For occasional searches, Advanced Search is easier. For repeated searches or searching on mobile, knowing the operators by heart is faster.


Operators Reference

Search by File Type

The most useful filter for narrowing results quickly. Use the type: operator to restrict results to a specific file type.

What you want Search
Google Docs only type:document
Google Sheets only type:spreadsheet
Google Slides only type:presentation
Google Forms type:form
PDFs type:pdf
Images (any format) type:image
Videos type:video
Audio files type:audio
Folders type:folder

Example: budget type:spreadsheet finds spreadsheets with "budget" in the name or content—and nothing else.

Note: The type: operator covers Google-native formats and broad categories. For specific file extensions like .docx or .csv, use the filename approach described below.


Search by Owner

The owner: operator restricts results to files owned by a specific person. This is especially useful in organizations where files are spread across many people's drives.

owner:sarah@company.com
owner:me

owner:me returns only files you personally own—useful for seeing your footprint across shared folders, or finding files you created but can no longer locate.

Common use: After an employee leaves, find everything they still own before transferring it:

owner:formeremployee@company.com

This is the same first step covered in How to Audit Google Drive When an Employee Leaves.


Search by Person (Creator or Collaborator)

The from: operator is broader than owner:—it finds files shared with you by a specific person, or created by them.

from:sarah@company.com

Useful when someone sent you a file but you can't remember what it was called or where it ended up.


Search by Date

Two operators control date-based filtering: before: and after:. Dates must be formatted as YYYY-MM-DD.

after:2024-01-01
before:2023-12-31
after:2024-01-01 before:2024-06-30

What "date" means: By default, Drive filters on the date the file was last modified. To search by creation date instead, use Advanced Search and switch the date field dropdown from "Modified" to "Created."

Example: Find all PDFs uploaded in Q1 of last year:

type:pdf after:2024-01-01 before:2024-04-01

Search by Location

Drive search covers everything by default—My Drive, Shared Drives, files shared with you. To restrict results to a specific folder or drive, use the location approach:

Option 1: Search within a folder Navigate to the folder in Drive, then search from there. Drive will prompt you to choose between "This folder" and "Everywhere." Choose "This folder."

Option 2: Use the in: operator You can search within a Shared Drive by name using Advanced Search's "Location" field, which generates an in: operator behind the scenes with the Drive's ID.

Option 3: Search only what you own or what's shared

is:mine
is:shared

is:mine returns files in your personal My Drive. is:shared returns files shared with you by others. These are useful when you know approximately where a file lives.


Search by Sharing Status

These operators filter files based on how they've been shared—useful for security audits or finding files that have broader access than they should.

What you want Search
Files shared with anyone is:shared
Files shared with people outside your organization to:external
Files you haven't shared with anyone visibility:private
Files shared with your whole organization visibility:domain
Files accessible to anyone with the link visibility:anyone_with_link

Security use case: Find all files shared externally:

is:shared to:external

This is a starting point for a sharing audit. For a more complete picture—including who specifically has access to which files—tools like Overdrive give you a full view across your organization's drives.


Search by Filename

To restrict matches to file names only (rather than file content), use title: or name::

title:Q3 report
name:"2024 budget"

Use quotes for exact phrases. Without quotes, Drive matches files containing any of the words.

When this matters: If you search for proposal, Drive returns every file that contains the word proposal anywhere in the document. If you search title:proposal, it only returns files with "proposal" in the name.


Search by Content

Drive indexes the text content of most file types—Google Docs, Sheets, Slides, PDFs, and even some image files with readable text. The default search (without operators) already searches content, but you can make it explicit:

"exact phrase in quotes"

Wrapping a phrase in quotes forces Drive to match the exact string rather than individual words. Use this when you remember specific language from a document but not its name.

Example: "net payment terms 30 days" will find contracts and invoices containing that exact phrase.


Search by Star

Files you've starred are accessible via:

is:starred

Combine with other operators to narrow further:

is:starred type:document

Search for Recently Opened Files

Drive doesn't have a dedicated search operator for "recently viewed," but you can access recent files through:

  • Drive home page: The default view shows recently opened files
  • Quick Access: The suggested files at the top of Drive home are based on your activity
  • Sorted search: After running any search, sort by "Last opened by me" in the results view

Combining Operators

The real power comes from chaining operators together. Drive supports combining multiple operators in a single search—just write them with spaces between them.

Find a specific type of file from a specific person in a date range:

type:spreadsheet from:finance@company.com after:2024-01-01

Find all externally shared PDFs:

type:pdf to:external

Find large presentations you own that are older than a year:

type:presentation owner:me before:2024-01-01

Find anything with "contract" in the name, shared outside the company:

title:contract to:external

There's no AND, OR, or NOT syntax in Drive's search the way there is in some other tools. Multiple operators are implicitly AND—all conditions must match. There's no native NOT or exclusion operator, though you can often work around this with more specific positive filters.


Practical Searches Worth Saving

Here are some searches that are useful enough to run regularly:

Files shared outside your organization

to:external is:shared

Files you own that you've never shared

owner:me visibility:private

Large PDFs from the past year (good for storage cleanup)

type:pdf after:2024-01-01

(Then sort by file size in results)

Everything owned by a departing employee

owner:leavingperson@company.com

Folders you have access to but don't own

type:folder is:shared -owner:me

(Note: -owner:me is a workaround negation—prepending - to an operator excludes it)


The - Negation Operator

One lesser-known feature: prepending - to an operator excludes matching results.

-owner:me         (files not owned by you)
-type:folder      (exclude folders from results)
-from:someone@company.com  (exclude files from this person)

This isn't documented prominently by Google but works consistently in the search bar.


Using Saved Searches

Drive doesn't have a native "save search" feature, but there are two workarounds:

Browser bookmarks: Run your search, then bookmark the URL. Drive encodes search parameters in the URL, so revisiting the bookmark re-runs the exact same search.

Overdrive: For teams that need to run regular audits—checking for externally shared files, finding orphaned content, monitoring sharing changes—Overdrive gives you a persistent view of file permissions and sharing across your entire organization without manual searching.


Mobile Search

The Drive mobile app supports some operators but not all. type:, owner:, and from: work reliably on mobile. Date operators and visibility filters are better handled from a desktop browser.

For complex searches, use a desktop browser and bookmark the results URL if you need to revisit on mobile.


Quick Reference: All Operators

Operator What It Does Example
type: Filter by file type type:pdf
owner: Files owned by someone owner:me
from: Files shared by someone from:sarah@company.com
to: Files shared with someone to:external
title: or name: Match file name only title:budget
after: Modified after a date after:2024-01-01
before: Modified before a date before:2023-12-31
is:starred Starred files is:starred
is:shared Files shared with others is:shared
is:mine Files in your My Drive is:mine
visibility:private Files shared with no one visibility:private
visibility:anyone_with_link Files with link sharing on visibility:anyone_with_link
visibility:domain Shared with whole org visibility:domain
- (prefix) Exclude a condition -owner:me
"exact phrase" Exact content match "net payment terms"

Related Articles

Related Guides