TECHRUNBOOK · PRACTICAL GUIDE

Windows Server DNS Server Troubleshooting Runbook

Troubleshoot Windows Server DNS failures involving service health, listeners, zones, forwarders, recursion and client resolution.

Practical RunbookTechnical Troubleshooting
Practical Runbook10 StepsIssues → Solutions → Recommendations
Have a question about this runbook?Post your issue to the TechRunbook Community and get help from other IT professionals.
Ask the Community →
!Issue

Troubleshoot Windows Server DNS failures involving service health, listeners, zones, forwarders, recursion and client resolution.

Solution

Start with Check the DNS service and work through the six diagnostic checks in order.

Recommendations

Record results before changing configuration and validate the original symptom after each controlled change.

TechRunbook approach: Test one dependency at a time, record the result and only then change the configuration.

Quick checks

Start with the basic checks in this runbook before moving to deeper troubleshooting.

  • Confirm the affected service or component is available.
  • Check recent configuration or connectivity changes.
  • Run the relevant commands and compare the result with the expected state.
01

Check the DNS service

Confirm the DNS Server service is running and listening on the expected interfaces.

02

Test local resolution

Query the local DNS server to determine whether the problem exists on the server itself.

03

Check zones and records

Verify authoritative zones and required records exist and are current.

04

Check forwarders

Check configured forwarders and test reachability to upstream DNS servers.

05

Check recursion and firewall

Confirm recursion is intentional and DNS traffic is permitted by Windows Firewall and network controls.

06

Retest from a client

Repeat the same query from an affected client to separate server-side and client-side failures.

07

Useful commands

Run these checks from an appropriate administrative session and replace example values with your environment.

DNS service

Get-Service DNS

DNS query

Resolve-DnsName <fqdn> -Server <dns-server-ip>
08

Quick troubleshooting path

Use this sequence to isolate the failing dependency before changing production configuration.

  1. Check the DNS service → Confirm the DNS Server service is running and listening on the expected interfaces.
  2. Test local resolution → Query the local DNS server to determine whether the problem exists on the server itself.
  3. Check zones and records → Verify authoritative zones and required records exist and are current.
  4. Check forwarders → Check configured forwarders and test reachability to upstream DNS servers.
  5. Check recursion and firewall → Confirm recursion is intentional and DNS traffic is permitted by Windows Firewall and network controls.
  6. Retest from a client → Repeat the same query from an affected client to separate server-side and client-side failures.
09

What good troubleshooting looks like

Good infrastructure troubleshooting is evidence-driven. Capture the original state, test the dependency that can prove or disprove your hypothesis, make the smallest safe change and repeat the original test.

Example workflow
Symptom → hypothesis → direct test → result → controlled change → validation → documentation
10

Frequently asked questions

What should I check first?

Start with the exact symptom and validate the dependency closest to the failure in this Windows Server runbook.

Should I change production configuration immediately?

No. Capture the current state first, test the suspected dependency and make one controlled change at a time.

How should I document the fix?

Record the symptom, commands used, result, configuration change and validation result so the procedure can be repeated.

+

Related TechRunbook guides

Was this runbook helpful?

↑ Top