Domain Status Codes
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/domain-status-codes/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/domain-status-codes/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/domain-status-codes/)
Use the native HTML custom element.
Domain status codes are standardized EPP (Extensible Provisioning Protocol) flags attached to a domain's registry record that indicate its current operational state and what actions are permitted. Common codes include clientTransferProhibited ([[domain-lock|registrar lock]]), serverTransferProhibited (registry lock), clientDeleteProhibited, serverHold (DNS suspended by registry), and [[client-hold|clientHold]] (DNS suspended by registrar). The active status OK (or 'active') indicates a healthy domain with no restrictions. Status codes are visible in WHOIS and [[rdap|RDAP]] responses and are a key signal during [[domain-audit|domain audits]] and [[domain-monitoring|monitoring]] to identify domains that are locked, suspended, or otherwise restricted.
Example
A WHOIS lookup on yourdomain.com returns 'clientTransferProhibited' and 'clientUpdateProhibited', meaning the registrar has locked the domain against transfers and record updates until you lift those locks.