June 13, 2026 · Guides

Google Maps API Pricing, and When You Don’t Need a Key

“Is the Google Maps API free?” has a more complicated answer in 2026 than it used to. Here’s what the Google Maps Platform actually costs, why it asks for a credit card even on the free tier, and the common case where you can put a map on your site for free with no key at all.

The short version

  • Using a Google Maps API key requires a Google Cloud billing account with a card on file — even if you stay within the free usage.
  • Google retired the flat $200/month credit in 2025, replacing it with per-product free monthly caps plus paid subscription tiers.
  • The free allowance for core map loads is now on the order of ~28,500 map loads per month (figures as of 2026 and subject to change by Google).
  • The standard map embed iframe needs none of this — no key, no card, no quota.

How the billing model works now

Google Maps Platform is pay-as-you-go on top of a free tier. You create a Google Cloud project, enable the APIs you need, generate an API key, and attach a billing account. Each product (“SKU”) has its own free monthly allowance that resets on the first of the month; usage beyond it is billed per call. The long-standing single $200 monthly credit was replaced in 2025 with these per-product caps and a set of named subscription plans for higher volume.

The catch that surprises people: you must enable billing and provide a card even to use the free tier. You won’t be charged until you exceed the free allowance, but the card has to be there.

Which API costs what

Method API key Billing card What you get
Maps JavaScript API Required Required Fully interactive map: custom markers, overlays, data layers
Maps Embed API Required Required Embedded map with some parameters; generous free tier
Share-embed iframe None None Standard Google Map of a location, no key at all

The free path most sites actually want

If all you need is “show visitors where we are,” you don’t touch any of the paid APIs. Google’s own Share → Embed a map button produces an iframe that needs no key and no billing account — the same embed the free Quick Maps plugin generates from a shortcode:

That’s a real Google Map, free, with no Google Cloud account involved. The full explanation of why the embed needs no key is in Google Maps without an API key.

When you genuinely need the paid API

Reach for the JavaScript API (and its key, project, and billing account) when you need custom marker icons, several plotted locations on one map, drawn shapes or routes, heatmaps, or live data layers. For everything short of that — the large majority of business websites — the keyless embed is enough, and free. If you’re weighing it up, also check whether your current map plugin is slowing your site down.

Pricing details reflect Google Maps Platform as of 2026; Google changes its tiers periodically, so confirm current figures on Google’s pricing page before budgeting.

Built by Renzo Johnson