Skip to content
littleden.blogEvidence-led Windows troubleshooting, without the guesswork
Windows command reference

NSLOOKUP

Query DNS name-resolution information so a hostname failure can be distinguished from general IP connectivity problems.

Risk: LowReviewed: 2026-09-17
nslookup example.com

When to use it

Use when websites or services fail by name and you need to see whether the configured DNS resolver returns an answer.

When not to use it

A failed lookup does not prove the browser is broken, and a successful lookup does not prove the destination service is reachable.

Primary reference

Reviewed source