Fix BillingNotEnabledMapError on Google Maps
Google Maps Platform requires an active billing account even inside the monthly free allowance. A declined card silently takes every map on your site offline.
How to tell this is your problem
- BillingNotEnabledMapError in the console.
- The map broke overnight with no site changes.
- Cloud Console shows the project as disabled or unlinked from billing.
Why it happens
When billing lapses, Google disables the project’s APIs rather than the key. Fixing the card is not enough — the APIs often need re-enabling afterwards.
The fix, step by step
- 01Open Billing in Cloud Console and check the account is active and linked to this project.
- 02Update the payment method and settle any outstanding balance.
- 03Re-link the project to the billing account if the link was removed.
- 04Re-enable the Maps JavaScript API, and any other APIs the project used, under APIs & Services.
Confirm it is fixed
Reload the page — tiles return within a minute or two of the project being re-enabled.
Check whether this is your error
A scan tells you in about twelve seconds, from a clean session.