Cloud Backup Says Quota Exceeded – But You Haven't Added Files
Your cloud backup service says you're over quota even though you didn't add anything. The culprit is almost always leftover snapshot versions or a sync loop. Here's how to fix it fast.
The 30-Second Fix: Check Your Sync App's Cached Data
This sounds stupid, but I've seen it a hundred times. Your cloud backup app — Google Drive, OneDrive, Dropbox, whatever — has a local cache that counts files it already uploaded. If that cache gets corrupted, it thinks everything on your drive is new data. That instantly fills your quota.
Windows: Close the app, delete C:\Users\[username]\AppData\Local\[backup app name]\Cache
Mac: Quit the app, delete ~/Library/Application Support/[backup app name]/Cache
Then restart the app. It'll rebuild the cache from the server. Nine times out of ten, the quota error disappears. No joke.
The 5-Minute Fix: Delete Old File Versions & Snapshots
If the cache fix didn't work, here's the real problem: your backup service keeps every version of every file you've ever uploaded. Every edit, every rename, every delete — it's all sitting there in “version history” or “snapshots.” You can't see these files in the normal view, but they eat your quota.
For OneDrive: Go to the web portal, click the gear icon, then “Options.” Find “Manage storage” or “Version history.” Delete old versions for files you haven't touched in 30+ days. Dump the recycle bin too — that's often the biggest hidden space hog.
For Google Drive: Check the “Trash” folder. Google counts trash toward your quota unless you empty it. Click “Trash” on the left, then “Empty trash” at the top. Also check “Storage” in settings — it shows what's eating your space by file type. If you see a ton of Google Docs or Photos, those might be the problem (Google Photos used to be free; now it counts).
For Dropbox: Dropbox keeps deleted files for 30 days (or 180 days on business plans). Go to “Deleted files” on the web, and permanently delete everything. Also check “File requests” — sometimes people uploaded stuff to your shared folder without telling you.
The 15+ Minute Fix: Check for Sync Loops & Hidden Large Files
This is the advanced stuff. A sync loop happens when the backup app sees a file, tries to upload it, fails (because quota is full), then tries again, and again, and again. Each attempt might create a temp file that counts toward your quota. I've seen this with large Outlook PST files, video projects, and virtual machine disk images.
- Find the file(s) causing the loop: Look at the backup app's sync log. For OneDrive, press Win+R and type
%localappdata%\Microsoft\OneDrive\logs. Open the latest .log file in Notepad. Search for “error” or “quota.” You'll see the exact file path. - Remove that file from sync: Right-click the file, go to Properties, and set it to “Always keep on this device” (or “Online-only” if you want). If it's a PST file, just exclude the whole Outlook folder from backup.
- Check for hidden files: Enable “Show hidden files” in File Explorer. Look for files named
~$or.tmpin your backup folder. These are temp files from Office or other apps. Delete them — they're usually useless. - Force a full rescan: Pause sync, delete the entire local backup folder (yes, all of it), then resume sync. This forces the app to re-download everything fresh. It takes time, but it fixes corrupted file states.
When Nothing Works: Upgrade or Switch Services
If you've done all three steps and the quota is still wrong, the problem might be on the server side. Some backup services have a known bug where they don't properly update your used space after you delete files. In that case:
- Wait 24-48 hours. Seriously. Sometimes the server just needs time to recalculate.
- Contact support. But don't bother with the chatbot. Call or email them directly. Tell them you've cleared cache, deleted versions, and emptied trash. Ask them to manually sync your storage count.
- Migrate to another service. If it happens repeatedly (like every 3 months), the service has a fundamental problem. I've seen this with older Dropbox Business accounts and some Google Workspace plans. Switch to a service that doesn't have this issue — Backblaze or iDrive tend to be more reliable for large backups.
Quick Reference Table
| Service | Where hidden space hides | Time to check |
|---|---|---|
| OneDrive | Version history & recycle bin | 2 minutes |
| Google Drive | Trash & Google Photos | 1 minute |
| Dropbox | Deleted files & file requests | 3 minutes |
| Backblaze | Old file versions (30-day limit) | 5 minutes |
| iDrive | Previous versions & trash | 4 minutes |
Pro tip: Set a monthly reminder to empty your cloud trash and clean old versions. Do it on the 1st of every month. Takes 30 seconds, saves you hours of headache later.
That's it. Start with the cache, then the trash, then the loop. You'll fix this in under 15 minutes unless the problem is server-side. And if it's server-side? Upgrade or move. Don't waste your time fighting a broken system.
Was this solution helpful?