b2KIT

MX Record Checker & Priority Viewer

Look up MX records for any domain to see mail server priorities, verify mail routing, and detect misconfigurations.

Tested tool guide Tested browser tools Checked August 16, 2026

What MX Record Checker & Priority Viewer does and how it behaves

Enter a bare domain name to retrieve its DNS mail exchanger (MX) records and compare the preference numbers attached to each exchange. The viewer identifies the hostnames designated to receive mail for that domain, making primary and backup routes easier to inspect. The common mistake is reading a larger number as higher priority. MX preference works in the opposite direction: senders prefer the lowest numeric value, while records with equal values have equal preference. The result describes published DNS routing, not whether an SMTP server is reachable or willing to accept a particular recipient.

How the result is produced

1

MX record lookup

After you submit the domain, the viewer requests the MX resource-record set for that exact DNS name. Every ordinary MX answer contains a numeric preference and an exchange hostname. Looking up example.org does not inspect mailboxes or discover subdomains; it asks which exchangers are published for example.org. Enter the domain portion, not a full email address, URL, path, or SMTP server name.

2

Preference interpretation

Lower numbers are preferred. Senders normally try the lowest available preference tier before larger values. Exchanges with the same preference occupy the same tier; the number does not permanently select one as primary. Zero is not inherently a no-mail value. The special null MX signal is a single record whose exchange is the DNS root, written as a dot.

Good uses

  • Check a domain after an email-provider migration to confirm that the intended new exchanger has the preferred value and that obsolete provider records are gone.
  • Investigate delayed or bounced mail by finding missing MX records, misspelled exchange hostnames, unexpected equal-preference entries, or a backup ranked ahead of the intended primary.
  • Review an organization's exposed mail-routing configuration for old third-party services, unintended destinations, or a single published exchanger that leaves no alternate MX route.

Limits and checks

  • The result is a DNS answer observed at lookup time. Cached answers can preserve an earlier record set until their TTLs expire, and different resolvers may temporarily return different data after a change.
  • Published MX records do not prove that their hostnames resolve, that TCP connections succeed, or that the servers accept SMTP traffic. This viewer should not be treated as an end-to-end delivery test.
  • An empty MX result does not always mean that mail delivery is impossible. SMTP specifies fallback to the domain's address records when no MX exists. A null MX is different because it explicitly declares that the domain accepts no mail.

Common questions

Does the lowest MX number identify the fastest or closest server?

No. It means that the exchange is preferred for routing relative to the domain's other MX records. It does not measure latency, capacity, geographic distance, security, or deliverability. A higher-numbered exchange is commonly tried when a lower-numbered route is unavailable, but the viewer cannot show whether either server will actually accept a message.

Does a sensible MX list prove that email is configured correctly?

No. It confirms only what the queried DNS answer publishes. Successful delivery also depends on hostname resolution, network reachability, SMTP behavior, and recipient policy. SPF, DKIM, and DMARC are separate records or mechanisms and are not established merely by seeing plausible MX records. Check those parts separately when diagnosing delivery or authentication failures.

References and verification

The behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools