Namecheap is experiencing a broad service disruption on August 13, 2026. The company says the emergency was caused by a power outage at its Phoenix datacenter and confirms impacts across Namecheap.com, hosting, EasyWP, DNS infrastructure, email, redirects, and hosting-related operations.
The most important detail for many administrators is not merely that a web server might be unreachable: Namecheap says its DNS infrastructure is unavailable and that both DNS zone resolution and management are affected. A domain can therefore stop resolving even if its origin server is still running.
Editorial status check: August 13, 2026, 10:17 AM America/Merida. The incident remained open on the official page we reviewed. This article should be updated when Namecheap publishes new information.
What Namecheap confirmed about the August 13 outage
Namecheap's official incident notice, posted at 08:35 AM America/New_York, describes an emergency caused by a power outage at the Phoenix datacenter. At our latest check, the company says its teams are working to bring systems back online and has not published an estimated recovery time.
According to the official Namecheap status notice, the scope includes:
- Namecheap.com: under emergency maintenance.
- Shared, VPS, and Dedicated Hosting: network issues; websites may be slow, unavailable, or return 503 errors. Hosting panel access may also be affected.
- EasyWP: Namecheap says all infrastructure, including the dashboard and customer websites, may be temporarily unreachable.
- DNS: Namecheap's DNS infrastructure is listed as unavailable; zone resolution and management are affected.
- Private Email and hosting mailboxes: inbound and outbound delivery may be delayed. Namecheap says messages are not expected to be lost and should arrive after sending servers retry once the incident is resolved.
- BasicDNS and PremiumDNS URL Redirect: may also be affected.
- Hosting operations: activations, renewals, and plan changes may be delayed.
- Support: the helpdesk and live chat are also experiencing issues; the official notice provides alternative contact channels.
This is broader than an isolated corporate-site outage. When DNS, hosting network connectivity, EasyWP, and email are affected at the same time, the same incident can look very different depending on where each part of a project is hosted.
Why a DNS outage can take down a site while the server is still alive
DNS and hosting are separate layers. Hosting runs the application; authoritative DNS publishes the information needed to find it. If the authoritative servers for a zone stop answering and a cached response has expired, a recursive resolver may be unable to obtain the site's IP address.
That is why a browser can show a name-resolution error while the web server, database, and Nginx or Apache are still healthy. Our guide to how DNS works explains the path between recursive resolvers, cache, and authoritative name servers.
It also explains why switching your laptop to 1.1.1.1 or 8.8.8.8 does not by itself fix an authoritative DNS outage. Those services are recursive resolvers. They can ask for an answer, but they cannot create authoritative data that is unavailable and no longer cached.
Is the Namecheap API down too?
Namecheap's official API documentation identifies https://api.namecheap.com/xml.response as the production endpoint. However, the emergency notice does not list the API as a separate affected component at the time of this review.
That means user reports or individual failures should not be turned into an official claim that every API call is down. If an automation is failing today, capture the actual failure mode—DNS resolution, timeout, connection error, or HTTP/application response—and compare it with the incident timeline.
The distinction matters. A client that cannot resolve api.namecheap.com is failing differently from a client that reaches the endpoint and receives an application error. Until Namecheap publishes API-specific status, treat that part as observed user impact rather than a separately confirmed official outage.
How to tell whether your problem is DNS or the origin server
If you manage an affected domain, you can collect useful evidence without making destructive changes. The following commands are diagnostic instructions; they are not presented as tests Teramont executed against your domain.










