output, wmic path softwarelicensingservice get OA3xOriginalproductkey, I see a blank.?

asnake haile 20 Reputation points
2025-08-06T13:02:29.0966667+00:00

I do not how to find in my DVD or USB THE PRODUCTKEY. I NEED SOMEONE TO HELP ME TO FIND THE PRODUCTKEY.?

Windows for home | Windows 10 | Licensing and activation

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

Answer accepted by question author
Anonymous
2025-08-06T18:31:52.5866667+00:00

Dear asnake haile,

Thank you for reaching out to the Microsoft Q&A.

I’m sorry to hear that you’re having trouble retrieving your Windows product key using the WMIC command.

You can try following these steps below to solve the issue:

  1. Using PowerShell:
    • Press Windows + X, select Terminal (Admin)
    • Run this command:
           (Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
      
    • If the key is available, it'll show up here
  2. Check your Microsoft account:
    • If you purchased a digital copy of Windows from the Microsoft Store, the product key might be in your Microsoft account order history. Log in to your account on a web browser to check.

I hope this could help. If you have any further issues, we are happy to assist.


To assist others who might have similar questions and to help us improve our support system, we kindly encourage you to "Accept the answer" if it successfully addressed your concern. Accepting an answer lets other users know that this solution worked for you, and it also helps us track the effectiveness of our support efforts.

Best regards, 

Bryan Vu | Microsoft Q&A Support Specialist 

Was this answer helpful?

7 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Acer NEW LIVE 0 Reputation points
    2025-09-03T02:35:46.77+00:00

    (Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey

    Was this answer helpful?

    0 comments No comments