How Much Have I Spent on Google Play?
A simple question with a surprisingly annoying answer: Google Play won't tell you. There is no lifetime total anywhere in the interface — but the number exists, scattered across your order history. Three ways to get it.
Why Google doesn't just show the total
The Play Store's Payments & subscriptions → Budget & history screen lists orders individually, newest first. You can set a monthly budget there — but there's no counter of what you've already spent, ever. The interface answers "what was this charge?" It was never built to answer "what have I spent since 2016?".
Method 1: Scroll and add (the painful way)
Open Budget & history and scroll. Each order shows its amount. With a recent account, this is doable. With ten years of apps, games, in-app purchases and subscriptions, it is a test of character — there is no search, no filter, no date jump. Realistic only if your history is short.
Method 2: Google Takeout + manual sum
The complete route: export your data with Google Takeout (select Google Play Store only), download the ZIP, and open Order History.json inside. Amounts typically live there, one per order, with currency. From there:
- Text editor: fine for looking things up, miserable for summing.
- Convert JSON to CSV, open in a spreadsheet, sum the amount column: the pragmatic classic.
- A small script, if you're comfortable: read the file, add the amounts, done.
Method 3: Let a tool do it (soon)
This is exactly the moment a purpose-built tool earns its place. App Purchase Vault — currently in pre-launch, not yet available — is being built to compute your lifetime total automatically when you import your Takeout export, with the breakdowns the question usually leads to next: spending per year, per type (apps / games / in-app / subscriptions), biggest purchases. All parsed on your phone; your purchase data never leaves the device.
Before you trust any number
Whichever method you pick, a few things can nudge the total:
- Refunds. Money back should subtract from the total; check whether your method accounts for them.
- Currency. If you've moved countries, orders may span currencies — don't sum euros and dollars together.
- Off-Play billing. Subscriptions billed directly by a developer or another store won't appear at all.
- Old or incomplete records. Very old orders can have sparse fields.
Treat the result as a close estimate of your Play spending — which, for the "wait, how much?" moment, is all you need.
FAQ
Does Google Play show a lifetime total spent?
No. The Play Store shows individual orders in Budget & history, but no running total — not for a year, and not for the lifetime of your account. Computing a total requires adding up the orders yourself or exporting the data.
Where does the spending data come from in a Takeout export?
Amounts typically live in Order History.json inside the Google Play Store folder of the export — one entry per order with its amount and currency. Purchase History.json lists what you acquired and when.
Why might my computed total be slightly off?
Refunds, currency conversions, subscriptions billed through other channels, and old orders with missing fields can all shift the number. Treat any computed total as a close estimate, not accounting-grade truth.
Total, years, types — automatic.
App Purchase Vault is in pre-launch: your export becomes stats, on your phone only.