---
title: "View domain status"
sidebar_label: "View domain status"
description: "How to view domain status"
sidebar_position: 8
---

import Formbricks from '@theme/MDXComponents/Formbricks'

import {CustomTable} from '@selectel/docux/components'

# View domain status

1. In the [control panel](https://my.selectel.ru/dns/default/registrar), on the top menu, click **Products** and select **Domains**.

2. In the domain row, in the **Status** column, check its status.

   <CustomTable>
     <table>
       <tbody>
         <tr>
           <th>ACTIVE</th><td>The domain is registered and available for use</td>
         </tr>

         <tr>
           <th>CHANGE CONTACT</th><td>[Change of administrator](/domains/manage/change-administrator.mdx) is in progress: the domain is being transferred from you to another account or from another account to yours</td>
         </tr>

         <tr>
           <th>TRANSFER IN</th><td>The domain is being transferred from another registrar to Selectel</td>
         </tr>

         <tr>
           <th>TRANSFER OUT</th><td>The domain is being transferred from Selectel to another registrar</td>
         </tr>

         <tr>
           <th>FAILED PAYMENT</th><td>The autopayment for domain renewal failed due to insufficient funds on the balance. [Top up your balance](/balance-and-payments/manage/top-up-balance.mdx) and [renew the domain manually](/domains/manage/renew-domain.mdx#renew-domain-manually)</td>
         </tr>

         <tr>
           <th>DELETING</th><td>The domain is being deleted</td>
         </tr>

         <tr>
           <th>Update data</th><td>[Check and update administrator data](/domains/manage/update-administrator-data.mdx)</td>
         </tr>
       </tbody>
     </table>
   </CustomTable>

<Formbricks />
