Domain to IP
Knowing the IP behind a hostname is the first debugging step when a site is unreachable, CDN failover is misbehaving, or a new record has not propagated. This tool resolves the A and AAAA records for any domain and lists every IPv4 and IPv6 address it finds.
How to resolve a domain to IP
-
1
Enter the hostname
Root domain or subdomain: `example.com` or `api.example.com`. Schemes and paths are stripped.
-
2
Read the A and AAAA records
Every IPv4 and IPv6 address the domain answers with is listed on its own line, ready to copy into any network tool, firewall rule or access list.
Why a domain can have multiple IPs
- Load balancing. Busy sites return several A records; clients pick one (often at random).
- CDN fronting. Cloudflare, Fastly and Akamai serve traffic from hundreds of edge locations; the IPs you see depend on the resolver geography.
- Failover pairs. Primary and secondary IPs for redundancy.
- IPv4 and IPv6 in parallel. Dual-stack deployment; modern clients prefer AAAA if they have IPv6 connectivity.
Forward vs reverse DNS
| Direction | Record type | Example |
|---|---|---|
| Forward | A / AAAA | example.com -> 93.184.216.34 |
| Reverse | PTR | 93.184.216.34 -> example.com |
Reverse DNS lives under the special zone in-addr.arpa for IPv4 and ip6.arpa for IPv6. Not every IP has a PTR: home ISP addresses often have none, generic cloud IPs sometimes show the provider’s hostname rather than your app’s.
Forward-confirmed reverse DNS (FCrDNS) means: the A record points to the IP, AND the PTR of that IP resolves back to a domain where a forward lookup again points to the same IP. Mail receivers use this check to score spam likelihood.
Troubleshooting checklist
Domain does not resolve: NXDOMAIN; check the spelling and whether the domain is still registered.- IP differs from what you expect: DNS cache on your device or ISP; bypass by querying a public resolver, or flush local cache.
- Different IPs from different locations: CDN geo-routing, expected for big providers.
Frequently Asked Questions
Cloudflare proxies your domain, which means public DNS returns Cloudflare edge IPs, not your origin server. To find the real origin, look at deeper configuration, historical DNS data before enabling the proxy, or try to access through DNS-based leaks.
No. This tool only resolves hostnames to their IP addresses. For country-level location data, use a dedicated GeoIP lookup service.
Not necessarily. Some domains are intentionally configured for MX (email) only, or use a CNAME that resolves lazily. Check NS records to see whether the domain has working nameservers first.
The domain you enter is sent to our server because the lookup runs there. The tool itself does not store lookups or tie them to your account.
Related Tools
What Is My IP
See the IP address this server received for your request, its IPv4 or IPv6 family, and an approximate country when local GeoIP data is available.
IP Address Lookup
Look up any public IPv4 or IPv6 address for approximate country, region, city, coordinates, ISP, ASN, organization and timezone.
Speed Test
Run a fast, free, browser-based internet speed test. Measure your download speed in Mbps plus round-trip latency and jitter, and see whether your connection is ready for 4K streaming, gaming and video calls, no app, no signup.
WHOIS Lookup
Look up public WHOIS registration data for a domain: registrar, nameservers, status codes and expiry dates.
DNS Lookup
Query the A, AAAA, MX, TXT, NS, CNAME and SOA records of any domain without opening a terminal.
API Endpoint Checker
Test a CORS-enabled HTTP or HTTPS endpoint from your browser. Inspect its final status, exposed headers, response time and a bounded body preview.
Tool available in other languages
- ドメインからIPへの変換 [JA]
- Domain zu IP [DE]
- Domain ke IP [ID]
- 도메인에서 IP로 [KO]
- 域名到IP地址 [ZH]
- Dominio a IP [ES]
- Domän till IP-adress [SV]
- Từ miền đến IP [VI]
- Alan Adından IP'ye [TR]
- Domein naar IP-adres [NL]
- โดเมนไปยัง IP [TH]
- Domaine vers IP [FR]
- Domínio para IP [PT]
- تحويل النطاق إلى عنوان IP [AR]
- Domen do adresu IP [PL]
- Dominio a IP [IT]
- Домен в IP [RU]