1. Sharing files and folders
  2. Payments and billing
  3. Security and privacy
  4. Dropbox for Business
  5. Syncing and uploads
  6. Sign-in help
  7. Desktop client and web app
  8. Manage account
  9. Space and storage
  10. Photos and videos
  11. Mobile

What do I do if Dropbox is stuck syncing, won't launch, or reports an error?

If your Dropbox desktop installation experiences any of the following behavior, your Dropbox installation may be inaccessible or corrupted:

  • Dropbox closes as soon as it opens.
  • Dropbox fails to open and reports an error message. (If the error message is "OperationalError" or "BrokenTempDirError," fix the permissions for your %TEMP% folder.)
  • Dropbox is not syncing and reports that you're running an old version of the application.
  • The Dropbox system tray/menu bar icon is endlessly syncing (as indicated by spinning arrows on a blue icon), but not making any progress.
  • The syncing status in your Dropbox menu says "Permission denied" or "Rejected by Server."
  • The Dropbox contextual menu is missing.
  • Syncing icons do not appear correctly.

If Dropbox appears to sync files quickly at first, but then appears to be stuck at the last moment, it's possible your antivirus or system optimization application is interfering with the Dropbox application. This is a known issue with antivirus applications such as:

If this happens to you, consider adding Dropbox to your application's whitelist or try disabling your antivirus application and restarting the Dropbox application.

TuneUp Utilities (Windows) is also known to optimize your computer by uninstalling Dropbox. If you're running TuneUp, try disabling the application and reinstalling the Dropbox application. You can report the issue with Tuneup using their online web form.

If you're not running an antivirus application or are sure it's not interfering with Dropbox, your Dropbox settings may be inaccessible. If your settings are corrupted, one way to reset them is by unlinking and then relinking your computer to your Dropbox account. Don't worry, the files in your Dropbox folder will remain untouched.

Haven’t found your answer here? Ask our Community experts!

Dropbox forums

For our advanced users

If unlinking and relinking your account doesn't solve the issue, your settings may be protected or inaccessible due to a permissions problem. If this is the case, you can remove your settings by hand using an administrative account. Here's how:

Windows On Windows Vista, Windows 7, or Windows 8

  1. Quit Dropbox by clicking on the Dropbox icon in the system tray, clicking the gear icon in the notifications panel, and selecting Exit Dropbox from the menu.
  2. Press the Windows Key + R (at the same time), then type cmd and press Enter to open the command prompt.
  3. Copy and paste the following lines into the command prompt, one at a time, and press Enter after each one. Please make sure you copy and paste these commands (don't type them by hand), as getting them wrong could cause some harm. Also, you can only paste them by right-clicking and selecting Paste.
    icacls "%HOMEPATH%\Dropbox" /grant "%USERNAME%":(F) /T
    icacls "%APPDATA%\Dropbox" /grant "%USERNAME%":(F) /T
    icacls "%APPDATA%\DropboxMaster" /grant "%USERNAME%":(F) /T

    If the location of Dropbox folder is not C:\Users\YourUser\Dropbox path, please modify the first command to point to it. For example, if your Dropbox is in D:\Dropbox, the command would look as follows:
    icacls "D:\Dropbox" /grant "%USERNAME%":(F) /T
    			

    The other commands should remain unchanged. Please note that, depending on the size of your Dropbox, this operation might take some time to complete, so wait for the C:\ prompt to appear again.
  4. Restart Dropbox by going to the Start menu and selecting Program Files, then Dropbox.

Mac OS X On Mac OS X

  1. Quit Dropbox by clicking on the Dropbox icon from the menu bar, clicking on the gear icon, and selecting Quit Dropbox from the pop-up menu.
  2. Open your Terminal app (located at /Applications/Utilities/Terminal).
  3. Copy and paste the following lines into the Terminal, one at a time, and press Return after each one. Please make sure you copy and paste these commands (don't type them by hand), as getting them wrong could cause some harm. You'll be prompted for your computer user's password (not your Dropbox password) after entering the first command. Keep in mind that the password field in the terminal will remain blank as you type your password. After you type it, just press Return.
    sudo chflags -R nouchg ~/Dropbox ~/.dropbox ~/.dropbox-master
    sudo chown "$USER" "$HOME"
    sudo chown -R "$USER" ~/Dropbox ~/.dropbox ~/.dropbox-master
    sudo chmod -RN ~/.dropbox ~/Dropbox ~/.dropbox-master
    chmod -R u+rw ~/Dropbox ~/.dropbox ~/.dropbox-master

    If the location of your Dropbox folder is not ~/Dropbox, make sure you modify all the commands above to point to the correct location.
  4. Restart Dropbox. Dropbox is located in your Applications folder.

Windows On Windows XP

  1. Quit Dropbox by clicking on the Dropbox icon in the system tray, clicking the gear icon in the notifications panel, and selecting Exit Dropbox from the menu.
  2. Press the Windows Key + R (at the same time). Then type cmd and press Enter to open the command prompt.
  3. Copy and paste the following lines into the command prompt, one at a time, and press Enter after each one. Please make sure you copy and paste these commands (don't type them by hand), as getting them wrong could cause some harm. Also, you can only paste them by right-clicking and selecting Paste.
    cacls "%HOMEPATH%\My Documents\Dropbox" /G "%USERNAME%":F /T
    cacls "%APPDATA%\Dropbox" /G "%USERNAME%":F /T
    cacls "%APPDATA%\DropboxMaster" /G "%USERNAME%":F /T 

    If your Dropbox folder is not in the C:\Users\YourUserName\My Documents\Dropbox path, please modify the first command to point to it. For example, if your Dropbox is in D:\Dropbox, the command would look as follows:
    cacls "D:\Dropbox" /grant "%USERNAME%":(F) /T
    			

    The other commands should remain unchanged. Please note that, depending on the size of your Dropbox, this operation might take some time to complete, so wait for the C:\ prompt to appear again.
  4. Restart Dropbox by going to the Start menu and selecting Program Files, then Dropbox.

Linux On Linux

  1. Quit Dropbox by right-clicking on the Dropbox menu from the menu bar and selecting Quit
  2. Open a terminal window and copy and paste the following line into the terminal (exactly as written below):
    sudo chown "$USER" "$HOME"
    sudo chown -R "$USER" ~/Dropbox ~/.dropbox ~/.dropbox-master
    sudo chattr -R -i ~/Dropbox
    sudo chmod -R u+rw ~/Dropbox ~/.dropbox ~/.dropbox-master

    If your Dropbox folder is not ~/Dropbox, make sure you modify all the commands above to point to the correct location.
  3. Restart Dropbox by going to the Internet menu under Applications.

Note: We're working on a way to check and fix your Dropbox installation automatically from within the application. Stay tuned...