Home/Knowledge Hub/A Record: Your Domain’s Street Address on the Internet
← Back to Knowledge Hub

A Record: Your Domain’s Street Address on the Internet

DNS & Network·June 3, 2026·5 min read

An A record links your domain name to the server IP address that hosts your website. If it's wrong, your site goes offline. Learn how to check and fix it.

How an A Record Works

You type into a browser. A split second later, your homepage appears. Behind that magic is a simple lookup: your computer asks, “Where is this website hosted?” and a single DNS record provides the answer. That record is called an A record. The domain name system (DNS) is like a phonebook for the internet. Instead of names and phone numbers, it matches domain names to IP addresses – the numerical labels that computers use to find each other. An A record (short for “address record”) is the entry that connects your domain directly to the IPv4 address of the server where your website lives. Without a correct A record, your domain name is just a name with no directions. Visitors typing your address would see an error instead of your site. It’s the first and most fundamental record for any domain that hosts a website.

Real-World Analogy

Think of an A record like a valet parking ticket. You hand your car keys to the valet and say your name (the domain). The valet writes down a ticket number that corresponds to the exact spot where your car is parked (the IP address). Later, when you return, the valet uses that number to find your car instantly. The A record works the same way: it’s the simple lookup that tells a browser exactly which server to connect to when someone types your domain.

When you type into your browser, your computer needs to know the numeric IP address of the web server hosting that site. It sends a question to a DNS resolver – a service that looks up internet addresses for you. The resolver checks its own memory first, then, if needed, follows a chain of records until it finds the authoritative A record for your domain. That record contains something like . The resolver passes that IP back to your browser. Your browser then opens a connection to that IP, and the website loads. All of this happens in less than a second.

Think of it like asking for directions: you say the business name, the resolver looks in the directory, and hands you the exact street number. No heavy lifting on your part – just a quick, automatic lookup.

Technical Details
An A record binds a hostname (like for the root domain or for a subdomain) to an IPv4 address.
Standard format:
: the subdomain, often or
: time-to-live in seconds, telling other servers how long they can remember this mapping
: class (Internet)
: record type (address)
: the IPv4 address to point to
A domain can have multiple A records for different subdomains (e.g., one for , one for , one for ).
No special syntax is needed beyond the IP address; it’s the simplest record type in DNS.

Why It Matters for Your Business

When your A record is set correctly, your website loads quickly and reliably for customers. That builds trust – visitors never doubt that your business is reachable. It’s especially critical for any company that relies on its website to generate leads, sell products, or provide support. Marketing campaigns, sales emails, and customer service portals all depend on your site being online.

On the flip side, an incorrect or missing A record breaks that path. Imagine a customer clicks an ad you paid for and lands on a “server not found” error. Not only do you lose the sale, but your brand looks unprofessional. Even a short outage can cost you business and harm your reputation. What’s more, many tools – like TechSpy’s DNS scanner – will flag an A record issue as a priority because it directly impacts website availability.

This isn’t just an IT concern. Marketing, sales, support, and leadership should all care. If your site goes down, the whole business feels it. Knowing what an A record is gives you the vocabulary to understand what’s wrong and how to fix it fast – often by forwarding clear instructions to the right person.

Common Issues and Warning Signs

The most common A‑record problems show up as website errors. But sometimes the symptoms are sneaky: your site works for you but not for a customer, or you switch hosting companies and suddenly nothing loads. These are all signs that the A record isn’t pointing where it should. Here are specific warning signs to watch for:

Common Issues

Your website suddenly shows a “site can’t be reached” error. The A record may be missing, deleted, or pointing to an IP that no longer runs your site.
You moved your website to a new hosting provider, but the old site still appears. Your A record is still pointing to the old IP address.
The site loads correctly when you use `www.yourdomain.com` but not when you use just `yourdomain.com` (or vice‑versa). You likely have an A record for one hostname but not the other.
A TechSpy scan flags your A record with a warning or error. This often indicates that the record is pointing to an unexpected or unresponsive IP.
Visitors from different countries get different results. DNS changes take time to propagate; an outdated A record might be cached in some parts of the world.

How to Fix or Improve Your A Record

Fixing an A record is usually quick—you just need access to your domain’s DNS settings. If your IT team or an agency manages your DNS, the best step is to send them this article along with the IP address of your new hosting provider. If you’re handling DNS yourself, follow these steps:

Once you’ve updated the record, run a TechSpy scan. It will confirm that your A record is pointing to the right server and that your website is reachable.

<!-- self-check: layer1_readable=true | fix_doable=true | no_padding=true | jargon_expanded=true -->

1Find where your DNS is managed. This is often the company where you registered your domain (like GoDaddy, Namecheap) or where your website is hosted. If you use a service like Cloudflare, your DNS is there.
2Log in and locate the DNS management panel (sometimes labeled “Advanced DNS,” “DNS Zone Editor,” or “Manage DNS”).
3Find the A record for your root domain. Look for a record with the name (or sometimes blank) and the type .
4If you need to update the IP address, replace the current value with the new IP address provided by your hosting provider. If you’re adding a new A record, create one with the hostname and type , then enter the IP address.
5Repeat for the `www` subdomain if your hosting provider uses one. Create a record with hostname , type , and the same IP (or the IP your host gives you).
6Set a reasonable TTL. 3600 seconds (1 hour) is a safe default; lower values (300 seconds) speed up future changes but generate more traffic.
7Save the changes. Wait a few minutes, then clear your browser cache and try visiting your site.

See how your domain's configuration stacks up.

Get a free scan — no sign-up, no credit card.

Scan Your Domain Free →