Google’s $94.1B Stake in SpaceX Revealed in Disclosures
Google just let slip in a routine financial disclosure that they've been quietly hoarding a massive stake in SpaceX. It's the kind of detail that usually gets buried in the footnotes, but the scale of it is jarring.
I can only hope they locked in this investment years ago at a fraction of the current valuation. If they bought in recently, this is a disaster waiting to happen.
I'm short on both of them right now. SpaceX's eventual IPO smells foul to me, and Google is essentially a giant AI-bubble short while Anthropic and OpenAI continue to sit on the sidelines.
The real question is whether Google is actually betting on the future of aerospace, or if they're just doubling down on a valuation that's drifted too far from reality.
The $94.1 Billion Disclosure
Google's filing shows a $94.1 billion loss, which is an absurd number that's easy to misread. This isn't a typical operational loss where they spent more on servers than they made in ads. Instead, it's a valuation adjustment. They hold a 6% stake in a specific entity, and the math here is about how that equity is marked to market.
This differs from a standard venture investment because of the scale and the reporting requirements. In a typical VC deal, you track the carry and the unrealized gain. Here, the sheer size of the position means a small percentage shift in the underlying asset's value creates a multi-billion dollar swing on the balance sheet. It's a paperwork nightmare that makes the company look like it's hemorrhaging cash when it's actually just a volatility spike in a massive asset.
If you're trying to track these kinds of equity shifts programmatically, you're usually dealing with JSON feeds from financial APIs. You have to calculate the delta between the cost basis and the current fair market value.
cost_basis = 150_000_000_000 # Initial investment
current_value = 55_900_000_000 # Current market value
stake_percentage = 0.06
unrealized_loss = current_value - cost_basis
print(f"Total Loss: ${unrealized_loss / 1e9:.1f}B")
This part is genuinely confusing because the filing doesn't explicitly spell out the "why" for every single line item. You have to cross-reference the 6% stake with the total valuation of the entity to see if the number makes sense. When you do the math, it's clear this is an accounting event, not a business failure.
Strategic Alignment
Google is burning through cash at a rate that would make a venture-backed startup blush. A $94 billion loss isn't just a rounding error or a "calculated investment" in the future; it's a massive bet on a specific architecture that hasn't yet proven it can generate a proportional return. I think the internal panic we're seeing in these numbers is a direct result of trying to catch up to OpenAI while maintaining a legacy search business that is actively being cannibalized by the very technology they're funding.
The community is rightly skeptical. When people point out that this is a failure of financial management, they're touching on the core problem: Google is treating AI like a feature update when the cost structure suggests it's a complete infrastructure overhaul. It's easy to call this "strategic alignment" in a slide deck, but in practice, it looks like a company throwing money at a problem because they can't afford to be second.
I'm not convinced the math adds up yet. We can talk about long-term gains, but the immediate friction is the cost per query. If the cost to serve an AI answer remains orders of magnitude higher than a traditional link, no amount of "alignment" fixes the margin collapse.
The real question is whether Google can actually pivot its business model before the capital expenditure becomes unsustainable. Or are we just watching the most expensive mistake in corporate history?
The Private Market Premium
Google reporting a $94 billion loss is a number so large it almost becomes abstract. The community reaction has been a mix of shock and "I told you so," with a lot of people questioning how a company with that much cash can be this inefficient with its AI spend. I agree with the skeptics here. This isn't just the cost of doing business in a new category; it looks like a failure of financial discipline.
The real issue is that Google is paying a massive premium to play catch-up. They're spending billions on infrastructure and compute to maintain a moat that is actively shrinking. I think the company is betting that sheer scale will eventually solve the efficiency problem, but that's a dangerous gamble when the cost of entry is this high.
I'm not convinced that these losses are a leading indicator of future dominance. It's just as likely that they're overbuilding for a demand curve that doesn't exist yet. The question is whether Google can actually pivot these expenditures into a product that justifies the spend, or if they've just built the world's most expensive laboratory for a technology they can't figure out how to monetize.
The Broader Investment Pattern
The reported $94 billion loss is a staggering number, but I think the community's immediate reaction—labeling this as a catastrophic failure of management—misses the point of how these capital cycles actually work. Google isn't just "spending" money; they're building a physical moat of compute and silicon. When you're playing at this scale, the line between a loss and a long-term infrastructure bet gets blurry.
Still, I find the skepticism justified. There is a legitimate question here about whether the returns on AI inference are scaling linearly with the cost of the hardware required to produce them. If the cost to train and run these models doesn't drop precipitously, Google is essentially betting the house that the market will pay a premium for "intelligence" that doesn't actually exist yet in a profitable form.
I'm not convinced the current strategy is sustainable if the only way to justify the spend is by eating your own margins. We have to ask: at what point does "investing in the future" just become a way to hide the fact that the unit economics of LLMs are fundamentally broken?
Conclusion
Google bought in at a $10–12 billion valuation, so the jump to $94.1 billion looks like a win on paper. But that's the problem with private market premiums; they're based on perceived value, not actual liquidity.
I'm still not convinced this isn't just another bubble peak. If SpaceX actually hits an IPO soon, the reality of those numbers will finally have to meet a public market that is increasingly tired of AI and infrastructure hype.
Will this actually hold its value once the shares are tradeable, or is Google just holding a very expensive piece of paper?