Google Drive storage full: the cleanup approach that actually works
When your Google Drive hits the storage limit, the usual advice doesn't cut it. Here's the systematic approach developers and power users actually use to reclaim space.
Why your Drive fills up faster than it should
Google gives everyone 15 GB of free storage. That sounds reasonable until you realize it's shared across Gmail, Google Photos, and Google Drive - and that several categories of files pile up without you noticing.
Google Meet recordings land in Drive automatically after every call. If you're in back-to-back meetings, that's 300–500 MB per recording, multiplying quietly in the background. Google Takeout exports - the ZIP archives Google creates when you export your data - sit in Drive undeleted because most people forget they're there. Docs exported as PDFs, Sheets exported as XLSX, old presentation decks from three reorgs ago - all of it accumulates.
Phone backup is the other silent contributor. If you have Google Photos sync enabled on your phone, every photo and video uploads to Google's storage pool. Video files in particular are large, and most people have years of them.
One thing r/gsuite users frequently report is confusion over the 15 GB limit: they think they've deleted enough to get back under it, but the storage meter barely moves. Often the issue is that they haven't emptied the Trash - deleted files still count against your quota until the Trash is cleared.
The manual approach everyone tries first
The standard advice is: open drive.google.com, click Storage on the left, then sort by size and start deleting. That works, and it's the right starting point. But it has real limitations.
Sorting by size only shows you the biggest individual files. It does nothing about the most common form of storage waste: duplicates. If you have the same 20 MB PDF in three different folders - because three different people shared it with you and you added it to your Drive - sorting by size shows you three separate entries. There's no signal that they're the same file.
The other problem is that the Storage view is slow to work through. Deleting one file at a time, verifying you don't need it, then moving on - for a Drive with a few hundred wasted files, this takes hours. Most people stop before they've made a real dent.
The real culprits worth your attention
Duplicate files are the biggest hidden space waster, and they're almost invisible to manual auditing. Duplicates accumulate from: downloading a file then re-uploading it to a different folder, receiving the same email attachment multiple times, using "Make a copy" in Docs without remembering to clean up later, and syncing the same folder from multiple devices.
Orphaned files from old projects are a close second. These are files that were shared with a project team, the project ended, and the files were never archived or deleted. They sit in your Drive, owned by you, taking up space with no active use.
Large video and recording files deserve their own pass. A single hour-long Google Meet recording is typically 400–700 MB. If you've been using Meet for any length of time, recordings you'll never watch again could be consuming several gigabytes.
Trash that was never emptied. Drive's Trash auto-empties after 30 days, but if you've moved things to Trash recently without emptying it, those files still count. The fix is simple: empty Trash from the left sidebar. Do this before anything else - it's the fastest win available.
What "Shared with me" actually does to your quota
This is one of the most persistent misconceptions about Google Drive storage.
Files in your "Shared with me" view do not count against your storage quota - as long as you don't add them to My Drive. The storage for those files is charged to whoever owns them.
What does count is the inverse: files you own that are shared with others. If you created a 500 MB video and shared it with your entire team, that 500 MB comes from your quota, not theirs.
This matters for cleanup strategy. Going through "Shared with me" and deleting files won't reclaim your storage. The files you need to audit are the ones you own - in My Drive, in any Shared Drives where you're the owner, and in any folders synced from your computer.
A recurring thread on r/google covers this exact confusion: users reporting that their storage is full despite never downloading anything. In most cases, the culprit is owned files - Docs, Sheets, recordings, exports - not files that were shared with them.
The systematic approach
Ad-hoc deletion is how you spend two hours and free up 200 MB. A systematic pass is how you reclaim 4 GB in 30 minutes. The order matters.
Step one: empty Trash. Do this first. It's instant and has no risk. If your Trash has accumulated over weeks, this alone might move the needle significantly.
Step two: audit large files. In Drive's Storage view (drive.google.com/settings/storage), files are sorted by size descending. Work through the top 20–30. For each one, ask: do I actively use this? Is there a newer version? The answer is usually no. This step addresses the easy wins - old video exports, Takeout archives, forgotten ZIP files.
Step three: find and remove duplicates. This is the step that manual auditing handles poorly. Duplicate detection requires comparing file content, not just file names - the same PDF with two slightly different names is still the same file. Doing this by hand across thousands of files is not realistic.
Step four: audit the Computers sync folder. If you've ever used Google Drive for desktop, your computer's local folders may have been synced to Drive under "Computers." If you've switched machines or changed which folders are synced, old snapshots of your filesystem can be sitting in Drive, consuming storage and serving no purpose.
Step five: check your Photos storage. If you're at the storage limit and Google Photos is involved, consider whether you need full-resolution backups of every photo. High quality (compressed) storage was free before June 2021; photos taken since then count against your quota. An audit of large videos in Photos often yields a few gigabytes quickly.
Where Drive Cleaner fits
Steps one and two above are manageable manually. Step three - duplicate detection at scale - is where a tool pays for itself.
Drive Cleaner connects to your Google Drive via OAuth, scans your files, and groups duplicates by content hash - not just filename. That last part matters. Two files named report_final.pdf and report_final_copy.pdf that contain identical bytes will be identified as duplicates. Two files with the same name but different content will not.
The scan gives you a breakdown organized by duplicate group and by file size. You preview before you delete - nothing is removed without your confirmation. Once you've reviewed the groups, you can remove duplicates in bulk rather than one by one.
Drive Cleaner also surfaces large files and organizes the results in a way that makes prioritization obvious. Which folders are consuming the most space? Which file types are accumulating? The audit answers those questions without you having to build your own view.
It connects with your actual Drive using a scoped OAuth grant - read access to scan, write access only when you confirm deletions. No files are stored or processed on external servers beyond what's necessary for the scan.
Manual cleanup vs Drive Cleaner
| Manual (Drive UI) | Drive Cleaner | |
|---|---|---|
| Time for a thorough audit | 2–4 hours | 10–20 minutes |
| Finds duplicate files | No | Yes - by content hash |
| Finds large files | Yes - manual sort | Yes - organized by size |
| Preview before delete | File by file | Group-level review |
| Works on Shared Drives | Partial | Yes |
| Handles bulk removal | No | Yes |
Habits that prevent the problem from returning
The most effective thing is a quarterly Trash empty - set a recurring calendar reminder, takes 10 seconds.
Turn off high-resolution photo backup if you don't need it. For most people, the compressed version Google offers is indistinguishable in daily use, and it has historically been exempt from the storage quota (check your current Google Photos settings, as this has changed over time).
Archive old project folders to local storage before deleting them from Drive. This is especially relevant for video files - export or download the recordings you actually want to keep, then delete the originals from Drive.
If you use Google Workspace through an organization, check whether your admin has increased the storage limit for your account. Many Workspace plans include significantly more than 15 GB, and users sometimes don't realize their limit was raised.
The fastest path to a clean Drive
The 15 GB limit is tight for anyone who's used Google services for more than a year. The manual approach gets you some of the way there. A systematic pass - Trash first, large files second, duplicates third - gets you most of the way. Automating the duplicate detection step is what makes the difference between spending an afternoon on this and spending 20 minutes.
Drive Cleaner handles the parts that don't scale manually. If you're hitting the storage wall, get started - the scan is free and you'll know within minutes what's taking up your space.
Drive Cleaner is part of GKit, a suite of Google Workspace developer tools that also includes SheetsAPI for turning any Google Sheet into a REST API, and 50+ free developer utilities. View pricing or read about what GKit is for.