how do I activate new win 11, get code oxc004f074 activation error

PDS 0 Reputation points
2025-11-24T18:49:50.26+00:00

error code show when I try to activate new computer

Microsoft Security | Microsoft Identity Manager
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-11-24T18:49:59.97+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To resolve the activation error code 0xC004F074 when trying to activate Windows 11, follow these steps:

    1. Check the Key Management Service (KMS): Ensure that the KMS host server is available and that the Software Protection Platform Service (sppsvc) is running on the KMS host. If the service is stopped, start it.
    2. Networking Issues: Verify that there are no networking issues between your computer (KMS client) and the KMS host server. Ensure that TCP port 1688 is open. You can use the Test-NetConnection PowerShell cmdlet to check the connection:
         Test-NetConnection -ComputerName <KMS Host Server> -Port 1688
      
      Check the TcpTestSucceeded output parameter; if it is False, it indicates that the port is blocked.
    3. DNS Records: Check if the DNS records for the KMS host are correct. Open the DNS management console and verify the _VLMCS SRV record under the _tcp folder in your domain.
    4. Event Log: Review the Application Event Log for any errors related to the activation attempt, particularly those with Event ID 12288, to identify specific issues that need to be addressed.

    By following these steps, you should be able to troubleshoot and resolve the activation error code 0xC004F074.

    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.