← Back to blog
Provider Setup · Google Workspace MX

Google Workspace MX record: the exact values

Google Workspace's MX setup is one value, repeated. Here is the record, why the old ones have to actually be removed, and what a correct MX record does not fix on its own.
3 min read · Updated August 2026

Google Workspace's MX record setup is one value, repeated: point every MX record at smtp.google.com, priority 1, and remove every other MX record on the domain. Google is explicit that keeping old MX records alongside the new one is a common cause of mail not working correctly, not a safe fallback.

Your registrar's DNS panel decides some of the exact formatting. Some require a trailing period after smtp.google.com., and providers like Squarespace or Wix offer a preset you select rather than typing the value yourself. Google states to allow up to 72 hours for the change to propagate before activating Gmail in the Admin console, longer than the propagation window most other DNS changes need.

The record

FieldValue
TypeMX
Host@ (or blank, per your registrar)
Priority1
Valuesmtp.google.com
TTLyour registrar's default

Why removing old MX records matters more than people expect

Migrations most often go wrong when the new MX record is added correctly and the old one is simply left in place, on the assumption that having both is safer than having one. Multiple MX records tell receiving servers there are multiple valid paths for your mail, and this frequently means messages route unpredictably between the old and new systems until the stale record is removed outright, not just deprioritized.

How I check it I confirm only Google's MX record remains, with no old provider's record still active, before looking at anything else, since a mixed MX state can mask whether SPF and DKIM are even the right thing to be debugging yet.

An MX cutover is also exactly where an SPF record quietly stops matching reality, since the old provider's include is easy to leave in place after mail stops actually routing through it. The Google Workspace DNS checker confirms MX, SPF, DKIM and DMARC all agree in one pass, rather than checking each one by hand.

Questions I get asked a lot

Do I need to change my SPF record when I switch my MX to Google Workspace?

Yes, separately. The MX record only controls where mail is delivered to; it does not authorize who can send as your domain, which is what SPF governs. An MX cutover with no matching SPF update is a common cause of legitimate mail failing authentication right after a migration.

How long until Gmail actually works after I change the MX record?

Google states to allow up to 72 hours for the record to propagate everywhere before turning on Gmail in the Admin console, even though many resolvers pick up the change faster than that.

Can I keep my old MX record as a backup?

Google's own instructions say to remove other MX records rather than keep them, stating that old or incorrect MX records can cause mail to stop working correctly rather than providing a safe fallback.

Mid-migration and mail acting strange?
Run the free diagnostic and I will confirm whether MX, SPF and DKIM all actually moved together.
Start the free diagnostic →
Julian Turgelski
The Diagnostic Blog
hello@julianturgelski.com
Julian's diagnostic console