Categories: Cloud

Clean Google Drive and Empty its Trash

Google Drive starts getting clogged up with heaps of useless data. Even though 15GB of storage space may appear to be much larger, it still requires some management, data organization and clean-up on the part of user.

This article primarily focuses on tips to clean up maximum junk from Google Drive as well as sweeping the trash to free up invaluable space for other documents that truly deserve it. For a quick PC and G Drive cleanup, use the ST Cleaner software by Sorcim. It removes troves of useless files and makes your computer run faster. Download it here:

Download Google Drive & PC Cleaner

ST Cleaner Download (w/ Verisign Digital Certificate).
Compatible with Windows 10/8.1/8, Windows 7, Vista/XP.

 

Symptoms

  1. Lack of space
  2. Bloated trash
  3. Hard to manage, disorganization of online documents

Solutions

Solution 1 : Manual Method

Install the Google desktop client and sync it properly with your Google Drive account as this gives more control to the user over their contents even in the offline mode.

 

  1. Visit https://www.google.com/drive/download/ and Download Google Drive
  2. Install the app using the downloaded setup
  3. Login to Google Drive once the installation is completed
  4. Select the Junk files that you think are no longer required and delete every single one of them

Solution 2 : Automated Method

I developed a custom batch script to automatically delete files from the local machine. Once the local files are deleted, your system will sync with the Cloud and soon those files will be erased from Google Drive as well.

Be advised, this script only deletes temp files. If you know about any other junk extensions, enter them after the *.tmp. Make sure to keep the , and use *.extension (format).

@echo off

echo “Please Follow the Instructions as Said”

set /p drive=Please Enter The Drive Letter Where the Google Drive Reside, Example = C ,WARNING TYPE IT CORRECTLY  :

%drive%:

set /p path=Please Enter The Path to the Google Drive Without the Drive Letter, Example = UserName\GoogleDrive (so it would come as C:\UserName\GoogleDrive),WARNING TYPE IT CORRECTLY :

cd %drive%:\%path%

del /s /q /f *.temp,*.tmp

pause

  1. Copy and paste the aforesaid batch script to Notepad and save it as cleaner.bat (Select File Types= All Files to set the extension as cleaner.bat not cleaner.bat.txt)
  2. Open the Windows Start menu and type “CMD” (without quotations)
  3. Open Command Prompt from the Search Result and run it as admin
  4. Paste the script and hit ENTER to execute the command
  5. This will result in the deletion of all junk files from the given directory and its subdirectories.

Solution 3 : Delete files from the Trash

Cleaning the Trash of Google Drive is pretty easy. The important point to remember over here is that Google Drive’s Trash section also derives its storage space from the capacity Google has provided to you, and there is NO extra space for Trash. So emptying the Trash is as important as removing junk items from Google Drive. Users should also note that once the data is removed from the Trash, it can NEVER be recovered. So be careful while reviewing contents of the Trash folder. And now let’s look at the steps to empty the Trash:

  1. Visit the following website: https://drive.google.com/drive/u/0/trash
  2. Locate “TRASH” option from the drop down menu
  3. Review all the files carefully. Click on the “Trash” option and select “Empty Trash”. This will instantly clean up the trash and retrieve some more space for your Google Drive

Vikas

Vikas is a technology enthusiast who loves writing articles on computers and technology. He writes on various topics related to software, software reviews, troubleshooting and tips & tricks to make people's digital lives better.

Recent Posts

Cloud migration assistant Google Photos and Onedrive Business

Google Photos and OneDrive Business are prominent players in the realm of cloud migration. Both…

2 days ago

What to Do When Memory Integrity in Windows 11 is Off? 6 Easy Fixes

Hypervisor-protected code integrity, simply known as Memory Integrity in Windows 11, is used to shield…

1 week ago

Duplicate 1040x Files in Computer

The 1040-X is also known as the Amended U.S. Individual U.S. Income Tax Return form.…

4 weeks ago

Accountants Can Remove Duplicate Tax Return Files Using Clone Files Checker

Accountants manage tax return files as one of their services, and if they have many…

4 weeks ago

How to Find Duplicate Music Tracks in USBs/ USB Library Files

Whether music is your biggest passion or you only hear it from time to time,…

4 weeks ago