Share via

cant activate windows server

Satish Bhanushali 0 Reputation points
2026-02-24T11:37:55.36+00:00

i am not able to activate windows server i also tried through phone but it not gone through. also done by command line but not working

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Domic Vo 17,825 Reputation points Independent Advisor
    2026-02-24T12:09:43.0633333+00:00

    Hello Satish Bhanushali,

    This issue is not related to Windows for Business or Windows 365 Enterprise. It is specifically a Windows Server activation problem.

    When activation fails both through the GUI, phone, and command line, the most common causes are either a mismatch between the installed edition and the license key, or a blocked/invalid key. For example, if you installed Windows Server Standard but are attempting to activate with a Datacenter key, the activation will not succeed. Similarly, if the key has already been used beyond its activation limit or is not genuine, you will see repeated failures.

    The first step is to confirm the edition installed. Run slmgr /dli or check under Settings > System > About to verify whether you are on Standard, Datacenter, or Essentials. Then ensure the product key you are using matches that edition. If you are using a Volume License key, activation requires connectivity to your KMS host or Active Directory-based activation. If you are using a retail or OEM key, activation should go directly against Microsoft’s activation servers.

    If you are seeing a specific error code (for example 0xC004C003 or 0xC004F074), that code will tell us whether the issue is a blocked key, a KMS communication failure, or a mismatch. Without the exact error code, we cannot narrow it further. If you can provide the error code from slmgr /ato, I can give you a precise resolution path.

    If you have already confirmed the edition and the key is correct but activation still fails, then the next step is to verify outbound connectivity to Microsoft activation endpoints. Windows Server requires access to activation.sls.microsoft.com over HTTPS. If your firewall or proxy is blocking this, activation will fail silently even if the key is valid.

    If none of these apply and the key is genuine, then the issue may be on Microsoft’s activation servers. In that case, the only resolution is to open a support case with Microsoft Licensing and provide them with your product key and proof of purchase.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    Domic Vo.

    0 comments No comments

  2. Q&A Assist
    2026-02-24T11:38:05.8066667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If you are unable to activate Windows Server and have already tried activation via phone and command line without success, there are a few troubleshooting steps you can consider:

    1. Check Proxy Settings: If you are using a proxy server, ensure that it is not configured to require Basic Authentication, as this can prevent activation. You might need to configure the proxy to exclude URLs for certificate revocation lists (CRLs) from the requirement for Basic Authentication.
    2. DNS Configuration: Ensure that your machine has a DNS server configured in its network properties. If there are no DNS servers configured, you will need to set one up to resolve connectivity issues.
    3. Use the Command Line: If you haven't already, try using the command line to activate Windows. You can do this by running the following command in an elevated command prompt:
         cscript \windows\system32\slmgr.vbs -ato
      
    4. Multiple Activation Key (MAK): If you are using a volume license, consider switching to a MAK product key for activation. You can change the product key using the command:
         slmgr -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
      
      Then, launch the phone activation wizard to complete the activation process.

    If these steps do not resolve the issue, you may want to consult Microsoft's support resources for further assistance.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.