Guide
Reverse DNS and PTR Records
Reverse DNS is the DNS lookup direction that starts with an IP address and asks whether a PTR hostname is published for it.
Last reviewed: June 12, 2026
Quick reference
At a glance
- PTR record
- DNS record that points an IP address to a hostname.
- IPv4 reverse zone
- Uses reversed address labels under in-addr.arpa.
- IPv6 reverse zone
- Uses reversed hexadecimal nibbles under ip6.arpa.
- Common result
- Missing, generic, provider-managed, or mail-server-oriented names are normal.
Advertisement
Guide
How reverse lookup works
Normal DNS starts with a name and often returns an address. Reverse DNS starts with an address and asks for PTR records in a special reverse lookup zone.
The reverse zone is usually managed by the organization that controls the IP address block, such as an ISP, cloud provider, hosting provider, or enterprise network.
Guide
Why PTR records matter
PTR hostnames are useful for mail server checks, operational logs, abuse triage, crawler identification, and network diagnostics.
A PTR result is a naming hint. It does not prove that forward DNS points back to the same IP address, and it does not prove who is using the address right now.
Reference
Key terms
- PTR
- Pointer record
- Forward DNS
- Name to address lookup
- Reverse DNS
- Address to name lookup
Examples
Examples
IPv4 PTR
8.8.8.8
Public resolver address with provider-managed reverse DNS.
Look up 8.8.8.8
IPv6 PTR
2001:4860:4860::8888
IPv6 address checked through the IPv6 reverse DNS tree.
Look up IPv6 example
Next steps
Related guides and tools
Questions
FAQ
Why does my IP have no PTR record?
PTR records are optional and controlled by whoever manages the reverse DNS zone for the IP block. Many residential, mobile, VPN, and cloud addresses have missing or generic reverse DNS.
Does PTR prove a domain owns an IP?
No. PTR is a reverse naming record. For stronger diagnostics, compare reverse DNS with forward A or AAAA records and the network operator.
Sources