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
Paramaribo, Paramaribo 1
Bogotá, Bogota D.C. 1
Auxerre, Bourgogne-Franche-Comté 1
Salt Lake City, UT 1
Madrid, Madrid 1
Conneaut, OH 1
City of London, 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:

  • heynavtoor
    Nav Toor (@heynavtoor) reported

    Google One charges $1.99 to $9.99/month for storage. Dropbox charges $11.99/month. iCloud charges $0.99 to $9.99/month. You have been paying for cloud storage your entire life. A solo developer just turned Telegram into a cloud storage drive. Free. It is called Telegram Drive. 1,200+ stars in 3 months. Built with Tauri, Rust, and React. Cross-platform desktop app for Windows, macOS, and Linux. Your Telegram "Saved Messages" becomes your storage. Private channels you create become folders. The app gives you a clean file explorer on top of Telegram's cloud. Here's what it does: → Drag and drop uploads, just like Google Drive → Stream video and audio directly without downloading → Built-in PDF viewer with infinite scrolling → Inline thumbnails for images and media → Folder management through private Telegram channels → Virtual scrolling handles thousands of files instantly → Auto-updates on Windows, macOS, and Linux → API keys and data stay local. No third-party servers. Files up to 2GB on free accounts. 4GB on Telegram Premium ($4.99/month). Upload as many as you want. Here's the wildest part: You log in with your existing Telegram account. Your files live on Telegram's infrastructure. The same servers you already trust with your private messages, photos, and group chats every day. No subscription. No new account. No third-party server in the middle. Your API keys never leave your device. One developer. Three months of work. Replaced a $144/year subscription stack. Google One 2TB: $9.99/month. $120/year. Dropbox Plus 2TB: $11.99/month. $144/year. iCloud+ 2TB: $9.99/month. $120/year. Telegram Drive: $0. Forever. Built with Tauri, Rust, and React. Free and open. (Link in the comments)

  • allday_stocks
    alldaystocks | 24/7 Market News (@allday_stocks) reported

    $DBX Dropbox Earnings Preview: Flat EPS, Slight Revenue Decline Expected • Q1 EPS expected at $0.70 on revenue of $620.0M, down 0.8% YoY • Dropbox has beaten EPS and revenue estimates 100% of the time over the last 2 years • Revenue estimates saw 5 upward revisions over the last 3 months

  • ce_aj100
    AJ (@ce_aj100) reported

    @SsharmaKirti Maybe isse ek project bnalo... redundant file storage ( across various apps like dropbox, gdrive and local server ). And add video streaming capabilities based on the fastest avalable ( calculated dynamically ) service. I made this couple of years ago, but for different tasks

  • moviesplusgames
    The New Release Guy (@moviesplusgames) reported

    @Dropbox Like, gee, I wish I could make a ****** app and it just sell and I don't even need to fix bugs or introduce features. Must be nice if you're a big *** corporation. Only the people suffer.

  • munchivelo
    J. (@munchivelo) reported

    track back to just over a year to now. i'd built an automated ecommerce flow that took a whole store end to end. seo would research trends, products, and map those into .js scripts which would launch prompts that read those research files. that would feed an image gen prompt which created designs, set to specific standard. i'd generate them, and then ANOTHER prompt, would check the images, score them with a criteria, and either move them to an accepted folder, or move them to an archive folder. the accepted folders, would automatically fire a script which would open photoshop, map the image to smart layers, in a 'product shot' template i'd made, and then export all of the final product shots to another folder, and then exported the flat designs which would be used for the products. another script took the product images, did visual lookups, generated all product descriptions, renamed the images and generated the seo text. it ran optimizations locally via a jpegoptim and oxipng script. it then uploaded them to dropbox, and via API, would generate a dropbox link map. i had one barebones csv template, which i'd run a ps1 script through to map json files into the csv rows, and insert the dropbox link map. all my images, links, followed the exact same slugs, so it turned 2 hours of manual work into a 5 second bulk rename and insert. it then converted that csv into json, which then itself converted that json into ld-json for product rich listings. ai would write the product description based on a dataseo keywords, and googletrends json file that would run on every product type. collecting keywords for that specific product. it also formed it around brand profiles, copy guides and other things. this was sonnet 3 days, GPT 4.0 days, and it STILL wrote great copy when it had the right guidance. in the .js file, i'd replace all em dashes with a hyphen if they ever appeared. i built a custom product uploader, built my own php plugin which synced to local .js files and connected via rest. it was (and still is) one of the best wc product uploaders that exist, as it completely resets filterlookups only for that product, and is lightning fast because i upload it directly into woocommerce rows from json. no importers, no wordpress malarkey, or WC rest needed. it was 50x faster than wc's own CSV import. the images would be uploaded via ftp, and then on detection, would sync those to the media library, and i'd upload the image meta from the seo run, so they all had captions/alt text etc. it took what would be 3-5 hours of manual work per product, and congested it into a 2 minute image to fully live product system. after that, i'd export sales data, the ai was constantly learning, sales data feeding back to files, which would then teach the ai what products work, what doesn't. what copy worked, what copy didn't. that would then flow back into the original source files which told the ai what images to gen and what products to launch. all of it was local on my pc. i wasn't selling an saas. it was just something that worked for my very particular setup. the thing about it is; i built that mostly with GPT 4.0 and a little bit of 3.5! mostly copy and pasting code manually from the chats in chatGPT. all the plugins, the php, everything. then some of it got improved inside vscode back on the old original copilot plans, when $10 used to last you an entire month of none stop coding. this was before n8n, before agents were even a thing. all of that I built very specifically for myself, local, syncing folder to folder, json file to json file. python scripts watching files, and .ps1 files that would follow up with other .ps1 files, which launched .js files which contained prompts for AI, and hitting the openAI API's whenever I needed the AI layer. eventually i built a terminal tool, which would allow me to run the scripts from the terminal, and i'd manually type in the slugs for which products i wanted processed. all files would sit in specific folders, and scripts would do the rest. i was so excited about that, giving my terminal app a shortcut icon and putting it onto my taskbar. that was a year ago. fast forward to now. the game has changed so much. ANYTHING and i mean anything is possible now. people 'new' to codex, and CC etc don't know how good they have it. but i've had this ******* idea for so long, to build a fully automated, self learning ecom business, that launches products end to end based on it's own research, writing, and growth, but the complexity of it previously , and being busy with life, it never got finalized. the secret is i sync it via etsy too, but they're API keys take FOREVER to aquire, but built my own etsy system, product uploader, which runs across 7 different stores. however, now, i've finally been building the replacement for it. i'll be able to run that exact same system, except this time through a full app, with a canvas, and agent systems instead of .ps1 scripts. not to say i won't run scripts; they're an integral part of any automated workflow, but now it has superpowers, and it can do so so so much more. all the ideas I wanted to do, automated, fully, end to end. not only that, but i moved away from woocommerce entirely. instead i just built my own website builder, which is also fully automated end to end. my brand profiles, my artwork system? i'm still using those, just for more things. now i can launch 50 brands just like it, running the same system, all in about 5 minutes. whether it's saas, local service, or online ecom. i also built an ai automated ad builder. it takes my brands images, or generates images. i've got background removers, and full skills and agents which fully generate the ads for me. it mixes all that into seedance videos, and posts in logos etc. now i take those image/videos, and build instagram, tiktok, facebook vids, generate descriptions, and upload them automatically. it has an every growing library to source from, templates to use, and the system derives right with the websites, so all themes/styles match precisely to the brand. this is why it's so great building for yourself. the amount of reusability you get with it, the fact it's free forever, can never be beaten. none of these saas companies get it. and they're heading in the wrong direction. we could already DO half of what these companies are doing. my own personal SEO system, which i built for my automated web builder, is already 10x better than any yoast, rankmath etc. i skip expensive ahrefs, semrush, and just rebuild their services myself, using API, which is 100x cheaper. except this time it FEEDS my system, and i don't need to lay a finger on it. nobody cares about these little one off apps that won't exist in a year. they're either failing to see the future, or they're hoping for an early exit before they know the dominos start falling. people will want PRIVATE systems. all speaking to each other. not 1200 integrations and 1200 invoices to send to, that don't even have a ******* brain. i'm not selling anything yet. but if you're interested in seeing how i think about automation, then stay a while and listen. the tool i'm building will absolutely help you too. but i'll be honest. i'm actually quite scared to release it, solely down to how powerful it is. not many people do it like i do, and i'm finally on here to tell the world.

  • MollySOShea
    Molly O’Shea (@MollySOShea) reported

    BREAKING: Merge Launches ‘Agent Handler’ Control AI Access, Tokenmaxxed $$$ Bills, & Stop Mass Data Leaks "We don't trust agents" "The second you connect it to tools, that's where everything goes wrong." OpenAI. Perplexity. Netflix. Uber. Mistral. Dropbox. JPMorgan.. all quietly run on @merge_api Co-Founders CEO @Shensi Ding & CTO @GilFeig dive into it all We cover: - MASSIVE AI Security scares are just starting - Tokenmaxxing bills - Agent Handler - Gateway routing - Winning enterprise logos - The SaaSpocalypse 𝐓𝐈𝐌𝐄𝐒𝐓𝐀𝐌𝐏𝐒 (00:00) Shensi Ding & Gil Feig, Co-Founders at Merge (01:04) Three products. One big bet (03:20) How Merge made the AI pivot (04:42) The Classic Innovator’s Dilemma (05:58) Building culture around AI (07:10) The leverage nobody’s talking about (08:52) Codex vs Claude Code (09:15) The scale nobody knew about (09:47) SaaS, Finance, and the Biggest AI Labs (10:46) Why AI companies buy differently (12:04) What AI sales actually looks like (13:04) The Fastest sales cycles in the market (14:35) Why is Cybersecurity broken (15:59) Merge's solution to agent security (19:16) Mythos, Wiz, and the GitHub Hack (22:34) 1,000 Bot signups in one hour (23:23) Real reason companies pay ransom to hackers (25:43) The State of AI Infrastructure Costs (26:41) Internal AI Governance is the next big problem (29:28) Most Popular Integrations on Merge (30:54) Big Giants are planning big moves (31:54) What does Salesforce going headless exactly mean (33:41) Agents don’t need a UI anymore (36:59) Can this AI generation actually adapt (38:25) What Merge looks for in talent (41:25) The SaaSpocalypse is real (45:03) Are AI valuations actually insane? (47:11) How Merge landed OpenAI, Perplexity, Netflix & Uber (49:02) The Metrics that actually drive the business (49:58) Biggest misconceptions in tech right now (51:55) The market is finally catching up to Merge

  • Lzmrtn66
    Lazaro M. (@Lzmrtn66) reported

    @Dropbox I'm having trouble regaining access to my Dropbox account. I have access to the registered email. I request a password change, you send the password, I log in with the password, then you say you'll send an SMS to my cell phone, but that SMS never arrives.

  • ryanmckeen
    Ryan McKeen (@ryanmckeen) reported

    Lawyers, your biggest barrier to AI isn't AI. It's that your data lives in 6 places. Dropbox. Drive. Email. Hard drive. A spreadsheet only one person can find. Fix that first.

  • tryraziel
    Raziel (@tryraziel) reported

    Drew Houston got rejected by every major VC in Silicon Valley before Dropbox became worth $10B. His story shows why persistence beats perfection. 2007: Houston demos file syncing to VCs. The response was brutal: → "This already exists" → "Google will just build this" → "Not a big enough market" One VC told him: "Why would anyone pay for storage when it's getting cheaper every day?" Houston's mistake: He was pitching technology, not the problem it solved. The pivot moment came when he made a simple 4-minute demo video showing Dropbox in action. No technical jargon. Just: drag file here, access it anywhere. The video hit the front page of Digg. 75,000 signups overnight. Suddenly VCs were calling him. Sequoia led his Series A. The same firm that initially passed. The lesson: VCs don't invest in features — they invest in problems worth solving. Houston learned to sell the pain point (lost files, USB drives, email attachments) before selling the solution. Today Dropbox has 700M+ users and went public at a $9B valuation. The rejections weren't about the product. They were about the pitch. What's the biggest lesson you've learned from getting rejected?

  • ashmath34
    Ashley Mathieu (@ashmath34) reported

    @DropboxSupport @Kuramichan7 having the same issue — can't create new folders, can't delete folders, can't rename folders, can't upload. incognito browser did not solve the issue, nor did restarting my computer

  • abadlittlevibe
    america is an embarrassment🖕🏻🧊 (@abadlittlevibe) reported

    @DaddyAndJaxson @kdriley05 Whelp you've got the Dropbox login...do what you need to do ¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯

  • glitchtruth
    Glitch Truth (@glitchtruth) reported

    the bottleneck is OSC 52 only forwards text, not image bytes. workaround most people land on: screenshot to a synced folder (Dropbox/iCloud) and reference the path, or scp it over before pasting. iTerm2's imgcat works the other direction but not for input. real fix would need a custom escape sequence nobody's shipped yet.

  • anirudhology
    Anirudh Sharma (@anirudhology) reported

    @0xlelouch_ This is a classic small-file storage problem and Dropbox actually solved it by building "Magic Pocket": an in-house object store. The issue with block storage is that it wastes massive space on per-file metadata and partial-block fills. For 10B files, this overhead can cost up to $ 90K/month. Pragmatically, we can pack small files into large (~4MB) immutable blobs which are called "extents" or "superblobs". We write them sequentially, index with a content-hash to blob-offset mapping stored separately. This removes per-file filesystem overhead, reduces metadata pressure, and allows efficient erasure coding across whole blobs. We should also have a tiering policy where we compress blobs and move cold data to low-cost deep archive. Dedup at file level can also be incorporated. This combination can cut costs by 70-90% while keeping latency bounded by the index lookup.

  • P0tofSn33d
    ᴾᵒᵗ ᵒᶠ ˢⁿᵉᵉᵈ (@P0tofSn33d) reported

    @Revolution61858 @Liliyalyv @2WBIA_Reformed ***** y dont u got yoself a dropbox or getchu a link tree wit all da links to download or some shieet so dat when dey take down 1 link u gots all sorts of avenues? Hustler Mindset *****.

  • mcuban
    Mark Cuban (@mcuban) reported

    @pvpandroids Just like box and Dropbox and Google gave away free storage and uber sold rides at a loss. It’s a competitive issue to start. At some point they will.

Check Current Status