1. Home
  2. Companies
  3. Dropbox
  4. Outage Map
Dropbox

Dropbox Outage Map

The map below depicts the most recent cities worldwide where Dropbox users have reported problems and outages. If you are having an issue with Dropbox, make sure to submit a report below

Loading map, please wait...

The heatmap above shows where the most recent user-submitted and social media reports are geographically clustered. The density of these reports is depicted by the color scale as shown below.

Dropbox users affected:

Less
More
Check Current Status

Dropbox is a file hosting service operated by American company Dropbox, Inc., headquartered in San Francisco, California, that offers cloud storage, file synchronization, personal cloud, and client software.

Most Affected Locations

Outage reports and issues in the past 15 days originated from:

Location Reports
Bournemouth, England 1
Check Current Status

Community Discussion

Tips? Frustrations? Share them here. Useful comments include a description of the problem, city and postal code.

Beware of "support numbers" or "recovery" accounts that might be posted below. Make sure to report and downvote those comments. Avoid posting your personal information.

Dropbox Issues Reports

Latest outage, problems and issue reports in social media:

  • _meshgear
    meshgear (@_meshgear) reported

    @Dropbox It is not working.

  • daniel_adinnu
    Dinnu daniel (@daniel_adinnu) reported

    Ariana Grande said “I’ll see you in jail, literally” to whoever was leaking her music. On Monday, she filed the lawsuit that starts making good on it. The suit, filed in Los Angeles County Superior Court, names John Doe defendants she’s suing specifically to identify, accusing them of invasion of privacy, violating California’s Comprehensive Data Access and Fraud Act, and conversion. It describes not a single breach but a pattern stretching back years: in 2019, hackers stole a photographer’s Dropbox login and downloaded unreleased photos. In 2020, a producer’s phone was compromised, surfacing unreleased masters, demos, and recording session footage. In 2023 alone, 45 unreleased songs were stolen and leaked. In 2024, hackers built a fake email domain impersonating a photographer to trick a digital technician into handing over unreleased images. The complaint states that hundreds of similar leaks have occurred since her 2011 debut, with stolen material allegedly resold on the dark web for what it calls significant sums. The 2023 wave is what made the pattern impossible to keep quiet about. One of the leaked tracks, “Fantasize,” a collaboration with longtime producer Max Martin, spread across TikTok well before any release date. Grande addressed it publicly on the Zach Sang Show in early 2024, laughing through her own anger as she called the leakers “thieves, pirates, crooks” and joked she’d pay them more just to make the leak disappear. The lawsuit’s real target isn’t a single hacker. It’s the access itself, the accounts of the photographers, producers, and technicians who work closest to her, treated as the weak point in a system built to protect the artist directly. Grande isn’t suing to recover songs that are already out. She’s suing to find out who keeps getting in.

  • 3dd1pr1nc3
    Boi_Eddi (@3dd1pr1nc3) reported

    Your next business idea is probably hiding inside a frustration. Most successful businesses started with: "This is annoying." Uber. Airbnb. Dropbox. Pay attention to problems. Ask: • What wastes my time? • What confuses me? • What do people complain about?

  • Sujay__Raj
    Sujay. (@Sujay__Raj) reported

    Here is what it breaks down: Local AI: Run Ollama, LM Studio, or LocalAI right on your machine instead of paying for ChatGPT. Cloud Storage: Replace Dropbox and Google Drive with Nextcloud or Syncthing so your files never leave your house. Network Privacy: Complete WireGuard and PiVPN setup guides for secure browsing. Private ***: Ditch GitHub and self-host your own repos using Gitea or GitLab.

  • JLemmens_
    JLemmens (@JLemmens_) reported

    @mrsgcomics Onedrive honestly was the best one of the filesyncing services I've used over the time but don't rely on that alone if **** hits the fan. Dropbox (2expensive), Mega (2sluggish), Idrive (obsolete), Gdrive (risky+slow unless you use that app but even then), haven't tried Proton.

  • 0xlelouch_
    Abhishek Singh (@0xlelouch_) reported

    Asked: design Dropbox-style file sync. Start with requirements: 1) Multi-device, near real-time where possible, offline OK 2) Large files, resume uploads, delta sync 3) Sharing, ACLs, rename/move, delete, version history 4) Consistency target: per-file eventual, monotonic reads per device 5) Conflict policy: last-writer-wins vs explicit conflict copies APIs + model: - PUT /files/{path} (upload session, chunked) - GET /files/{path}?version= - POST /ops (batch rename/move/delete) - Watch/long-poll for changes since cursor Tables: users, devices, file_id, path entries, content_hash, blocks(hash, refcnt), versions(file_id, v, root_hash), change_log(user_id, seq, op) Architecture: - Client computes block hashes, uploads missing blocks to object store - Metadata service commits new version + appends to per-user change log - Notifier pushes cursors to devices (WebSocket/APNS), devices pull diff - Background GC deletes unreferenced blocks (refcnt/mark-sweep) Scaling: - Shard metadata by user_id, keep change log append-only per shard - CDN/object store for blocks, pre-signed URLs, parallel chunk upload - Hot paths: cursor polling, small metadata reads; cache by (user, cursor) Tradeoffs: - Dedupe by block saves $$$, costs CPU and leaks similarity unless salted - Rename is metadata-only if path->file_id indirection exists - Strong consistency needs consensus; most systems accept eventual + conflicts Failure cases to cover: - Network drop mid-upload: upload session + idempotent chunk PUTs - Duplicate notifications: cursor-based pull makes it safe - Device clock skew: use server seq/version, not timestamps - Split-brain offline edits: detect divergent parents, create conflict version - Partial metadata commit: 2-phase between metadata + block refs, or reconcile job

  • hanzala_007
    Google Account (@hanzala_007) reported

    @CricketCaptain Where to place names files in dropbox,there are multiple folders. Like last time in saves its not working

  • wecraveai
    AI Crave (@wecraveai) reported

    Open source NotebookLM alternative with no data limits and AI agents. Same idea as Google's NotebookLM. Same chat-with-your-docs. Same podcast generator. Same cited answers. Except this one has no source limit, no notebook limit, no 200MB file cap, and no Google login. It's called SurfSense. Google NotebookLM vs SurfSense: - Sources per notebook: 50 to 600 → Unlimited - File size cap: 200MB and 500K words → No limit - LLM choice: Gemini only → 100+ models via LiteLLM - Local LLMs: Not allowed → Full Ollama and vLLM support - Self-host: No → Yes, one Docker command - Price: $0, $19.99/mo Pro, or $249.99/mo Ultra → $0 forever Here's the wildest part: It connects to 27+ sources Google can't touch. Notion. Slack. Linear. Jira. GitHub. Discord. Dropbox. OneDrive. Gmail. Confluence. Obsidian. ClickUp. Microsoft Teams. Airtable. Your entire work life, indexed once, searchable from one chat box. 14.4K GitHub stars. 1.4K forks. 6,232 commits. Apache-2.0 license. One honest note: the README says it's not yet production-ready and still being actively developed. But it already does more than NotebookLM does, and the gap is widening every release. This is what NotebookLM should have been from the start. Repo in the first comment.

  • ryanfoxeth
    RyanFox.eth (@ryanfoxeth) reported

    “consumer doesn't run on problems” 👏 Consumers will pay to be entertained. Businesses will pay to be productive. This is a lesson the tech industry is forced to learn every decade or so. Apple, Microsoft, Google, Mozilla, Dropbox, Evernote, Quip, AirTable, Trello, etc have all learned this the hard way. We saw it play out in crypto. Today it’s playing out in OpenAI vs Anthropic.

  • evanniestash
    evannie 🎀💌 (@evanniestash) reported

    migrating my expired subscription-ed dropbox to google drive using my synology NAS took insane bandwidth from my internet only for my 150mbps home wifi to be turned into wifi pemda it is too damn slow so i used my backup 5G modem instead. thanks indosat hehe

  • JoakimThomsen
    JMT (@JoakimThomsen) reported

    @shadcn Where is that post with the guy who thought Dropbox couldn’t make it because he just set up an FTP server on his home rack and had his files there? *you are in a bubble my friend*

  • 2DoApp
    2Do (@2DoApp) reported

    @PhilipLeworthy The Android app is going to unfortunately remain on CalDAV + Dropbox sync for now. I'll be updating it to fix a few issues as well as Tablet related compatibility issues but not major features planned. It remains functional the way it is albeit with a few limitations.

  • Blaz_Dao
    CHRISTOPHER BLAZ✨ (@Blaz_Dao) reported

    Walrus 🦭 and Walrus Memory explained in a lay man's understanding. Let's dive in: 1. What is" Walrus🦭" ?? Firstly, I want you to think of Walrus as a gaint decentralised hard drive built on Sui protocol or ecosystem. Walrus is trying to become the decentralized version of cloud storage services like Google Drive, Dropbox, or Amazon S3, but built for Web3. In a simple analogy, think of it like this; Google Drive vs Walrus With Google Drive, your files are stored on Google's servers and Google controls the storage. If Google removes a file or service, you're dependent on them. But, With Walrus🦭 it's a different case as your files are split into many pieces. Those pieces are stored across many independent storage providers in a cheap manner as no single company controls all of your data. And the most fascinating thing is as long as enough storage providers remain online, your files can be recovered whenever you want. 2. What is "Walrus memory"?? In plain English, Walrus memory is simply the storage space used to keep data on the Walrus network. That data can be:Images, Videos, Documents, NFT media, AI datasets, Website files, Backups etc. Why does it matter? Imagine a viral meme image on Sui. Normally, the blockchain only stores a reference to the image because storing the image itself would be too expensive. Most blockchains are good at storing transactions but terrible at storing large files. @WalrusProtocol is designed to store large amounts of data cheaply while remaining decentralized. ~BlazCares

  • Chaos2Cured
    Kirk Patrick Miller (@Chaos2Cured) reported

    @RealRoseGoblin Do you have Dropbox? Of Google Drive? I am afraid with email I am super slow. If you have a personal phone, I have WhatsApp. I have learned to simply do everything publicly. Mostly to protect myself. Try to DM me your number. Happy to connect. If it is big, you should post it here, on IG, on TikTok… everywhere. •

  • HodlReaper
    HodlReaper (@HodlReaper) reported

    HE PAYS $8 A MONTH FOR NETFLIX, DROPBOX, AND AN IT DEPARTMENT THAT NEVER SLEEPS. One server. One guy. Zero subscriptions. He runs Debian. Free. No license, no monthly fee. Every app lives in its own Docker container. Like apps on a phone. One breaks, the rest keep running. Claude Code runs the whole thing. It writes scripts. It watches the other apps. At 2 AM, when something crashes, it fixes it before he wakes up. He built his own IT department. It doesn't sleep. It doesn't ask for a raise. Plex replaces Netflix. Every DVD and show he owns streams straight to his family. $15 a month, gone. AdGuard kills ads before they hit the Wi-Fi. WebDAV replaces Dropbox, Google Drive, iCloud. Calibre Web holds his entire book library. He mirrored all of Wikipedia. In case the internet ever goes down. He's also building an app on the same server, with its own dashboard tracking rollout errors before they become real problems. Infrastructure scripts watch everything else. Restart what dies. Upgrade what's outdated. He doesn't touch it. Total cost: $8 a month in electricity. Netflix alone costs more than that.

Check Current Status