How to organize Google Drive by file type
To organize Google Drive by file type, use Drive's type: search operator to gather all files of one kind (PDFs, images, spreadsheets), select them all, and move them into a folder per type with the Z shortcut. Drive can find files by type natively, but it will never file them by type β the moving is on you or on a tool.
Step by step: the manual method
- Create the destination folders. A flat layout per type is the usual starting point:
My Drive /
PDFs /
Images /
Spreadsheets /
Slides /
Videos /
- Search one type at a time. In the Drive search bar:
type:pdfβ all PDFstype:imageβ JPG, PNG, HEIC, GIFβ¦type:spreadsheet,type:document,type:presentationβ Google-native filestype:video,type:audio,type:folderalso work- Combine with
owner:meto skip files shared with you, orbefore:2024-01-01to take the archive first.
- Select everything in the results (click a file, then Ctrl/Cmd+A).
- Press
Z, choose the type's folder, confirm. Repeat per type.
Twenty minutes for a few hundred files, and no tool needed. Two honest caveats: search results paginate, so very large sets need several passes, and files shared with you can't always be moved β add a shortcut instead.
The limit of sorting by type
"By type" is a container property, not a meaning. After the move, PDFs/ holds your lease, three years of invoices, a scanned passport, and a restaurant menu side by side. Type-based sorting is a good first pass β it clears the Drive root and isolates the formats β but most people then want a second pass by content: invoices with invoices, contracts with contracts.
That second pass is what type searches can't do, because the information isn't in the file's metadata. It takes either patient manual filing or a content-aware tool: Sorters, for example, reads each picked file (PDF and image formats included, via OCR) and files it by document type, date, or supplier according to a template you define β so PDFs/scan_0042.pdf can land in Invoices / 2026 / 06 on its own. One run on a folder of mixed PDFs is a quick way to see if your backlog justifies it.
Is there a way to auto-file new files by type as they arrive?
Not natively. Drive has no folder rules. An Apps Script on a timer can move files by MIME type, or you re-run a search-and-move (or a sort) periodically β see how to auto-sort files in Google Drive for the options compared.
Should folders be by type or by topic?
By topic (clients, projects, admin) almost always wins for findability; by type works best as a temporary triage or for genuinely format-driven work like a photo archive. Google Drive folder structure: examples that work covers the layouts that hold up over time.