Computer scientists at the University of California, San Diego (UCSD), in collaboration with Google, are repurposing 2,000 retired Pixel Fold smartphones to create a low-cost, low-carbon computing cluster. By extracting motherboards from discarded handsets, researchers aim to prove that consumer mobile hardware can effectively handle server-side workloads, such as academic grading and research computing, as a sustainable alternative to traditional data center infrastructure.
Why are researchers turning to discarded smartphones?
The primary driver for this project is the massive volume of “thrown away compute” that characterizes the modern consumer electronics market, according to Ryan Kastner, an associate professor of computer science at UCSD. Google data indicates the average user replaces their phone every four years, leaving behind devices with functional processing cores, GPUs, and system memory. By repurposing these motherboards, the team seeks to extend the hardware’s life cycle, addressing the environmental impact of electronic waste. Kastner noted that the motherboard accounts for roughly 50 percent of a smartphone’s embodied carbon, making recycling a less efficient option than continued utility.
Early benchmarking using the SPEC suite suggests that a cluster of just 25 to 50 smartphones can deliver processing performance comparable to a conventional server.
How does a smartphone cluster compare to traditional servers?
Smartphone hardware provides surprisingly robust performance for specific tasks. The Google Pixel Fold, which serves as the foundation for the UCSD project, utilizes the Tensor G2 processor, featuring two Cortex-X1 cores, two Cortex-A78 cores, and four Cortex-A55 cores, paired with 12 GB of RAM. Kastner observed that the single-threaded performance of these mobile chips often rivals or exceeds that of many-cored data center processors. While a single phone can host small applications, the research team uses Kubernetes to orchestrate workloads across 25 to 50 devices to scale performance for larger tasks, such as handling peak submission rates for university classes with over 75 students.

What are the technical challenges of mobile-based computing?
The transition from a handheld device to a server node requires significant software and hardware modifications. Android, designed for mobile battery efficiency and security, is ill-suited for server duty, prompting the team to flash the devices with a custom Linux operating system. According to the project blog, researchers had to overcome the challenge of managing hardware like onboard GPUs, though access to integrated tensor processing units remains limited. Furthermore, safety concerns regarding lithium-ion batteries led the team to partner with a third party to extract motherboards from their cases, eliminating fire hazards before deployment in a data center environment.
Comparative Hardware Deployments
| Project | Hardware Used | Primary Focus |
|---|---|---|
| UCSD/Google Cluster | 2,000 Pixel Fold Motherboards | Low-carbon server workloads |
| UC Santa Barbara/Oracle | 1,050 Raspberry Pi 3B+ | Large-scale cluster testing |
Frequently Asked Questions
Can any smartphone be used for this type of cluster?
While the UCSD project focuses on Google Pixel Fold devices, the researchers suggest the architecture is adaptable. However, hardware extraction and specialized Linux flashing are required for safe and effective server deployment.

How are the devices connected?
The researchers are moving away from wireless networking due to security and practicality concerns at scale. Instead, they are using custom PCBs that provide both power and wired Ethernet connectivity to each motherboard.
What kind of tasks can these clusters handle?
The cluster is optimized for “function-as-a-service” workloads—sporadic tasks that do not require massive high-performance compute, such as EdTech grading backends and parallel systems programming.
Have you ever repurposed an old device for a home server project? Share your experiences in the comments below or subscribe to our newsletter for more updates on sustainable computing trends.
