Cloud Drive App Hitting 100% CPU? Kill These Processes

If your cloud drive app (Dropbox, OneDrive, Google Drive) pegs the CPU at 100%, it's usually a sync loop or corruption. Here's how to stop it cold.

You're Not Alone — This Drives Everyone Nuts

Your fan's screaming, your laptop's hot enough to fry an egg, and Task Manager shows your cloud drive app at 80-100% CPU. I've seen this on Windows 10, 11, and even Mac. The culprit here is almost always a corrupted local index or a sync loop that won't break. Let's fix it without reinstalling everything.

The Fast Fix: Kill the Process and Clear the Cache

Don't bother with disabling startup or uninstalling yet. Here's what works 90% of the time.

  1. Kill the process — Open Task Manager (Ctrl+Shift+Esc), find your cloud drive (Dropbox, OneDrive, GoogleDrive), right-click and choose End Task. For Dropbox, look for 'Dropbox.exe'. For OneDrive, it's 'OneDrive.exe'. For Google Drive, it's 'GoogleDriveFS.exe'.
  2. Clear the cache — This is key. The cache files get corrupted when sync is interrupted (like a crash or low battery). Here's where to find them:
    • Dropbox: Delete everything inside %HOMEPATH%\Dropbox\.dropbox.cache
    • OneDrive: Delete contents of %LOCALAPPDATA%\Microsoft\OneDrive\logs and %LOCALAPPDATA%\Microsoft\OneDrive\settings\Business1 (if it exists). Keep the folders, just remove files.
    • Google Drive: Delete %LOCALAPPDATA%\Google\DriveFS\Cache
  3. Restart the app — Launch it fresh from the Start menu. Let it rebuild the cache. This usually takes 2-5 minutes. After that, CPU usage should drop to near 0%.

If the CPU still sits high after 10 minutes, move to the next section.

Why This Works

Cloud drive apps maintain a local index of every file. When that index gets corrupted (usually from a sudden shutdown or a sync conflict), the app enters a loop: it re-reads the same file over and over, trying to reconcile the local and cloud versions. That's the CPU spike. Clearing the cache forces the app to rebuild the index from scratch, breaking the loop. I've seen this fix Dropbox spikes on Windows 10 and OneDrive loops on Windows 11. It's the same root cause across all three.

Less Common Variations

Sometimes the cache clear alone isn't enough. Here's what else to try:

Check for Antivirus Interference

Some antivirus tools (especially McAfee and Norton) scan every file your cloud drive touches. This can cause the app to think a file changed when it didn't, triggering a re-sync loop. Fix: Add your cloud drive folder to the antivirus exclusion list. For Windows Defender, go to Virus & threat protection > Manage settings > Exclusions, and add the full folder path (e.g., C:\Users\YourName\Dropbox).

Disable Sync for Certain Folders

If you have 50,000+ files or a single huge file (like a 10GB database), the app chokes. Fix: In the app settings, temporarily pause sync for that folder. For Dropbox, right-click the tray icon > Preferences > Sync > Selective Sync. Uncheck the problem folder. For OneDrive, right-click > Settings > Account > Choose folders. Uncheck the big ones.

Check for Multiple Instances

Rare but happens: you have two instances of the same app running. Check Task Manager for duplicate processes. Kill both and restart once. I've seen this after a Windows update that didn't close the old process properly.

Reset the App (Nuclear Option)

If nothing works, reset the app's local database. This is more aggressive — it logs you out and re-downloads everything.

  • Dropbox: Open CMD as admin and run dropbox stop then dropbox start -i
  • OneDrive: Run %localappdata%\Microsoft\OneDrive\OneDrive.exe /reset
  • Google Drive: Go to Settings > Preferences > Disconnect account. Then reconnect.
Wait 30 minutes for the full re-sync. CPU will spike initially, then drop.

How to Stop This From Coming Back

Prevention is simpler than you'd think:

  • Never shut down your PC while a cloud sync is active — Wait for the icon to show 'Up to date'. Abrupt shutdowns corrupt the cache.
  • Keep the app updated — Old versions have known bugs that cause loops. Auto-update is usually fine.
  • Don't store files directly in the cloud drive root folder — Use subfolders. The root folder gets scanned more aggressively on some apps.
  • If you use OneDrive, consider turning off 'Files On-Demand' if you have a slow drive. It reduces the number of file checks.

That's it. Most people only need the cache clear step. If you're still stuck after the reset, check the app's support forum — sometimes a new update introduces a bug that requires a hotfix. But for 95% of cases, this gets your CPU back to normal in under 10 minutes.

Related Errors in Hardware – Hard Drives
0X00000451 Fix ERROR_PARTITION_FAILURE 0X00000451 on Tape Drives 0XC00D1BA3 NS_E_RECORDQ_DISK_FULL: Free Up Disk Space Fast 0X0000024C Fix ERROR_FS_DRIVER_REQUIRED (0x0000024C) on Windows 0X000009CD Fix 0X000009CD: Too Many Image Parameters on Disk

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.