A low-carbon computing platform from your retired phones
Skip to main content
Research
Search
A low-carbon computing platform from your retired phones
June 12, 2026<br>Jennifer Switzer, Visiting Postdoctoral Researcher, and David Patterson, Fellow, Google
With support from Google, Researchers at the University of California San Diego are building a useful second-life for consumer smartphones.
The carbon footprint of computing is a key sustainability challenge. It is driven by two major sources: operational carbon reflects emissions from energy consumed during use, and embodied carbon encompasses emissions associated with hardware manufacturing. While operational carbon is often addressed with efforts such as improved energy efficiency and using clean energy, the manufacturing footprint represents a more complex hurdle.<br>To address this, researchers at the University of California San Diego are building a pathway for the second life of phones through the exploration of “phone cluster computing.” This is a process whereby the motherboards of retired smartphones are extracted, collected into clusters, and redeployed as a general-purpose computing platform. With Google’s support, the university plans to deploy a datacenter built from 2,000 Pixel smartphones that will provide hundreds of researchers and students with low-cost, low-carbon cloud computing, reducing the need for newly-manufactured hardware and their associated emissions.
Smartphones: A significant contributor<br>On average, people replace their phone every four years. This is generally driven by people’s desire for a new device, including for the functionalities provided by new models. Many replaced phones, however, have their core compute functionalities intact and are still relatively powerful computers with integrated processors, accelerators, memory, and storage. While an old phone might no longer be of interest to its first purchaser, putting it back in service can directly reduce the environmental footprint of computing by avoiding the need for further raw material extraction.<br>This blog discusses a novel strategy: re-deploying unwanted smartphones for cloud computing applications.<br>The single-threaded performance of modern smartphones’ performance processor cores is on-par with or better than those of modern multicore servers (see figure below). The most significant difference between a smartphone and a server is their size: servers contain dozens of powerful multithreaded processor cores and a huge memory capacity, while a smartphone has a handful of heterogeneous processor cores and 8-12GB of memory. One of the key challenges, then, is to target applications that fit into, or can be made to fit into, the capacity of a smartphone.
From consumer devices to datacenter hardware
Single-threaded performance of a modern smartphone (2023 Pixel Fold) compared to a server (ASUS RS720A-E11) using the SPEC benchmarking suite. The blue bars represent the per-core performance of the Pixel Fold’s performance cores. On most benchmarks they beat the per-core performance of the baseline data center server.
play silent looping video<br>pause silent looping video
unmute video<br>mute video
Animation of the construction of a server using smartphones.
Redeploying unmodified consumer smartphones in a datacenter environment would be hazardous and inefficient. Smartphones’ compute elements are wrapped in components that aren’t needed in the server context — display, battery, chassis, and peripheral hardware like cameras. In addition to taking up valuable space, some components, such as batteries, contain materials not rated for a datacenter environment.<br>Prior to deployment, smartphones must be processed to remove all but the motherboard, which contains the core compute functionality. Note that the motherboard is responsible for the largest fraction of embodied carbon (approximately 50% based on internal carbon footprinting assessments), so this effort targets the most impactful components.<br>The Android operating system (OS) is already based on Linux, but the mobile-oriented Android userspace must be replaced with a general-purpose Linux distro. Updating the OS doesn't just get programmability; it also switches off many of the protections that are important for consumer devices, but unnecessary for cloud computing. For example, phones have a “low memory killer” daemon, which throttles memory-hungry applications.<br>The challenge of orchestrating jobs across the large number of devices that are needed to meet the performance of a traditional server — SPEC benchmarking results indicate that 25-50 phones equate to a modern server — is addressed by the use of containerized applications managed by Kubernetes. The phones are organized into self-managing clusters of 25-50 devices.
Building a low-carbon cloud computing platform<br>At many universities, an abundance of EdTech, grading, and research applications are already being run on the cloud. These applications range...