Dropbox can't connect to servers – quick fix
Dropbox says it can't reach its servers. Usually a firewall or proxy issue. Try these steps in order.
First thing – the 30 second fix
This is the one that fixes 7 out of 10 cases I see. You're not going to believe how simple it is.
- Right-click the Dropbox icon in your system tray (bottom right on Windows, top right on Mac).
- Select Preferences.
- Go to the Network tab.
- Look for a checkbox that says Limit bandwidth or Use LAN sync. Uncheck it if it's checked. If it's already unchecked, move to the next step.
- Below that, find Dropbox proxy settings. Change it from Automatic to No proxy.
- Click Apply.
After clicking Apply, you should see the Dropbox icon turn from a gray X to a blue sync arrow within 10 seconds. If it doesn't, wait 30 seconds and then right-click the icon and choose Pause syncing, then Resume syncing. That forces a reconnection.
Why this works: Dropbox sometimes gets confused about your network settings. If you have a VPN running, a corporate proxy, or even a misconfigured router, the automatic proxy detection trips up. Telling it to use no proxy bypasses that.
Real-world trigger: I had a user on Windows 11 who installed a free VPN trial. The VPN left a proxy setting behind even after uninstalling. This fix solved it in 20 seconds.
If that didn't work – the 5 minute fix
This step clears out Dropbox's cached connection data. It's like cleaning the pipes.
- Make sure Dropbox is completely closed. Right-click the system tray icon and choose Quit Dropbox.
- Open File Explorer (Windows) or Finder (Mac).
- Type this in the address bar:
%APPDATA%\Dropbox\(Windows) or~/Library/Application Support/Dropbox/(Mac). - Look for a file named host.db or host.dbx. Delete it. Don't worry, Dropbox will recreate it.
- Also delete any file named dropbox.db or dropbox.cache – those are stale connection logs.
- Restart Dropbox.
After restart, you should see Dropbox start syncing within a minute. If you get a popup saying "Dropbox cannot connect – check your internet connection," ignore it and wait. The database rebuild takes up to 30 seconds on a fast machine.
If you're on a corporate network, also check if your IT department uses a proxy server that requires authentication. Dropbox doesn't handle authenticated proxies well. You might need to ask them for the proxy address and port, then in Dropbox Preferences > Network > Proxy, select Manual and enter the details.
I've seen this fail when antivirus software like McAfee or Norton interferes. Quick test: temporarily disable your antivirus for 30 seconds and see if Dropbox connects. If it does, add Dropbox to your antivirus's exception list. McAfee specifically blocks Dropbox's localhost connections in its firewall module.
Last resort – the 15+ minute fix
This is for stubborn cases. You've tried the above, and Dropbox still says it can't reach servers. Now we go deep.
Step 1: Flush DNS
Dropbox uses specific servers that your ISP's DNS might not resolve correctly. Flush your DNS cache.
Windows:
Open Command Prompt as Administrator (right-click Start > Command Prompt Admin). Type:
ipconfig /flushdns
You should see: "Successfully flushed the DNS Resolver Cache."
Mac:
Open Terminal (Applications > Utilities). Type:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Enter your admin password. You won't see any output, but that's normal.
Step 2: Check firewall rules
Windows Defender Firewall often blocks Dropbox after a Windows update. I've seen this happen after the 2023 Windows 11 23H2 update.
- Open Windows Security > Firewall & network protection.
- Click Allow an app through firewall.
- Look for Dropbox in the list. If it's not there, click Change settings > Allow another app and browse to
C:\Program Files (x86)\Dropbox\Client\Dropbox.exe. - Make sure both Private and Public checkboxes are ticked for Dropbox.
- Click OK.
On Mac:
Go to System Settings > Network > Firewall. Click Options. If Dropbox is listed, make sure it's set to Allow incoming connections. If it's not listed, click the + button and add Dropbox from your Applications folder.
Step 3: Reset Dropbox completely
This removes all settings and re-downloads the connection config. Your files stay safe – they're on your hard drive and in the cloud.
- Quit Dropbox completely.
- Open Run dialog (Windows key + R). Type
%APPDATA%\Dropbox\and hit Enter. - Delete everything inside that folder. Yes, everything. Don't worry, you won't lose your files.
- Restart Dropbox. It will ask you to sign in again. Do that.
- Dropbox will rebuild its database from scratch. This can take 5-10 minutes on a large account with many files.
After signing in, Dropbox should connect within 2 minutes. If it still doesn't, the problem is likely outside your computer – router, ISP, or corporate firewall.
Step 4: Test with a different network
Connect your computer to your phone's mobile hotspot. If Dropbox connects immediately, the issue is your home or office router. Common culprits:
- Router firewall blocking port 443 (HTTPS). Dropbox uses this.
- Parental controls or content filtering that blocks Dropbox domains.
- QoS settings throttling cloud sync traffic.
If the mobile hotspot test works, log into your router admin panel (usually 192.168.1.1 or 192.168.0.1) and check for any filtering rules. Disable them temporarily to test.
When nothing works
If you've done all four steps and Dropbox still can't connect, the problem might be on Dropbox's end. Check Dropbox Status to see if there's an outage. In my experience, this happens maybe once every 18 months. Wait 2 hours and try again.
If there's no outage, contact Dropbox support. They have tools to check your connection from their side. But honestly, 99% of the time one of the fixes above works. Start with the 30-second one. You're not going to need the longer ones.
Was this solution helpful?