Blog
Dropbox is eating your disk space

Dropbox pioneered cloud sync, but its sync-first model keeps filling up your laptop's SSD.
Dropbox changed how people think about files. Before Dropbox, keeping files in sync across devices meant USB drives, email attachments, and hoping you had the right version. Dropbox introduced a folder that just worked: put a file in, and it appeared everywhere. Simple, reliable, and useful in a way few tools had been before.
That simplicity came from a specific technical decision: sync everything locally. Every file in your Dropbox folder gets a full copy on your hard drive. When the average laptop had a 500 GB or 1 TB spinning hard drive and the average Dropbox account held a few gigabytes of documents, this was fine. More than fine. It was the right design.
But laptops have changed. The standard MacBook Air now ships with 256 GB of solid-state storage. Many Windows ultrabooks offer similar capacities. SSDs are fast, but they are smaller and more expensive per gigabyte than the mechanical drives they replaced. Meanwhile, file sizes have gone in the opposite direction. 4K video, RAW photography, layered design files, and 3D assets produce files that run to gigabytes each. A Dropbox account with 2 TB of media files and a laptop with 256 GB of storage are fundamentally incompatible under a sync-first model.
Selective Sync and its limits
Dropbox's answer to this problem is Selective Sync, a feature that lets you choose which folders sync to your local drive and which stay in the cloud. In theory, this solves the storage issue. In practice, it introduces a different kind of problem: you have to manage it yourself.
Selective Sync requires you to think about which folders you need locally and which you do not. That calculation changes depending on what project you are working on, whether you are travelling, and how much free space your laptop has today. Forgetting to deselect a large folder means it downloads in the background, filling your drive while you are doing something else. Deselecting a folder you later need means waiting for it to download again.
For freelancers juggling multiple client projects, this becomes a constant maintenance task. You finish a project, deselect its folder to free up space, start a new project, and hope you remembered to select the right folders for the new one. It works, but it is manual, error-prone, and entirely unnecessary if the underlying architecture did not require local copies in the first place.
Smart Sync is not as smart as it sounds
Dropbox later introduced Smart Sync, which marks files as "online only" so they do not take up local space until you open them. This is closer to the right idea, but the implementation has persistent issues that many users report.
The most common complaint is that Smart Sync re-downloads files without being asked. Applications that scan folders, thumbnail generators, backup tools, and even the operating system's search indexer can trigger downloads. A file you marked as online-only may quietly reappear on your local drive because another process touched it. Over time, your "online only" files drift back to "available offline," and your disk fills up again.
Dropbox also maintains a cache of recently accessed files that can grow substantial. Even when files are nominally in the cloud, Dropbox may hold cached copies locally for performance reasons. This cache is not always transparent or easy to control, and it adds to the disk consumption that Smart Sync was supposed to prevent.
For photographers and video editors with libraries that run into hundreds of gigabytes or more, these issues compound. A photo library with thousands of RAW files, each marked as online-only, can slowly re-download as the operating system generates thumbnails or a photo management app scans the folder. The result is a drive that fills up despite your best efforts to keep files in the cloud.
The cache problem
Beyond Smart Sync, Dropbox maintains its own internal cache for sync operations. This cache stores temporary copies of files being uploaded, downloaded, or updated. On a laptop with ample storage, the cache is invisible. On a laptop with a 256 GB SSD that is already half full with applications and system files, the cache can consume a meaningful percentage of your remaining space.
The cache is difficult to manage directly. Dropbox does not expose granular controls for cache size in its standard settings. Clearing it manually requires quitting Dropbox, navigating to a hidden folder, and deleting its contents. The cache rebuilds as soon as Dropbox restarts. For users who are already short on space, this is a frustrating loop.
Fabric's cloud drive avoids this problem by design. Files stream on demand and do not sync to your local drive. There is no local cache that silently grows, no background downloads triggered by other applications, and no toggle between online-only and available-offline states. Files live in the cloud and appear when you need them. When you are done, they do not linger on your disk.
Modern laptops and the storage squeeze
The shift from mechanical hard drives to SSDs was a net positive for performance. Everything is faster: boot times, application launches, file access. But the trade-off was capacity. A 2015 laptop might have had a 1 TB hard drive. A 2025 laptop at the same price point might have a 256 GB or 512 GB SSD.
Dropbox was designed in the era of abundant local storage. Its sync model assumed that your laptop could comfortably hold a copy of everything in your cloud account. That assumption held for a long time, but it no longer matches the hardware most people use.
The squeeze is worst for creative professionals. A designer with a library of PSD, AI, and Sketch files, a collection of stock photos, and a folder of client deliverables can easily exceed 500 GB. A video editor's project files, footage, and exports can run to several terabytes. Even a content creator with a modest library of thumbnails, scripts, and video clips can fill a small SSD in a few months.
The traditional advice is to buy a laptop with more storage. But that is an expensive solution to an architectural problem. Upgrading from 256 GB to 1 TB on a MacBook Pro adds hundreds to the price. An external drive adds bulk and another thing to forget at home. The more practical fix is to stop requiring local copies of cloud files in the first place.
What happens when your disk fills up
A full disk is more than an inconvenience. Applications start behaving unpredictably. Video editing software cannot write render files. Design applications cannot save autorecover data. The operating system itself may slow down as it struggles to manage virtual memory without free disk space.
Dropbox contributes to this problem by downloading files in the background. You may not notice that your disk is filling until an application crashes or the system warns you that storage is critically low. At that point, the fix involves quitting Dropbox, deleting cached files, reconfiguring Selective Sync, and waiting for the changes to take effect. It is the kind of maintenance that pulls you away from the work you were trying to do.
For agency teams managing assets across multiple client accounts, this problem scales. Each team member has a different laptop with different storage constraints, and each needs access to a different subset of files. Managing Selective Sync settings across an entire team is an administrative task that nobody signed up for.
Connecting Dropbox to Fabric
If you have an existing Dropbox library, you do not have to migrate away from it to get a better file experience. Fabric supports connections to external storage services, including Dropbox. This means you can keep your files where they are and access them through Fabric's interface instead.
The advantage is that you get semantic search across your Dropbox files. Rather than searching by filename, you can describe what you are looking for. A query like "the brand guidelines PDF from March" or "product mockups for the fitness app" returns results based on content and context, not just the string of characters in the filename.
You also get smart organisation, which auto-categorises your files by content. Related files are grouped together regardless of where they sit in your Dropbox folder structure. For libraries that have grown organically over years, with inconsistent naming conventions and folders nested five levels deep, this can surface files you forgot you had.
A different architecture
The core issue with Dropbox's disk space consumption is architectural. Sync-first storage assumes local copies. Every feature built on top of that assumption, from Selective Sync to Smart Sync to the local cache, is a workaround for a design decision made when local storage was cheap and plentiful.
Fabric's cloud drive was built on a different assumption: that files should live in the cloud and stream to your device only when you need them. This is not the same as "online only" mode in Dropbox, which still involves a sync client, a local database, and a cache. Fabric's streaming model means files are accessible without being downloaded. They appear in your file system, they open in your applications, and they do not consume local storage.
For digital asset management workflows, where libraries grow over years and individual files can be large, this distinction matters. A DAM that requires local sync will always be constrained by the smallest SSD on the team. A DAM that streams from the cloud scales with the cloud, not with the laptop.
When Dropbox is the right choice
Dropbox still works well for many use cases. If your library is mostly documents, spreadsheets, and small files, and your total storage stays well within your laptop's capacity, Dropbox's sync model is reliable and fast. The desktop integration is mature, the mobile apps are solid, and the sharing features are well understood.
The friction appears when file sizes grow, when libraries expand beyond what a laptop can hold, or when you need to find files by what they contain rather than what they are named. If you regularly clear space on your drive, if you have memorised the path to the Dropbox cache folder, or if you have ever lost work because an application could not save to a full disk, the sync-first model may not be serving you well.
A detailed comparison of the two approaches is available on the Fabric vs Dropbox page. You can also explore how Fabric handles videos, photos, and design files specifically.
Frequently asked questions
Why does Dropbox use so much disk space?
Dropbox's sync model downloads files to your local drive by default. Even with Selective Sync or Smart Sync enabled, the local cache, background downloads, and re-synced "online only" files can consume significant space. The architecture assumes your laptop has room for a local copy of your cloud files.
How do I stop Dropbox from downloading everything?
You can use Selective Sync to choose which folders sync locally, or Smart Sync to mark files as "online only." Both require manual management, and Smart Sync can re-download files if other applications access the folder. For a solution that does not sync files locally at all, Fabric's cloud drive streams files on demand without local copies.
What is the difference between Selective Sync and Smart Sync?
Selective Sync lets you choose entire folders to exclude from your local drive. Smart Sync marks individual files as "online only" so they appear in your file system but do not take up space until opened. Smart Sync is more granular but can be unreliable, as files sometimes re-download automatically.
Does Dropbox Smart Sync work reliably?
For many users, Smart Sync works as intended most of the time. The issues arise when other applications, background processes, or the operating system's indexer trigger downloads of files marked as online-only. Over weeks and months, these incidental downloads can add up and fill your drive.
Can I connect my Dropbox to Fabric?
Yes. Fabric supports connections to Dropbox, Google Drive, and other cloud storage services. You can access your existing Dropbox files through Fabric without migrating them, gaining semantic search, smart organisation, and annotations on top of your current library.
Is Fabric a replacement for Dropbox?
Fabric can work alongside Dropbox or as a standalone cloud drive. If you connect your Dropbox to Fabric, your files stay in Dropbox while Fabric provides a better interface for searching, organising, and collaborating on them. You can also store files directly in Fabric's cloud drive, which streams on demand and does not consume local storage.
How much disk space does Dropbox's cache use?
The cache size varies depending on your usage patterns, but it can grow to several gigabytes or more. Dropbox does not provide simple controls to limit it. The cache rebuilds after being cleared, so deleting it manually is a temporary fix.
What is the best alternative to Dropbox for large files?
For workflows involving large media files, Fabric's cloud drive is designed to handle files of any size without syncing them locally. It also includes semantic search, smart organisation, annotations, and an AI assistant that can answer questions across your files. You can download the desktop app or the mobile app to try it.
Related pages
Other blog posts:

Dropbox is eating your disk space

Google Drive wasn't built for large files

iCloud is not a real backup strategy

How much cloud storage do you actually need?

NAS vs cloud for creative teams in 2026

Syncing a game build across your team without Perforce

Your texture library needs a real home

Blender files are getting bigger and your workflow isn't keeping up