← Stackzilla Blog

Why the Next AI Data Centers Will Be in Space

Published May 31, 2026 · 7 min read · space data centers, AI infrastructure, orbital computing, Microsoft Azure Space, xAI, SpaceX Starlink, future tech

The energy and cooling demands of AI are pushing data center infrastructure toward its physical limits on Earth. Space offers a solution that sounds like science fiction but is now being engineered by real companies with real capital.

The world's AI systems are hungry. The GPU clusters required to train frontier models consume electricity at a scale that strains regional power grids. xAI's Colossus data center in Memphis draws power comparable to a small city. Microsoft's AI infrastructure expansion has required the company to revisit previously retired nuclear power plants. Google and Amazon are building data centers faster than the construction industry can supply the skilled labor to build them. The bottleneck is not compute. It is the physics of running compute on Earth: the energy required to cool massive GPU clusters, the geography that constrains where data centers can be built, and the power infrastructure limitations that make siting large facilities in most locations impractical. These are not temporary problems that engineering iteration will resolve. They are physical constraints. Which is why serious companies with serious capital are now engineering data centers in space. **The Physics That Make Space Attractive for Compute** The thermal management problem is the clearest driver. A GPU at full load generates substantial heat. Removing that heat on Earth requires cooling systems — chillers, cooling towers, air handlers — that themselves consume significant energy. In large facilities, cooling accounts for roughly 40 percent of total energy consumption. It is a major operating cost and a major engineering constraint. Space is cold. The temperature of deep space is approximately negative 270 degrees Celsius. Satellites and spacecraft radiate heat into that environment through thermal radiators — panels that emit heat as infrared radiation. No water. No chillers. No cooling towers. The heat rejection that costs enormous energy on Earth happens passively in space, driven by the temperature differential between the equipment and the surrounding environment. The solar power picture is also compelling. In low Earth orbit, a solar panel receives sunlight for the majority of its orbit with no atmosphere to reduce efficiency. Space-based solar power produces roughly eight times more energy per panel area than ground-based solar at optimal locations, and significantly more than ground-based solar in the cloudy, temperate regions where much of the world's data center capacity is located. An orbital data center is, in principle, a facility that runs on abundant, reliable power with passive cooling. **The Companies Actually Building This** This is not theoretical. A number of organizations are actively engineering orbital compute infrastructure. Lumen Orbit is a startup specifically focused on building data centers in space. The company is working on satellite platforms designed to host GPU compute in orbit, with the argument that the thermal and power advantages of orbital operation make the economics work at scale, despite the high cost of launch. As launch costs continue to fall — a trend that SpaceX's Falcon 9 and Starship programs are driving — the economics improve further. Microsoft has been engaged in space-based infrastructure research for years. The company's Azure Space program, which provides cloud services via satellite connectivity, is a precursor to more compute-intensive orbital infrastructure. Microsoft's Project Natick — an experiment in underwater data centers that used the ocean as a thermal sink — was a proof-of-concept for the same underlying thesis: that novel environments with advantageous thermal properties can host compute more efficiently than conventional land-based facilities. Amazon Web Services has been expanding its ground station network for satellite connectivity and has invested in space infrastructure through Project Kuiper, its satellite internet constellation. The ground station and orbital infrastructure Amazon is building creates a foundation for eventually co-locating compute closer to that network. SpaceX's Starlink is the connectivity layer that makes orbital compute practically useful. A data center in orbit is only valuable if data can move between it and the users and systems it serves with acceptable latency and bandwidth. Starlink's growing constellation — now numbering in the thousands of satellites — provides high-throughput, low-latency connectivity at a global scale that no previous satellite internet system has achieved. The same company operates the launch vehicles that would put orbital data centers into space. The connection between SpaceX and xAI is not incidental. Musk runs both organizations. The infrastructure synergies between a company that launches satellites and a company that needs to put compute somewhere are evident. Whether xAI's next generation of infrastructure is on Earth or in orbit is an open question — but the capability to build orbital infrastructure is under Musk's direct control. **The Latency Tradeoff** Orbital compute is not without its challenges. The most significant is latency. A low Earth orbit satellite is approximately 550 kilometers above the ground. The speed of light takes roughly 1.8 milliseconds to cover that distance one way. Round-trip latency to an orbital data center is therefore at minimum around 4 milliseconds — comparable to a moderately distant ground-based data center, but not the sub-millisecond latency of a local edge server. For the workloads that matter most to AI infrastructure — model training, large-scale inference, data processing — this latency is acceptable. Training a large model takes days or weeks. The difference between 4 milliseconds and 40 milliseconds per communication round is not the binding constraint. For real-time interactive AI applications — conversational AI, low-latency inference — a hybrid architecture makes more sense: orbital infrastructure for training and batch processing, ground-based edge infrastructure for latency-sensitive inference. **What This Changes About Global AI Access** One of the most significant implications of orbital AI infrastructure is geographic. Ground-based data centers are concentrated in a small number of regions: Northern Virginia, the Pacific Northwest, Ireland, Singapore, and a handful of other locations with favorable power and fiber infrastructure. AI capabilities are disproportionately available to users and businesses near that infrastructure. Orbital infrastructure, connected via satellite internet, is available everywhere Starlink coverage exists — which is rapidly approaching global. A data center in orbit provides the same compute performance to a user in rural Kenya as to a user in Northern Virginia. The geographic democratization of AI access that orbital compute makes possible is one of the more significant implications of the technology, and one of the less-discussed ones. **The Developer Implication** For developers, the relevant implication of orbital AI infrastructure is understanding that the compute layer of AI is becoming geographically distributed in a new way. The same distributed systems principles that apply to multi-region cloud deployments apply to ground-orbit hybrid architectures, but with different latency profiles, different failure modes, and different reliability characteristics. The developers who understand these infrastructure patterns — and the tools that work within them — are building expertise that will be increasingly relevant as orbital compute moves from experiment to production.

Read the full article on Stackzilla →