Rethinking efficiency from the rack up
Running a multi-exabyte storage infrastructure is an exercise in constant trade-offs. Since moving to the custom-built Magic Pocket platform in 2015, Dropbox's challenge shifted from simply scaling capacity to doing so responsibly. After the first year of deployment, high utility bills prompted a broader question about operational efficiency and environmental impact — a concern echoed across the company as peers set ambitious sustainability targets. That work has led to a significant milestone: 100% renewable electricity now covers the power for all data center storage servers.
Customers increasingly factor sustainability into their choices — the Edelman 2021 Trust Barometer notes they are 5.7% more likely to trust companies with sustainable practices. For Dropbox, the takeaway is straightforward: users can store data knowing the underlying load is powered by renewables. Getting there involved three core strategies aimed at both efficiency and consumption reduction.
Improving power usage effectiveness
Power usage effectiveness (PUE) measures how well a data center converts incoming power into compute work. In 2015, Dropbox's PUE matched industry averages, but the goal was to lead rather than match. The team pursued best practices across deployments, focusing on airflow, cooling, and capacity utilization.
Outside air economization reduces the energy needed for cooling by drawing in naturally cooler outside air, similar to opening a window instead of running air conditioning on a mild day. Thermal containment addressed airflow inefficiencies discovered through computer fluid dynamics analysis — leaks that let cooled air escape, like running the AC with a window open. Existing sites were retrofitted, and containment is now standard in new constructions. On capacity, data centers are typically designed for a specific power envelope; unused capacity is wasted. Dropbox targets 85% utilization to balance efficiency with headroom for power spikes.
These measures pushed PUE well below the industry norm — by 2020, operational levels were 17% below the industry average — with ongoing collaboration with providers to avoid stagnation.
Cutting overall power consumption
Efficiency is only half the equation; the other half is reducing absolute usage through operational changes.
Powering down decommissioned hosts faster
Decommissioning servers once involved manual intervention across most maintenance steps. There was a gap between marking a host for removal and actually cutting its power. Dropbox applied its existing ClusterOps Pirlo automation system — originally built for provisioning — to power down servers immediately after decommissioning. This change alone saves an estimated 5% of power over each server's lifespan.
Idle servers enter HDD Standby
Servers in the "free pool" sit online and idle, waiting for allocation to a service. A full rack in this state still drew just below 5 kilowatts. The new HDD Standby state spins down disk drives while keeping the OS running, preserving the server's availability while cutting power. The projected savings are significant: 50% on storage hosts and 25% on Hadoop Distributed Filesystem (HDFS) hosts.
This approach introduced a wrinkle: drive health monitoring queries now take longer because drives must spin up to respond. Previously queries ran in series — each drive spun up, checked, and shut down before the next. Recent code changes enable parallel queries, allowing all drives to be checked simultaneously. This cut query time by 99%, minimizing the window when drives must be active.
Rightsizing capacity
Capacity planning involves balancing supply risk against efficiency. Too much idle capacity wastes power; too little risks outages from traffic spikes or hardware delays. Dropbox moved capacity planning from an annual to a monthly model, using historical data and active monitoring to build a more granular, accountable, and nimble process.
Orchestration for better utilization
Hardware is optimized across layers — from operating systems to TCP congestion protocols to compression. The orchestration layer is moving to Kubernetes to squeeze more work from existing servers. Multi-tenancy allows bin packing of diverse services (varying CPU, memory, and network needs) onto the same machine. Oversubscription can safely overcommit certain resources like CPU without harming latency, boosting efficiency for bursty batch jobs. Background jobs act like internal "spot instances": low-priority tasks such as data and metadata verifiers run during off-peak hours, leveling utilization curves.
This matters more than it might seem — internally, Dropbox handles roughly 10x more metadata verification queries than user queries. These come from MySQL replication verifiers (pt-table-checksum), filesystem verifiers, block verifiers, and other sources that can run flexibly around peak demand.
Densifying the fleet
New hardware packs more capability into the same physical footprint. The latest Magic Pocket storage platform uses 20TB drives, offering 43% more storage capacity than its predecessor. A single storage enclosure now holds over 2PB — nearly 4x the capacity of two generations ago. Compute density has scaled too: current platforms put 48 cores in a single CPU socket, a 3x increase over the previous generation.
The trend continues. Hard drive vendors roadmap toward 35TB per drive; CPU makers are shipping processors with 128 threads and chasing higher core counts. Densification can work in concert with scaling up and multi-tenancy, but even without those software-level optimizations, compute per watt keeps improving. The result is more storage and processing using the same power envelope — a direct path to a smaller carbon footprint per byte served.
Buying clean power instead of offsets
Dropbox has already worked through its own operations to wring out as much efficiency as possible, using industry best practices and continuously auditing those efforts. The next step is making sure the electricity those data centers consume is renewable, and that push begins with storage infrastructure.
This dashboard monitors how much of each type of utility power source is in use across all of our datacenters, with a site-by-site breakdown for each category.
A renewable-energy procurement push in 2021 commits the company to making the direct power consumption of its storage platform 100% carbon neutral. The decision to start with storage reflects both customer interest and Dropbox’s own goals. Because Dropbox runs a hybrid model, that commitment also extends to public cloud partners, so sustainability targets are met not just on company premises but across the partner ecosystem.
Carbon footprint of Dropbox-managed datacenters 2020-2021
Measurable progress, so far
Over the last 18 months, Dropbox has reduced its data center carbon footprint by 15%. Clean electricity coverage is only the opening move, though; the broader program involves pushing the same standards through its public cloud relationships.
Looking past carbon credits
Dropbox is direct with other companies starting their own sustainability programs: don’t settle for carbon offsets as the easy answer. The reasoning is statistical as well as practical. About four-fifths of U.S. energy still comes from fossil fuels, with only a tenth from renewable sources. The distinction between carbon credits, which don’t reduce emissions, and carbon offsets, which do, matters — but offsets alone won’t get the planet where it needs to be. Companies should look internally for ways to minimize their data center footprint instead of outsourcing the problem.
This chart needs to change. That will require companies to take risks.
Bill Gates’ How To Avoid A Climate Disaster lays out actions even small startups can take, according to Dropbox: work with local chambers of commerce on tree planting, adopt greener technologies early (as Dropbox did with densified racks), and partner with government-funded researchers who lack the commercial channel to bring their own innovations to market.
“Doing only the easy things won’t solve the problem. That means accepting more risk … Companies and their leaders need to be rewarded for making bets that could move us forward on climate change.”
Dropbox is hiring for work on more efficient supply chains and flexible data center strategy under its Virtual First policy, where remote work is the default for all employees.



