Dropbox status: access issues and outage reports
No problems detected
If you are having issues, please submit a report below.
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.
Problems in the last 24 hours
The graph below depicts the number of Dropbox reports received over the last 24 hours by time of day. When the number of reports exceeds the baseline, represented by the red line, an outage is determined.
At the moment, we haven't detected any problems at Dropbox. Are you experiencing issues or an outage? Leave a message in the comments section!
Most Reported Problems
The following are the most recent problems reported by Dropbox users through our website.
- Errors (50%)
- Sign in (38%)
- Website Down (13%)
Live Outage Map
The most recent Dropbox outage reports came from the following cities:
| City | Problem Type | Report Time |
|---|---|---|
|
|
Errors | 20 days ago |
|
|
Website Down | 20 days ago |
|
|
Errors | 20 days ago |
|
|
Sign in | 23 days ago |
|
|
Errors | 1 month ago |
|
|
Sign in | 2 months ago |
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:
-
Blake Heron (@BlakeHer_on) reported@StartupArchive_ the dropbox and uber examples are the tell. scratch your own itch, ship the fix, discover a million people had the same itch.
-
Yaroslav (@yarslav) reportedthis post has been up for just about a day > 10+ leads for long-term packaging work > almost 200 new followers > impressions up across the whole account yet I declined every single lead I've never worked on a per-project basis, always valued long-term relationships but recently I decided to make it even more exclusive I keep the number of channels i work with deliberately VERY small so each one gets my full strategic attention but no matter how selective I am, this type of work has a ceiling I can only work with so many channels at once so I started building something bigger, that is beyond my time and solves a real problem all creators face youtube has become a real industry, with creators running teams of 5, 10, 15+ people but the tools haven't caught up everyone's still spreading their production across notion, slack, drive/dropbox, frame, and more tools just to run their channels because nothing was built specifically for youtube production until now. @feedzyio
-
Kevin A. Bryan (@Afinetheorem) reported@jbarro Especially because "you have to mail it in a week before the election or else drop it at an election site dropbox after that date" is a totally reasonable compromise done all over the US and world which would immediately fix the problem.
-
Miranda Fernandez 📍ELP (@erotiqlibrarian) reportedI re-uploaded videos to Dropbox. Everybody has 24 hours to download before I take them down to remedy Dropbox deleting them.
-
Jean-Baptiste Emanuel Zorg (@calibrated_lies) reported3. Incentivizes Centralizing BlockSpace Market Ahhh the crux of the problem "... high-volume data ...". Bitcoin is a monetary protocol used for monetary txs any other use make Bitcoin useless. Monetary txs are small. If you want data then get a DropBox account.
-
Abhishek Singh (@0xlelouch_) reportedA good system design interview question for a Senior/Staff Backend Engineer is: Design Dropbox. At first, Dropbox looks like a simple file upload and download system. User uploads a file, we store it, and later they can access it from another device. But the real complexity is not uploading one file. The real complexity is sync, conflict resolution, versioning, permissions, large file handling, offline changes, metadata consistency, deduplication, and making the system feel instant across laptops, phones, and web. I would start by breaking the system into two major parts: file content and file metadata. File content means the actual bytes of the file. Metadata means file name, folder path, owner, size, checksum, version, permissions, timestamps, and deleted/restored state. These two should not be stored together. File bytes should go to blob/object storage, while metadata should go to a database that supports fast lookups and strong correctness. For upload, the client should not send a large file as one big request. A 2GB video should not restart from zero because the Wi-Fi dropped at 95%. So we should split files into chunks, calculate checksum for each chunk, and upload chunks independently. Once all chunks are uploaded, the server creates a file version that points to those chunks. This gives us resumable uploads, retry safety, and better network usage. A very important optimization is deduplication. If 10,000 users upload the same popular PDF, we do not want to store 10,000 copies of the same bytes. We can hash file chunks and store only unique chunks. Metadata will point to the chunk list. This saves huge storage cost, but we must be careful with privacy and security. Dedup should happen in a controlled way, not leak whether another user already has a specific file. The metadata service becomes the source of truth. Every change like upload, rename, move, delete, restore, or share should create a new metadata version. This is important because Dropbox is not just storage, it is a timeline of changes. If the user deletes a file by mistake, we should be able to restore it. If two devices make changes offline, we should know exactly what changed and when. Sync is the heart of the system. Each client should maintain a local sync token. Whenever something changes, the server writes it into a change log. The client can ask, “give me all changes after token X.” This is much better than scanning every folder again and again. For near real-time sync, clients can use long polling, WebSockets, or push notifications to know when new changes are available. Conflict handling is where naive systems fail. Imagine a user edits the same file on laptop while offline, and also edits it from mobile. When both devices come online, which version wins? For normal files, the safest approach is to keep both versions and create a conflict copy. For collaborative documents, we need deeper merging logic, but for a Dropbox-like file system, versioning plus conflict copies is usually good enough. Permissions should be checked before every sensitive operation. Sharing a folder is not just adding one row in a table. If a folder has thousands of files, permission inheritance becomes tricky. We should model ownership, viewer/editor access, shared links, link expiry, team policies, and audit logs. Permission changes should be strongly consistent because users must trust that removing access actually removes access. Downloads should first go through metadata and permission checks. After that, the system can return a short-lived signed URL from blob storage or CDN. Public/shared files can be cached more aggressively. Private files need careful access control. Performance is important, but leaking private files for speed is not acceptable.
-
Kuramichan (@Kuramichan7) reportedIs dropbox not working for anyone atm? I was JUST uploading some files and now it won't let me anymore, it keeps ending in "upload failed". It won't even let me delete folders either, it just gets stuck on a stupid endless spinning wheel or whatever. ******* hate this **** man
-
Abhishek Singh (@0xlelouch_) reportedSuper chad legendary interviwer at dropbox: You need to store 10 billion small files (1-10KB each). Block storage costs are $100K/month. How will you reduce storage costs? [Real problem at Dropbox]
-
tara_ (@TechByTaraa) reportedInstagram uses Python. Spotify uses Python. Dropbox uses Python. Reddit uses Python. Netflix uses Python. Pinterest uses Python. Quora uses Python. OpenAI uses Python. productivity never went out of fashion. still think Python is too slow? 👀
-
m ⋆。°✩ (@ascaIons) reportedabsolute least favourite part of term 3 at work is students appearing at the info desk all stressed bc they’ve left it till the last minute to submit their final assignment and are now having problems with dropbox and turnitin and expect me to fix it in less then 10 mins
-
Erlendur (@erlendur) reported@DropboxSupport Web is fine (Firefox on Mac); for me it is your app on iPhone that is broken - no photos upload to Camera Uploads. Error is "some photos couldn't be uploaded". I retry and it is the same.
-
Raziel (@tryraziel) reportedDrew Houston pitched Dropbox to 76 VCs in 2007. 75 said no. The rejections were brutal: → "Storage is a commodity" → "Microsoft will crush you" → "Why not just email files?" → "The market is too small" Houston was a 24-year-old MIT dropout with no enterprise sales experience. VCs couldn't see past the obvious: cloud storage already existed. But Houston understood something they missed. The problem wasn't storage — it was sync. He'd built the first version because he kept forgetting his USB drive. Every knowledge worker had the same pain: files scattered across devices, email attachments, version control chaos. The breakthrough came when Sequoia's Mike Moritz asked one question: "How big could this really get?" Houston's answer: "Every person, every file, every device." Dropbox launched in 2008 with a simple demo video. 75,000 signups overnight. Series A at $25M valuation. By 2018: IPO at $9B valuation. Today worth $8B+ with $2.5B annual revenue. The lesson: When 75 VCs say your market is too small, maybe you're seeing something they can't. What "obvious" idea do you think VCs are missing right now?
-
Adeyinka Prime™ (@adefilaadeyinka) reported@aarondfrancis @Shpigford Exactly - when sharing solves a problem for the person sharing, it doesn't feel like marketing. Dropbox nailed this because storing files alone was less useful than storing them with others. The product itself created the reason to invite.
-
VestaCreds (@vestacreds) reportedPilot finding I didn't expect: Credentialing isn't a technology problem first. It's a paper problem. Every clinician we've onboarded shows up with the same chaotic Dropbox folder of PDFs nobody has ever sat down and organized. Fix the paper. Then the workflow gets easy.
-
Simple American News 🗞️ (@TSimpleAmerican) reportedDropbox CEO Drew Houston is stepping down after 19 years, with chief product officer Ashraf Alkarmi being promoted, per CNBC
-
Shripal Gandhi (@ishripalgandhi) reportedHey @Dropbox ... Your advanced customer service is horrible! I have benefit chasing them for an important issue since more than 2 days (not counting the weekend) now and I still do not have a resolution. Is it that your reps are allowed to answer only one email per client per day??
-
Evan Otero (@EvanOtero) reportedA decade-old Quora post on Dropbox that is a better product masterclass than any book: Q: Dropbox: Why is Dropbox more popular than other programs with similar functionality? A: Well, let's take a step back and think about the sync problem and what the ideal solution for it would do: - There would be a folder. - You'd put your stuff in it. - It would sync. They built that. Why didn't anyone else build that? I have no idea. "But," you may ask, "so much more you could do! What about task management, calendaring, customized dashboards, virtual white boarding. More than just folders and files!" No, shut up. People don't use that crap. They just want a folder. A folder that syncs… That is what it does.
-
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.
-
BlackhillsEd (@blackhillsed) reported@SgtJulier1776 @CoffeeBlackMD I would suggest @HunterEsoteric Go to his website, sign up for the emails and look at his resources. He is on YT (Taken down before) and Spotify. Once you get the 1st email go to the bottom of the page and get the complete Dropbox vids. Get his cheatsheet as well!
-
11B_geek_w_gun (@11B_GWG) reported@wtfcetialpha5 @sarahadams @Dropbox I'd argue a self-hosted ssh server and DDNS service is more "free" depending on your technical ability to setup. But there are advantages to Proton Drive. Both are viable solutions.
-
BadUncle (@BadUncleX) reported@mitsuhiko Similarly, I still use the old version before 7. They try to force you to bind to their server-dependent version. I prefer to use dropbox to synchronize.
-
Sara (@monamouroui) reported@SlmnMANUTD @WindowsLatest I didn't care about updating to the latest build. I cared about how Windows 11's AI deleted my Dropbox files from not only my desktop, but Dropbox itself! I managed to find them in DropBox's web Deleted Files folder and recover them. On top of this Windows decided to move all of my files that were on my hard drive to One Drive without my permission. And in the process of doing so created multiple subfolders D: OneDrive/My Documents/OneDrive/My Documents/OneDrive/My Documents/OneDrive/My Documents/OneDrive/My Documents/OneDrive/My Documents/OneDrive/My Documents/OneDrive/My Documents/OneDrive/My Documents/OneDrive/My Documents/OneDrive/My Documents/etc I brought it over the BestBuy to repair the OS because there were other problems, so I cannot tell you how many layers I had to click through to get to my actual documents. I was able to recover the apps that we affected by the update (ScanSnap, Adobe Illustrator, Acrobat, etc) doing a System Restore. But that didn't help with my files.
-
Sean (@jishaochen89766) reportedLast night, I tried Obsidian at home. Download the software, install, use the extension "remotely save", and the problem came again... I don't know how to sync the file from Dropbox... So I restart again.....create a file folder and rename it set auth...refresh it still no sync
-
Sara (@monamouroui) reportedWhy did Microsoft OneDrive just delete all of my Dropbox files? What a fracking PITA. You just created a huge problem for me. This might make me jump to a Mac. I am so disgusted and frustrated by what Microsoft running Windows 11 just did to my computer. Dozens of years of documents....whoosh. @Microsoft
-
Awooingenjoyer (@AwooingEnjoyer) reportedNah, the dropbox is broken, go speak to Cathy.
-
ᴾᵒᵗ ᵒᶠ ˢⁿᵉᵉᵈ (@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 *****.
-
Raziel (@tryraziel) reportedDrew Houston got rejected by 76 VCs before Dropbox became worth $12B. But the rejections weren't random — they revealed exactly what he needed to fix. 2007: Drew builds a file-syncing prototype. VCs say "there are already 20 companies doing this" and "users won't pay for storage." He realizes he's pitching the wrong thing. Storage isn't the product — seamless sync is. 2008: He creates a 4-minute demo video showing Dropbox "magically" syncing files across devices. No technical jargon. Just the experience. The video gets 75,000 signups overnight from a waiting list that didn't exist yet. Same product. Same founder. Completely different story. Key insight: Drew stopped explaining how Dropbox worked and started showing why people needed it. → Before: "We use block-level file synchronization across distributed systems" → After: "Your files, everywhere you need them" When he finally raised $1.2M from Sequoia, it wasn't because he built better technology. It was because he learned to sell the outcome, not the process. The rejections taught him something no accelerator could: how to position a technical product for mass adoption. What's the difference between how you explain your product internally versus how customers actually experience it?
-
Pato (@pvicens_) reported@ihtesham2005 syncthing is great until you realize you just became your own IT department. dropbox charges you money, selfhosting charges you time might be down to try it anyways :)
-
Blackbox RMS (@blackboxrms) reportedRunning a record label in 2026 is pure chaos: spreadsheets, Dropbox, endless emails. We built Blackbox RMS to fix it. One desktop app for releases, artists, contracts, promo & royalties. Built by a label, for labels. Link in bio. What's your biggest headache? 👇
-
No (@cameraplan7) reported@itskinkerbell drive. If people try to download a photo off of Dropbox in a browser/link, the quality actually goes down. I’ve tested on multiple photos and it doesn’t happen with drive