Dropbox Watchdog

Search issues

Search the Dropbox Watchdog archive

All issues

Case and Unicode conflicts: when identical-looking names collide and get renamed

2014–2026

LowStatus: OngoingProduct: Core syncYear: 2015

Names that are distinct on Dropbox's case-sensitive, Unicode-tolerant servers but identical on Windows or macOS collide on sync, and Dropbox resolves the clash by silently appending '(Case Conflict)' or '(Unicode Encoding Conflict)' to one of the files.

What happened

Dropbox's server namespace is case-sensitive and tolerant of different Unicode encodings, but the Windows and macOS filesystems it syncs to are case-insensitive and normalize names differently. That mismatch produces two recurring classes of conflict.

A case conflict occurs when two items differ only in capitalization — for example a folder named 'records' and another named 'Records'. This is perfectly legal on dropbox.com but impossible on a case-insensitive local filesystem, so when the files sync down, Dropbox appends '(Case Conflict)' to one of them. A Unicode encoding conflict occurs when two names look identical on screen but differ in their underlying Unicode byte representation (such as composed NFC versus decomposed NFD forms of accented characters); these collide on a local filesystem that normalizes them to the same thing, and Dropbox appends '(Unicode Encoding Conflict)' to one.

In both cases Dropbox silently renames a file to avoid losing it. The renamed file is preserved, but its name no longer matches what the user or their software expects.

Impact

Silent renaming breaks links, scripts, and references that depend on exact filenames, and it can leave users with mysteriously duplicated-looking folders whose contents are actually split between two near-identical names. The conflicts are most painful for cross-platform teams and for anyone syncing data created on case-sensitive Linux or on systems using non-Latin scripts, where such collisions are common. As with conflicted copies, the underlying choice — preserve data by renaming rather than lose it — is defensible, but the silent, automatic rename can itself cause real downstream breakage.

Dropbox's Response / Official Position

Dropbox documents both behaviors in dedicated help articles, explaining that it appends '(Case Conflict)' or '(Unicode Encoding Conflict)' to a file to preserve it when two names collide on a local filesystem, and advising users to rename the items to resolve the clash.

Sources

Related guides

Spot an error, or have a source to add?
Report an error / suggest update

Related issues

Dropbox's own status page logged eleven separate incidents between January and September 2026 — mostly brief, but including a roughly 93-hour shared-content-download degradation in June and an 11-hour, 46-minute Dropbox Protect failure in August.

Reliability & Data LossCurrent / Ongoing Issues (2024–2026)
Read documentation

Dropbox has reorganized around Dash, an AI-powered search assistant, repeatedly describing its core file-sync product as 'mature' — leaving longtime users uncertain how much future investment the service they actually pay for will receive.

Reliability & Data LossProduct Changes & User BacklashCurrent / Ongoing Issues (2024–2026)
Read documentation

Dropbox deems a free account inactive after 12 months with no log-in or file activity; the account is then disabled and, after a further period, its files are deleted. Users widely report having data erased while assuming Dropbox was a safe long-term store.

Reliability & Data LossProduct Changes & User BacklashAccount Lockouts & Support Failures
Read documentation

Dropbox can disable an account for policy violations — and when it does, all access to the account and its files is terminated at once. Users widely report being locked out with little explanation, and that some disablings are triggered by automated abuse-detection.

Reliability & Data LossAccount Lockouts & Support Failures
Read documentation