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 |
|---|---|---|
|
|
Sign in | 14 hours ago |
|
|
Errors | 27 days ago |
|
|
Website Down | 27 days ago |
|
|
Errors | 27 days ago |
|
|
Sign in | 1 month ago |
|
|
Errors | 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:
-
Patrick Daniel Alpha (@PatrickDanielAl) reportedInstead, I point Claude at the shared Dropbox link. It reads the folder structure, finds the right product, and drills down into the High Res image folders automatically.
-
J. (@munchivelo) reportedtrack 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 the sql from json. no importers or WC rest needed. the images would be uploaded via ftp, and then on detection, would sync those to the media library. it took what would be 3 hours of manual work, and congested it into a 2 minute image, to fully live product. 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. 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. i built that mostly with GPT 4.0 and a little bit of 3.5. copy and pasting the chats from chatGPT. all the plugins, the php, everything. then some of it got improved inside vscode back on the old original copilot plans. this was before n8n, before agents were even a thing. all of that was built for me, 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. 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. and i've finally been building the replacement for it, but it'll be able to do many other things. 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. not only that, but i moved away from woocommerce entirely. instead i just built my own website builder, which is 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. except this time, a year later, we have GPT 2.0, and seedance. which offer MUCH better usage for ecommerce than it was back 1 year ago. i also built an ad builder. it takes my brands images, or generates images. i've got background removed, and full skills and agents which practically 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. that's 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. 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.
-
Long Long Int (@LongLongInteger) reportedTopic 7: Checksum: ========= Input Data -> Cryptographic hash functions like MD5, SHA-1, SHA-256, SHA-512 -> fixed size string is called checksum Checksum is used for checking data corruption during data transfer/upload Can be done both client-side and server-side Advantages of client-side checksum: =========================== -Detect data corruption during transmission -Resumable downloads (only after checksum match for each chunk, we mark that chunk as uploaded) -Deduplication before upload -Companies that do: Youtube, Google Drive, S3(optional), Dropbox Advantages of server-side checksum: ============================ -Verify storage integrity (to check disk corruption, large systems periodically check files) -Deduplication inside storage -Replication verification -Companies that do: Local file backup software, Dropbox, Google Drive, Youtube
-
Commonwealth Sentinel (@CwealthSentinel) reportedIntruders spent five months inside a stock exchange executive's email, copying it out slowly and hiding in normal Dropbox and OneDrive traffic. No software flaw, so no patch could fix it. When there is nothing to patch, watching is the defense. Know what normal looks like.
-
GRETA (@Greta__ai) reportedWe added Asset Manager to Greta. You're building an ecommerce app: product images, demo videos, docs, case studies. Before: Upload images to Cloudinary, videos to S3, docs to Dropbox, links scattered everywhere. One breaks, and you're scrambling through three different services trying to find the original. Now: Upload once in Greta. Reuse assets across all your projects, with everything centralized. No external services. No broken links. No context switching between five different platforms while you're trying to ship. That's smoother. That's what actually building feels like. 50 MB per file. Images auto-compress.
-
YC Insights. (@Aiagent_s) reportedHe spent two years looking for a bigger problem. Found it on a Chinatown bus in January 2007 when he reached into his bag and realized he'd forgotten his USB drive. Again. He opened his laptop and started coding what would become Dropbox.
-
Vincent van der Meulen (@vinvan) reported@zoink You sit down and open your laptop. It's time to put some design files in Dropbox for coworkers. And ****, you need to finish your hotspot prototype. Your browser is still open on this weird design tool you got access to. Google Docs for design? Cool, but it will never work.
-
Nav Toor (@heynavtoor) reportedSetting 4: Kill background login items. Open System Settings → General → Login Items & Extensions. Look under "Allow in the Background." You'll see 15 to 40 items running constantly. Dropbox helpers. Google updaters. Microsoft Teams. Adobe Creative Cloud. Toggle off anything you don't use every day.
-
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.
-
Informed Choice 🇦🇺🇺🇸🇮🇱 (@DoreyMeryl67438) reported@DropboxSupport I have been trying to contact support unsuccessfully. It seems that my account has been deactivated by accident when another account linked to it was cancelled. I would love to hear back on how to fix this issue. My account was recently renewed so should be there. Thanks
-
Awooingenjoyer (@AwooingEnjoyer) reportedNah, the dropbox is broken, go speak to Cathy.
-
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.
-
Hawk (@iamhawkspire) reported@TheMilitiaGamer @Google nah lol, i'm just rawdogging without any online backups for my larger files atm. might end up checking out dropbox, tho their speeds are super slow on my end.
-
Washington Report (@Washington_Rep) reported@BusinessInsider 📌 Dropbox founder Drew Houston is transitioning out of the CEO role, with Ashraf Alkarmi stepping in as co‑CEO before becoming sole chief executive. Houston will shift into an executive chairman position after a transition period in which he and Alkarmi share the co‑CEO title. 🧭 Leadership Transition: - Drew Houston is stepping down after nearly two decades leading Dropbox, moving into an executive chairman role following a period as co‑CEO with Ashraf Alkarmi. - Alkarmi, previously Dropbox’s head of product and general manager of its core business, becomes co‑CEO effective immediately and will later assume the role of sole CEO. 🧩 Background on Ashraf Alkarmi: - Joined Dropbox in late 2024 after senior product roles at Vimeo, Amazon (including Amazon Freevee), and Meta. - Credited internally with making Dropbox more responsive to customers and pushing for bolder product innovation. - Will receive an annual salary of $825,000, a target bonus equal to base salary, and $12.65M in restricted stock units vesting over several years. 📉 Company Context: - Dropbox’s market cap is just over $6 billion, roughly half its value at IPO in 2018. - Competition from Google, Apple, and Microsoft has pressured its core storage business, with revenue growth slowing to under 1% year‑over‑year. - The company reported $629.5M in Q1 2026 revenue and more than 18 million paying users. 🚀 Houston’s Next Chapter: - Houston, now 43, says his next move will be entrepreneurial and AI‑focused, not retirement.
-
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.
-
JayBlake (@punishedMTL) reported@jimmy_dore Netflix has data centers. So does Dropbox, and cloud flare. Data center does not equal surveillance. It boils down to who owns and operates it.
-
_brettam (@_brettam) reported@jjacky I don't see the problem. Everyone who has a Facebook probably doesn't care much about privacy anyway. And if not Facebook, most have DropBox, OneDrive, or ICloud. They all have access to the photos you upload.
-
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?
-
Arythick-Ft$🍑💦 (@feyza_esnkya) reportedHold my head down on the **** till I can’t breathe! 😩🍆 Full video available on Dropbox 🔥👀
-
Siddiqui Qamar ֎ (@siddqamar_ai) reported"it's just a wrapper" 😑 might be one of the laziest criticism in tech! users don't care whether you built the infrastructure. they care whether the product solves their problem. dropbox didn't invent storage. it made storage effortless. turns out making existing technology usable is a lot more valuable than many founders want to admit.
-
Bosn (@00bosn00) reported2026 and we’re out here building god-tier AI that can debate physics and write symphonies, but Grok still can’t watch a Dropbox, OneDrive, or Discord video link.“Sorry, I can’t watch videos from Dropbox, OneDrive, or most direct file links.”We’re doing all this magic with AI and the video player is stuck in 2015. Fix it, xAI.
-
Americanrambler (@Ameericanrambl1) reportedThe ******** at the corrupt American Fork Police Department forgot to set the dropbox to private, so they accidentally made all the unredacted videos public. Before they realized their errors, somebody downlaoded them. Here it is. American Fork PD Unredacted Body & Dashcam 6 3 26 220 PM : Free Download, Borrow, and Streaming : Internet Archive #recklessben #americanfork #bricksandminifigs
-
TeX64 (@TeX64AI) reportedthat's a sync-direction race: your web edits haven't reached the local Dropbox copy yet, so Claude overwrites a stale file. nothing's lost though, Overleaf's History menu keeps every version to restore from. fix: let Dropbox finish pulling before Claude edits.
-
𝖆𝖍𝖒𝖎𝖗 (@calhalt98) reported@liabynight Lmk if you ever make a Dropbox, I’d be down to get it
-
Orewin1990.bsky.social (@Yoshiwi2) reportedOkay, I think I've settled for an idea. I'll probably create an Dropbox account and upload all NSFW stuff there. Everyone who's interested in getting a link, once it's there, drop an comment down here. Won't be free tho. Around 10ish € a month
-
J. (@munchivelo) reportedtrack 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. my advantage is that i have a year of scripts, a year of tools. i've laid the SYSTEMS in place, to fully map out entire features, precisely, and organized, and build out projects, in one hour, and have it implemented within the next. entire saas features - mousework. 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. and they don't get it. their 'app' is just a little tiny module in something that thinks bigger. 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. the only winners will be the ones prepared for cannabilism. ready for war. they call it war rooms, yet they sit around eating donuts provided by their VC's. real builders sit in the dark, in empty rooms, grinding. if you're a cannabilistic, sick sadistic, son of *****, 666, with an idea. then drop a you know what.
-
★ Omega_ DBZ★ (@omega_dbz) reportedLeaked! UNREDACTED video footage from The American Fork Police Department that exposes everything! Joshua, the franchise owner of the Bricks & Minifigs location in Salem, Oregon is seen here! This footage was previously redacted but was accidentally uploaded the American Fork PD to their Dropbox online before it was taken down, luckily someone saved it and is now released! #recklessben #legoscandal
-
Rebecca Diamond (@rebeccardiamond) reported@p_ganong I’ve had this problem too. When I’m editing with Claude, edit manually directly in the .tex file locally on your machine through overleaf-Dropbox sync. Then you and Claude are both working locally.
-
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.
-
Isha (@VISportsTalk) reported@DropboxSupport Still not working. Is there an ETA for when your website and app will be operational again?